summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2023-08-23 11:47:12 +0200
committerraveit65 <[email protected]>2023-08-23 11:47:12 +0200
commit4168605da2fb85f2440e1c223f530d0b831ffdb9 (patch)
treedc47e7e926292c51959096e1d1179e08a45c4cea
parent45c190c497ea1de8c81f272ef8820156830d67cb (diff)
downloadcaja-4168605da2fb85f2440e1c223f530d0b831ffdb9.tar.bz2
caja-4168605da2fb85f2440e1c223f530d0b831ffdb9.tar.xz
release 1.27.1v1.27.1
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 05d4525a..d3b8ee6f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,27 @@
+### caja 1.27.1
+
+ * update translations
+ * wayland: initial support for showing the desktop
+ * ensure all of the desktop is usable in x11
+ * Replace deprecated code from xrandr fix
+ * caja-desktop-window: Fix the xrandr error
+ * caja-icon-container.c: Set a transient parent on the interactive search popup
+ * Initial wayland support
+ * caja-file: fix future informal date bug
+ * caja-file: fix yesterday/today informal date bug
+ * directory: Include hidden files in properties window
+ * Fix handling of invalid x-special/mate-icon-list drops
+ * icon view: Fix positioning overflowing icons on the desktop
+ * Make CajaIconData type less confusing
+ * Remove dead assignment
+ * Remove unused members and structures
+ * Remove unused member
+ * Enable showing in Budgie Desktop and XFCE
+ * icon view: Refresh icon positions for manual layout on zoom change (#1676)
+
### caja 1.27.0
- * release 1.27.0
- * tx: sync with transifex
+ * update translations
* tx: update resource
* tx: migrate config file
* image properties: Look for supported mime types at runtime
diff --git a/configure.ac b/configure.ac
index d630daf6..cce873b4 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.0],
+ [1.27.1],
[https://github.com/mate-desktop/caja/issues],
[caja],
[https://mate-desktop.org])