Changeset 14532


Ignore:
Timestamp:
06/10/13 09:06:47 (10 years ago)
Author:
Mark Evenson
Message:

1.2.1: branches/1.2.x now builds abcl-1.2.1-rc-0

Location:
branches/1.2.x
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2.x/CHANGES

    r14520 r14532  
     1Version 1.2.1
     2=============
     3http//abcl.org/svn/tags/1.2.1/abcl/CHANGES
     4Unreleased
     5
     6  * Fix (make-instance 'standard-generic-function)
     7
     8
    19Version 1.2.0
    210=============
    3 http//abcl.org/svn/tags/abcl/1.2.0/CHANGES
     11http//abcl.org/svn/tags/1.2.0/abcl/CHANGES
    412released at ECLM 2013 Madrid, ES // 01 June 2013
    513
  • branches/1.2.x/README

    r14517 r14532  
    88   dc:author "Mark <evenson.not.org@gmail.com>";
    99   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> .
    1111
    1212GENERAL INFORMATION
     
    7171which should result in output like the following
    7272
    73     Armed Bear Common Lisp 1.2.0
     73    Armed Bear Common Lisp 1.2.1
    7474    Java 1.6.0_21 Sun Microsystems Inc.
    7575    Java HotSpot(TM) Client VM
     
    205205[abcl-trac]:   http://lisp.not.org/trac/armedbear
    206206
    207 
    208 
    209207### Tests
    210208
    211 ABCL 1.2.0 now fails only 1[1-3] out of 21708 total tests in the ANSI CL
     209ABCL 1.2.1 now fails only 1[1-3] out of 21708 total tests in the ANSI CL
    212210test suite (derived from the tests originally written for GCL).
    213211
     
    219217### Deficiencies
    220218
    221 As of abcl-1.2.0, there are no known deficiencies with the
     219As of abcl-1.2.1, there are no known deficiencies with the
    222220implementation of (A)MOP.
    223221
  • branches/1.2.x/abcl.rdf

    r14523 r14532  
    1717<>
    1818  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> ;           
    2020  doap:language        "Common Lisp" ;
    2121  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"  .
    2525
    26 <> dc:version <urn:abcl.org/release/1.2.0> .
     26<> dc:version <urn:abcl.org/release/1.2.1#rc-1> .
    2727
    2828<>
  • branches/1.2.x/contrib/abcl-asdf/abcl-asdf.asd

    r14504 r14532  
    33(asdf:defsystem :abcl-asdf
    44  :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>"
    77  :depends-on (jss)
    88  :components
  • branches/1.2.x/contrib/asdf-install/asdf-install.asd

    r14507 r14532  
    1414  #+:sbcl (sb-bsd-sockets)
    1515  :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>"
    1717  :author "Dan Barlow <dan@telent.net>, Edi Weitz <edi@agharta.de> and many others. See the file COPYRIGHT for more details."
    1818  :maintainer "Gary Warren King <gwking@metabang.com>"
  • branches/1.2.x/contrib/asdf-jar/asdf-jar.asd

    r14507 r14532  
    55  :author "Mark Evenson"
    66  :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>"
    88  :components
    99  ((:module base :pathname "" :components
  • branches/1.2.x/contrib/jfli/README

    r14507 r14532  
    3737# Colophon
    3838
    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  
    88(asdf:defsystem jfli-intellij-tests
    99  :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> ."
    1111  :components ((:module test
    1212                       :components ((:file "yanking")))))
  • branches/1.2.x/contrib/jss/README.markdown

    r14512 r14532  
    1010   dc:author "Mark <evenson.not.org@gmail.com>";
    1111   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> .
    1313
    1414
  • branches/1.2.x/contrib/jss/jss.asd

    r14507 r14532  
    33  :author "Alan Ruttenberg, Mark Evenson"
    44  :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"
    66  :components ((:module base
    77                        :pathname "" :serial t
  • branches/1.2.x/contrib/mvn/jna.asd

    r14507 r14532  
    44(asdf:defsystem :jna
    55    :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"
    77    :defsystem-depends-on (jss abcl-asdf)
    88;; FIXME: always seems to be resolving the LATEST maven artifact.
  • branches/1.2.x/contrib/pom.xml

    r14513 r14532  
    1414  <groupId>org.armedbear.lisp</groupId>
    1515  <artifactId>abcl-contrib</artifactId>
    16   <version>1.2.0</version>
     16  <version>1.2.1</version>
    1717  <packaging>jar</packaging>
    1818  <name>Armed Bear Common Lisp (ABCL) Contribs</name>
  • branches/1.2.x/contrib/quicklisp/quicklisp-abcl.asd

    r14507 r14532  
    1010(defsystem :quicklisp-abcl
    1111    :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>"
    1313    :version "0.2.0"
    1414    :components nil)
  • branches/1.2.x/doc/manual/abcl.tex

    r14516 r14532  
    99\begin{document}
    1010\title{Armed Bear Common Lisp User Manual}
    11 \date{Version 1.2.0\\
     11\date{Version 1.2.1\\
    1212\smallskip
    13 June 5, 2013}
     13June 10, 2013}
    1414\author{Mark Evenson \and Erik H\"{u}lsmann \and Rudolf Schlatte \and
    1515  Alessio Stalla \and Ville Voutilainen}
     
    127127June 1991 with the ``classpath-exception'' (see the file
    128128\texttt{COPYING} in the source distribution \footnote{See
    129   \url{http://abcl.org/svn/tags/1.2.0/abcl/COPYING}} for
     129  \url{http://abcl.org/svn/tags/1.2.1/abcl/COPYING}} for
    130130the license, term 13 in the same file for the classpath exception).
    131131This license broadly means that you must distribute the sources to
     
    152152
    153153\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} if
     154\texttt{abcl.jar} or possibly something like \texttt{abcl-1.2.1.jar} if
    155155using a versioned package on the local filesystem from your system
    156156vendor.  This jar file can be executed from the command line to obtain a
     
    12611261The \textsc{ABCL} contrib is packaged as a separate jar archive usually named
    12621262\code{abcl-contrib.jar} or possibly something like
    1263 \code{abcl-contrib-1.2.0.jar}.  The contrib jar is not loaded by the
     1263\code{abcl-contrib-1.2.1.jar}.  The contrib jar is not loaded by the
    12641264implementation by default, and must be first intialized by the
    12651265\code{REQUIRE} mechanism before using any specific contrib:
     
    13481348
    13491349More 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}.
    13511351
    13521352
     
    13601360
    13611361The 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}.
    13631363
    13641364
     
    13961396
    13971397Some 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}
    13991399
    14001400\section{jfli}
     
    14031403The contrib contains a pure-Java version of JFLI.
    14041404
    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}.
    14061406
    14071407
     
    14181418access.
    14191419
    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}.
    14211421
    14221422
     
    14481448
    14491449At the beginning of June 2013, we enhanced the stability of the
    1450 implementation with the rleae of abcl-1.2.0.
     1450implementation with the rleae of abcl-1.2.1.
    14511451
    14521452\appendix
  • branches/1.2.x/pom.xml

    r14513 r14532  
    1414  <groupId>org.armedbear.lisp</groupId>
    1515  <artifactId>abcl</artifactId>
    16   <version>1.2.0</version>
     16  <version>1.2.1</version>
    1717  <packaging>jar</packaging>
    1818  <name>ABCL - Armed Bear Common Lisp</name>
  • branches/1.2.x/src/org/armedbear/lisp/Version.java

    r14523 r14532  
    4242  private Version() {}
    4343 
    44   static final String baseVersion = "1.2.0";
     44  static final String baseVersion = "1.2.1-rc-0";
    4545 
    4646  static void init() {
Note: See TracChangeset for help on using the changeset viewer.