summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-03-21 17:00:25 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-03-21 17:09:25 -0400
commit41fd10dafd7fe0240dc13bf33140e8aa22d87333 (patch)
treed93e7136beb8bd1d5c363d4f9dbf3310fdfaa956
parent2cf698346aca25a48a11edeccc34530e15843a6a (diff)
downloadnautilus-2.91.92.tar.gz
Update for 2.91.922.91.92
-rw-r--r--NEWS8
-rw-r--r--configure.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e998086b9..407bcb3f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 2.91.92 are:
+* Use a raised button for Search
+* Tweak the floating bar background
+* Only show the "Loading..." floating bar after half a second of loading
+* Style cluebars according to mockups
+* Fix some split view regressions
+* Misc bugfixes
+
Major changes in 2.91.91 are:
* Allow the dbus manager to run as a service
* Create folders in subdirectories in list view, when possible
diff --git a/configure.in b/configure.in
index 6d239ce7c..f35f86f5a 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.91, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 2.91.92, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================