-----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.13-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: http://git.debian.org/?p=pkg-common-lisp/sbcl.git;a=summary Vcs-Git: http://git.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: 0df170d0e1dd55b45a6389b5a33434ca2367d1d3 5567609 sbcl_1.2.13.orig.tar.bz2 f589b827652a98b5e7cced21fabe7aa48ec14832 75104 sbcl_1.2.13-1.debian.tar.xz Checksums-Sha256: e6d93a94cbf821b2c500a9440ca640588e9ac6914dba2f6b5445a5e14eeb1205 5567609 sbcl_1.2.13.orig.tar.bz2 0d03f806a9aad0a6b0efeb40c607683b8ecfef575e850a5c016cdbd2ced8bb98 75104 sbcl_1.2.13-1.debian.tar.xz Files: 748941731a771c832a66b36fd6ac8fd3 5567609 sbcl_1.2.13.orig.tar.bz2 2ecfb483c363e030684cf5995c127fb7 75104 sbcl_1.2.13-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJVkR99AAoJEKv/7bJACMb5OIAP/i11vBJl5XwDpA4tDVKmDFhU TNe6G4/RTyFcdEb2eYQ0TKkn/kdYM6xQRI2UkDBaCD++EqPY3js2BydujQwSsjKN 3m5DZWxwbvKsX/tS+kVhbLN+PTx8L3ryBGSQTd+OeShzIH52twSo42UV9zrQEPzK pqxnA0zlg7pTWT8s+Y8Vxj4G4GLq/MMmBvsOB0LjZLuKWDkeI6Wco7WdIJ/eAf8V XbIoEiOscPbDPj51kKCk8T36Vw0Z4ACmqM1kUgr5dqSV7+jZDHIHbTkiCYBZv+oE D4qb2fAi55DiNN0l912+hg8ecLJWdcqRA/I3TgRC2KjbtUCt3V6QL828b5pE1bN3 N/CNyW8bCkeeEPNW+vVP6UEwOXsG/Hklq69SwWf1lDQR5usFkKAIIZPwmjKy7eCw 2QfBJExgse6JiQcGzFIqz7nRREx9ZKYVKLMA62dGeHj6vLEHAZUPUc/V5tyJaX52 i1+k0oHJQx3pHcu/u7WxJpatIR3JER5it/qrvgXb27im2DClTOyOQj4IPXiTwOIR euH6pZ4ZVGP3a76jDAnjN9k7aAqMyDm0oUhjao/XLHRo6euCHX2Vu3d80fwClwvA pL8Z+gdu8wY6dBD9SnSpQHcFxu//U8wGdpmWR/tou2diRbxNE+xkFx+uXz/Q5GpR wa94j3ZOQW6r6hJr2MPe =yXdj -----END PGP SIGNATURE----- Changes: sbcl (2:1.2.13-1) unstable; urgency=medium * New upstream Version changes in sbcl-1.2.13 relative to sbcl-1.2.12: * incompatible change: on success, TRY-SEMAPHORE and WAIT-ON-SEMAPHORE return the new count * enhancement: WAIT-ON-SEMAPHORE accepts a decrement parameter * enhancement: JOIN-THREAD allows distinguishing timeout vs. abort in all situations * enhancement: On Windows DBG_PRINTEXCEPTION_C is handled and its message is printed. (lp#1437947) * bug-fix: TRUENAME works properly on broken symlinks presented as directories. (lp#1458164) * bug fix: Inlined DPB and DEPOSIT-FIELD don't interfere with left-to-right order of argument evaluation. (lp#1458190) * bug fix: (SETF (LDB (BYTE 1 2 JUNK) X) 0) is rightly rejected. * bug fix: DEFSETF lambda lists should not permit argument destructuring. * bug fix: calls to (SETF SLOT-VALUE) on a missing slot would in certain situations incorrectly return the result of a SLOT-MISSING method instead of always returning the new value. (lp#1460381) * bug fix: a DEFMACRO occurring not at toplevel and capturing parts of its lexical environment (thus being a closure) caused expressions involving the macro name to cause corruption in the pretty-printer due to faulty introspection of the lambda list of a closure. * bug fix: out of line MAP/MAP-INTO check that the results produced by the function are of the matching sequence type. (lp#1459581) * bug fix: pretty-printing of '(LET `((,X ,Y)) :B) is handled correctly. * Breaks "old" cl-asdf (Closes: #787909) * Build-Conflicts on locales-all (Closes: #786601) -- Christoph Egger <[email protected]> Mon, 29 Jun 2015 10:57:58 +0200