diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-01-06 19:32:12 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-01-06 19:32:12 -0500 |
commit | a227525d612ef57cdbb88210f83bb0ef54a466ef (patch) | |
tree | bde2b6804b45e409eac937652cf63a54a92f5180 | |
parent | 2c0c35af564fd29b10345b38505ccae70d59eaad (diff) |
Updates
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Overview of Changes from GLib 2.22.3 to GLib 2.22.4 +=================================================== + +* Bugs fixed: + 603982,603540,603527,563627,604875,605977 + 603527 programs linked against glib-2.22 won't run on MS Win + 603540 g_time_val_from_iso8601 uses uninitialised variable + 603982 Stack overflow when reading file async with filter + 604875 Use of sa_len conflicts with system header + 605977 invalid utf-8 conversion in g_local_file_get_parse_name + 563627 g_get_prgname() threadsafety + + Overview of Changes from GLib 2.22.2 to GLib 2.22.3 =================================================== |