summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-05-24 18:11:01 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2010-05-24 18:11:01 +0200
commit9708b257484931185f458ce343f1e4f88a82c6ab (patch)
tree3fcc4487b0509cac9b9f305407ab37a2fe9c96cf
parent81e15c0accfe2147e0520fc8fba91fc2d97d0d2a (diff)
downloadnautilus-2.31.2.tar.gz
Release 2.31.2.2.31.2
-rw-r--r--NEWS8
-rw-r--r--configure.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dc511a808..ce31589c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Major changes in 2.31.2 are:
+* Use folder icons as window icons in browser and spatial mode
+* Add 'Trashed On' and 'Original Location' columns in the trash
+* Implement transparent icons for cut files
+* Change default thumbnail size
+* Fix a number of bugs related to bookmarks
+* Translation updates
+
Major changes in 2.31.1 are:
* New dialog to handle conflicts within file copy/move operations
* New button in the trashbar to restore selected items
diff --git a/configure.in b/configure.in
index 2a9873d1e..f97be7c8f 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.1],
+AC_INIT([nautilus],[2.31.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================