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