From 1f9a5ecfa87469b74b5693fcc1e9b07b2bffbc87 Mon Sep 17 00:00:00 2001 From: jgarcia Date: Mon, 31 Dec 2007 11:25:31 +0000 Subject: [PATCH] Make a patch release and move the tag --- ANNOUNCEMENT | 4 ++-- src/CHANGELOG | 17 +++++++++++++++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/ANNOUNCEMENT b/ANNOUNCEMENT index 99db75a7f..5dfc8f4d1 100644 --- a/ANNOUNCEMENT +++ b/ANNOUNCEMENT @@ -1,5 +1,5 @@ -Announcement of ECL v0.9j -========================= +Announcement of ECL v0.9j-p1 +============================ ECL stands for Embeddable Common-Lisp. The ECL project aims to produce an implementation of the Common-Lisp language which complies to the ANSI diff --git a/src/CHANGELOG b/src/CHANGELOG index f244c0b6b..1c874f365 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -1,5 +1,18 @@ -ECL 0.9j: -========= +ECL 0.9j-p1: +============ + +* Fixes with respect 0.9j + + - Added a disambiguation prefix that allows an executable to have the same + name as one of the object files that are used to create it. + + - Fixed examples/threads/import.c to ensure that the GC_pthread is used. + + - Fixed the code for inspecting the generic function hash table + (Ralph Campbell) + + - Added fixes for the Boehm-Weiser garbage collector under Mac OS X + Leopard/PPC (Aleix Conchillo) * New platforms: