X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=debian%2Fchangelog;h=fb13c48003e6636bf34b34525eac444bd03084bc;hp=338e4b261185277e78b3a71778a412c2f0a65ce4;hb=98dfcc6acae8710d4577652fcb2b7c12ee86da22;hpb=45c263e891df94c19f658d36501733a829b4bb75 diff --git a/debian/changelog b/debian/changelog index 338e4b2..fb13c48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +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 + +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 + * Add column breaking and stream output to base64 conversion + * Rework string-to-base64 to handle columns and streams + + -- Kevin M. Rosenberg Fri, 3 Jan 2003 23:14:13 -0700 + cl-base64 (1.2-1) unstable; urgency=low * Bug fix in base64-to-integer