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