summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-02-21 16:24:17 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2011-02-21 16:47:10 -0500
commit50647b100ddb52f61c50f973d89f883d346442bb (patch)
tree4b8a745ffbc49de14e797c4d98bba935ca28575f
parentaea7f1f49601c34398f8b62b3650f7c3db8d1171 (diff)
downloadnautilus-50647b100ddb52f61c50f973d89f883d346442bb.tar.gz
Release 2.91.902.91.90
-rw-r--r--NEWS8
-rw-r--r--configure.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6f0835c39..e41f4d961 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 2.91.90 are:
+* Huge changes in the user interface, to match GNOME3 mockups
+* Remove the spatial mode
+* Updated tracker search engine to use libtracker-sparql
+* Consistently use "Home" instead of the username
+* Rename the GSettings schema path to /org/gnome/nautilus
+* Remove the ability for extensions to create toolbar items
+
Major changes in 2.91.9 are:
* Remove GConf dependency completely
* Fade-out eyecandy for selection rubberband
diff --git a/configure.in b/configure.in
index fd396ed66..07de33167 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.9, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 2.91.90, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================