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

Last change on this file since 12269 was 12269, checked in by ehuelsmann, 14 years ago

Add release announcement template.

File size: 1.8 KB
Line 
1Subject: [ANNOUNCE] ABCL 0.17.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.17.0 release. ABCL is a Common Lisp
7implementation implemented in Java and running on the JVM, featuring
8both an interpreter and a compiler. The compiler targets the JVM directly
9meaning that its output is runnable JVM bytecode. The fact that ABCL is
10written in Java allows for relatively easy embedding in larger applications.
11For integration with existing applications ABCL implements JSR-223.
12
13
14This release features - among lots of other things - performance improvements,
15a fix for unexpected thread termination due to uncaught exceptions and
16example code for running ABCL on Google App Engine. You can find the full
17release notes at:
18
19 http://common-lisp.net/project/armedbear/release-notes-0.17.shtml
20
21If you have questions regarding use or licensing, or you find issues, please
22report back to the development list:
23
24 armedbear-devel at common-lisp dot net
25
26
27Source distribution archives can be downloaded in ZIP or gzipped tar form:
28
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
31
32Signatures 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
35
36
37
38In addition, binaries are also available:
39
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
42
43With 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
46
Note: See TracBrowser for help on using the repository browser.