r10042: add umask to upload scripts
[cl-base64.git] / debian / changelog
1 cl-base64 (3.3.1-3) unstable; urgency=low
2
3   * Fix package name in postinst/prerm
4
5  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 22 Apr 2004 08:53:34 -0600
6
7 cl-base64 (3.3.1-2) unstable; urgency=low
8
9   * Rename package rules file (closes:244687)
10
11  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 19 Apr 2004 08:59:58 -0600
12
13 cl-base64 (3.3.1-1) unstable; urgency=low
14
15   * Rename ASDF system to cl-base64
16
17  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 18 Apr 2004 10:39:51 -0600
18
19 cl-base64 (3.3-1) unstable; urgency=low
20
21   * Rework test loading
22
23  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 24 Aug 2003 13:40:03 -0600
24
25 cl-base64 (3.2.1-1) unstable; urgency=low
26
27   * New upstream
28
29  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 12 Jun 2003 08:04:55 -0600
30
31 cl-base64 (3.2-1) unstable; urgency=low
32
33   * Improve .asd file
34
35  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  6 May 2003 10:19:22 -0600
36
37 cl-base64 (3.1-1) unstable; urgency=low
38
39   * Implement asdf:test-op. Remove old base64-test.asd file.
40
41  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 15 Apr 2003 09:33:01 -0600
42
43 cl-base64 (3.0.2-1) unstable; urgency=low
44
45   * Change declarations from array to simple-array where feasible
46   * add more fixnum declarations where helpful
47
48  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 14 Jan 2003 04:55:48 -0700
49
50 cl-base64 (3.0.1-1) unstable; urgency=low
51
52   * Fix output of base64-string-to-usb8-array
53
54  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 14 Jan 2003 04:35:05 -0700
55
56 cl-base64 (3.0.0-1) unstable; urgency=low
57
58   * Remove src.lisp and add package.lisp, decode.lisp, encode.lisp      
59   * Add support for usb8-arrays 
60   * Rewrite routines as macros to create efficient functions for
61      converting to and from streams, strings, and usb8-arrays.
62   * Fix error in integer-to-base64 when using columns
63   * Add base64-test.asd and test.lisp regression suite
64
65  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 13 Jan 2003 14:41:52 -0700
66
67 cl-base64 (2.1.0-1) unstable; urgency=low
68
69   * Fix broken string-to-base64
70
71  -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  4 Jan 2003 06:40:32 -0700
72
73 cl-base64 (2.0-1) unstable; urgency=low
74
75   * Ignore whitespace in base64 strings
76   * Add column breaking and stream output to base64 conversion
77   * Rework string-to-base64 to handle columns and streams
78         
79  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  3 Jan 2003 23:14:13 -0700
80
81 cl-base64 (1.2-1) unstable; urgency=low
82
83   * Bug fix in base64-to-integer
84
85  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 29 Dec 2002 00:03:11 -0700
86
87 cl-base64 (1.1-1) unstable; urgency=low
88
89   * Rewritten version, significant optimizations
90   * BSD-style license
91   * Adds conversion to and from integers
92   * Renamed functions
93
94  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 28 Dec 2002 21:28:42 -0700
95
96 cl-base64 (1.0-1) unstable; urgency=low
97
98   * Initial upload
99   * Changes compared to upstream: 
100      - Added .asd file for use with Common Lisp Controller
101      - Changes for Allegro's case sensitive mode
102
103  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 26 Dec 2002 19:17:51 -0700