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