diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1 +1,6 @@ - +Major changes in 1.3.0 are: +* Restore toggle button for button and text-based location bar +* Add the ability to open bookmarks in the places side pane via the enter and space keys +* Add diff button for text files in file conflict dialog +* Fix autocompletion for remote locations +* Makes the filename column expand to its maximum instead of shrinking to a hardcoded value diff --git a/configure.in b/configure.in index 212c5125..eb26f00f 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ dnl Interface break is not allowed. m4_define(caja_extension_current, 3) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.3.2], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.3.0], [http://www.mate-desktop.org]) dnl --------------------------------------------------------------------------- dnl GTK library version |