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