r3751: *** empty log message ***
[cl-base64.git] / debian / changelog
index 6727233e4fb66271a6f618be7705db2648beed29..71a38ed6325ed6153d26ecc67c475a3b21418161 100644 (file)
@@ -1,3 +1,34 @@
+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 <kmr@debian.org>  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 <kmr@debian.org>  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 <kmr@debian.org>  Fri,  3 Jan 2003 23:14:13 -0700
+
+cl-base64 (1.2-1) unstable; urgency=low
+
+  * Bug fix in base64-to-integer
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 29 Dec 2002 00:03:11 -0700
+
 cl-base64 (1.1-1) unstable; urgency=low
 
   * Rewritten version, significant optimizations