From: Tim Janik Date: Sun, 9 Aug 1998 14:00:01 +0000 (+0000) Subject: changelog updates X-Git-Tag: GLIB_1_1_3~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d94e25520b79e165860ed9346dc999d1256060d6;p=platform%2Fupstream%2Fglib.git changelog updates --- diff --git a/ChangeLog b/ChangeLog index 6f7073a..65e1c56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Aug 9 15:56:11 1998 Tim Janik + + * configure.in: added GModule checks. generate files in gmodule/. + * glib-config.in: support library specifications `glib' and `gmodule'. + * Makefile.am: feature the gmodule/ subdir. + Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson * Released GLib 1.1.2 diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 6f7073a..65e1c56 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +Sun Aug 9 15:56:11 1998 Tim Janik + + * configure.in: added GModule checks. generate files in gmodule/. + * glib-config.in: support library specifications `glib' and `gmodule'. + * Makefile.am: feature the gmodule/ subdir. + Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson * Released GLib 1.1.2 diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 6f7073a..65e1c56 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Sun Aug 9 15:56:11 1998 Tim Janik + + * configure.in: added GModule checks. generate files in gmodule/. + * glib-config.in: support library specifications `glib' and `gmodule'. + * Makefile.am: feature the gmodule/ subdir. + Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson * Released GLib 1.1.2 diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 6f7073a..65e1c56 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +Sun Aug 9 15:56:11 1998 Tim Janik + + * configure.in: added GModule checks. generate files in gmodule/. + * glib-config.in: support library specifications `glib' and `gmodule'. + * Makefile.am: feature the gmodule/ subdir. + Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson * Released GLib 1.1.2 diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 6f7073a..65e1c56 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +Sun Aug 9 15:56:11 1998 Tim Janik + + * configure.in: added GModule checks. generate files in gmodule/. + * glib-config.in: support library specifications `glib' and `gmodule'. + * Makefile.am: feature the gmodule/ subdir. + Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson * Released GLib 1.1.2 diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 6f7073a..65e1c56 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Sun Aug 9 15:56:11 1998 Tim Janik + + * configure.in: added GModule checks. generate files in gmodule/. + * glib-config.in: support library specifications `glib' and `gmodule'. + * Makefile.am: feature the gmodule/ subdir. + Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson * Released GLib 1.1.2 diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 6f7073a..65e1c56 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Sun Aug 9 15:56:11 1998 Tim Janik + + * configure.in: added GModule checks. generate files in gmodule/. + * glib-config.in: support library specifications `glib' and `gmodule'. + * Makefile.am: feature the gmodule/ subdir. + Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson * Released GLib 1.1.2 diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 6f7073a..65e1c56 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Sun Aug 9 15:56:11 1998 Tim Janik + + * configure.in: added GModule checks. generate files in gmodule/. + * glib-config.in: support library specifications `glib' and `gmodule'. + * Makefile.am: feature the gmodule/ subdir. + Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson * Released GLib 1.1.2 diff --git a/gmodule/ChangeLog b/gmodule/ChangeLog index b568d2f..507449c 100644 --- a/gmodule/ChangeLog +++ b/gmodule/ChangeLog @@ -1,3 +1,14 @@ +Sun Aug 9 15:57:38 1998 Tim Janik + + * testgmodule.c: test program for GModule. + * libgplugin_a.c: + * libgplugin_b.c: test plugins for testgmodule.c. + + * gmodule.h: + * gmodule.c: GModule library implementation, which is basically + a wrapper about system specifc dynamic loading functions. + + Sun Aug 9 10:31:05 1998 Tim Janik * ChangeLog start for gmodule.