summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-09-11 16:57:20 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2010-09-13 11:05:02 +0200
commit97ee378d12b69314244574528a9729b1d0667ae3 (patch)
tree13c44fed0e8eac57f18193e5a82e536924ea642b
parent15ae8cbb39e9dec750ddf07d43beeb6c8c6ced61 (diff)
downloadnautilus-97ee378d12b69314244574528a9729b1d0667ae3.tar.gz
Release 2.31.922.31.92
-rw-r--r--NEWS8
-rw-r--r--configure.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 206793fc2..504a8fc72 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 2.31.92 are:
+* String fixes for the file conflict dialog
+* Add a border around infobars
+* Fix a regression when copy/pasting in list view
+* Re-use libunique instead of GApplication
+* Drop GDK_DISABLE_DEPRECATED cflag, as we don't want to cope with
+ recent GDK 2.22 deprecations for the 2.32 branch
+
Major changes in 2.31.90 are:
* Don't make pathbar buttons disappear when deleting a folder
* Remove useless unique-1.0 dependency
diff --git a/configure.in b/configure.in
index 2d3d39833..837036396 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.90],
+AC_INIT([nautilus],[2.31.92],
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================