diff options
| author | Victor Kareh <[email protected]> | 2025-09-04 16:33:33 -0400 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2025-09-04 16:33:33 -0400 |
| commit | 7f9b7668f1404687246fcee964a10fa33a5b2496 (patch) | |
| tree | 47d1b26d3ac1ff82ad6c591b9ca3acc66926e48e | |
| parent | a70cde0eccbf0890831d1f7a27aa5d86feeb4796 (diff) | |
| download | mate-panel-1.28.6.tar.bz2 mate-panel-1.28.6.tar.xz | |
Release v1.28.6v1.28.6
Removing deprecations, dependency bumps, and some bug fixes
| -rw-r--r-- | NEWS | 13 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,6 +1,19 @@ +### mate-panel 1.28.6 + * Fix uninitialized and unused screen vars + * wncklet: Bump libwnck to 43.0 + * wncklet: Remove window preview conditionals + * clock: Provide fallback preferences path + * Bump GTK version to 3.24 + * panel-stock-icons: Remove deprecated GtkIconFactory and GtkIconSource + * Remove deprecated gdk_screen_get_* functions + * remove deprecated GtkStockItem + * wncklet: Remove unused attributes + * wncklet: Remove icon loader function from window list applet + ### mate-panel 1.28.5 * Clock Applet: Add scrollbar to Locations lists when the lists get too long * applets/clock: Fix compatibility with musl libc + ### mate-panel 1.28.4 * Attempt to fix 2nd Travis deployment issue diff --git a/configure.ac b/configure.ac index f791b879..01d243a6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mate-panel], [1.28.5], [https://github.com/mate-desktop/mate-panel/issues], +AC_INIT([mate-panel], [1.28.6], [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]) |
