summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-12-28 16:59:04 +0100
committerCosimo Cecchi <cosimoc@gnome.org>2010-12-28 16:59:04 +0100
commit0b711937cc67bf9bf4415d56442ddba16c920c7b (patch)
tree7c003579bd3cbcf9273df32d6c91a070981f8654
parent5e91bd11bea315b258839890a4ccf4d4b1c49a17 (diff)
downloadnautilus-0b711937cc67bf9bf4415d56442ddba16c920c7b.tar.gz
Release 2.32.2.12.32.2.1
-rw-r--r--NEWS5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 76660136a..0bc5a8fc4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 2.32.2.1 are:
+* Another fix for a crasher when unmounting volumes
+* Fix a regression where '~' was not treated as $HOME in the
+ location bar
+
Major changes in 2.32.2 are:
* Fix a crasher
* Translation updates
diff --git a/configure.in b/configure.in
index d4c8a8709..97e171e3c 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.32.2],
+AC_INIT([nautilus],[2.32.2.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================