summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-12-20 19:07:35 +0100
committerCosimo Cecchi <cosimoc@gnome.org>2010-12-20 19:07:54 +0100
commit08462d0f0235274f1b6c2b12df47e27932b343ee (patch)
treeb0b6abfecd9f1cf9797c88b88e147bd0139bb89c
parentf42d5aa97de09de7052fa80abda62fabe17dfb13 (diff)
downloadnautilus-08462d0f0235274f1b6c2b12df47e27932b343ee.tar.gz
Release 2.91.52.91.5
-rw-r--r--NEWS8
-rw-r--r--configure.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a9aae1bdf..44e6aa72c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 2.91.5 are:
+* Tweak sidebar appearance with CSS
+* Remove 'exit-with-last-window' preference
+* Remove support for saving state with XSMP
+* Fix some UI GtkStyleContext regressions
+* Fix a11y for NautilusIconCanvasItem
+* Properly support '~' in the location bar
+
Major changes in 2.91.4 are:
* Port to the new GtkAppChooser widget family
* Port to GtkStyleContext
diff --git a/configure.in b/configure.in
index 5a946a6f1..774f8fce9 100644
--- a/configure.in
+++ b/configure.in
@@ -17,7 +17,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 4)
m4_define(nautilus_extension_revision, 0)
-AC_INIT(nautilus, 2.91.4, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 2.91.5, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================