From c66c859c6f528653578dbb1c90d565385d02afdb Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 22 May 2018 12:59:55 +0300 Subject: release 1.18.6 --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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 --------------------------------------------------------------------------- -- cgit v1.2.1