diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -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 =========================================================================== |