summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-05-01 21:13:02 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-05-01 21:13:02 +0000
commitc4f0c6fd9b673fe7c591f215aed0245335dee2d2 (patch)
tree77726499c4b9690722c73dce4fa3aae529d57192 /ChangeLog
parent1418fe3a6dd0c76bcdf644c87d956353bd5b940c (diff)
downloadglib-c4f0c6fd9b673fe7c591f215aed0245335dee2d2.tar.gz
Add new functions. Add new object files. Add threadpool-test. No need to
2000-05-02 Tor Lillqvist <tml@iki.fi> * glib.def: Add new functions. * makefile.{cygwin,msc}.in (glib_OBJECTS): Add new object files. * tests/makefile.{cygwin,msc}.in: Add threadpool-test. * gmodule-win32.c: No need to include <psapi.h>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab5293a48..a453f7b16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-05-02 Tor Lillqvist <tml@iki.fi>
+
+ * glib.def: Add new functions.
+
+ * makefile.{cygwin,msc}.in (glib_OBJECTS): Add new object files.
+
+ * tests/makefile.{cygwin,msc}.in: Add threadpool-test.
+
2000-04-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gasyncqueue.c: New File implementing an asynchronous queue to be