Released GLib 1.1.12

Mon Jan  4 02:58:13 CST 1999 Shawn T. Amundson <amundson@gtk.org>

        * Released GLib 1.1.12

        * INSTALL:
          NEWS:
          README:
          configure.in:
          glib.spec:
          docs/glib-config.1: version=1.1.12

        * tests/Makefile.am: fixed so it works properly with
          builddir and srcdir.
This commit is contained in:
CST 1999 Shawn T. Amundson
1999-01-04 10:07:44 +00:00
committed by Shawn Amundson
parent e5795df8fd
commit 887c4449d9
15 changed files with 135 additions and 16 deletions

7
NEWS
View File

@@ -1,3 +1,10 @@
Overview of Changes in GLib 1.1.12:
* Added alloca functions/macros: g_strdup_a, g_strconcat3_a, g_alloca,
g_new_a, g_new0_a
* New tests structure. Type 'make check' on your system to run them.
* Avoid unnecessary extra hook referencing in g_hook_list_marshal
Overview of Changes in GLib 1.1.11:
* provide defaults for POLL sysdefs