diff options
author | Stefano Karapetsas <[email protected]> | 2012-06-16 11:57:48 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-06-16 11:57:48 +0200 |
commit | 16379e27f5cc8a254f766b591b7b208bf5a59d55 (patch) | |
tree | 1d909f7f65e8799802ab6fb5c9bf61d1dbd8c87a | |
parent | a8789710c20b11eeae3cabe35ea58f77af5f0617 (diff) | |
download | caja-16379e27f5cc8a254f766b591b7b208bf5a59d55.tar.bz2 caja-16379e27f5cc8a254f766b591b7b208bf5a59d55.tar.xz |
revert version to 1.3.0, update NEWS file
-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 |