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