summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-10-04 12:37:16 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2010-10-04 12:49:54 +0200
commitca6e8b6d59caa79e1095d02f107df1779107a565 (patch)
tree6564e5e39a8561aaa757e00f2cce717cc0064c82
parent74a0311e65f2c9fc2d03967b0607633dcb652f88 (diff)
downloadnautilus-ca6e8b6d59caa79e1095d02f107df1779107a565.tar.gz
Release 2.91.02.91.0
-rw-r--r--NEWS9
-rw-r--r--configure.in2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0b8a4c126..2c1a676f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Major changes in 2.91.0 are:
+* New UI for the 'Places' sidebar
+* New UI for the 'Connect to server' dialogue
+* Highlight the eject button upon hovering in the Places sidebar
+* Make file conflict dialog strings I18N-friendly
+* Port to GTK3 new drawing functions
+* Cleanup background-related code
+* Various crashers and glitches fixes
+
Major changes in 2.90.1 are:
* Port to GSettings
* Port to cairo drawing
diff --git a/configure.in b/configure.in
index 7c7d0b380..ab59c4a72 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 3)
m4_define(nautilus_extension_revision, 0)
-AC_INIT([nautilus],[2.90.1],
+AC_INIT([nautilus],[2.91.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================