Release the main_loop lock around calls to prepare() and check() so that
[platform/upstream/glib.git] / ChangeLog.pre-2-8
index e851c3f..5bb284c 100644 (file)
@@ -1,3 +1,34 @@
+Mon Feb  1 19:04:28 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gmain.c (g_main_iterate): Release the main_loop
+        lock around calls to prepare() and check() so
+        that we are not holding the main loop lock
+        over user code.
+
+1999-01-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Moved the check for MT safe function variants
+       after the determination of the MT cflags and use them there.
+
+1999-01-29  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: Fixed typo. Now HPUX 11 thread system detection
+       should work.
+
+       * gutils.c (g_get_any_init): Changed initial bufsize to 64. Should
+       solve some problems out there.
+
+Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org>
+
+       * INSTALL
+         NEWS
+         README
+         configure.in
+         glib.spec
+         docs/glib-config.1: version=1.1.14
+
+       * Released GLib 1.1.14
+
 1999-01-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * configure.in: Simplified configure.in test for posix threads,