X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=debian%2Fchangelog;h=7af6725e31417afa142f892a36c20fa548886461;hp=857f0246c1662c6d5e56ee2531f877bd2093955e;hb=97bfbb1a243ef41ccb6c3b9b6c106512ec2d3efb;hpb=9d5e8be84951cef7f6a11bb60af0c64d8bd1e254 diff --git a/debian/changelog b/debian/changelog index 857f024..7af6725 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,26 @@ -cl-base64 (2.2.0-1) unstable; urgency=low +cl-base64 (3.0.2-1) unstable; urgency=low + * Change declarations from array to simple-array where feasible + * add more fixnum declarations where helpful + + -- Kevin M. Rosenberg Tue, 14 Jan 2003 04:55:48 -0700 + +cl-base64 (3.0.1-1) unstable; urgency=low + + * Fix output of base64-string-to-usb8-array + + -- Kevin M. Rosenberg Tue, 14 Jan 2003 04:35:05 -0700 + +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 Sat, 4 Jan 2003 06:40:32 -0700 + -- Kevin M. Rosenberg Mon, 13 Jan 2003 14:41:52 -0700 cl-base64 (2.1.0-1) unstable; urgency=low