From 27fdb849de02f551eab46eb78f48065da9d1d1ec Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 20 Feb 2024 01:03:14 +0100 Subject: release 1.28.0 --- NEWS | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index efdd493a..db16f0a3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +### caja 1.28.0 + + * Translation update + * Wl bgleaks fixes (#1763) + * wayland-background-dialog: fix two issues found by cppcheck + * wayland-background-dialog: ensure style provider is added only once + * eel-background: fix logic error in x11/wayland detection + * wayland-background-dialog: Preview images at original aspect ratio + * wayland-background-dialog: fix memory leaks + * wayland background dialog: fix build warning + * Make wayland background dialog more intuitive + * Manage desktop backgrounds when running in wayland + * wayland desktop: suppress spatial window warning + * Do not show "Organize Desktop by Name" when desktop icons are locked + * fix building with libxml 2.12.0 + ### caja 1.27.2 * fix gfile sort and symlink warnings w glib2.76 or later diff --git a/configure.ac b/configure.ac index 2cc00434..95645829 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) AC_INIT([caja], - [1.27.2], + [1.28.0], [https://github.com/mate-desktop/caja/issues], [caja], [https://mate-desktop.org]) -- cgit v1.2.1