r3767: Auto commit for Debian build
[cl-base64.git] / debian / changelog
1 cl-base64 (3.0.1-1) unstable; urgency=low
2
3   * Fix output of base64-string-to-usb8-array
4
5  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 14 Jan 2003 04:35:05 -0700
6
7 cl-base64 (3.0.0-1) unstable; urgency=low
8
9   * Remove src.lisp and add package.lisp, decode.lisp, encode.lisp      
10   * Add support for usb8-arrays 
11   * Rewrite routines as macros to create efficient functions for
12      converting to and from streams, strings, and usb8-arrays.
13   * Fix error in integer-to-base64 when using columns
14   * Add base64-test.asd and test.lisp regression suite
15
16  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 13 Jan 2003 14:41:52 -0700
17
18 cl-base64 (2.1.0-1) unstable; urgency=low
19
20   * Fix broken string-to-base64
21
22  -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  4 Jan 2003 06:40:32 -0700
23
24 cl-base64 (2.0-1) unstable; urgency=low
25
26   * Ignore whitespace in base64 strings
27   * Add column breaking and stream output to base64 conversion
28   * Rework string-to-base64 to handle columns and streams
29         
30  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  3 Jan 2003 23:14:13 -0700
31
32 cl-base64 (1.2-1) unstable; urgency=low
33
34   * Bug fix in base64-to-integer
35
36  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 29 Dec 2002 00:03:11 -0700
37
38 cl-base64 (1.1-1) unstable; urgency=low
39
40   * Rewritten version, significant optimizations
41   * BSD-style license
42   * Adds conversion to and from integers
43   * Renamed functions
44
45  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 28 Dec 2002 21:28:42 -0700
46
47 cl-base64 (1.0-1) unstable; urgency=low
48
49   * Initial upload
50   * Changes compared to upstream: 
51      - Added .asd file for use with Common Lisp Controller
52      - Changes for Allegro's case sensitive mode
53
54  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 26 Dec 2002 19:17:51 -0700