Released GLib 1.1.9

Wed Dec 16 23:04:26 CST 1998 Shawn T. Amundson <amundson@gtk.org>

        * Released GLib 1.1.9

        * INSTALL:
          NEWS:
          README:
          configure.in:
          glib.spec:
          docs/glib-config.1: version=1.1.9
This commit is contained in:
CST 1998 Shawn T. Amundson
1998-12-17 05:16:29 +00:00
committed by Shawn Amundson
parent 77ccad4d2f
commit d9fca59e2a
14 changed files with 100 additions and 6 deletions

6
NEWS
View File

@@ -1,3 +1,9 @@
Overview of Changes in GLib 1.1.9:
* Check for pthread_attr_init in all cases, Digital Unix 4 requires this
* For G_LOCK_DECLARE_*, if !G_THREADS_ENABLED, eat trailing semicolon better
* Changed g_main_poll_(add|remove) to g_main_(add|remove)_poll
Overview of Changes in GLib 1.1.8:
* Added threading support