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