r4249: Auto commit for Debian build
[kmrcl.git] / debian / changelog
1 cl-kmrcl (1.29-1) unstable; urgency=low
2
3   * Fix typo in new sb-mop support
4
5  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 25 Mar 2003 06:42:15 -0700
6
7 cl-kmrcl (1.28-1) unstable; urgency=low
8
9   * Fix sbcl for versions without sb-mop package
10
11  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 24 Mar 2003 22:19:49 -0700
12
13 cl-kmrcl (1.27-1) unstable; urgency=low
14
15   * New upstream for sbcl 0.8pre MOP changes
16
17  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 24 Mar 2003 21:12:17 -0700
18
19 cl-kmrcl (1.26-1) unstable; urgency=low
20
21   * Add nsubseq
22   * Rework list-to-delimited-sequence
23
24  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  7 Feb 2003 07:19:14 -0700
25
26 cl-kmrcl (1.25-1) unstable; urgency=low
27
28   * strings.lisp: add new functions
29
30  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 13 Jan 2003 14:40:37 -0700
31
32 cl-kmrcl (1.24-1) unstable; urgency=low
33
34   * strings.lisp: fix typo error
35
36  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 28 Dec 2002 00:58:18 -0700
37
38 cl-kmrcl (1.23-1) unstable; urgency=low
39
40   * New upstream, add string functions
41
42  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 26 Dec 2002 04:46:15 -0700
43
44 cl-kmrcl (1.22-1) unstable; urgency=low
45
46   * New upstream
47
48  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  2 Dec 2002 17:54:02 -0700
49
50 cl-kmrcl (1.21-1) unstable; urgency=low
51
52   * Remore allegroserve dependant modules
53
54  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 24 Nov 2002 13:13:05 -0700
55
56 cl-kmrcl (1.20.2-1) unstable; urgency=low
57
58   * Remove 'load-compiled-op from .asd file
59
60  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  8 Nov 2002 09:41:22 -0700
61
62 cl-kmrcl (1.20.1-1) unstable; urgency=low
63
64   * Add with-each-file-line & with-each-stream-line to export list, fix
65     bugs in those functions
66
67  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  7 Nov 2002 14:52:39 -0700
68
69 cl-kmrcl (1.20-1) unstable; urgency=low
70
71   * Add with-each-stream-line, with-each-file-line
72   * Use gensyms in other functions to avoid variable capture
73
74  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  6 Nov 2002 13:33:39 -0700
75
76 cl-kmrcl (1.19.1-1) unstable; urgency=low
77
78   * Made indent-spaces reslient to non-numeric parameter
79
80  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  4 Nov 2002 11:33:03 -0700
81
82 cl-kmrcl (1.19-1) unstable; urgency=low
83
84   * New upstream
85
86  -- Kevin M. Rosenberg <kmr@debian.org>  Sun,  3 Nov 2002 13:08:44 -0700
87
88 cl-kmrcl (1.18-1) unstable; urgency=low
89
90   * New upstream
91
92  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 21 Oct 2002 11:51:17 -0600
93
94 cl-kmrcl (1.17-1) unstable; urgency=low
95
96   * Fix buggy kmrcl.asd file
97
98  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 21 Oct 2002 11:51:17 -0600
99
100 cl-kmrcl (1.16-1) unstable; urgency=low
101
102   * Rework handling of aserve requirement
103
104  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 20 Oct 2002 20:37:01 -0600
105
106 cl-kmrcl (1.15-1) unstable; urgency=low
107
108   * Add depends: for common-lisp-controller and cl-aserve
109
110  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 19 Oct 2002 19:59:02 -0600
111
112 cl-kmrcl (1.14-1) unstable; urgency=low
113
114   * ml-class.lisp: Add XHTML format
115   * web-utils.lisp: Add standard headers for xml, html, xhtml, 
116   added user-agent-ie-p
117
118  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 17 Oct 2002 16:25:31 -0600
119
120 cl-kmrcl (1.13-1) unstable; urgency=low
121
122   * ml-class.lisp: Add ie-xmlrefformat for Internet Explorer's idea of
123   a link in XML. Add SCL compatibility.
124
125  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 15 Oct 2002 23:23:57 -0600
126
127 cl-kmrcl (1.12-1) unstable; urgency=low
128
129   * Fix .asd file if CL-ASERVE is not installed
130
131  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 15 Oct 2002 16:46:47 -0600
132
133 cl-kmrcl (1.11-1) unstable; urgency=low
134
135   * Change .asd file for ASERVE require
136   
137  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 15 Oct 2002 16:38:28 -0600
138
139 cl-kmrcl (1.10-1) unstable; urgency=low
140
141   * ml-class.lisp: Fix package name
142
143  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 14 Oct 2002 14:48:43 -0600
144
145 cl-kmrcl (1.9-1) unstable; urgency=low
146
147   * ml-class.lisp: Get package name from object
148
149  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 14 Oct 2002 13:23:23 -0600
150
151 cl-kmrcl (1.8-1) unstable; urgency=low
152
153   * ml-class.lisp: Add defgeneric for generic functions
154
155  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 14 Oct 2002 09:11:08 -0600
156
157 cl-kmrcl (1.7-1) unstable; urgency=low
158
159   * Push :kmrcl onto features
160
161  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 13 Oct 2002 20:47:45 -0600
162
163 cl-kmrcl (1.6-1) unstable; urgency=low
164
165   * ml-class.lisp: Fix CMUCL compatibility, add SBCL compatibility
166
167  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 13 Oct 2002 11:04:04 -0600
168
169 cl-kmrcl (1.5-1) unstable; urgency=low
170
171   * ml-class.lisp: Change pcl package to sb-pcl for sbcl
172   * kmrcl.asd: remove sbcl from reader conditional for ml-class
173
174  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 13 Oct 2002 10:16:14 -0600
175
176 cl-kmrcl (1.4-1) unstable; urgency=low
177
178   * Add pcl:validate-superclass for CMUCL/SBCL compatibility
179
180  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 13 Oct 2002 10:09:39 -0600
181
182 cl-kmrcl (1.3) unstable; urgency=low
183
184   * Change .asd to fix problem with ml-class
185
186  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 12 Oct 2002 13:03:49 -0600
187
188 cl-kmrcl (1.2-1) unstable; urgency=low
189
190   * Seperate string and equal functions into their own files
191
192  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 12 Oct 2002 00:03:18 -0600
193
194 cl-kmrcl (1.1-1) unstable; urgency=low
195
196   * Re-arrange defclass order in ml-classes.lisp for cmucl compatibility
197
198  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 11 Oct 2002 20:00:29 -0600
199
200 cl-kmrcl (1.0-1) unstable; urgency=low
201
202   * Initial Release (closes: 163955)
203
204  -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  5 Oct 2002 13:19:33 -0600
205