summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-03-07 13:42:35 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2011-03-07 13:42:35 -0500
commit5b6d156f57ad630646c2c3e779d094b98766d529 (patch)
tree5381a7fd9d09c844abf58f248bd6946e22b5044b
parent9465370aad15fe7b20923ad1009a5d3314edc621 (diff)
downloadnautilus-2.91.91.tar.gz
Release 2.91.912.91.91
-rw-r--r--NEWS9
-rw-r--r--configure.in4
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 71c80cc57..e998086b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+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
+* Make sure we don't focus headers in the places sidebar
+* Don't activate 'Rename' in the sidebar for non-bookmarks
+* Fix the list view not updating anymore after creating an empty file
+* Fix regressions in rename widget focus
+* Fix some UI regressions from the latest changes
+
Major changes in 2.91.90.1 are:
* Make modules of extensions pulling in ORBit resident, to avoid
ORBit's atexit()'s handler to call into unloaded code
diff --git a/configure.in b/configure.in
index 8cf03503d..964e04aa3 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl ===========================================================================
m4_define(glib_minver, 2.28.0)
m4_define(gnome_desktop_minver, 2.91.2)
m4_define(pango_minver, 1.1.2)
-m4_define(gtk_minver, 3.0)
+m4_define(gtk_minver, 3.0.2)
m4_define(xml_minver, 2.4.7)
m4_define(exif_minver, 0.5.12)
m4_define(exempi_minver, 1.99.5)
@@ -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.90.1, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 2.91.91, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================