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 504a8fc72..d08a864f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 2.32.0 are:
+* Fix places sidebar sometimes not changing location
+ when clicking on a place
+* Fix various crashers
+* Translation updates
+
Major changes in 2.31.92 are:
* String fixes for the file conflict dialog
* Add a border around infobars
diff --git a/configure.in b/configure.in
index c3ca3eefe..a5410f345 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.92],
+AC_INIT([nautilus],[2.32.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================