diff options
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 17 insertions, 1 deletions
@@ -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]) |