diff options
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +### mate-applets 1.24.1 + + * update translations + * battstat: Fix memory leak + * charpick: Fix memory leak reported by clang static analyzer + * multiload: Fix memory leak + * build: silent build warnings for distcheck + * cpufreq: generate missing 256x256 and 64x64 icons from svg file + * eyes: generate missing 256x256 and 64x64 icons from svg file + * netspeed: don't define MATELOCALEDIR + * build: drop unused matelocaledir variable + * drivemount: Remove global variable + ### mate-applets 1.24.0 * update translations diff --git a/configure.ac b/configure.ac index 060c65d0..29043966 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.24.1) AC_PREREQ(2.59) AC_CONFIG_HEADERS(config.h) |