summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-08-15 14:37:31 +0200
committerraveit65 <[email protected]>2020-08-15 14:37:31 +0200
commite02c3057cfe4801206e0b1dadbe68588a4e5d55c (patch)
tree61a0af85c70e43ed38d2fea5092b7d736d9ba0b7
parent40dc042b0d103c20417b1b2aabda131d107d4b4b (diff)
downloadmate-control-center-e02c3057cfe4801206e0b1dadbe68588a4e5d55c.tar.bz2
mate-control-center-e02c3057cfe4801206e0b1dadbe68588a4e5d55c.tar.xz
release 1.24.1v1.24.1
-rw-r--r--NEWS113
-rw-r--r--configure.ac2
2 files changed, 63 insertions, 52 deletions
diff --git a/NEWS b/NEWS
index 35a20e52..a16c5cbc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,62 +1,73 @@
+### mate-control-center 1.24.1
+
+ * Translations update
+ * mate-theme-info: Use of memory after it is freed
+ * build: silent build warnings for distcheck
+ * use default MATE_COMPILE_WARNINGS level
+ * Port libslab_handle_g_error to the built-in GLib logging framework
+ * mate-about-me: Fix memory leak
+ * appearance: Fix memory leak
+ * Do not collect the translation for Icon
+
### mate-control-center 1.24.0
- tx: sync with transifex
- mate-theme-info: fix memory leak
- mate-wp-info: fix memory leak
- glib-genmarshal: Using --header and --body at the same time is deprecated
- build: show compiler/flags info on configure summary
- build: do not override WARN_CFLAGS
- build: use warning flags
- time-admin: make portable backward file path
- appearance: backgrounds dir should be portable
- appearance: remove I/O error on window close
- autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUG
- Fix build using gcc 10 -fno-common flag
+ * Translations update
+ * mate-theme-info: fix memory leak
+ * mate-wp-info: fix memory leak
+ * glib-genmarshal: Using --header and --body at the same time is deprecated
+ * build: show compiler/flags info on configure summary
+ * build: do not override WARN_CFLAGS
+ * build: use warning flags
+ * time-admin: make portable backward file path
+ * appearance: backgrounds dir should be portable
+ * appearance: remove I/O error on window close
+ * autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUG
+ * Fix build using gcc 10 -fno-common flag
### mate-control-center 1.23.3
- tx: sync with transifex
- Update copyright to 2020
- about-me: Fix UI validation
- mouse: Fix UI validation
- time-admin: Add license info in time-admin.ui file
- time-admin: Fix UI validation
- at-properties: Fix UI validation
- Search system themes in system data dirs
- display: Fix UI validation
- display: Enable help button
- windows: Add window-properties.ui
- avoid redundant redeclarations
- keybindings: Fix schema creation in makefile
- appearance: Fix desktop file creation
- shell: Fix typo in keyword name
- migrate from intltool to gettext
- default-applications: Load icons as cairo surfaces
- icons: Force uniform size on icons (#505)
- remove warning: "__sun" is not defined, evaluates to 0
- fv: thumbnailer: add font/collection to the supported mimetypes
- font-viewer: Add font/ttf and font/otf mime types
- time-admin: fix memory leak
- time-admin: Don't share «void QuitApp(TimeAdmin *ta)» method
- default-applications: Remove messenger options from ui file
- time-admin: Remove unreachable code
- time-admin: Simplify date & time displaying
- time-admin: Save button cannot be enabled if NTP sync is active
- time-admin: Display current time in time-admin.ui on startup
- time-admin: Rename adjustament to adjustment in time-admin.ui
- time-admin: A11y time-admin.ui
- time-admin: Add time-admin.ui
- default-applications: Fix Word Processor top margin
+ * Translations update
+ * Update copyright to 2020
+ * about-me: Fix UI validation
+ * mouse: Fix UI validation
+ * time-admin: Add license info in time-admin.ui file
+ * time-admin: Fix UI validation
+ * at-properties: Fix UI validation
+ * Search system themes in system data dirs
+ * display: Fix UI validation
+ * display: Enable help button
+ * windows: Add window-properties.ui
+ * avoid redundant redeclarations
+ * keybindings: Fix schema creation in makefile
+ * appearance: Fix desktop file creation
+ * shell: Fix typo in keyword name
+ * migrate from intltool to gettext
+ * default-applications: Load icons as cairo surfaces
+ * icons: Force uniform size on icons (#505)
+ * remove warning: "__sun" is not defined, evaluates to 0
+ * fv: thumbnailer: add font/collection to the supported mimetypes
+ * font-viewer: Add font/ttf and font/otf mime types
+ * time-admin: fix memory leak
+ * time-admin: Don't share «void QuitApp(TimeAdmin *ta)» method
+ * default-applications: Remove messenger options from ui file
+ * time-admin: Remove unreachable code
+ * time-admin: Simplify date & time displaying
+ * time-admin: Save button cannot be enabled if NTP sync is active
+ * time-admin: Display current time in time-admin.ui on startup
+ * time-admin: Rename adjustament to adjustment in time-admin.ui
+ * time-admin: A11y time-admin.ui
+ * time-admin: Add time-admin.ui
+ * default-applications: Fix Word Processor top margin
### mate-control-center 1.23.2
- tx: sync with transifex
- travis: update mate-desktop and mate-settings-daemon required versions
- mouse: Add support for Acceleration Profiles
- appearance: fix memory leak
- appearance: add new font for user
- Stop propagate error
- at-properties: migrate from dbus-glib to gdbus
+ * Translations update
+ * travis: update mate-desktop and mate-settings-daemon required versions
+ * mouse: Add support for Acceleration Profiles
+ * appearance: fix memory leak
+ * appearance: add new font for user
+ * Stop propagate error
+ * at-properties: migrate from dbus-glib to gdbus
### mate-control-center 1.23.1
diff --git a/configure.ac b/configure.ac
index 04112734..4a02eb30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-control-center], [1.24.0], [http://www.mate-desktop.org/])
+AC_INIT([mate-control-center], [1.24.1], [http://www.mate-desktop.org/])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([shell])