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