summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbkma <[email protected]>2022-11-11 20:33:19 +0100
committermbkma <[email protected]>2022-11-11 20:33:19 +0100
commit3382f1ad48abddcb3f235bf0e14f2d0fa48e3dfc (patch)
tree23e6c099317e8cd561a3591b4d6b23f7731128cc
parent80ba296e7fd5cc16b4de7219f96ad81cd7324803 (diff)
downloadmate-control-center-3382f1ad48abddcb3f235bf0e14f2d0fa48e3dfc.tar.bz2
mate-control-center-3382f1ad48abddcb3f235bf0e14f2d0fa48e3dfc.tar.xz
release 1.27.0v1.27.0
-rw-r--r--NEWS28
-rw-r--r--configure.ac2
2 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 16f3378c..1b160047 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+### mate-control-center 1.27.0
+
+ * tx: sync with transifex
+ * configure.ac: The macro 'AC_HELP_STRING' is obsolete
+ * tx: update resource
+ * tx: migrate config file
+ * bookmark-agent: remove whitespaces before #if, #else, and #endif
+ * bookmark-agent: fix backward compatibility with glib < 2.66
+ * appearance-style: fix memory leak
+ * Unnecessary GTK_WIDGET cast
+ * Unnecessary G_OBJECT cast when calling signal connect function
+ * Remove build warning -Wbad-function-cast
+ * mate-theme-info: code formatting
+ * common: fix memory leak detected by scan-build
+ * keybindings: redundant initialization for 'p'
+ * mate-da-capplet: fix memory leak
+ * keyboard: fix memory leak
+ * mouse: fix memory leak
+ * Use a blank line at most
+ * Fix build warnings about missing field initializer
+ * g_queue_clear_full() is only available since glib 2.60.
+ * common: fix memory leak
+ * appearance: fix memory leak
+ * Change capplets/about-me/mate-about-me-password.c for correct interract with passwd in rhel-based distros
+ * tx: update resource
+ * Remove redundant i18n functions
+ * Maintain compatibility with Glibc versions older than 2.66. Fixes #655 (#659)
+
### mate-control-center 1.26.0
* Translations update
diff --git a/configure.ac b/configure.ac
index 28ef65f5..6b67d78a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-control-center], [1.26.0], [http://www.mate-desktop.org/])
+AC_INIT([mate-control-center], [1.27.0], [http://www.mate-desktop.org/])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([shell])