summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-07-14 01:09:16 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2009-07-14 01:09:16 +0200
commit608b7f5c2ab1c6e9c0d011e3fef3b506afa5f8ba (patch)
treedab39cc2d2fd4d48abf011c5fb6199c6397ca213
parente4b5573bec0215006201b9a0dda60888a32debe6 (diff)
downloadnautilus-608b7f5c2ab1c6e9c0d011e3fef3b506afa5f8ba.tar.gz
Update for 2.27.42.27.4
-rw-r--r--NEWS8
-rw-r--r--configure.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ea39ec517..3d9f5d62c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 2.27.4 are:
+* Add support for starting and stopping drives
+* Use the new GVfs metadata framework
+* Support new style unmount operations; this will provide a nice dialog when
+ unmounting a busy drive mount
+* Add application icons to the Open With context menu
+* Reload xdg-user-dirs according to the user preferences
+
Major changes in 2.27.2 are:
* Support ctrl-drop in list view
* Allow user defined keyboard shortcuts for extension items
diff --git a/configure.in b/configure.in
index ae87b0ed0..7ba7ef43c 100644
--- a/configure.in
+++ b/configure.in
@@ -21,7 +21,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 2)
m4_define(nautilus_extension_revision, 0)
-AC_INIT([nautilus],[2.27.3],
+AC_INIT([nautilus],[2.27.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================