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