Changeset 14532
- Timestamp:
- 06/10/13 09:06:47 (10 years ago)
- Location:
- branches/1.2.x
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2.x/CHANGES
r14520 r14532 1 Version 1.2.1 2 ============= 3 http//abcl.org/svn/tags/1.2.1/abcl/CHANGES 4 Unreleased 5 6 * Fix (make-instance 'standard-generic-function) 7 8 1 9 Version 1.2.0 2 10 ============= 3 http//abcl.org/svn/tags/ abcl/1.2.0/CHANGES11 http//abcl.org/svn/tags/1.2.0/abcl/CHANGES 4 12 released at ECLM 2013 Madrid, ES // 01 June 2013 5 13 -
branches/1.2.x/README
r14517 r14532 8 8 dc:author "Mark <evenson.not.org@gmail.com>"; 9 9 dc:revised "05-JUN-2012" ; 10 rdfs:seeAlso <http://abcl.org/releases/1.2. 0> .10 rdfs:seeAlso <http://abcl.org/releases/1.2.1> . 11 11 12 12 GENERAL INFORMATION … … 71 71 which should result in output like the following 72 72 73 Armed Bear Common Lisp 1.2. 073 Armed Bear Common Lisp 1.2.1 74 74 Java 1.6.0_21 Sun Microsystems Inc. 75 75 Java HotSpot(TM) Client VM … … 205 205 [abcl-trac]: http://lisp.not.org/trac/armedbear 206 206 207 208 209 207 ### Tests 210 208 211 ABCL 1.2. 0now fails only 1[1-3] out of 21708 total tests in the ANSI CL209 ABCL 1.2.1 now fails only 1[1-3] out of 21708 total tests in the ANSI CL 212 210 test suite (derived from the tests originally written for GCL). 213 211 … … 219 217 ### Deficiencies 220 218 221 As of abcl-1.2. 0, there are no known deficiencies with the219 As of abcl-1.2.1, there are no known deficiencies with the 222 220 implementation of (A)MOP. 223 221 -
branches/1.2.x/abcl.rdf
r14523 r14532 17 17 <> 18 18 abcl:branch <http://svn.common-lisp.net/armedbear/trunk/abcl> ; 19 dc:identifier <urn:abcl.org/ 1.2.0#release> ;19 dc:identifier <urn:abcl.org/release/1.2.1#rc-1> ; 20 20 doap:language "Common Lisp" ; 21 21 dc:created "01-JAN-2004" ; 22 dc:modified " 07-JUN-2013" ;23 abcl:version "1.2. 0" ;24 abcl:release abcl:nil.22 dc:modified "10-JUN-2013" ; 23 abcl:version "1.2.1" ; 24 abcl:release "rc-1" . 25 25 26 <> dc:version <urn:abcl.org/release/1.2. 0> .26 <> dc:version <urn:abcl.org/release/1.2.1#rc-1> . 27 27 28 28 <> -
branches/1.2.x/contrib/abcl-asdf/abcl-asdf.asd
r14504 r14532 3 3 (asdf:defsystem :abcl-asdf 4 4 :author "Mark Evenson" 5 :version "1.2. 0"6 :description "<> asdf:defsystem <urn:abcl.org/release/1.2. 0/dev/contrib/abcl-asdf#1.1.0>"5 :version "1.2.1" 6 :description "<> asdf:defsystem <urn:abcl.org/release/1.2.1/dev/contrib/abcl-asdf#1.1.0>" 7 7 :depends-on (jss) 8 8 :components -
branches/1.2.x/contrib/asdf-install/asdf-install.asd
r14507 r14532 14 14 #+:sbcl (sb-bsd-sockets) 15 15 :version "0.6.10.2" 16 :description "<> asdf:defsystem <urn:abcl.org/release/1.2. 0/contrib/asdf-install#0.6.10.2>"16 :description "<> asdf:defsystem <urn:abcl.org/release/1.2.1/contrib/asdf-install#0.6.10.2>" 17 17 :author "Dan Barlow <dan@telent.net>, Edi Weitz <edi@agharta.de> and many others. See the file COPYRIGHT for more details." 18 18 :maintainer "Gary Warren King <gwking@metabang.com>" -
branches/1.2.x/contrib/asdf-jar/asdf-jar.asd
r14507 r14532 5 5 :author "Mark Evenson" 6 6 :version "0.2.1" 7 :description "<> asdf:defsystem <urn:abcl.org/release/1.2. 0/contrib/asdf-jar#0.2.1>"7 :description "<> asdf:defsystem <urn:abcl.org/release/1.2.1/contrib/asdf-jar#0.2.1>" 8 8 :components 9 9 ((:module base :pathname "" :components -
branches/1.2.x/contrib/jfli/README
r14507 r14532 37 37 # Colophon 38 38 39 <> abcl:documents <urn:abcl.org/release/1.2. 0/contrib/jfli#0.2.0> .39 <> abcl:documents <urn:abcl.org/release/1.2.1/contrib/jfli#0.2.0> . -
branches/1.2.x/contrib/jfli/jfli.asd
r14507 r14532 8 8 (asdf:defsystem jfli-intellij-tests 9 9 :version "0.1.0" 10 :description "<> asdf:defsystem <urn:abcl.org/release/1.2. 0/contrib/jfli#0.2.0> ."10 :description "<> asdf:defsystem <urn:abcl.org/release/1.2.1/contrib/jfli#0.2.0> ." 11 11 :components ((:module test 12 12 :components ((:file "yanking"))))) -
branches/1.2.x/contrib/jss/README.markdown
r14512 r14532 10 10 dc:author "Mark <evenson.not.org@gmail.com>"; 11 11 dc:revised "03-JUN-2013" ; 12 rdfs:seeAlso <urn:abcl.org/release/1.2. 0/contrib/jss#3.0.6> .12 rdfs:seeAlso <urn:abcl.org/release/1.2.1/contrib/jss#3.0.6> . 13 13 14 14 -
branches/1.2.x/contrib/jss/jss.asd
r14507 r14532 3 3 :author "Alan Ruttenberg, Mark Evenson" 4 4 :version "3.0.6" 5 :description "<> asdf:defsystem <urn:abcl.org/release/1.2. 0/contrib/jss#3.06"5 :description "<> asdf:defsystem <urn:abcl.org/release/1.2.1/contrib/jss#3.06" 6 6 :components ((:module base 7 7 :pathname "" :serial t -
branches/1.2.x/contrib/mvn/jna.asd
r14507 r14532 4 4 (asdf:defsystem :jna 5 5 :version "3.5.1" 6 :description "<> asdf:defsystem <urn:abcl.org/release/1.2. 0/contrib/jna#3.5.1"6 :description "<> asdf:defsystem <urn:abcl.org/release/1.2.1/contrib/jna#3.5.1" 7 7 :defsystem-depends-on (jss abcl-asdf) 8 8 ;; FIXME: always seems to be resolving the LATEST maven artifact. -
branches/1.2.x/contrib/pom.xml
r14513 r14532 14 14 <groupId>org.armedbear.lisp</groupId> 15 15 <artifactId>abcl-contrib</artifactId> 16 <version>1.2. 0</version>16 <version>1.2.1</version> 17 17 <packaging>jar</packaging> 18 18 <name>Armed Bear Common Lisp (ABCL) Contribs</name> -
branches/1.2.x/contrib/quicklisp/quicklisp-abcl.asd
r14507 r14532 10 10 (defsystem :quicklisp-abcl 11 11 :description 12 "Load Quicklisp from the network if it isn't already installed. <urn:abcl.org/release/1.2. 0/contrib/quicklisp-abcl#0.2.0>"12 "Load Quicklisp from the network if it isn't already installed. <urn:abcl.org/release/1.2.1/contrib/quicklisp-abcl#0.2.0>" 13 13 :version "0.2.0" 14 14 :components nil) -
branches/1.2.x/doc/manual/abcl.tex
r14516 r14532 9 9 \begin{document} 10 10 \title{Armed Bear Common Lisp User Manual} 11 \date{Version 1.2. 0\\11 \date{Version 1.2.1\\ 12 12 \smallskip 13 June 5, 2013}13 June 10, 2013} 14 14 \author{Mark Evenson \and Erik H\"{u}lsmann \and Rudolf Schlatte \and 15 15 Alessio Stalla \and Ville Voutilainen} … … 127 127 June 1991 with the ``classpath-exception'' (see the file 128 128 \texttt{COPYING} in the source distribution \footnote{See 129 \url{http://abcl.org/svn/tags/1.2. 0/abcl/COPYING}} for129 \url{http://abcl.org/svn/tags/1.2.1/abcl/COPYING}} for 130 130 the license, term 13 in the same file for the classpath exception). 131 131 This license broadly means that you must distribute the sources to … … 152 152 153 153 \textsc{ABCL} is packaged as a single jar file usually named either 154 \texttt{abcl.jar} or possibly something like \texttt{abcl-1.2. 0.jar} if154 \texttt{abcl.jar} or possibly something like \texttt{abcl-1.2.1.jar} if 155 155 using a versioned package on the local filesystem from your system 156 156 vendor. This jar file can be executed from the command line to obtain a … … 1261 1261 The \textsc{ABCL} contrib is packaged as a separate jar archive usually named 1262 1262 \code{abcl-contrib.jar} or possibly something like 1263 \code{abcl-contrib-1.2. 0.jar}. The contrib jar is not loaded by the1263 \code{abcl-contrib-1.2.1.jar}. The contrib jar is not loaded by the 1264 1264 implementation by default, and must be first intialized by the 1265 1265 \code{REQUIRE} mechanism before using any specific contrib: … … 1348 1348 1349 1349 More extensive documentations and examples can be found at 1350 \url{http://abcl.org/svn/tags/1.2. 0/abcl/contrib/abcl-asdf/README.markdown}.1350 \url{http://abcl.org/svn/tags/1.2.1/abcl/contrib/abcl-asdf/README.markdown}. 1351 1351 1352 1352 … … 1360 1360 1361 1361 The documentation for this contrib can be found at 1362 \url{http://abcl.org/svn/tags/1.2. 0/abcl/contrib/asdf-jar/README.markdown}.1362 \url{http://abcl.org/svn/tags/1.2.1/abcl/contrib/asdf-jar/README.markdown}. 1363 1363 1364 1364 … … 1396 1396 1397 1397 Some more information on jss can be found in its documentation at 1398 \url{http://abcl.org/svn/tags/1.2. 0/abcl/contrib/jss/README.markdown}1398 \url{http://abcl.org/svn/tags/1.2.1/abcl/contrib/jss/README.markdown} 1399 1399 1400 1400 \section{jfli} … … 1403 1403 The contrib contains a pure-Java version of JFLI. 1404 1404 1405 \url{http://abcl.org/svn/tags/1.2. 0/abcl/contrib/jfli/README}.1405 \url{http://abcl.org/svn/tags/1.2.1/abcl/contrib/jfli/README}. 1406 1406 1407 1407 … … 1418 1418 access. 1419 1419 1420 \url{http://abcl.org/svn/tags/1.2. 0/abcl/contrib/asdf-install/README}.1420 \url{http://abcl.org/svn/tags/1.2.1/abcl/contrib/asdf-install/README}. 1421 1421 1422 1422 … … 1448 1448 1449 1449 At the beginning of June 2013, we enhanced the stability of the 1450 implementation with the rleae of abcl-1.2. 0.1450 implementation with the rleae of abcl-1.2.1. 1451 1451 1452 1452 \appendix -
branches/1.2.x/pom.xml
r14513 r14532 14 14 <groupId>org.armedbear.lisp</groupId> 15 15 <artifactId>abcl</artifactId> 16 <version>1.2. 0</version>16 <version>1.2.1</version> 17 17 <packaging>jar</packaging> 18 18 <name>ABCL - Armed Bear Common Lisp</name> -
branches/1.2.x/src/org/armedbear/lisp/Version.java
r14523 r14532 42 42 private Version() {} 43 43 44 static final String baseVersion = "1.2. 0";44 static final String baseVersion = "1.2.1-rc-0"; 45 45 46 46 static void init() {
Note: See TracChangeset
for help on using the changeset viewer.