summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-05-30 12:42:26 +0200
committerraveit65 <[email protected]>2021-05-30 12:42:26 +0200
commit33011a254eded0570d3f2cef553cb31dc5c1f029 (patch)
tree0127255f26efa55aae7935312170356928703b10
parent3417c0a048836f3cb2adf52bb0f81e98be86d654 (diff)
downloadmate-control-center-33011a254eded0570d3f2cef553cb31dc5c1f029.tar.bz2
mate-control-center-33011a254eded0570d3f2cef553cb31dc5c1f029.tar.xz
release 1.25.2v1.25.2
-rw-r--r--NEWS33
-rw-r--r--configure.ac2
2 files changed, 34 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ad428997..b20b1c24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+### mate-control-center 1.25.2
+
+ * Translations update
+ * windows-applet: csd windows respect titlebar button layout
+ * windows-applet: add right and left (with menu) titlebar button layout options, respect custom values
+ * windows-applet: group alt-tab options together, remove reduced resources option
+ * appearance: Type column in GtkFileChooser requires gtk 3.24.12
+ * time-admin: g_time_zone_new is deprecated from glib 2.68
+ * display: remove conversion warnings
+ * keybindings: use gtk_builder_new_from_resource
+ * display: use gtk_builder_new_from_resource
+ * default-applications: use gtk_builder_new_from_resource
+ * appearance: use gtk_builder_new_from_resource
+ * accessibility: use gtk_builder_new_from_resource
+ * help: update default apps
+ * i18n: fix an error that prevents showing the wallpaper name
+ * display: frame spacing
+ * Add adjust window scaling function for display preference and update display-capplet.ui file
+ * windows: remove unused macros UIDIR, PIXMAPDIR
+ * bookmark-agent: Function 'bookmark_agent_new' used prior to declaration
+ * marco-window-manager: get XDG_DATA_DIRS (code portability)
+ * Line comments // are not allowed (code style)
+ * appearance: no previous prototype for 'wp_create_filechooser'
+ * appearance: missing includes
+ * Missing include guards
+ * windows: avoid duplication of accelerator keys
+ * windows: don't translate the spinbutton text, set the entry purpose
+ * windows: show the translations in mate-window-properties dialog
+ * libwindow-settings: no previous prototype for ‘window_manager_new’
+ * windows: missing include mate-metacity-support.h (#624)
+ * common: missing include gtkrc-utils.h
+ * help: update copyright year to 2021
+
### mate-control-center 1.25.1
* Translations update
diff --git a/configure.ac b/configure.ac
index d8a3646c..87dda820 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-control-center], [1.25.1], [http://www.mate-desktop.org/])
+AC_INIT([mate-control-center], [1.25.2], [http://www.mate-desktop.org/])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([shell])