Skip to content

Commit

Permalink
release 1.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Nov 27, 2023
1 parent dabe07b commit 657386f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
23 changes: 16 additions & 7 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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

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-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])
Expand Down

0 comments on commit 657386f

Please sign in to comment.