source: developer-resources/release-announcement.txt @ 13034

Last change on this file since 13034 was 12372, checked in by ehuelsmann, 13 years ago

Improved release template (I hope).

File size: 1.9 KB
Line 
1Subject: [ANNOUNCE] ABCL 0.18.0 released
2
3
4
5On behalf of the developers of ABCL (Armed Bear Common Lisp) I'm glad to
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.
14
15
16This release features - among lots of other things - faster initial startup,
17faster special variable lookup and portable fasl files. You can find the full
18release notes at:
19
20 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
26
27If you have questions regarding use or licensing, or you find issues, please
28report back to the development list:
29
30 armedbear-devel at common-lisp dot net
31
32
33Source distribution archives can be downloaded in ZIP or gzipped tar form:
34
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
37
38Signatures are available under:
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
41
42
43
44In addition, binaries are also available:
45
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
48
49With associated signatures:
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
52
Note: See TracBrowser for help on using the repository browser.