Update for release.

2008-08-04  Christian Neumair  <cneumair@gnome.org>

	* NEWS:
	Update for release.

	* configure.in:
	Change version to 2.23.6.1.

svn path=/trunk/; revision=14443
This commit is contained in:
Christian Neumair 2008-08-04 10:46:44 +00:00 committed by Christian Neumair
parent 59dd17b164
commit 0c53ab95f5
3 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2008-08-04 Christian Neumair <cneumair@gnome.org>
* NEWS:
Update for release.
* configure.in:
Change version to 2.23.6.1.
2008-08-04 Christian Neumair <cneumair@gnome.org>
* libnautilus-private/nautilus-file.c (update_info_internal):

3
NEWS
View file

@ -1,3 +1,6 @@
Major changes in 2.23.6.1 are:
* Fix display name of computer:// icons
Major changes in 2.23.6 are:
* Support transferring files with reserved FAT characters to a FAT file system
Replace them with an underscore if neccessary

View file

@ -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.90],
AC_INIT([nautilus],[2.23.6.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================