summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1b9e14c0..bbfa4b51 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+### caja 1.18.6
+
+ * add missing window icon to About dialog for extensions
+ * allow selecting all the search keywords with Ctrl+A
+ * fix backgrounds and emblems dialog content rendering
+ * fix tasklist icon change when opening new tab
+ * eject: Do not show "safe to remove" notification if drive fails
+ to unmount
+ * places-sidebar: show user's home dir when it is also the desktop
+ * pathbar: fix random segfaults on opening mounts from desktop
+ * various misc fixes
+
### caja 1.18.5
* Fix: wrong behavior with key "enter" while renaming files in list view
diff --git a/configure.ac b/configure.ac
index cc9edb8e..6d66ef86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ dnl Interface break is not allowed.
m4_define(caja_extension_current, 5)
m4_define(caja_extension_revision, 0)
-AC_INIT([caja], [1.18.5], [http://www.mate-desktop.org])
+AC_INIT([caja], [1.18.6], [http://www.mate-desktop.org])
dnl ---------------------------------------------------------------------------