Changeset 14329


Ignore:
Timestamp:
12/18/12 20:02:57 (11 years ago)
Author:
Mark Evenson
Message:

1.1.0.1: tag new release fixing JSS.

Need to republish release artifacts to distinct URI as somehow JSS was
messed up in the images published to googlecode, which are (correctly)
immutable.

Location:
branches/1.1.x
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1.x/CHANGES

    r14252 r14329  
     1Version 1.1.0.1
     2=============
     3svn.uri=:"http//svn.common-lisp.net/armedbear/tags/1.1.0.1/abcl/CHANGES"
     4(18 December 2012)
     5
     6
    17Version 1.1.0
    28=============
    3 svn.uri=:"http//common-lisp.net/project/armedbear/svn/trunk/abcl/"
    4 (22 November 2012)
     9svn.uri=:"http//svn.common-lisp.net/armedbear/tags/1.1.0/abcl/CHANGES"
     10
     11(07 December 2012)
    512
    613Features
     
    7885-------
    7986
     87
     88  * ANSI [#241]
     89 
     90     ** &AUX parameters fixes RESTAS
     91
     92   
     93  * [#221] Stack exhaustsion on funcall in non-existing package
     94
     95  * [#113] DEFSTRUCT concurrency
     96
     97  * [#216][#211] Compiler
     98
     99    ** stack inconsistency
     100
     101  * [#187] Better SORT and STABLE-SORT via Jorge Tavares [???]
     102
     103
    80104  * [#249] PATHNAME merge semantics DWIMs on an inferred type
    81105
     
    119143  * [#187] Better SORT and STABLE-SORT via Jorge Tavares [???]
    120144
    121 
     145Issues Resolved
     146---------------
     147
     148    * [#234]    ABCL-ASDF mvn errors with VERSION slot unbound 
     149    * [#237]    JNA fails to load blocking CFFI
     150    * [#249]    Problems under Ubuntu   
     151    * [#250]    SYS:SHA256 does not compile     
     152    * [#265]    COMPILE-FILE.2 COMPILE-FILE.2A ANSI regression 
     153    * [#268]    ABCL-ASDF working with maven-3.0.3     
     154    * [#269]    SLIME cannot browse systems with November Quicklisp     
     155    * [#270]    Is BUGS.DEFEGENERIC.1 a valid test?     
     156    * [#271]    ASDF-2.26 changes synced upstream
     157    * [#272]    DESCRIBE.[14] ANSI regression   rschlatte       
     158    * [#275]    ABCL-CONTRIB still provided if abcl-contrib.jar cannot be located       
     159    * [#276]    defmethod doesn't call add-method       
     160    * [#277]    reinitialize-instance on class metaobjects incorrect
     161    * [#113]    DEFSTRUCT redefinition can crash ABCL on MAKE-STRUCT
     162    * [#199]    CL:DEFMETHOD fails for &AUX arguments that reference other arguments   
     163    * [#213]    ABCL-ASDF breakage on trunk     
     164    * [#215]    ABCL-ASDF:RESOLVE should work in more (some?) cases     
     165    * [#229]    JSS method resolution failure   
     166    * [#246]    CFFI: dynamically generated classes referred from .fasl can not be found after ABCL restart
     167    * [#168]    Compilation fails for quicklisp let-plus       
     168    * [#187]    Stack Overflow for Worst-case Vector Sort       
     169    * [#202]    ENSURE-GENERIC-FUNCTION assumes LAMBDA-LIST is NIL
     170    * [#204]    abcl-asdf maybe-parse-mvn ignores version information
     171    * [#205]    JSS logic for resolving methods a little wonky (could use better diagnostics on why resolution has failed)     
     172    * [#207]    DECLARE should signal conditions when type declarations are violated
     173    * [#210]    Add JFLI to contrib     
     174    * [#217]    ANSI tests wont run on Revision 14011: /trunk/abcl     
     175    * [#219]    Keyword argument checking for lambda lists is too lenient for ANSI     
     176    * [#220]    Lambda list checking too lenient       
     177    * [#224]    Autoloader fails when *read-XXXX* variables bound to non-standard values       
     178    * [#225]    One of the paths in STD-COMPUTE-DISCRIMINATING function not working     
     179    * [#235]    Compiled cl+ssl sources not reloadable 
     180    * [#241]    &rest and &aux can't coexist anymore in lambda lists   
     181    * [#243]    ClassCastException in MAKE-PATHNAME     
     182    * [#245]    Slots of a class with a custom meta-class are reported as unbound.     
     183    * [#247]    CFFI: $Proxy3 is not assignable to com.sun.jna.Pointer 
     184    * [#252]    MOP rework broke profiler?     
     185    * [#254]    Cannot load ASDF systems in jar archives with ASDF-BINARY-LOCATIONS-COMPATIBILTY enabled
     186    * [#255]    ASDF file encoding specification doesn't work   
     187    * [#263]    loading systems from abcl-contrib fails if CLASSPATH has a component with wildcard
     188    * [#264]    abcl-asdf.asd broken since revision 14233
     189    * [#60      ]Implement USE-FAST-CALLS properly
     190    * [#130]    "SLIME under Windows has ""extra"" CRLF"       
     191    * [#172]    DOCUMENTATION does not work for generic functions       
     192    * [#174]    Conformance bug in time implementation when using SLIME
     193    * [#175]    abcl.release target fails occasionally  unassigned     
     194    * [#189]    Compiler fails for 'unsigned-byte type declaration     
     195    * [#201]    &WHOLE broken in DEFINE-METHOD-COMBINATION     
     196    * [#206]    COMPILER-UNSUPPORTED-FEATURE-ERROR is derived from CONDITION, rather than from ERROR   
     197    * [#208]    "Files loaded via ""--load <FILE>"" on the command line have no pathname defaults"     
     198    * [#211]    closure-common fails to load correctly after compilation       
     199    * [#214]    Stack overflow when compiler macro with fallback is triggered   
     200    * [#232]    Allow wrapper script to reference install directory instead of build directory
     201    * [#192]    ASDF::IMPLEMENTATION-IDENTIFIER contains ABCL build environment identifier
     202    * [#195]    prompt is displayed twice when evaluating NIL at the REPL
    122203
    123204Version 1.0.1
  • branches/1.1.x/README

    r14311 r14329  
    5151which should result in output like the following
    5252
    53     Armed Bear Common Lisp 1.1.0
     53    Armed Bear Common Lisp 1.1.0.1
    5454    Java 1.6.0_21 Sun Microsystems Inc.
    5555    Java HotSpot(TM) Client VM
  • branches/1.1.x/abcl.rdf

    r14311 r14329  
    33@prefix abcl:            <https://abcl.org#> .
    44
    5 <> dc:version           "abcl-1.1.0" .
    6 <> abcl:release          "rc-3" .
     5<> dc:version           "abcl-1.1.0.1" .
     6<> a abcl:release                      .
    77
    88<>
     
    2727  dc:modified          "07-DEC-2012" ;
    2828
    29   dc:version           "abcl-1.1.0" ;
    30   abcl:releaseCandidate      "rc-3" .
     29  dc:version           "abcl-1.1.0.1" ;
     30  abcl:releaseCandidate      "release" .
    3131
    3232<>  rdfs:seeAlso  [
     
    100100     a rdf:Bag;
    101101     rdf:_1 <urn:abcl:previousVersion> ;
    102      rdf:_2 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.1.0-rc-2.jar>
     102     rdf:_2 <https://code.google.com/p/abcl-dynamic-install/files/abcl-1.1.0.1.jar>
    103103  ] ;
    104104] .
  • branches/1.1.x/src/org/armedbear/lisp/Version.java

    r14310 r14329  
    4242  private Version() {}
    4343 
    44   static final String baseVersion = "1.1.0";
     44  static final String baseVersion = "1.1.0.1";
    4545 
    4646  static void init() {
Note: See TracChangeset for help on using the changeset viewer.