summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18f16fd7b..d55a14aae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2007-10-20 Ludovic Courtès <ludo@gnu.org>
+
+ * THANKS: Add Julian.
+
+2007-10-20 Julian Graham <joolean@gmail.com>
+
+ * NEWS: Mention thread cancellation and cleanup API.
+
+2007-10-17 Ludovic Courtès <ludo@gnu.org>
+
+ * NEWS: Mention reader bug-fix.
+
+2007-10-16 Ludovic Courtès <ludo@gnu.org>
+
+ Guile 1.8.3 released.
+
+ * GUILE-VERSION (GUILE_MICRO_VERSION): Incremented.
+ (LIBGUILE_INTERFACE_REVISION): Incremented.
+
+2007-10-10 Ludovic Courtès <ludo@gnu.org>
+
+ * configure.in (SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT):
+ New substituted variable.
+ Use `-Werror' when using GCC and checking for
+ `PTHREAD_ONCE_INIT'. Add check for braces around
+ `PTHREAD_MUTEX_INITIALIZER'.
+ * NEWS: Mention build fix for IRIX.
+
2007-10-02 Ludovic Courtès <ludo@gnu.org>
* NEWS: Mention `(ice-9 slib)' fix and threading fix.