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