Changeset 12372


Ignore:
Timestamp:
01/13/10 19:23:02 (14 years ago)
Author:
ehuelsmann
Message:

Improved release template (I hope).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • developer-resources/release-announcement.txt

    r12269 r12372  
    1 Subject: [ANNOUNCE] ABCL 0.17.0 released
     1Subject: [ANNOUNCE] ABCL 0.18.0 released
    22
    33
    44
    55On behalf of the developers of ABCL (Armed Bear Common Lisp) I'm glad to
    6 be able to announce the 0.17.0 release. ABCL is a Common Lisp
    7 implementation implemented in Java and running on the JVM, featuring
    8 both an interpreter and a compiler. The compiler targets the JVM directly
    9 meaning that its output is runnable JVM bytecode. The fact that ABCL is
    10 written in Java allows for relatively easy embedding in larger applications.
    11 For integration with existing applications ABCL implements JSR-223.
     6be able to announce the 0.18.0 release.
     7
     8ABCL is a Common Lisp implementation implemented in Java and running on the
     9JVM, featuring both an interpreter and a compiler. The compiler targets the
     10JVM directly meaning that its output is runnable JVM bytecode. The fact
     11that ABCL is written in Java allows for relatively easy embedding in larger
     12applications. For integration with existing applications ABCL implements
     13Java Specification Request (JSR) 223: Java scripting API.
    1214
    1315
    14 This release features - among lots of other things - performance improvements,
    15 a fix for unexpected thread termination due to uncaught exceptions and
    16 example code for running ABCL on Google App Engine. You can find the full
     16This release features - among lots of other things - faster initial startup,
     17faster special variable lookup and portable fasl files. You can find the full
    1718release notes at:
    1819
    1920 http://common-lisp.net/project/armedbear/release-notes-0.17.shtml
     21
     22and the list of changes at:
     23
     24 http://trac.common-lisp.net/armedbear/browser/trunk/abcl/CHANGES
     25
    2026
    2127If you have questions regarding use or licensing, or you find issues, please
     
    2733Source distribution archives can be downloaded in ZIP or gzipped tar form:
    2834
    29  http://common-lisp.net/project/armedbear/releases/abcl-src-0.17.0.tar.gz
    30  http://common-lisp.net/project/armedbear/releases/abcl-src-0.17.0.zip
     35 http://common-lisp.net/project/armedbear/releases/abcl-src-0.18.0.tar.gz
     36 http://common-lisp.net/project/armedbear/releases/abcl-src-0.18.0.zip
    3137
    3238Signatures are available under:
    33  http://common-lisp.net/project/armedbear/releases/abcl-src-0.17.0.tar.gz.asc
    34  http://common-lisp.net/project/armedbear/releases/abcl-src-0.17.0.zip.asc
     39 http://common-lisp.net/project/armedbear/releases/abcl-src-0.18.0.tar.gz.asc
     40 http://common-lisp.net/project/armedbear/releases/abcl-src-0.18.0.zip.asc
    3541
    3642
     
    3844In addition, binaries are also available:
    3945
    40  http://common-lisp.net/project/armedbear/releases/abcl-bin-0.17.0.tar.gz
    41  http://common-lisp.net/project/armedbear/releases/abcl-bin-0.17.0.zip
     46 http://common-lisp.net/project/armedbear/releases/abcl-bin-0.18.0.tar.gz
     47 http://common-lisp.net/project/armedbear/releases/abcl-bin-0.18.0.zip
    4248
    4349With associated signatures:
    44  http://common-lisp.net/project/armedbear/releases/abcl-bin-0.17.0.tar.gz.asc
    45  http://common-lisp.net/project/armedbear/releases/abcl-bin-0.17.0.zip.asc
     50 http://common-lisp.net/project/armedbear/releases/abcl-bin-0.18.0.tar.gz.asc
     51 http://common-lisp.net/project/armedbear/releases/abcl-bin-0.18.0.zip.asc
    4652
Note: See TracChangeset for help on using the changeset viewer.