summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-12-07 10:34:46 +0100
committerCosimo Cecchi <cosimoc@gnome.org>2010-12-07 10:34:46 +0100
commitdef31cd34118e4a3daf53819f81a5d7325b8efcb (patch)
tree6b56b906bec35d2a1b034b03792f4e1f65697a75
parentbb68641adf3306675f3b259d0197ef74ecc9ccc0 (diff)
downloadnautilus-def31cd34118e4a3daf53819f81a5d7325b8efcb.tar.gz
Release 2.91.42.91.4
-rw-r--r--NEWS10
-rw-r--r--configure.in2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 40348010f..a9aae1bdf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Major changes in 2.91.4 are:
+* Port to the new GtkAppChooser widget family
+* Port to GtkStyleContext
+* Add DBus interfaces for copying files and emptying trash
+* Remove Beagle search support
+* Remove History and Notes sidebar
+* Use a new simpler debug infrastructure
+* Make the preferences an app-wide singleton window
+* Fix some drawing regressions
+
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
diff --git a/configure.in b/configure.in
index 152f06bc9..92034b73f 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.3, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
+AC_INIT(nautilus, 2.91.4, http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus)
dnl ===========================================================================