summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-11-29 19:11:38 +0100
committerCosimo Cecchi <cosimoc@gnome.org>2010-11-29 19:11:38 +0100
commit41059f897c33f981ce03c1dd62bcbbd20a53c52d (patch)
tree7efd5130ca9e6ce563c210774caf819e99be8994
parentb83c479d40b86d8a4e537a1c30d2375a1277898c (diff)
downloadnautilus-2.91.3.tar.gz
Release 2.91.32.91.3
-rw-r--r--NEWS9
-rw-r--r--configure.in2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ba4a58cea..40348010f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 2.91.3 are:
+* Remove autorun and automount machinery, it moved to gnome-settings-daemon
+* Don't install the 'File Management Properties' binary; there's now
+ a capplet in gnome-control-center for the autorun system settings.
+* Fix interaction with the session manager
+* Don't use gtk_[h|v]_separator_new
+* Identify OGG Vorbis files as music in the search UI
+* Require new gnome-desktop
+
Major changes in 2.91.2 are:
* Use GSettings for desktop background
* Cleanups of the emblem-related code
diff --git a/configure.in b/configure.in
index 358a888a6..17208f0a2 100644
--- a/configure.in
+++ b/configure.in
@@ -17,7 +17,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 3)
m4_define(nautilus_extension_revision, 0)
-AC_INIT(nautilus, 2.91.2, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 2.91.3, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================