diff options
author | monsta <[email protected]> | 2018-05-22 12:59:55 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-05-22 12:59:55 +0300 |
commit | c66c859c6f528653578dbb1c90d565385d02afdb (patch) | |
tree | 238b4b81266a15865e64b95039b032ea462b717f | |
parent | 575158aa68ed4de52bc5b3c922b3f201eaa9e611 (diff) | |
download | caja-c66c859c6f528653578dbb1c90d565385d02afdb.tar.bz2 caja-c66c859c6f528653578dbb1c90d565385d02afdb.tar.xz |
release 1.18.6v1.18.6
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -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 --------------------------------------------------------------------------- |