r9097: Automated commit for Debian build of cl-base64 upstream-version-3.3.2
[cl-base64.git] / debian / changelog
index 338e4b261185277e78b3a71778a412c2f0a65ce4..fd3ac1416e2a7261d65ae751dd7eafd17b25cec4 100644 (file)
@@ -1,3 +1,77 @@
+cl-base64 (3.3.2-1) unstable; urgency=low
+
+  * Update rules file (closes:244687)
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 19 Apr 2004 08:59:58 -0600
+
+cl-base64 (3.3.1-1) unstable; urgency=low
+
+  * Rename ASDF system to cl-base64
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 18 Apr 2004 10:39:51 -0600
+
+cl-base64 (3.3-1) unstable; urgency=low
+
+  * Rework test loading
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 24 Aug 2003 13:40:03 -0600
+
+cl-base64 (3.2.1-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 12 Jun 2003 08:04:55 -0600
+
+cl-base64 (3.2-1) unstable; urgency=low
+
+  * Improve .asd file
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  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 <kmr@debian.org>  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 <kmr@debian.org>  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 <kmr@debian.org>  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 <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