diff options
| -rw-r--r-- | NEWS | 16 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 17 insertions, 1 deletions
| @@ -1,3 +1,19 @@ +### mate-session-manager 1.25.0 + +  * Build: disable Serbian translations to fix building +  * Translations update +  * Change some icons by other always available +  * gsm-properties-dialog: Refactor notebook scroll event +  * Update compilation instructions +  * Using #include with system libraries +  * use libegg submodule +  * Add git.mk to generate .gitignore +  * Add tab scrolling support for GTK3 +  * build: silent build warnings for distcheck +  * Accept Desktop Entry Specification v1.1 +  * build: do not override the default value for MATE_COMPILE_WARNINGS +  * build: make libglesv2 optional +  ### mate-session-manager 1.24.0    * Translations update diff --git a/configure.ac b/configure.ac index 896a2d5..b681460 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-session-manager], [1.24.0], [https://mate-desktop.org/]) +AC_INIT([mate-session-manager], [1.25.0], [https://mate-desktop.org/])  AC_CONFIG_SRCDIR([mate-session])  AC_CONFIG_HEADERS([config.h]) | 
