Add NEWS item for bug 627071

Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
David Zeuthen 2010-08-16 15:42:23 -04:00
parent b8e7ef6e90
commit e21e44fc2e

1
NEWS
View File

@ -12,6 +12,7 @@ Overview of Changes from GLib 2.25.13 to GLib 2.25.14
- Fix memory leaks in GSocketClient - Fix memory leaks in GSocketClient
- Handle async vs. sync correctly in GSocketConnection stream (616458) - Handle async vs. sync correctly in GSocketConnection stream (616458)
- Declare stream base classes as abstract - Declare stream base classes as abstract
- Clarify semantics of g_output_stream_write() (627071)
* Other * Other
- Improve test coverage for GDBus, GRegex, GAsyncResult - Improve test coverage for GDBus, GRegex, GAsyncResult