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