diff options
author | Martin Wimpress <[email protected]> | 2015-06-11 22:39:59 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2015-06-11 22:39:59 +0100 |
commit | 7fd8ceec5e220e2573d9c6ab19258cb2e0b5f301 (patch) | |
tree | 8da9446267df322b77140b121bf3bdbba76a2cbc | |
parent | 1d0cd082130636df0ed1087464380d4d0ebdd57f (diff) | |
download | caja-7fd8ceec5e220e2573d9c6ab19258cb2e0b5f301.tar.bz2 caja-7fd8ceec5e220e2573d9c6ab19258cb2e0b5f301.tar.xz |
Bump version to 1.10.1
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +Major changes in 1.10.1 are: +* Do not automount USB flash drives and CD/DVD drives while session is locked +* Reverted dropping of files to Bookmarks sidebar + * See https://github.com/mate-desktop/caja/issues/423 +* UI bugfixes + Major changes in 1.10.0 are: * Allow extensions to be enabled/disabled at runtime * Bugfixes diff --git a/configure.ac b/configure.ac index 3e2bc84a..b7ae4a02 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.10.0], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.10.1], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- dnl GTK library version |