diff options
| -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 | 
