X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=debian%2Fchangelog;h=6f159e12ec9784dc2820d6cf72e3db939b6b7cfa;hp=767fccf3c0675193791f44e99b153060137e9362;hb=6cb8a73aaf61279901b8ca564740dc84b3a313f2;hpb=013ce69e0988eb48329e329ba56f853bda106be8 diff --git a/debian/changelog b/debian/changelog index 767fccf..6f159e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,52 @@ -cl-base64 (2.1.0-2) unstable; urgency=low +cl-base64 (3.3-1) unstable; urgency=low + + * Rework test loading + + -- Kevin M. Rosenberg Sun, 24 Aug 2003 13:40:03 -0600 + +cl-base64 (3.2.1-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Thu, 12 Jun 2003 08:04:55 -0600 + +cl-base64 (3.2-1) unstable; urgency=low + + * Improve .asd file + + -- Kevin M. Rosenberg Tue, 6 May 2003 10:19:22 -0600 + +cl-base64 (3.1-1) unstable; urgency=low + + * Implement asdf:test-op. Remove old base64-test.asd file. + + -- Kevin M. Rosenberg Tue, 15 Apr 2003 09:33:01 -0600 + +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 Mon, 13 Jan 2003 14:41:52 -0700 + +cl-base64 (2.1.0-1) unstable; urgency=low * Fix broken string-to-base64