summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-08-18 13:17:29 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2010-08-18 13:33:12 +0200
commit06aaea48000ad5e7271240b50a364bac9cd52a5d (patch)
treea65df728769bb4e13eb0fcbdbcfeab9622d9031d
parentd81cde6f4375c896d834643535d9686ec7ae9ad7 (diff)
downloadnautilus-06aaea48000ad5e7271240b50a364bac9cd52a5d.tar.gz
Release 2.31.902.31.90
-rw-r--r--NEWS6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d3e24b58d..206793fc2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Major changes in 2.31.90 are:
+* Don't make pathbar buttons disappear when deleting a folder
+* Remove useless unique-1.0 dependency
+* Don't use deprecated GtkNotebookPage
+* Translation updates
+
Major changes in 2.31.6 are:
* This release is based on 2.30.1
* A long list of fixes have been backported from the master branch,
diff --git a/configure.in b/configure.in
index 15bc4a7e5..bdf6874a5 100644
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 3)
m4_define(nautilus_extension_revision, 0)
-AC_INIT([nautilus],[2.31.6],
+AC_INIT([nautilus],[2.31.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================