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