Skip to content

Commit

Permalink
release 1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Aug 15, 2020
1 parent 40dc042 commit e02c305
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 52 deletions.
113 changes: 62 additions & 51 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down

0 comments on commit e02c305

Please sign in to comment.