[graphic-forms-cvs] r386 - in trunk: . docs/manual docs/website
junrue at common-lisp.net
junrue at common-lisp.net
Sun Oct 22 18:48:51 UTC 2006
Author: junrue
Date: Sun Oct 22 14:48:51 2006
New Revision: 386
Modified:
trunk/NEWS.txt
trunk/README.txt
trunk/docs/manual/introduction.xml
trunk/docs/website/index.html
Log:
more release prep
Modified: trunk/NEWS.txt
==============================================================================
--- trunk/NEWS.txt (original)
+++ trunk/NEWS.txt Sun Oct 22 14:48:51 2006
@@ -5,7 +5,6 @@
Here is what's new in this release:
-
. CFFI snapshot 060925 or later is now required if you are running
CLISP 2.40 or later (due to a change in the argument list of
CLISP's FFI:FOREIGN-LIBRARY-FUNCTION).
@@ -75,6 +74,19 @@
for windows whereby the size value was not being set in the appropriate
slot if there were no layout set for the window.
+The README.txt file in the release zip file also has additional important
+information about this release.
+
+Download the release zip file here:
+http://prdownloads.sourceforge.net/graphic-forms/graphic-forms-0.6.0.zip?download
+
+The project website is:
+http://common-lisp.net/project/graphic-forms/
+
+Jack Unrue
+jdunrue (at) gmail (dot) com
+22 October 2006
+
==============================================================================
Release 0.5.0 of Graphic-Forms, a Common Lisp library for Windows GUI
Modified: trunk/README.txt
==============================================================================
--- trunk/README.txt (original)
+++ trunk/README.txt Sun Oct 22 14:48:51 2006
@@ -43,7 +43,7 @@
Supported Common Lisp Implementations
-------------------------------------
-Graphic-Forms currently supports CLISP 2.38 or higher, LispWorks 4.4.6,
+Graphic-Forms currently supports CLISP 2.40 or higher, LispWorks 4.4.6,
and SBCL 0.9.15 (the latter with a small patch).
Modified: trunk/docs/manual/introduction.xml
==============================================================================
--- trunk/docs/manual/introduction.xml (original)
+++ trunk/docs/manual/introduction.xml Sun Oct 22 14:48:51 2006
@@ -46,7 +46,7 @@
<title>Prerequisites</title>
<bridgehead renderas="sect2">Supported Common Lisp Implementations</bridgehead>
<itemizedlist mark="bullet" spacing="compact">
- <listitem>CLISP 2.38 or later</listitem>
+ <listitem>CLISP 2.40 or later</listitem>
<listitem>LispWorks 4.4.6</listitem>
<listitem>
SBCL 0.9.15 or later
Modified: trunk/docs/website/index.html
==============================================================================
--- trunk/docs/website/index.html (original)
+++ trunk/docs/website/index.html Sun Oct 22 14:48:51 2006
@@ -51,7 +51,7 @@
<p>The supported Lisp implementations are:
<ul>
- <li><a href="http://clisp.cons.org/">CLISP 2.38</a> or later</li>
+ <li><a href="http://clisp.cons.org/">CLISP 2.40</a> or later</li>
<li><a href="http://www.lispworks.com/">LispWorks 4.4.6</a></li>
<li><a href="http://www.sbcl.org/">SBCL 0.9.15</a> or later</li>
</ul>
More information about the Graphic-forms-cvs
mailing list