source: developer-resources/release-announcement.txt

Last change on this file was 13085, checked in by ehuelsmann, 13 years ago

Update announcement template with new tarball links.

File size: 1.9 KB
Line 
1Subject: [ANNOUNCE] ABCL 0.23.1 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.23.1 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 - <ADD_STUFF_HERE>.
17You can find the full release notes at:
18
19 http://common-lisp.net/project/armedbear/release-notes-0.23.shtml
20
21and the list of changes at:
22
23 http://trac.common-lisp.net/armedbear/browser/trunk/abcl/CHANGES
24
25
26If you have questions regarding use or licensing, or you find issues, please
27report back to the development list:
28
29 armedbear-devel at common-lisp dot net
30
31
32Source distribution archives can be downloaded in ZIP or gzipped tar form:
33
34 http://common-lisp.net/project/armedbear/releases/0.23.1/abcl-src-0.23.1.tar.gz
35 http://common-lisp.net/project/armedbear/releases/0.23.1/abcl-src-0.23.1.zip
36
37Signatures are available under:
38 http://common-lisp.net/project/armedbear/0.23.1/releases/abcl-src-0.23.1.tar.gz.asc
39 http://common-lisp.net/project/armedbear/0.23.1/releases/abcl-src-0.23.1.zip.asc
40
41
42
43In addition, binaries are also available:
44
45 http://common-lisp.net/project/armedbear/releases/0.23.1/abcl-bin-0.23.1.tar.gz
46 http://common-lisp.net/project/armedbear/releases/0.23.1/abcl-bin-0.23.1.zip
47
48With associated signatures:
49 http://common-lisp.net/project/armedbear/releases/abcl-bin-0.23.1.tar.gz.asc
50 http://common-lisp.net/project/armedbear/releases/abcl-bin-0.23.1.zip.asc
51
Note: See TracBrowser for help on using the repository browser.