summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ce31589c8..120980e0b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 2.31.3 are:
+* Port to GDBus
+* Change the default order for files in special directories
+* Support relative paths in the location entry/dialog.
+* Translation updates
+
Major changes in 2.31.2 are:
* Use folder icons as window icons in browser and spatial mode
* Add 'Trashed On' and 'Original Location' columns in the trash
diff --git a/configure.in b/configure.in
index e7a3a7918..27e0d0511 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 3)
m4_define(nautilus_extension_revision, 0)
-AC_INIT([nautilus],[2.31.2],
+AC_INIT([nautilus],[2.31.3],
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================