This commit is contained in:
Matthias Clasen
2005-06-10 15:41:54 +00:00
parent 78bcc2ea63
commit 41e459f8db
5 changed files with 28 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2005-06-10 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c (g_key_file_parse_value_as_integer): Better

View File

@@ -1,3 +1,7 @@
2005-06-10 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c (g_key_file_parse_value_as_integer): Better

View File

@@ -1,3 +1,7 @@
2005-06-10 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c (g_key_file_parse_value_as_integer): Better

View File

@@ -1,3 +1,7 @@
2005-06-10 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c (g_key_file_parse_value_as_integer): Better

12
NEWS
View File

@@ -1,3 +1,15 @@
Overview of Changes from GLib 2.6.4 to GLib 2.6.5
=================================================
* GOption
- Treat '-' as non-option argument [Tim Musson, Thomas Leonard]
* Win32 changes
- Improve g_get_system_data_dirs() [Tor]
* Other bug fixes [Tommi Komulainen, Tor, Benjamin Otte,
Morten Welinder, Christian Biere, Noah Levitt, Michael Banck]
* Documentation improvements [Mattew F. Barnes, Federico
Mena Quintero, Daniel Vaillard, Matthias]
* New and updated translations (da,eu,gl,mn,nb,ne,no)
Overview of Changes from GLib 2.6.3 to GLib 2.6.4
=================================================
* Fix compilation with gcc 4.0 [Matthias Clasen]