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