summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2023-04-04 22:34:47 +0200
committerraveit65 <[email protected]>2023-04-04 22:34:47 +0200
commit14c840524317354aeaecd1b781954b749e5952b7 (patch)
tree7362b7cc5276372f95d3fad81aa6ef83c8597188
parent201580576887ecaf416db4ab4584c279cb194e04 (diff)
downloadmate-panel-14c840524317354aeaecd1b781954b749e5952b7.tar.bz2
mate-panel-14c840524317354aeaecd1b781954b749e5952b7.tar.xz
release 1.27.1v1.27.1
-rw-r--r--NEWS29
-rw-r--r--configure.ac2
2 files changed, 30 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index db54acd5..02d9550a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+### mate-panel 1.27.1
+ * update translations
+ * Clock Applet: Update date/time and weather after resume from sleep mode
+ * Update window-list.c
+ * Update window-list.ui
+ * Update org.mate.panel.applet.window-list.gschema.xml.in
+ * wncklet: center previews when scaling is enabled
+ * wncklet: fix incorrect preview positions for multiple monitors
+ * wncklet: disable preview centering when scaling is enabled
+ * wncklet: center preview windows when grouping is enabled
+ * wncklet: center preview windows
+ * panel-menu-button: comment out wayland debugging message
+ * windows-list.ui: lower gtk3 required version
+ * configure.ac: The macro 'AC_HELP_STRING' is obsolete
+ * Fix center- and right-sticking of expanding applets
+ * panel-applet: Fix leak in no-background code path
+ * clock: Fix memory leak
+ * applet: SMALL_ICON_SIZE macro is not used [-Wunused-macros]
+ * notification_area: Reduce lifetime of the settings local variable (#1309)
+ * build warning: AC_OUTPUT should be used without arguments
+ * Add "center-stick" capability applets on the panel
+ * wncklet: Fix crash thumbnailing dying or otherwise inaccessible windows
+ * Register SNI host only if SNI is enabled
+ * fix undefined reference to g_clear_signal_handler (glib < 2.62)
+ * wncklet: Condition 'sdd->wnck_screen!=NULL' is always false
+ * panel-multimonitor: Condition '*monitors_ret>0' is always false
+ * clock: cast from function call of type 'gdouble' to non-matching type
+ * wncklet: do not exceed workspace number when setting n_rows
+
### mate-panel 1.27.0
* update translations
* wncklet: The values stored in the wrapper hash table are incorrect
diff --git a/configure.ac b/configure.ac
index 0ebbe036..bfa9afc2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-panel], [1.27.0], [https://github.com/mate-desktop/mate-panel/issues],
+AC_INIT([mate-panel], [1.27.1], [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])