mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
updates for 1.1.13.
Mon Jan 18 00:02:46 1999 Tim Janik <timj@gtk.org> * NEWS: updates for 1.1.13.
This commit is contained in:
parent
82801232db
commit
616c485dc7
@ -1,3 +1,7 @@
|
||||
Mon Jan 18 00:02:46 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* NEWS: updates for 1.1.13.
|
||||
|
||||
Sun Jan 17 17:15:59 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtree.c (g_tree_traverse): removed assertion about rtree->root being
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Jan 18 00:02:46 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* NEWS: updates for 1.1.13.
|
||||
|
||||
Sun Jan 17 17:15:59 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtree.c (g_tree_traverse): removed assertion about rtree->root being
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Jan 18 00:02:46 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* NEWS: updates for 1.1.13.
|
||||
|
||||
Sun Jan 17 17:15:59 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtree.c (g_tree_traverse): removed assertion about rtree->root being
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Jan 18 00:02:46 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* NEWS: updates for 1.1.13.
|
||||
|
||||
Sun Jan 17 17:15:59 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtree.c (g_tree_traverse): removed assertion about rtree->root being
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Jan 18 00:02:46 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* NEWS: updates for 1.1.13.
|
||||
|
||||
Sun Jan 17 17:15:59 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtree.c (g_tree_traverse): removed assertion about rtree->root being
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Jan 18 00:02:46 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* NEWS: updates for 1.1.13.
|
||||
|
||||
Sun Jan 17 17:15:59 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtree.c (g_tree_traverse): removed assertion about rtree->root being
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Jan 18 00:02:46 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* NEWS: updates for 1.1.13.
|
||||
|
||||
Sun Jan 17 17:15:59 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtree.c (g_tree_traverse): removed assertion about rtree->root being
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Jan 18 00:02:46 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* NEWS: updates for 1.1.13.
|
||||
|
||||
Sun Jan 17 17:15:59 1999 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtree.c (g_tree_traverse): removed assertion about rtree->root being
|
||||
|
14
NEWS
14
NEWS
@ -1,3 +1,17 @@
|
||||
Overview of Changes in GLib 1.1.13:
|
||||
|
||||
* Removed alloca() based function and macro variants again.
|
||||
* Improved thread related configure tests.
|
||||
* GSource destruction fixups.
|
||||
* Fixed up idle function removal based on user_data pointer.
|
||||
* Advanced Win32 portability.
|
||||
* Enforced GSource's check(), prepare() and dispatch() constrains,
|
||||
loop recursions may only happen from dispatch(), and check() as well
|
||||
as prepare() are called while the main_loop lock is being held.
|
||||
* GLib development now requires GNU autoconf 2.13, GNU automake 1.4
|
||||
and GNU libtool 1.2d.
|
||||
* Lots of random portability and bug fixes.
|
||||
|
||||
Overview of Changes in GLib 1.1.12:
|
||||
|
||||
* Added alloca functions/macros: g_strdup_a, g_strconcat3_a, g_alloca,
|
||||
|
Loading…
Reference in New Issue
Block a user