summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-06-23 10:56:13 +0200
committerraveit65 <[email protected]>2019-06-23 11:03:38 +0200
commit2cdd4ea85f21db8ec7409e2fa3c3009bd123bd4b (patch)
tree557b9dc27f82d336968757a7bdb807631213c4ce
parent8fc0701a7f0bea3ef92bfecce2660c97eafef6c4 (diff)
downloadmate-panel-2cdd4ea85f21db8ec7409e2fa3c3009bd123bd4b.tar.bz2
mate-panel-2cdd4ea85f21db8ec7409e2fa3c3009bd123bd4b.tar.xz
release 1.23.1v1.23.1
-rw-r--r--NEWS50
-rw-r--r--configure.ac2
2 files changed, 51 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d8d025e7..23bd7109 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,53 @@
+### mate-panel 1.23.1
+
+ tx: update resource for transifex
+ Wayland support for panel-toplevel.c
+ Fix unused variable in panel-widget.c
+ Wayland support for panel-layout.c
+ Wayland support for panel-profile.c
+ Wayland support for main.c
+ Wayland support for panel-applet-container.c
+ Fix out-of-process applets on X11 by fixing mate-panel-applet.c
+ Wayland support for mate-panel-applet.c
+ Wayland support for libegg
+ In mate-panel-applet-factory.c, only set screen when used
+ Make system-tray X11-only
+ Make panel-struts X11-only
+ Reinit panel-multimonitor when screen is changed
+ Reinit panel-multimonitor when a monitor is invalidated
+ Make panel-multimonitor Wayland ready
+ Update to the new panel_multimonitor functions
+ Refactor panel_multiscreen functions into panel_multimonitor ones
+ Rename panel-multiscreen files panel-multimonitor
+ Make panel-background Wayland ready
+ Make panel-background-monitor X11-only
+ CI: add gtk-layer-shell git repo
+ Strings resistance
+ Fix Makefile.am to install in a given prefix path
+ Error in the correct place when applets are loaded on a platform they don't support
+ Add supported platform values to *.mate-panel-applet files
+ Load and store what platforms applets support
+ panel-addto support disabling applets
+ Panel addto Wayland support
+ Add MATE_PANEL_APPLET_LIB_PREFIX environment variable
+ Switch out wayland protocols for gtk-layer-shell dependency
+ Update FSF address
+ revert menu-bar: transfer focus correctly on alt-F1
+ na-tray: avoid deprecated g_type_class_add_private
+ Create FUNDING.yml
+ fix reloading the default layout after panel reset
+ fix random crashes on panel reset
+ [mate-panel] Avoid deprecated g_type_class_add_private
+ [libmate-panel-applet] Avoid deprecated g_type_class_add_private
+ Set compressed="true" for gresource text files
+ panel-toplevel: Clarify calculation precedence for '&' and '?'
+ button-widget: Clarify calculation precedence for '&' and '?'
+ Determine libwnck version during configure
+ Add version check for libwnck
+ window-list: Show window previews on hover
+ Fix panel applet keyboard focus trap
+ [ci] Add cppcheck html report
+
### mate-panel 1.23.0
* sync with transifex
diff --git a/configure.ac b/configure.ac
index c09badca..4feaaa4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mate-panel], [1.23.0], [https://github.com/mate-desktop/mate-panel/issues],
+AC_INIT([mate-panel], [1.23.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])