mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-10-29 03:34:16 +00:00
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:
parent
59dd17b164
commit
0c53ab95f5
3 changed files with 12 additions and 1 deletions
|
@ -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
3
NEWS
|
@ -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
|
||||
|
|
|
@ -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 ===========================================================================
|
||||
|
|
Loading…
Reference in a new issue