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