summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormbkma <[email protected]>2022-11-11 20:35:03 +0100
committermbkma <[email protected]>2022-11-11 21:12:47 +0100
commitd85b90eff925bc6fc6d463676274b457af497f3c (patch)
treed03786cb14931d1c5d03816511dc7c66461326dd
parenteefc42de71ca06ef57ad10dd1ea92ccfd9615d0c (diff)
downloadmate-screensaver-d85b90eff925bc6fc6d463676274b457af497f3c.tar.bz2
mate-screensaver-d85b90eff925bc6fc6d463676274b457af497f3c.tar.xz
release 1.27.0v1.27.0
-rw-r--r--NEWS30
-rw-r--r--configure.ac2
2 files changed, 31 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a4f11b9..a758997 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+### mate-screensaver 1.27.0
+
+ * tx: sync with transifex
+ * tx: update resource
+ * tx: migrate config file
+ * build warning: AC_OUTPUT should be used without arguments
+ * gs-prefs: macros instead of static methods of one sentence
+ * Fix implicit conversion changes signedness: 'gboolean' to 'guint'
+ * gs-window-x11: Fix -Wshorten-64-to-32 warning
+ * gs-watcher-x11: Fix -Wshorten-64-to-32 warning
+ * gs-lock-plug: Fix -Wshorten-64-to-32 warning
+ * xdg-user-dir-lookup: Fix -Wshorten-64-to-32 warning
+ * mate-screensaver-preferences: Fix -Wfloat-conversion warnings
+ * gs-fade: Fix -Wfloat-conversion warnings
+ * mate-screensaver-preferences: fix memory leak
+ * Unnecessary G_OBJECT cast when calling signal connect function
+ * Fix build warnings about missing field initializer
+ * gs-listener-dbus: GTimeVal deprecation
+ * floaters: GTimeVal deprecation
+ * Don't build the path to mate-screensaver-dialog
+ * Don't build the path to mate-screensaver-gl-helper
+ * ci: drop -Wunused-parameter compiler cflag from debian build
+ * mate-screensaver-preferences: fix memory leak
+ * build: show configure summary using a pretty format
+ * Use a blank line at most
+ * gs-theme-manager: reload on menu_tree changed
+ * Prompt-driven auth. helper
+ * tx: update resource
+ * tx: fix typos reported by translators
+
### mate-screensaver 1.26.0
* Translations update
diff --git a/configure.ac b/configure.ac
index 138c272..ee13741 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl -*- mode: m4 -*-
AC_PREREQ(2.60)
AC_INIT([mate-screensaver],
- [1.26.0],
+ [1.27.0],
[https://mate-desktop.org/])
AC_CONFIG_SRCDIR(src/mate-screensaver.c)