Changeset 14702


Ignore:
Timestamp:
04/29/14 21:00:24 (9 years ago)
Author:
Mark Evenson
Message:

abcl-1.3.1 release tag metadata.

Location:
branches/1.3.1
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/1.3.1/CHANGES

    r14685 r14702  
    77=============
    88http://abcl.org/svn/tags/1.3.1/
    9 20-APR-2014
     930-APR-2014
    1010
    1111## Fixed
     12
     13*  The underlying Java Function Interface (JFI) now converts CL:T and
     14   CL:NIL to JAVA:+TRUE+ and JAVA:+FALSE+.  Users who wish to
     15   reference a JAVA:+NULL+ should do so explicitly.
    1216
    1317*  Make JCALL work in more places.  Thanks to Olof-Joachim Frahm.
  • branches/1.3.1/README

    r14689 r14702  
    5252
    5353    Armed Bear Common Lisp 1.3.1
    54     Java 1.7.0_51 Sun Microsystems Inc.
    55     Java HotSpot(TM) Client VM
    56     Low-level initialization completed in 0.3 seconds.
    57     Startup completed in 2.294 seconds.
     54    Java 1.8.0 Oracle Corporation
     55    Java HotSpot(TM) 64-Bit Server VM
     56    Low-level initialization completed in 0.238 seconds.
     57    Startup completed in 1.278 seconds.
    5858    Type ":help" for a list of available commands.
    5959    CL-USER(1):
  • branches/1.3.1/abcl.rdf

    r14701 r14702  
    1919<>
    2020  abcl:branch           <http://abcl.org/svn/trunk/abcl> ;
    21   dc:identifier         <urn:abcl.org/1.3.1#rc-3> ;           
     21  dc:identifier         <urn:abcl.org/1.3.1#> ;           
    2222  doap:language        "Common Lisp" ;
    2323  dc:created           "01-JAN-2004" ;
    24   dc:modified          "27-JAN-2014" ;
     24  dc:modified          "30-APR-2014" ;
    2525  dc:version           "abcl-1.3.1" ;
    2626
    27   abcl:release-candidate "rc-3" .
     27#  abcl:release-candidate "rc-3" .
    2828
    2929<>
  • branches/1.3.1/doc/manual/abcl.tex

    r14689 r14702  
    1111\date{Version 1.3.1 \\
    1212\smallskip
    13 April 20, 2014}
     13April 30, 2014}
    1414\author{Mark Evenson \and Erik H\"{u}lsmann \and Rudolf Schlatte \and
    1515  Alessio Stalla \and Ville Voutilainen}
     
    14571457
    14581458In March 2014, we introduced the Fourth Edition of the implementation
    1459 with abcl-1.3.0.  In April 2014, we released abcl-1.3.1 as a
    1460 maintainence release.
     1459with abcl-1.3.0.  At the end of April 2014, we released abcl-1.3.1 as
     1460a maintainence release.
    14611461
    14621462\appendix
  • branches/1.3.1/src/org/armedbear/lisp/Version.java

    r14701 r14702  
    4242  private Version() {}
    4343 
    44   static final String baseVersion = "1.3.1-rc-3";
     44  static final String baseVersion = "1.3.1";
    4545 
    4646  static void init() {
Note: See TracChangeset for help on using the changeset viewer.