diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-09-02 18:36:48 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-09-02 18:36:48 +0000 |
commit | 8f5a2e0d314e2a7d9fee7ee6e779e92fbda1e613 (patch) | |
tree | 9a6bceedabeabc796bd09fee71b086783a8bfad4 | |
parent | 691c77e37d9cab65b9b7fa9141e0b99fcf40890a (diff) |
Updates
svn path=/trunk/; revision=7431
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 39 |
2 files changed, 41 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2008-09-02 Matthias Clasen <mclasen@redhat.com> + * NEWS: Updates + * configure.in: Bump version to 2.18.0 2008-09-02 Matthias Clasen <mclasen@redhat.com> @@ -1,3 +1,42 @@ +Overview of Changes from GLib 2.17.7 to GLib 2.18.0 +=================================================== + +* Win32: + - rework the g_poll() implementation to match poll() semantics more closely + +* Bugs fixed: + 324234 Using g_io_add_watch_full() to wait for connect() to return... + 548278 Async GETs connections are always terminated unexpectedly... + 500246 Bug fixes for giowin32 + 523939 Example program for GValue + 550096 GBookmarkFile parser is not forward compatible + 550040 Move GString, rand and printf tests to the unit test framework + 550104 trivial documentation fix for g_get_home_dir + 548988 g_file_replace fails on Windows when the target file exists + 550059 Wrong docs for g_emblemed_icon_add_emblem + 548800 Missing a g_object_get_type function + 550056 Missing documentation for g_emblemed_icon_get_emblems + +* Updated translations: + Bulgarian (bg) + Czech (cs) + German (de) + Estonian (et) + Basque (eu) + French (fr) + Hebrew (he) + Hungarian (hu) + Italian (it) + Japanese (ja) + Lithuanian (lt) + Maithili (mai) + Dutch (nl) + Swedish (sv) + Thai (th) + Ukrainian (uk) + Vietnamese (vi) + + Overview of Changes from GLib 2.17.6 to GLib 2.17.7 =================================================== |