From b489d1eace12d805eae609ab97ffe68d5a145a68 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Wed, 27 Nov 2024 00:02:02 -0500 Subject: Release 1.28.1 --- NEWS | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 28eacf22..6a894c9f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +### mate-applets 1.28.1 + + * Compute screen height properly when not in X11 + * Remove GtkSourceView dependency as we no longer use it + * Replace GtkSourceView with GtkTextView + * Do not call x11 functions when not in x11 + * ci: try to fix cannot load such file -- faraday/net_http (LoadError) + * ci: use pip3 install not pip install for Travis + * CI: sudo was not used in prior attempt + * CI: 3ed try to fix start of jobs + * CI: 2nd attempt to fix start of builds + * ci: fix starting the builds as per error message + * CI: travis fixes needed elsewhere also needed here + ### mate-applets 1.28.0 * update translations diff --git a/configure.ac b/configure.ac index 9233c8f6..30be9a04 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl *************************************************************************** dnl *** configure.in for MATE-APPLETS *** dnl *************************************************************************** -AC_INIT([mate-applets], [1.28.0], [https://github.com/mate-desktop/mate-applets/issues], +AC_INIT([mate-applets], [1.28.1], [https://github.com/mate-desktop/mate-applets/issues], [mate-applets], [https://mate-desktop.org]) AC_PREREQ(2.59) -- cgit v1.2.1