summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-09-26 10:10:54 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-09-26 10:18:22 -0400
commitf51bad348ab71e3203a7b76c45d307b0fafc5128 (patch)
tree96dfcd0ce56b6883cd43f66d2e6260edb14c09f7
parentc6299e775ae7770b5b98ede0b70e90ecd04bc742 (diff)
downloadnautilus-f51bad348ab71e3203a7b76c45d307b0fafc5128.tar.gz
release: prepare for 3.2.03.2.0
-rw-r--r--NEWS4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 22b91b523..27099f6c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 3.2.0 are:
+* Fix a couple of drawing regressions introduced in 3.1.92
+* Lots of translation updates
+
Major changes in 3.1.92 are:
* Hopefully fix once and for all NautilusWindow keybindings
* Don't hide the floating bar on hover if it's interactive
diff --git a/configure.in b/configure.in
index acae3fdfb..268208db5 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.92, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.2.0, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================