News for package sbcl

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 3.0 (quilt)
Source: sbcl
Binary: sbcl, sbcl-doc, sbcl-source
Architecture: i386 amd64 kfreebsd-amd64 kfreebsd-i386 powerpc armhf armel arm64 all
Version: 2:1.3.0-1
Maintainer: Debian Common Lisp Team <[email protected]>
Uploaders:  Peter Van Eynde <[email protected]>, Christoph Egger <[email protected]>
Homepage: http://www.sbcl.org
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-common-lisp/sbcl.git;a=summary
Vcs-Git: http://anonscm.debian.org/git/pkg-common-lisp/sbcl.git
Build-Depends: dh-lisp, debhelper (>> 7.0.0), sbcl (>> 1:0.9.5.50-9), sbcl-source, texinfo, zlib1g-dev, texlive-extra-utils, texlive, locales, graphviz, ghostscript, texlive-generic-recommended, texlive-font-utils, cm-super-minimal, time, netbase
Build-Conflicts: locales-all
Package-List:
 sbcl deb lisp optional arch=i386,amd64,kfreebsd-amd64,kfreebsd-i386,powerpc,armhf,armel,arm64
 sbcl-doc deb doc optional arch=all
 sbcl-source deb lisp optional arch=all
Checksums-Sha1:
 3070722f89caf0f57fe628dda05df3eb424fbadd 5722767 sbcl_1.3.0.orig.tar.bz2
 7c675d20ba21dab202b601656d0b86f2314d49a8 76752 sbcl_1.3.0-1.debian.tar.xz
Checksums-Sha256:
 d60caf6a0a495e41fc9e7f6a797e7c4188cef1f9de84ca263ff654d4d7ae99b3 5722767 sbcl_1.3.0.orig.tar.bz2
 cf7d94daf73078fb8635d393c3452ff64543c208d61f38c7c5d0b9505dd91650 76752 sbcl_1.3.0-1.debian.tar.xz
Files:
 949031355e93a36b1467a6a942f90dd2 5722767 sbcl_1.3.0.orig.tar.bz2
 eb480f3cc79c04cf3654d3f0f7d985a7 76752 sbcl_1.3.0-1.debian.tar.xz

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

iQIcBAEBCAAGBQJWQnLPAAoJEKv/7bJACMb5464QAK9hjQKmZCB231Cwvaz1NpaP
fhnjopSosYbPvo9NmYLpw+nzTxSrzMW53+qdA9MJO/aHHIpeTHYaPANnSHX2TVNt
GVLME7i/GP4ltghCIvyxzuPYyec4JflQJx81yKrJTDI50h8TTQ5LzA5jiZI6yiM6
el2wRG2DEwAxkvFq2v2f1RbDdMXXnqMDemFFiwrbAccNDoUMyE9IPZuKbTjmjpEm
QtLtdg6N4UNGL0PegalDTSICOO8tn+gpl8GdzgFf0d0GbOSLEryPhNBXxeKa6k9O
AQzzhbXfebpggGb02VbKSoKODfT+ULhhc5RFB8Gp13MWK2MaZyf0OMIQsPFm1B4o
rToGT3o7dKCF7RMnVAsFq2CjwH0LjKXNSMODXsLKF8oFYsYvSjg7BT9fyzxNgx5m
3xHqUcOoy9yui+IiaTfzgcmbMypRPYADvCQfJgaDLDcdGgzv518LSLBs6gKcBcQ6
P4Muy18EEqKZj1B96LimJoNI+2Q6VkBfoDJhyrs3dzniNPUQ3skiBo3FDKv8BriV
m9CEUMdJbnJWmb12J04PvomkShrIYuDrvecrB1R51Aiy8eCPmq2UDGTM8GY+GbrM
AKQTeD8uc0soYX5GuAlbG0dxtpjbn5H7aNaDSzzpoZuBKQYETD7et8bVsqW4fh59
7VfORxu2wNFPlvayRdJL
=nKWb
-----END PGP SIGNATURE-----

Changes:
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

 -- Christoph Egger <[email protected]>  Tue, 10 Nov 2015 23:41:45 +0100