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