Make a patch release and move the tag

This commit is contained in:
jgarcia 2007-12-31 11:25:31 +00:00
parent 6279eb25bb
commit 1f9a5ecfa8
2 changed files with 17 additions and 4 deletions

View file

@ -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

View file

@ -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: