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