Overview of Changes in GLib 1.1.8:
authorOwen Taylor <otaylor@src.gnome.org>
Wed, 16 Dec 1998 05:09:17 +0000 (05:09 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 16 Dec 1998 05:09:17 +0000 (05:09 +0000)
commit6800c30c148ee3c86fc1e552bc172ec3bf404d51
tree26a17092271b9c49e4bbb109009bfa396f611a24
parent541f70beffdc0a56b31019d57b3753463fa8f353
Overview of Changes in GLib 1.1.8:
* Added threading support
  - The ability to specify a set of functions to be used for
    locking at runtime.
  - Default implementations of locking functions for pthreads,
    Solaris threads, and (experimentally) NSPR.
  - All static variables should now properly locked.
  - Enhancements to the generic main-loop mechanism to be thread-safe.
    (It is used for the main-loop in GTK+ as of GTK+-1.1.8)
* Portability fixes.
NEWS