summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c0056adb3..ba4a58cea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 2.91.2 are:
+* Use GSettings for desktop background
+* Cleanups of the emblem-related code
+* Fix some bad interactions with GApplication
+* Fix an annoying crasher
+
Major changes in 2.91.1 are:
* Fix a number of GTK+ 3 regressions
* Port to the new GApplication API
diff --git a/configure.in b/configure.in
index 469786768..bbacaae70 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.1, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 2.91.2, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================