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 all
Version: 2:1.2.14-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
 sbcl-doc deb doc optional arch=all
 sbcl-source deb lisp optional arch=all
Checksums-Sha1:
 5b6821ea22df619428be1574d79ef8a524aa3827 5565538 sbcl_1.2.14.orig.tar.bz2
 db7554669f0382bcd12b8c47e2363d4c2f4d8967 75644 sbcl_1.2.14-1.debian.tar.xz
Checksums-Sha256:
 b9146dd6460c05bca508f6dda83003580911833eedd51dbc09d8eca80b0f5c06 5565538 sbcl_1.2.14.orig.tar.bz2
 96102320c880452be174dfbd102029c355b4c963123701fc60980bb11e0b0eb5 75644 sbcl_1.2.14-1.debian.tar.xz
Files:
 b7a7f95808a2a6614d6dcb402b744d9e 5565538 sbcl_1.2.14.orig.tar.bz2
 a3313404506b9f6819c06c2b8f5932f2 75644 sbcl_1.2.14-1.debian.tar.xz

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

iQIcBAEBCAAGBQJVvPmLAAoJEKv/7bJACMb5iHEP/0pEI+b/6KbK9T6Vd9m/l38K
Ulvv/1Pkaq3aNwBq8O9oiq49BNfXHZ7GTL0e7mUAQl6CUk/kNmAZRxfvoYaArHAx
EzZ+yoSwlv7zzTDSA+pw28/YRkPipu2z43NCATfH2fkVRBT5402hF4M+EodDlZr9
lFLGT5rsUhtGdHzuvpA5TrZSAr2LcyVktRYfeFZtQoU8gM1JOSzFFGW4qrf0G7zh
OKVVYYRNKKLqwSpPcE5XYBS3x84LTOrfR3YNe6E3p+MCE2Q1t4fZF/gR7mAS00u5
jaxi5AlnR3MMWVS9tWXBFczT710U+Kc+OA0BuLpS5pZ6KdCn+hs50wrSrm/mfN0s
668YlUxGGqOugJWVAvviXOaE9CwvcqF/fFh656Hv6br+oXook61lYWI3NfRTlMKO
il9AeaMtTxWiy0eGAXJcIiMbGfPs7OBjTxlqzwi/ZzJdVBjTrDV1UVw7j0E7DdRw
GiPB9iWPjRTDELOy7LCDcz7f7kCX66SPsf4gM3Ret0fatkE9SP04OJ1POdysw4vI
9f2jLicRt8483Hxag6Y6hh5UDZM/8dg902VMioTVD7qHLpkpYD3ea6jGh/X7Wwkw
7w2QXP9c9+DuShY51f6Jbr8kb7LTQdNTFP5R3MclI7dOrBGQLd68FlpuIs5ukoTY
DeTlF1yxQoTJ/HNmnWz6
=rXi7
-----END PGP SIGNATURE-----

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

  * New upstream version
    changes in sbcl-1.2.14 relative to sbcl-1.2.13:
      * minor incompatible change: The name of a compiled anonymous lambda
        as returned by the third value of FUNCTION-LAMBDA-EXPRESSION can have
        a lambda-list-like list following the introductory LAMBDA that is not
        in general a syntactically valid lambda list. Specifically, it won't
        retain default values, supplied-p variables, or &KEY or &AUX bindings.
      * enhancement: DESTRUCTURING-BIND has been totally reimplemented from
        scratch to address a handful of performance and correctness issues.
        Some minor behavioral differences exist regarding order of evaluation
        of default forms for unsupplied &OPTIONAL and &KEY arguments
        when nested destructuring patterns are involved.
        (lp#707556, lp#707573, lp#707578, lp#708051)
      * enhancement: DEFCONSTANT and DEFSTRUCT respect package locks. (lp#1186238,
        lp#1036716)
      * enhancement: sb-unicode:normalize-string has a new optional argument,
        FILTER, a callback which controls which decomposed characters are
        collected. Useful for stripping away diacritics more efficiently.
      * bug fix: (TYPE-OF ARRAY) for a non-simple array is subject to change
        after a call of ADJUST-ARRAY. (lp#1333731)
      * bug fix: Dynamic-extent allocation with a loop between allocating a value
        and the start of its environment no longer discards the allocated data
        when the loop is taken. (lp#1472785)
      * bug fix: Variable-reference elimination no longer generates incorrect code
        under certain circumstances. (lp#1446891)
      * bug fix: variables with EQL types are no longer treated as constants by
        VOPs, which caused problems with closures being allocated for such
        variables, but they remained unused. (lp#1390149)
      * bug fix: Windows installer generates registry key name
        correctly. (lp#1476447)
  * Use caninical Vcs URLs

 -- Christoph Egger <[email protected]>  Sat, 01 Aug 2015 16:04:48 +0200