updates for 1.3.7 release.

Tue Sep  4 01:50:24 2001  Tim Janik  <timj@gtk.org>

        * NEWS: updates for 1.3.7 release.

Tue Sep  4 01:49:18 2001  Tim Janik  <timj@gtk.org>

        * gsourceclosure.c: make closure_callback_funcs static,
        added some g_return_if_fail() statements.
This commit is contained in:
Tim Janik
2001-09-03 23:46:04 +00:00
committed by Tim Janik
parent 0038581ed4
commit 267ff610fe
14 changed files with 63 additions and 3 deletions

18
NEWS
View File

@@ -1,3 +1,21 @@
Overview of Changes in GLib 1.3.7:
* Integrate GClosure support into the main loop
* More GSignal convenience functions (macros)
* Introduced weak references for GObject
* Minor hash table optimizations
* Main loop and threading improvements
* Added g_ascii_* functions to be used for locale insensitive UTF8
compliant code instead of old string functions
* Overall fixes for UTF8 compliance
* GString improvements
* Reworked the GIOChannel code
* Removed glib-config-2.0 in favour of pkgconfig
* Make code 64bit clean
* More G_CONST_RETURN fixes
* Many improvements to the win32 code
* Miscellaneous bug and API fixes
Overview of Changes in GLib 1.3.6:
* Threads have a "return value" from g_thread_join