r11052: Automated commit for Debian build of cl-base64 upstream-version-3.3.2
[cl-base64.git] / debian / changelog
1 cl-base64 (3.3.2-1) unstable; urgency=low
2
3   * Depend on kmrcl only for test package
4
5  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 27 Aug 2006 12:23:37 -0600
6
7 cl-base64 (3.3.1-5) unstable; urgency=low
8
9   * Fix spelling mistake in package description (closes:363204)
10
11  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 15 May 2006 17:41:36 -0600
12
13 cl-base64 (3.3.1-4) unstable; urgency=low
14
15   * New upstream URI
16
17  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 17 Sep 2005 15:34:55 -0600
18
19 cl-base64 (3.3.1-3) unstable; urgency=low
20
21   * Fix package name in postinst/prerm
22
23  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 22 Apr 2004 08:53:34 -0600
24
25 cl-base64 (3.3.1-2) unstable; urgency=low
26
27   * Rename package rules file (closes:244687)
28
29  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 19 Apr 2004 08:59:58 -0600
30
31 cl-base64 (3.3.1-1) unstable; urgency=low
32
33   * Rename ASDF system to cl-base64
34
35  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 18 Apr 2004 10:39:51 -0600
36
37 cl-base64 (3.3-1) unstable; urgency=low
38
39   * Rework test loading
40
41  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 24 Aug 2003 13:40:03 -0600
42
43 cl-base64 (3.2.1-1) unstable; urgency=low
44
45   * New upstream
46
47  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 12 Jun 2003 08:04:55 -0600
48
49 cl-base64 (3.2-1) unstable; urgency=low
50
51   * Improve .asd file
52
53  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  6 May 2003 10:19:22 -0600
54
55 cl-base64 (3.1-1) unstable; urgency=low
56
57   * Implement asdf:test-op. Remove old base64-test.asd file.
58
59  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 15 Apr 2003 09:33:01 -0600
60
61 cl-base64 (3.0.2-1) unstable; urgency=low
62
63   * Change declarations from array to simple-array where feasible
64   * add more fixnum declarations where helpful
65
66  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 14 Jan 2003 04:55:48 -0700
67
68 cl-base64 (3.0.1-1) unstable; urgency=low
69
70   * Fix output of base64-string-to-usb8-array
71
72  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 14 Jan 2003 04:35:05 -0700
73
74 cl-base64 (3.0.0-1) unstable; urgency=low
75
76   * Remove src.lisp and add package.lisp, decode.lisp, encode.lisp      
77   * Add support for usb8-arrays 
78   * Rewrite routines as macros to create efficient functions for
79      converting to and from streams, strings, and usb8-arrays.
80   * Fix error in integer-to-base64 when using columns
81   * Add base64-test.asd and test.lisp regression suite
82
83  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 13 Jan 2003 14:41:52 -0700
84
85 cl-base64 (2.1.0-1) unstable; urgency=low
86
87   * Fix broken string-to-base64
88
89  -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  4 Jan 2003 06:40:32 -0700
90
91 cl-base64 (2.0-1) unstable; urgency=low
92
93   * Ignore whitespace in base64 strings
94   * Add column breaking and stream output to base64 conversion
95   * Rework string-to-base64 to handle columns and streams
96         
97  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  3 Jan 2003 23:14:13 -0700
98
99 cl-base64 (1.2-1) unstable; urgency=low
100
101   * Bug fix in base64-to-integer
102
103  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 29 Dec 2002 00:03:11 -0700
104
105 cl-base64 (1.1-1) unstable; urgency=low
106
107   * Rewritten version, significant optimizations
108   * BSD-style license
109   * Adds conversion to and from integers
110   * Renamed functions
111
112  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 28 Dec 2002 21:28:42 -0700
113
114 cl-base64 (1.0-1) unstable; urgency=low
115
116   * Initial upload
117   * Changes compared to upstream: 
118      - Added .asd file for use with Common Lisp Controller
119      - Changes for Allegro's case sensitive mode
120
121  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 26 Dec 2002 19:17:51 -0700