diff options
author | raveit65 <[email protected]> | 2020-08-08 15:19:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-08-08 15:19:13 +0200 |
commit | 395113db4cab42bdf4f117ec1c2e5d0e4b6b47da (patch) | |
tree | d390f103fdc67a682a2a014d8eedbb97361426b4 | |
parent | be39d825337b32bd75063d88b1f4034be6309346 (diff) | |
download | mate-panel-395113db4cab42bdf4f117ec1c2e5d0e4b6b47da.tar.bz2 mate-panel-395113db4cab42bdf4f117ec1c2e5d0e4b6b47da.tar.xz |
release 1.24.1v1.24.1
-rw-r--r-- | NEWS | 37 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 38 insertions, 1 deletions
@@ -1,3 +1,40 @@ +### mate-panel 1.24.1 + + * update translations + * wncklet: Hide window preview on non-visible windows + * launcher: Fix memory leaks + * launcher: Fix memory leak + * panel-util: Fix memory leak + * Fix creating several launchers at once + * clock: Fix GError double free + * clock: Properly free rsvg handles + * wncklet: Fix leaking cairo_t + * panel-run-dialog: Fix leaking tree model strings + * workspace-switcher: Fix leaking color string + * panel-properties-dialog: Fix leaking string + * clock: Fix leaking GtkListStore + * panel-profile: Fix leaking list elements + * clock: Fix list iteration + * panel-lockdown: Fix leaking string array + * panel-menu-items: Fix leaking string + * mate-panel-applet: Fix leaking GVariantBuilder + * launcher: Fix leaking strings + * clock: Fix leaking cairo surface + * Clarify meaning of panel reset option + * panel-toplevel: Refactor panel_toplevel_update_hide_buttons_size() + * panel-util: Fix leaking root GFile + * panel-profile: Fix leaking list elements + * panel-frame: Fix leaking background-color + * panel-applet-frame: Fix leaking bg_pattern + * fix release tarballs on travis CI failed + * build: silent build warnings for distcheck + * use default MATE_COMPILE_WARNINGS level + * Add larger icon sizes + * Clean scalable svg files + * button-widget: Fix memory leak + * Do not collect the translation for Icon + * Enable applications in addto menu (fixes 1055) (#1056) + ### mate-panel 1.24.0 * update translations diff --git a/configure.ac b/configure.ac index ba401049..00da7d35 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.24.0], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.24.1], [https://github.com/mate-desktop/mate-panel/issues], [mate-panel], [http://www.mate-desktop.org]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar -Wno-portability check-news]) |