[armedbear-cvs] r14265 - in branches/1.1.x: . doc/manual src/org/armedbear/lisp
mevenson at common-lisp.net
mevenson at common-lisp.net
Sat Dec 1 19:50:19 UTC 2012
Author: mevenson
Date: Sat Dec 1 11:50:07 2012
New Revision: 14265
Log:
Denote branch as producing abcl-1.1.0-rc-0 artifacts.
Modified:
branches/1.1.x/README
branches/1.1.x/doc/manual/abcl.tex
branches/1.1.x/src/org/armedbear/lisp/Version.java
Modified: branches/1.1.x/README
==============================================================================
--- branches/1.1.x/README Sat Dec 1 11:40:47 2012 (r14264)
+++ branches/1.1.x/README Sat Dec 1 11:50:07 2012 (r14265)
@@ -50,7 +50,7 @@
which should result in output like the following
- Armed Bear Common Lisp 1.1.0-dev
+ Armed Bear Common Lisp 1.1.0
Java 1.6.0_21 Sun Microsystems Inc.
Java HotSpot(TM) Client VM
Low-level initialization completed in 0.3 seconds.
@@ -219,5 +219,5 @@
Alessio Stalla
Ville Voutilainen
-August 2012
+December 2012
Modified: branches/1.1.x/doc/manual/abcl.tex
==============================================================================
--- branches/1.1.x/doc/manual/abcl.tex Sat Dec 1 11:40:47 2012 (r14264)
+++ branches/1.1.x/doc/manual/abcl.tex Sat Dec 1 11:50:07 2012 (r14265)
@@ -10,7 +10,7 @@
\title{Armed Bear Common Lisp User Manual}
\date{Version 1.1.0\\
\smallskip
-October 15, 2012}
+December 1, 2012}
\author{Mark Evenson \and Erik H\"{u}lsmann \and Rudolf Schlatte \and
Alessio Stalla \and Ville Voutilainen}
@@ -21,6 +21,8 @@
%%\chapter{Preface}
%%Preface to the second edition, abcl-1.1.0.
+ABCL 1.1 now contains (A)MOP. We hope you enjoy.
+
\chapter{Introduction}
Armed Bear Common Lisp (ABCL) is an implementation of Common Lisp that
@@ -1257,8 +1259,8 @@
released abcl-1.0.0. We released abcl-1.0.1 as a maintainence release
on January 10, 2012.
-In October 2012, we revised the implementation with the release of
-abcl-1.1.0 and accumulated changes to this manual.
+In December 2012, we we revised the implementation--adding (A)MOP--with
+the release of abcl-1.1.0 and accumulated changes to this manual.
\bibliography{abcl}
\bibliographystyle{alpha}
Modified: branches/1.1.x/src/org/armedbear/lisp/Version.java
==============================================================================
--- branches/1.1.x/src/org/armedbear/lisp/Version.java Sat Dec 1 11:40:47 2012 (r14264)
+++ branches/1.1.x/src/org/armedbear/lisp/Version.java Sat Dec 1 11:50:07 2012 (r14265)
@@ -41,7 +41,7 @@
{
private Version() {}
- static final String baseVersion = "1.1.0-dev";
+ static final String baseVersion = "1.1.0-rc-0";
static void init() {
try {
More information about the armedbear-cvs
mailing list