summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-04-04 10:05:58 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-04-04 10:05:58 -0400
commit6efe6113d1a2ee61eaf2feed818689f25023e687 (patch)
tree975d4fd52ebda89e6b3dc2f6803a65c126c1c20c
parentacce5e1c70e10ef550cfed888a852e5048dc4b3d (diff)
downloadnautilus-6efe6113d1a2ee61eaf2feed818689f25023e687.tar.gz
release: release 3.0.03.0.0
The future is now.
-rw-r--r--NEWS5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 23193053c..0cee71ec7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 3.0 are:
+* Use Ctrl+Delete as keyboard shortcut to trash files
+* Make sure we always open new windows from the desktop
+* Fix a crasher
+
Major changes in 2.91.4 are:
* Fix eject button hover in places sidebar
* Use new gnome-help pages for help buttons
diff --git a/configure.in b/configure.in
index e0e2b3ac5..cae784f9a 100644
--- a/configure.in
+++ b/configure.in
@@ -17,7 +17,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 5)
m4_define(nautilus_extension_revision, 0)
-AC_INIT(nautilus, 2.91.94, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 3.0.0, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================