Released GLib 1.1.6

Tue Dec  8 12:18:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>

        * Released GLib 1.1.6

        * NEWS: updated
This commit is contained in:
CST 1998 Shawn T. Amundson 1998-12-09 00:59:14 +00:00 committed by Shawn Amundson
parent 738864a1a7
commit f15056ba84
9 changed files with 50 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Tue Dec 8 12:18:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.6
* NEWS: updated
Mon Dec 7 23:10:41 PST 1998 Manish Singh <yosh@gimp.org> Mon Dec 7 23:10:41 PST 1998 Manish Singh <yosh@gimp.org>
* gmain.c: fixes to #undef HAVE_POLL case * gmain.c: fixes to #undef HAVE_POLL case

View File

@ -1,3 +1,9 @@
Tue Dec 8 12:18:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.6
* NEWS: updated
Mon Dec 7 23:10:41 PST 1998 Manish Singh <yosh@gimp.org> Mon Dec 7 23:10:41 PST 1998 Manish Singh <yosh@gimp.org>
* gmain.c: fixes to #undef HAVE_POLL case * gmain.c: fixes to #undef HAVE_POLL case

View File

@ -1,3 +1,9 @@
Tue Dec 8 12:18:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.6
* NEWS: updated
Mon Dec 7 23:10:41 PST 1998 Manish Singh <yosh@gimp.org> Mon Dec 7 23:10:41 PST 1998 Manish Singh <yosh@gimp.org>
* gmain.c: fixes to #undef HAVE_POLL case * gmain.c: fixes to #undef HAVE_POLL case

View File

@ -1,3 +1,9 @@
Tue Dec 8 12:18:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.6
* NEWS: updated
Mon Dec 7 23:10:41 PST 1998 Manish Singh <yosh@gimp.org> Mon Dec 7 23:10:41 PST 1998 Manish Singh <yosh@gimp.org>
* gmain.c: fixes to #undef HAVE_POLL case * gmain.c: fixes to #undef HAVE_POLL case

View File

@ -1,3 +1,9 @@
Tue Dec 8 12:18:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.6
* NEWS: updated
Mon Dec 7 23:10:41 PST 1998 Manish Singh <yosh@gimp.org> Mon Dec 7 23:10:41 PST 1998 Manish Singh <yosh@gimp.org>
* gmain.c: fixes to #undef HAVE_POLL case * gmain.c: fixes to #undef HAVE_POLL case

View File

@ -1,3 +1,9 @@
Tue Dec 8 12:18:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.6
* NEWS: updated
Mon Dec 7 23:10:41 PST 1998 Manish Singh <yosh@gimp.org> Mon Dec 7 23:10:41 PST 1998 Manish Singh <yosh@gimp.org>
* gmain.c: fixes to #undef HAVE_POLL case * gmain.c: fixes to #undef HAVE_POLL case

View File

@ -1,3 +1,9 @@
Tue Dec 8 12:18:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.6
* NEWS: updated
Mon Dec 7 23:10:41 PST 1998 Manish Singh <yosh@gimp.org> Mon Dec 7 23:10:41 PST 1998 Manish Singh <yosh@gimp.org>
* gmain.c: fixes to #undef HAVE_POLL case * gmain.c: fixes to #undef HAVE_POLL case

View File

@ -1,3 +1,9 @@
Tue Dec 8 12:18:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.6
* NEWS: updated
Mon Dec 7 23:10:41 PST 1998 Manish Singh <yosh@gimp.org> Mon Dec 7 23:10:41 PST 1998 Manish Singh <yosh@gimp.org>
* gmain.c: fixes to #undef HAVE_POLL case * gmain.c: fixes to #undef HAVE_POLL case

2
NEWS
View File

@ -10,6 +10,8 @@ Overview of Changes in GLib 1.1.6:
* Incremental freezing in ghash * Incremental freezing in ghash
* New function g_hook_list_marshal_check to eventually destroy hooks after * New function g_hook_list_marshal_check to eventually destroy hooks after
they got marshalled they got marshalled
* Revised GIOChannel to provide generic virtual-function based interface
* Added generic main-loop abstraction
* Removed GListAllocator type and its g_*_allocator_*() function variants * Removed GListAllocator type and its g_*_allocator_*() function variants
* Bug fixes * Bug fixes