From 7fd8ceec5e220e2573d9c6ab19258cb2e0b5f301 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Thu, 11 Jun 2015 22:39:59 +0100 Subject: Bump version to 1.10.1 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6eb4ca54..c8ee513d 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit v1.2.1