Changeset 15265


Ignore:
Timestamp:
04/28/20 06:37:43 (3 years ago)
Author:
Mark Evenson
Message:

abcl-1.6.1: further corrections to metadata and documentation

Location:
trunk/abcl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/README

    r15261 r15265  
    7575[abcl.org][abcl.org-release] archive unpack it into its own
    7676directory. To run ABCL directly from this directory, make sure Java
    77 (Java 6, 7, 8, and 11 are supported by ABCL 1.6.1) is in your shell's
    78 path.
     77(Java 6, 7, 8, 11, 13, and 14 are supported by ABCL 1.6.1) is in your
     78shell's path.
    7979
    8080[maven-abcl]:          <https://mvnrepository.com/artifact/org.abcl/abcl/1.6.1>
     
    118118tool.
    119119
    120 To build, one must have a Java 6, 7, 8 or 11 Java Development Kit
    121 (JDK) installed locally. Just the Java Runtime Environment (JRE) isn't
    122 enough, as you need the Java compiler ('javac') to compile the Java
    123 source of the ABCL implementation.
     120To build, one must have a Java 6, 7, 8, 11, 13 or 14 Java Development
     121Kit (JDK) installed locally. Just the Java Runtime Environment (JRE)
     122isn't enough, as you need the Java compiler ('javac') to compile the
     123Java source of the ABCL implementation.
    124124
    125125Download a binary distribution [Ant version 1.7.1 or greater][ant].
  • trunk/abcl/abcl.rdf

    r15261 r15265  
    1717<>
    1818  abcl:branch           <http://abcl.org/svn/trunk/abcl> ;
    19   dc:identifier         <urn:abcl.org/1.6.1#rc-0> ;           
     19  dc:identifier         <urn:abcl.org/1.6.1#rc-1> ;           
    2020  doap:language        "Common Lisp" ;
    2121  dc:created           "01-JAN-2004" ;
    22   dc:modified          "24-APR-2020" ;
     22  dc:modified          "26-APR-2020" ;
    2323  dc:version           "abcl-1.6.1" ;
    24   dc:release           "dev" ;
    25   abcl:git             <https://github.com/easye/abcl/> ; # Does this overwrite?  TODO Check RDF specs.
     24  dc:release           "rc-1" ;
     25  abcl:git             <https://github.com/easye/abcl/tree/abcl/1.6.1> ;
     26  abcl:git             <https://github.com/armedbear/abcl/pull/172> ;
    2627  abcl:git             <https://gitlab.common-lisp.net/abcl/abcl/> ;
    27 
    28   abcl:svn                 <https://abcl.org/trac/changeset/15198> . # releng UPDATE
     28  abcl:svn             <https://abcl.org/trac/changeset/15266> . # releng UPDATE
    2929 
    3030<>
     
    7777    rdf:_12 _:vibhu ;
    7878    rdf:_12 "Vibhu Mohindra" ;
     79    rdf:_13 "somewhat-functional-programmer" ;
    7980] .
    8081
     
    8687       rdf:label "V-ille"  .
    8788
    88  <http://purl.org/dc/elements/1.1/> 
     89<http://purl.org/dc/elements/1.1/> 
    8990  rdfs:seeAlso <http://dublincore.org/documents/2012/06/14/dcmi-terms/> .
    9091
     
    118119     rdf:_10 <http://abcl.org/releases/1.5.0/abcl-1.5.0.jar> ;
    119120     rdf:_11 <http://abcl.org/releases/1.6.0/abcl-1.6.0.jar> ;
     121     rdf:_13 <http://abcl.org/releases/1.6.0/abcl-1.6.1.jar> ;
    120122  ] ;
    121123] .
     
    159161        dc:version "5.5.0" .
    160162abcl:asdf
    161         dc:version "3.3.3" .
     163        dc:version "3.3.4" .
    162164
    163165abcl:abcl-introspect 
     
    189191[abcl:run _:options]
    190192  :base "-XShowSettings:vm -DFile.encoding="UTF-8";
    191   openjdk:6
     193  openjdk:6 "-XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=1g -XX:+UseConcMarkSweepGC" ;
    192194  openjdk:8 "-XX:+AggressiveOpts" ;
    193195  openjdk:11 "-XX:CompileThreshold=10" ;
  • trunk/abcl/doc/manual/abcl.tex

    r15261 r15265  
    1212\date{Version 1.6.1\\
    1313\smallskip
    14 Unreleased}
     14April 2020}
    1515\author{Mark Evenson \and Erik H\"{u}lsmann \and Rudolf Schlatte \and
    1616  Alessio Stalla \and Ville Voutilainen}
     
    2525
    2626Reflecting the management's best estimates as to implementation most
    27 easily available to the potential \textsc{ABCL} 1.6 User, the
    28 implementation for this edition works best with Java 8 or Java 11
    29 runtimes.  Since freely available implementations of jdk6 and jdk7
    30 exist, we still strive to maintain compatibility with the Java 6 and
    31 Java 7 runtime environments but those environments are less tested.
    32 The User may need to use the facilities of the ABCL-BUILD contrib to
    33 recompile the implementation locally in more exotic runtimes.
     27easily available to the potential \textsc{ABCL} 1.6 User, the Seventh
     28release implementation works best with Java 8 or Java 11 runtimes.
     29Since freely available implementations of jdk6 and jdk7 exist, we
     30still strive to maintain compatibility with the Java 6 and Java 7
     31runtime environments but those environments are less tested.  The User
     32may need to use the facilities of the ABCL-BUILD contrib to recompile
     33the implementation locally in more exotic runtimes (see
     34Section~\ref{sec:abcl-build} page~\pageref{sec:abcl-build}).
    3435
    3536%%Preface to the Sixth edition, abcl-1.5.0
     
    7879compiler have a bytecode version of ``49.0''.}, with an efficiency
    7980that varies upon the hosting JVM implementation.  \textsc{ABCL}
    80 supports running on the Java 6, Java 7, Java 8, and Java 11
    81 \textsc{JVM} implementations.
     81supports running on the Java 6, Java 7, Java 8, Java 11, Java 13, and
     82Java 14 openjdk \textsc{JVM} implementations\footnote{As of April
     832020, the AdoptOpenJDK.net community \url{https://adoptopenjdk.net/}
     84provides perhaps the easiest installation of unencumbered openjdk
     85implementations}.
    8286
    8387Armed Bear provides the following integration methods for interfacing
     
    15811585
    15821586\section{abcl-build}
     1587\label{sec:abcl-build}
    15831588
    15841589\textsc{ABCL-BUILD} constitutes a new implementation for the original
     
    16511656community contributions from Vihbu, Olof, Pipping, and Cyrus.  We
    16521657gingerly stepped into current century by establishing \textsc{git}
    1653 bridges to the source repository at
    1654 \url{https://github.com/easye/abcl/} and
    1655 \url{https://gitlab.common-lisp.net/abcl/abcl/} so that pull
    1656 requests for enhancements to the implementation many be more easily
     1658bridges to the source repositories avaiable via the URIs
     1659\url{https://github.com/armedbear/abcl/} and
     1660\url{https://gitlab.common-lisp.net/abcl/abcl/} so that pull requests
     1661for enhancements to the implementation many be more easily
    16571662facilitated.
    16581663
     
    16621667Against the falling canvas of 2019 we released ABCL 1.6.0 which
    16631668provided compatibility with Java 11 while skipping Java 9 and 10.  In
    1664 April 2020, we offered abcl-1.6.1 as a reference release for usage
     1669April 2020, we offered abcl-1.6.1 as a maintenance release for usage
    16651670around ELS2020.
    16661671
Note: See TracChangeset for help on using the changeset viewer.