summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-06-05 15:57:58 +0200
committerraveit65 <[email protected]>2021-06-05 15:57:58 +0200
commite42285f06188167d7c8166c2c0f1048b52744ad0 (patch)
treeb72c8f97f93c148f4367d7b1a52bcda38edc26ff
parent0be3312f8827c1cddc391e494ad61b04acdcecc8 (diff)
downloadmate-menus-e42285f06188167d7c8166c2c0f1048b52744ad0.tar.bz2
mate-menus-e42285f06188167d7c8166c2c0f1048b52744ad0.tar.xz
release 1.25.1v1.25.1
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a5fdb28..ee23c5a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+### mate-menus 1.25.1
+
+ * Translations update
+ * build: remove .directory files using clean target
+ * build: allow users to disable gettext support (--disable-nls)
+ * Set compiler debug flags / logging with MATE_DEBUG_CHECK
+ * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
+ * Remove -Wconversion -Wsign-compare -Wsign-conversion warnings
+ * matemenu-tree: do not call g_settings_get_string unless necessary
+ * Improve the description of the collection directory
+ * i18n: Add mate-collection.directory.in in POTFILES.in
+ * build: Set debug symbols and logging using --enable-debug
+ * entry-directories: Use of memory after it is freed (scan-build)
+ * matemenu-tree: Fix memory leak
+ * matemenu-tree: Remove collection_applet_free
+ * Remove the cppcheck warning about the variable scope can be reduced
+ * matemenu-tree: minor code format
+ * desktop-entries: warning -Wempty-body
+ * Remove USE_MATE2_MACROS from autogen.sh (legacy)
+ * Add collection menu item
+
### mate-menus 1.25.0
* Translations update
diff --git a/configure.ac b/configure.ac
index f6c2a8f..3569301 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.62)
-AC_INIT([mate-menus], [1.25.0], [https://mate-desktop.org])
+AC_INIT([mate-menus], [1.25.1], [https://mate-desktop.org])
AC_CONFIG_SRCDIR(libmenu/matemenu-tree.h)
AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news])