summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-07-25 15:20:29 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2011-07-25 15:20:29 +0200
commit0ee113dc1c5affda3eabf73b4c70c77456509d20 (patch)
treee80ff7677fac8959735dcbd7d65b7054d7734d6b
parent475ed89d6e6ac99f46700babd16671f88bd1386c (diff)
downloadnautilus-0ee113dc1c5affda3eabf73b4c70c77456509d20.tar.gz
release: prepare for 3.1.43.1.4
-rw-r--r--NEWS7
-rw-r--r--configure.in2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0d8bac3db..bf33f36ed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in 3.1.4 are:
+* Remove the 'Create Launcher' options from the desktop
+* Improve the 'File System' entry in the places sidebar
+* Remove 'Clear History' from the 'Go' menu
+* Fix location bar not expanding full width in the toolbar
+* Use new g_format_size() instead of g_format_size_for_display()
+
Major changes in 3.1.3 are:
* Add an 'Add Bookmark' item in sidepane context menu
* Fix --no-default-window not working when an URI is specified
diff --git a/configure.in b/configure.in
index 7f1736005..254a5d687 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 5)
m4_define(nautilus_extension_revision, 0)
-AC_INIT(nautilus, 3.1.3, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.1.4, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================