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