summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-10-05 15:53:18 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2010-10-05 15:53:18 +0200
commit31fac990215a99a034b62e626fb86e02ad751a31 (patch)
treef82452a1445a800a8ab7eb6b4c13d491b31a4a89
parent33c9b6d24a60079fe6c4c1be281c76f43def6fee (diff)
downloadnautilus-2.91.0.1.tar.gz
Release 2.91.0.12.91.0.1
-rw-r--r--NEWS4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2c1a676f2..07835a6f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 2.91.0.1 are:
+* Fix a crash related to GtkSpinner
+* Fix the filename cell renderer to use the new GtkSizeRequest functions
+
Major changes in 2.91.0 are:
* New UI for the 'Places' sidebar
* New UI for the 'Connect to server' dialogue
diff --git a/configure.in b/configure.in
index ab59c4a72..83e284d47 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.91.0],
+AC_INIT([nautilus],[2.91.0.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================