summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-01-31 13:35:55 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2011-01-31 13:35:55 -0500
commitaa552113606e24d331c6c62de0f5406351600d7f (patch)
tree280108f6534a218116556e21113bbc3a8c65de65
parent3f55f369c00044a3d93c6bb10aa9e7c025548d5d (diff)
downloadnautilus-aa552113606e24d331c6c62de0f5406351600d7f.tar.gz
Release 2.91.82.91.8
-rw-r--r--NEWS13
-rw-r--r--configure.in2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d95356dfb..433950b4d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Major changes in 2.91.8 are:
+* Propagate custom icons to bookmarks
+* Don't quit the application if there are file operations running
+* Better keynav in the places sidebar
+* Use symbolic icons for the notification area
+* Fix some drawing regressions while renaming
+* Fix issues with the default sort order selection
+* Completely remove GConf dependency
+* Large refactor of NautilusWindow/NautilusView architecture
+* Cleanup installed desktop files
+* Fix a couple of crashers
+* Build with GCC 4.6
+
Major changes in 2.91.7 are:
* Adapt to GTK+ 2.99.0 deprecations
* Fix a crasher in the pathbar
diff --git a/configure.in b/configure.in
index 031755eec..db2612d3c 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.7, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 2.91.8, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================