summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-05-05 02:48:34 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2009-05-05 02:48:34 +0200
commit956bf2c75079003c91774a675091f7133cc8be35 (patch)
tree651335b7ba86260ec2129d840c0879429af772b1
parentec4ce1431bda72fc66ace675d860e7c2bb3bc3e6 (diff)
downloadnautilus-956bf2c75079003c91774a675091f7133cc8be35.tar.gz
Prepare for 2.27.1 releaseNAUTILUS_2_27_1
-rw-r--r--NEWS9
-rw-r--r--configure.in2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2ac951ba5..621f722f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 2.27.1 are:
+* Drop GTK+ deprecated symbols
+* Display the application icon in the popup menu
+* Fix autorun hints for Win32 software media
+* Allow shift+return during typeahead find
+* Update desktop icons according to DPI changes
+* Use the correct folder icon fallbacks
+* Autogenerate ChangeLog and use shave to display the build output
+
Major changes in 2.26.2 are:
* Fix issue with default dnd type when dragging to a parent directory
* Fix icon view RTL layout in compact view
diff --git a/configure.in b/configure.in
index 5d9decdf3..d5c4cefb1 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.26.3],
+AC_INIT([nautilus],[2.27.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================