diff options
author | raveit65 <[email protected]> | 2024-02-20 01:03:14 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-02-20 01:03:14 +0100 |
commit | 27fdb849de02f551eab46eb78f48065da9d1d1ec (patch) | |
tree | 440d57cb043a5ee4adf6fa8d2f87b9e61e91e6f4 | |
parent | b595edc06e05c02a36c963f306a6320ba83e51f5 (diff) | |
download | caja-1.28.0.tar.bz2 caja-1.28.0.tar.xz |
release 1.28.0v1.28.0
-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]) |