summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-05-01 23:51:29 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-05-01 23:51:29 -0400
commit8c4cea5a56950516bdcaf9d19281176cb7c5105c (patch)
tree0949d0da410cbfda211eb535925b7774464333c4
parent01ed53f313832d7e8b6395d47022741e94820d38 (diff)
downloadnautilus-8c4cea5a56950516bdcaf9d19281176cb7c5105c.tar.gz
release: prepare for 3.0.1.13.0.1.1
-rw-r--r--NEWS4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9dbfff5a2..00b4db67f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 3.0.1.1 are:
+* Fix some crashers
+* Don't show file transfer progress twice
+
Major changes in 3.0.1 are:
* Fix white background bug when drawing desktop icons
* Fix crash while ejecting volumes from the places sidebar
diff --git a/configure.in b/configure.in
index c3c987eac..61a5dd0c7 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.0.1, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.0.1.1, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================