diff options
-rw-r--r-- | NEWS | 28 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 29 insertions, 1 deletions
@@ -1,3 +1,31 @@ +### mate-applets 1.25.0 + + * update translations + * timerapplet: Add timerapplet-preferences.ui + * mate-cpufreq-selector: Fix example in man page + * command: Add command-preferences.ui + * netspeed: Add netspeed-preferences.ui + * charpic-about: fix DE name in about dialog + * stickynotes: Remove enum conversion warnings + * build: set 'enable_polkit=yes' if not given + * cpufreq: Port client of selector service to GDBus + * build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBS + * build: Use dbus-glib only when required + * Remove unused-function warnings + * build: silent build warnings for distcheck + * multiload: declaration of ‘screen’ shadows a previous local + * Remove unused-variable warnings + * stickynotes: Remove strict-prototypes warning + * build: Remove --enable-more-warnings configure flag + * build: Use WARN_CFLAGS variable + * cpufreq: generate missing 256x256 and 64x64 icons from svg file + * eyes: generate missing 256x256 and 64x64 icons from svg file + * stickynotes: Use gresources for UI files + * netspeed: don't define MATELOCALEDIR + * build: drop unused matelocaledir variable + * tx: pull with fixed translations of pt and pt_BR + * drivemount: Remove global variable + ### mate-applets 1.24.0 * update translations diff --git a/configure.ac b/configure.ac index b15481f3..f6a7e817 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT(mate-applets, 1.24.0) +AC_INIT(mate-applets, 1.25.0) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) |