diff options
author | raveit65 <[email protected]> | 2023-11-27 11:40:13 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-11-27 12:05:02 +0100 |
commit | 657386f020adfd99b082be06c03d67f2e632b3b0 (patch) | |
tree | e369817fc3bdba4231d00fdcd42d25dd7cc39482 | |
parent | dabe07b9937cb5ae09db0abee7b315ec15872ea7 (diff) | |
download | mate-panel-657386f020adfd99b082be06c03d67f2e632b3b0.tar.bz2 mate-panel-657386f020adfd99b082be06c03d67f2e632b3b0.tar.xz |
release 1.26.4v1.26.4
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 8 deletions
@@ -1,13 +1,22 @@ +### mate-panel 1.26.4 + + * update translations + * wnck-pager: Fix workspace switcher aspect ratio + * libmate-panel-applet: Fix build with gettext 0.22 + * status-notifier: Show AttentionIcon when Status is NeedsAttention + * status-notifier: fix typo + * notification-area: stop warning on removal + ### mate-panel 1.26.3 * update translations - windows-list.ui: lower gtk3 required version - panel-applet: Fix leak in no-background code path - clock: Fix memory leak - wncklet: Fix crash thumbnailing dying or otherwise inaccessible windows - notification_area: Reduce lifetime of the settings local variable (#1309) - Register SNI host only if SNI is enabled - wncklet: do not exceed workspace number when setting n_rows + * windows-list.ui: lower gtk3 required version + * panel-applet: Fix leak in no-background code path + * clock: Fix memory leak + * wncklet: Fix crash thumbnailing dying or otherwise inaccessible windows + * notification_area: Reduce lifetime of the settings local variable (#1309) + * Register SNI host only if SNI is enabled + * wncklet: do not exceed workspace number when setting n_rows ### mate-panel 1.26.2 diff --git a/configure.ac b/configure.ac index 2716fee6..e2011ff9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.26.3], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.26.4], [https://github.com/mate-desktop/mate-panel/issues], [mate-panel], [https://mate-desktop.org]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar -Wno-portability check-news]) |