[ubuntu/xenial-proposed] sbcl 2:1.3.0-1ubuntu1 (Accepted)

Logan Rosen logan at ubuntu.com
Fri Nov 20 03:56:18 UTC 2015


sbcl (2:1.3.0-1ubuntu1) xenial; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - debian/rules: Do not leave stage1 unreadable, fixing an FTBFS on the
      Launchpad buildds with pkgstriptranslations.

sbcl (2:1.3.0-1) unstable; urgency=medium

  * New upstream release
    changes in sbcl-1.3.0 relative to sbcl-1.2.16:
      * minor incompatible change: the environment passed to a macro/setf/deftype
        expander is not always an object of type SB-KERNEL:LEXENV.
        It can be nil, as is permissible by the standard.
      * enhancement: ported to ARM64 Linux.
      * enhancement: a new interpreter is included which has many benefits
        over sb-eval. It is disabled by default. See src/interpreter/README
        for instructions to enable it, and further details.
      * bug fix: calling COMPILE when SB-EXT:*EVALUATOR-MODE* was :INTERPRET
        would fail to perform "normal semantic processing such as macro expansion"
        as stipulated by X3J13 issue LOAD-TIME-EVAL.
      * bug fix: SB-UNICODE:CONFUSABLE-P no longer treats "<" and the empty
        string as confusable.  (lp#1504739)
      * bug fix: (ASSERT (COMPUTE-IT ...)) would expand incorrectly
        if COMPUTE-IT was a local macro that shadowed a global function.
      * bug fix: SB-POSIX:CFSETISPEED and SB-POSIX:CFSETOSPEED now work properly
        on platforms that use only the minimum specified set of fields in struct
        termios (verified on Linux, still known not to work on FreeBSD and NetBSD,
        very probably others).  (partial fix for lp#1500951)
    changes in sbcl-1.2.16 relative to sbcl-1.2.15:
      * enhancement: by default, timers with a repeat interval do not "catch up"
        by repeatedly calling their function after a clock discontinuity such as a
        suspend and resume cycle
      * bug fix: correctly restore multiple values on the stack in the presence of
        alien calls. (lp#1489590)
      * bug fix: MAKE-STRING-OUTPUT-STREAM enforces that :ELEMENT-TYPE
        is a subtype of CHARACTER.
      * bug fix: an EQL method specializer no longer causes garbage retention
        if there are no extant methods using the specializer. (lp#492851)
  * Enable arm64 supported now

sbcl (2:1.2.15-2) unstable; urgency=medium

  * Fix arch=all only build

sbcl (2:1.2.15-1) unstable; urgency=medium

  * New upstream version
    changes in sbcl-1.2.15 relative to sbcl-1.2.14:
      * new feature: DEPRECATION declaration for functions, variables and types
        causes {EARLY,LATE,FINAL}-DEPRECATION-WARNING to be signaled when subject
        of the declaration is used. Integrated with DESCRIBE, DOCUMENTATION and
        SB-CLTL2:{VARIABLE,FUNCTION}-INFORMATION. Documented in the "Deprecation"
        section of the manual.
      * enhancement: ASDF updated to 3.1.5. (lp#1476867)
      * enhancement: definitions within PROGN get proper source locations when
        compiled (needs latest Slime to take advantage of this). (lp#1473147)
      * enhancement: source locations for DEFCLASS slots now point directly to the
        slot definitions, not the whole DEFCLASS form.
      * bug fix: better source location in the presence of quoted forms.
        (lp#1370561)
      * bug fix: better source locations inside backqoute. (lp#1361502)
      * bug fix: HANDLER-BIND requires that the handler-function be
        a function designator at the time of binding establishment. (lp#1480679)
      * bug fix: inlined functions surrounded by nested macrolets are properly
        inlined. (lp#309123)

Date: Thu, 19 Nov 2015 22:54:01 -0500
Changed-By: Logan Rosen <logan at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/sbcl/2:1.3.0-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 19 Nov 2015 22:54:01 -0500
Source: sbcl
Binary: sbcl sbcl-doc sbcl-source
Architecture: source
Version: 2:1.3.0-1ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Logan Rosen <logan at ubuntu.com>
Description: 
 sbcl       - Common Lisp compiler and development system
 sbcl-doc   - Documentation for Steel Bank Common Lisp
 sbcl-source - Source code files for SBCL
Changes: 
 sbcl (2:1.3.0-1ubuntu1) xenial; urgency=medium
 .
   * Merge from Debian unstable. Remaining changes:
     - debian/rules: Do not leave stage1 unreadable, fixing an FTBFS on the
       Launchpad buildds with pkgstriptranslations.
 .
 sbcl (2:1.3.0-1) unstable; urgency=medium
 .
   * New upstream release
     changes in sbcl-1.3.0 relative to sbcl-1.2.16:
       * minor incompatible change: the environment passed to a macro/setf/deftype
         expander is not always an object of type SB-KERNEL:LEXENV.
         It can be nil, as is permissible by the standard.
       * enhancement: ported to ARM64 Linux.
       * enhancement: a new interpreter is included which has many benefits
         over sb-eval. It is disabled by default. See src/interpreter/README
         for instructions to enable it, and further details.
       * bug fix: calling COMPILE when SB-EXT:*EVALUATOR-MODE* was :INTERPRET
         would fail to perform "normal semantic processing such as macro expansion"
         as stipulated by X3J13 issue LOAD-TIME-EVAL.
       * bug fix: SB-UNICODE:CONFUSABLE-P no longer treats "<" and the empty
         string as confusable.  (lp#1504739)
       * bug fix: (ASSERT (COMPUTE-IT ...)) would expand incorrectly
         if COMPUTE-IT was a local macro that shadowed a global function.
       * bug fix: SB-POSIX:CFSETISPEED and SB-POSIX:CFSETOSPEED now work properly
         on platforms that use only the minimum specified set of fields in struct
         termios (verified on Linux, still known not to work on FreeBSD and NetBSD,
         very probably others).  (partial fix for lp#1500951)
     changes in sbcl-1.2.16 relative to sbcl-1.2.15:
       * enhancement: by default, timers with a repeat interval do not "catch up"
         by repeatedly calling their function after a clock discontinuity such as a
         suspend and resume cycle
       * bug fix: correctly restore multiple values on the stack in the presence of
         alien calls. (lp#1489590)
       * bug fix: MAKE-STRING-OUTPUT-STREAM enforces that :ELEMENT-TYPE
         is a subtype of CHARACTER.
       * bug fix: an EQL method specializer no longer causes garbage retention
         if there are no extant methods using the specializer. (lp#492851)
   * Enable arm64 supported now
 .
 sbcl (2:1.2.15-2) unstable; urgency=medium
 .
   * Fix arch=all only build
 .
 sbcl (2:1.2.15-1) unstable; urgency=medium
 .
   * New upstream version
     changes in sbcl-1.2.15 relative to sbcl-1.2.14:
       * new feature: DEPRECATION declaration for functions, variables and types
         causes {EARLY,LATE,FINAL}-DEPRECATION-WARNING to be signaled when subject
         of the declaration is used. Integrated with DESCRIBE, DOCUMENTATION and
         SB-CLTL2:{VARIABLE,FUNCTION}-INFORMATION. Documented in the "Deprecation"
         section of the manual.
       * enhancement: ASDF updated to 3.1.5. (lp#1476867)
       * enhancement: definitions within PROGN get proper source locations when
         compiled (needs latest Slime to take advantage of this). (lp#1473147)
       * enhancement: source locations for DEFCLASS slots now point directly to the
         slot definitions, not the whole DEFCLASS form.
       * bug fix: better source location in the presence of quoted forms.
         (lp#1370561)
       * bug fix: better source locations inside backqoute. (lp#1361502)
       * bug fix: HANDLER-BIND requires that the handler-function be
         a function designator at the time of binding establishment. (lp#1480679)
       * bug fix: inlined functions surrounded by nested macrolets are properly
         inlined. (lp#309123)
Checksums-Sha1: 
 59a18fbff479049c79b1dba0512f3734aabbc2cd 2069 sbcl_1.3.0-1ubuntu1.dsc
 3070722f89caf0f57fe628dda05df3eb424fbadd 5722767 sbcl_1.3.0.orig.tar.bz2
 82963bab5bc045ddfb9127eaad6260f1e6be59c5 90672 sbcl_1.3.0-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 d3e6c289e110fab0b9635a7561d4200dc59bc085dfa37b290fb96b4c339d0eda 2069 sbcl_1.3.0-1ubuntu1.dsc
 d60caf6a0a495e41fc9e7f6a797e7c4188cef1f9de84ca263ff654d4d7ae99b3 5722767 sbcl_1.3.0.orig.tar.bz2
 7aeccb5f1bc5222a84e832a4d5c8fe18805d78c0e59e020ef70794aff40f02b5 90672 sbcl_1.3.0-1ubuntu1.debian.tar.gz
Files: 
 2cea512add27c4d5651a47710711eec2 2069 lisp optional sbcl_1.3.0-1ubuntu1.dsc
 949031355e93a36b1467a6a942f90dd2 5722767 lisp optional sbcl_1.3.0.orig.tar.bz2
 f8335420a4346ad794f3609bf6cc2762 90672 lisp optional sbcl_1.3.0-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJWTpmwAAoJEATn8ULx7RNFFDUH/3p8lkvHRc7htAO4bVxmx5zW
zwvz2hL0ymOpjaS1DMwEnnNjFXqE7T/1Ha4KOV2jtV2MSSnpzSzst6/EgY0NiL9v
WUiGagF+UIkVv9GbsNcPWrNWam7oOpR/XWrsUbBS/4sGjHYwwD8gbeWXuom+3m7W
rV2ZY40lrMhfYC+6pyIZsPOjMH+8UonRenazXeBefxE4JXYpHrw7LOB9QlvxxBSX
4uE/c7qQkBSmPBBVUwHge41bUb5blmImvqcP+WDbbzlJpVNp/J6qY9I1Y5juA1AE
hmsHT7rmItgTM2RVMR6IkgWe9lF3HvGoj2IcxxbpcT2CnqCH17pdWOonkVDT360=
=pmXl
-----END PGP SIGNATURE-----


More information about the Xenial-changes mailing list