summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Neumair <cneumair@gnome.org>2008-07-22 14:07:48 +0000
committerChristian Neumair <cneumair@src.gnome.org>2008-07-22 14:07:48 +0000
commitbb72b66055971bb12403bd0255d4dda84989b970 (patch)
treefd937737ae1d9f0b71ddcf576f46ffc6d6e9d6ec
parent537789810b3423493c3d892a0bc2d23e48c1c631 (diff)
downloadnautilus-bb72b66055971bb12403bd0255d4dda84989b970.tar.gz
Update for release.
2008-07-22 Christian Neumair <cneumair@gnome.org> * NEWS: Update for release. * configure.in: Change version to 2.23.5.1. svn path=/trunk/; revision=14405
-rw-r--r--ChangeLog8
-rw-r--r--NEWS5
-rw-r--r--configure.in2
3 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e732411dd..016e3a570 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-07-22 Christian Neumair <cneumair@gnome.org>
+ * NEWS:
+ Update for release.
+
+ * configure.in:
+ Change version to 2.23.5.1.
+
+2008-07-22 Christian Neumair <cneumair@gnome.org>
+
* src/file-manager/fm-directory-view.c (reset_open_with_menu):
Display submenu for more than two associated applications when all
files are folders.
diff --git a/NEWS b/NEWS
index ec6794a8b..d6cf794ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Major changes in 2.23.5.1 are:
+* Fix crasher in spatial mode when closing window with ctrl-w
+* Work around GTK+ tree view bug for sidebar eject button click area
+* Some popup menu fixes
+
Major changes in 2.23.5 are:
* Add tab support to browser mode
* Add "restore from trash" functionality (only per item)
diff --git a/configure.in b/configure.in
index 7de61ea3a..fcba16d8a 100644
--- a/configure.in
+++ b/configure.in
@@ -27,7 +27,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 2)
m4_define(nautilus_extension_revision, 0)
-AC_INIT([nautilus],[2.23.6],
+AC_INIT([nautilus],[2.23.5.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================