summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-05-24 14:50:23 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-05-24 14:50:23 -0400
commit25997eafdb95525a6ed526c6e6b929e44f4160f0 (patch)
treec98eaea44ee18ddd48b3d1a575b1c29f700927a6
parentef555cd9a142cc0e6c4dbd99aa37124f1c8f7578 (diff)
downloadnautilus-25997eafdb95525a6ed526c6e6b929e44f4160f0.tar.gz
release: prepare for 3.0.23.0.2
-rw-r--r--NEWS8
-rw-r--r--configure.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 00b4db67f..cf909b52a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 3.0.2 are:
+* Add an autostart desktop file
+* Treat regular files as selection when opening a location
+* Don't delete files when pressing Ctrl+Delete on rename
+* Strip the method scheme in the connect to server dialog if possible
+* Fix selection issues when navigating upwards
+* Minor UI fixes
+
Major changes in 3.0.1.1 are:
* Fix some crashers
* Don't show file transfer progress twice
diff --git a/configure.in b/configure.in
index 61a5dd0c7..c3aa371ec 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.1, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.0.2, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================