X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=debian%2Fchangelog;h=71a38ed6325ed6153d26ecc67c475a3b21418161;hp=b509d88781449d55cb88cdd12540297930a151bd;hb=092e254263572632e3afd28e47bdcc32b8c555c4;hpb=4dfa5273c00656811c9d7a3335829608abbaf80b diff --git a/debian/changelog b/debian/changelog index b509d88..71a38ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +cl-base64 (3.0.0-1) unstable; urgency=low + + * Remove src.lisp and add package.lisp, decode.lisp, encode.lisp + * Add support for usb8-arrays + * Rewrite routines as macros to create efficient functions for + converting to and from streams, strings, and usb8-arrays. + * Fix error in integer-to-base64 when using columns + * Add base64-test.asd and test.lisp regression suite + + -- Kevin M. Rosenberg Mon, 13 Jan 2003 14:41:52 -0700 + +cl-base64 (2.1.0-1) unstable; urgency=low + + * Fix broken string-to-base64 + + -- Kevin M. Rosenberg Sat, 4 Jan 2003 06:40:32 -0700 + cl-base64 (2.0-1) unstable; urgency=low * Ignore whitespace in base64 strings