From 16b83a9a50fcfa57a3c86f7e02cf7aa15567145d Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Tue, 4 Aug 1998 14:26:27 +0000 Subject: version bump to 1.1.1, binary age 1, interface age 0. updates. updates. Tue Aug 4 15:17:54 1998 Tim Janik * configure.in: version bump to 1.1.1, binary age 1, interface age 0. * NEWS: updates. * README: updates. * INSTALL: updates and fixes. * COPYING: include the GNU LGPL, rather than shipping an empty file. * AUTHORS: listed original authors here, and added people who made significant improvements to glib. * glib.h: * gutils.c: implement g_get_current_dir() which returns a newly allocated string, instead of a g_getcwd() variant that operates on a static buffer. export glib_interface_age and glib_binary_age. as a convenience, macro definitions have been added for g_node_insert_data, g_node_insert_data_before, g_node_append_data and g_node_prepend_data. * testglib.c: minor cleanups, print current dir. --- AUTHORS | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index 67f4e5617..e2ddbdacd 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,20 @@ -Peter Mattis (petm@xcf.berkeley.edu) +Original Authors +---------------- +Peter Mattis +Spencer Kimball +Josh MacDonald + + +Other people who made significant +improvements to GLIB (shamelessly +ripped from the ChangeLog, listed +in alphabetiacal order) +--------------------------------- +Raja R Harinath +Tim Janik +Paolo Molaro +Manish Singh +Owen Taylor + +There are also many others who have contributed patches and fixes; +we thank them, for helping us in advancing GLIB. -- cgit v1.2.3