summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ===========================================================================