summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ===========================================================================