Changeset 14617


Ignore:
Timestamp:
01/27/14 11:29:13 (9 years ago)
Author:
Mark Evenson
Message:

More documentation refresh for abcl-1.3.0-rc-0.

Location:
trunk/abcl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/CHANGES

    r14587 r14617  
    1 Version 1.3.0-dev
    2 =================
     1Version 1.3.0-rc-0
     2==================
    33http://abcl.org/svn/trunk/abcl
    44Unreleased
     
    66## Features
    77
    8 *  ASDF 3.0.3.0.1 shipped with the implementation
     8*  ASDF 3.0.1.49 shipped with the implementation
    99
    1010*  per function call stack and memory exception handler in CL:COMPILE
     
    2525*  SYS:SHA256 audited
    2626
    27 The functionality if the SYS:SHA256 algorithim has been audited for
    28 use on inputs of single for files with recently shipping ORCL Java 7
    29 implementations (through jdk-1.7.0_45).
    30 
    31 [r14582]:  http://abcl.org/trac/changeset/14582
    32 
    33 ## Compatbility
     27    The functionality if the SYS:SHA256 algorithim has been audited for
     28    use on inputs of single for files with recently shipping ORCL Java 7
     29    implementations (through jdk-1.7.0_51).
     30
     31    [r14582]:  http://abcl.org/trac/changeset/14582
     32
     33* The Netbeans IDE configuration now includes a way to connect to the
     34  running-under-jdb ABCL via SLIME.  One needs to be able to load
     35  things from 'swank.asd', which currently doesn't work in newer, more
     36  github-ier SLIMEs.
     37
     38* The Ant `abcl.mvn.install` target now installs build artifacts into
     39  the local Maven repository (Olof-Joachim Frahm)
     40
     41    [r14579]: http://abcl.org/trac/changeset/14606
     42
     43
     44## Compatibility
     45
     46*  Tested:  orcl-jdk-1.7.0_51 x64
    3447
    3548### Contrib
  • trunk/abcl/doc/manual/abcl.tex

    r14616 r14617  
    99\begin{document}
    1010\title{Armed Bear Common Lisp User Manual}
    11 \date{Version 1.3.0-dev\\
     11\date{Version 1.3.0-rc-0\\
    1212\smallskip
    1313January 27, 2014}
     
    2020\subsection{Preface to the Fourth Edition}
    2121
    22 \textsc{ABCL} 1.3 now implements a lazily-created LispStack --The Mgmt.
     22\textsc{ABCL} 1.3 now implements an optimized implementation of the
     23LispStack abstraction thanks to Dmitry Nadezhin.
    2324
    2425%%Preface to the Third edition, abcl-1.2.
     
    11841185\section{Overloading of the CL:REQUIRE Mechanism}
    11851186
    1186 The \code{CL:REQUIRE} mechanism is overloaded by attaching the following
    1187 semantic to the execution of \code{REQUIRE} on the following symbols:
     1187The \code{CL:REQUIRE} mechanism is overloaded by attaching these
     1188semantics to the execution of \code{REQUIRE} on the following symbols:
    11881189
    11891190\begin{description}
     
    12061207      \item \code{abcl-asdf}
    12071208        Functions for loading JVM artifacts
    1208         dynamically, hooking into ASDF 2 objects where possible.
     1209        dynamically, hooking into ASDF 3 objects where possible.
    12091210      \item \code{asdf-jar}
    12101211        Package addressable JVM artifacts via
     
    12161217        \begin{enumerate}
    12171218          \item \code{jna}
    1218             Dynamically load 'jna.jar' version 3.5.1
     1219            Dynamically load 'jna.jar' version 4.0.0
    12191220            from the network \footnote{This loading can be inhibited
    12201221              if, at runtime, the Java class corresponding
Note: See TracChangeset for help on using the changeset viewer.