r5002: Auto commit for Debian build
[clsql.git] / debian / changelog
1 cl-sql (1.6.2-1) unstable; urgency=low
2
3   * New upstream
4
5  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 17 May 2003 01:43:22 -0600
6
7 cl-sql (1.6.1-1) unstable; urgency=low
8
9   * New upstream
10
11  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 16 May 2003 01:59:00 -0600
12
13 cl-sql (1.6.0-1) unstable; urgency=low
14
15   * Optimize native string conversion at the expense
16   of ignoring locales on Allegro and Lispworks.
17
18  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 15 May 2003 01:32:52 -0600
19
20 cl-sql (1.5.4-1) unstable; urgency=low
21
22   * Improve .asd files
23
24  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  6 May 2003 18:30:19 -0600
25
26 cl-sql (1.5.3-1) unstable; urgency=low
27
28   * New upstream
29
30  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  5 May 2003 20:22:40 -0600
31
32 cl-sql (1.5.2-1) unstable; urgency=low
33
34   * Add build-depend-indep to control
35
36  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  5 May 2003 09:13:12 -0600
37
38 cl-sql (1.5.1-1) unstable; urgency=low
39
40   * Fix for aodbc driver
41
42  -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  1 May 2003 22:42:34 -0600
43
44 cl-sql (1.5.0-1) unstable; urgency=low
45
46   * Update SBCL support in cmucl-compat package.
47   * Use debian/compat rather than DH_COMPAT
48   * Add cl-sql-tests binary with test suite
49   * Use libmysqlclient10 package for LGPL license
50   * Add cl-sql-uffi depends for cl-sql-posgresql-socket package (closes:191599)
51   
52  -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  1 May 2003 16:23:37 -0600
53
54 cl-sql (1.4.6-1) unstable; urgency=low
55
56   * Documentation fix
57
58  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 29 Apr 2003 04:47:34 -0600
59
60 cl-sql (1.4.5-1) unstable; urgency=low
61
62   * Documentation updates for cl-md5 module from Gisle Slensminde
63
64  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 29 Apr 2003 04:03:16 -0600
65
66 cl-sql (1.4.4-1) unstable; urgency=low
67
68   * Move unwind-protect mysql backend
69
70  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 16 Apr 2003 15:49:46 -0600
71
72 cl-sql (1.4.3-1) unstable; urgency=low
73
74   * Rebuild against new libmysql package
75
76  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 12 Apr 2003 05:05:03 -0600
77
78 cl-sql (1.4.2-1) unstable; urgency=low
79
80   * Add optimization for pointer derefering
81
82  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 29 Mar 2003 15:28:57 -0700
83
84 cl-sql (1.4.1-1) unstable; urgency=low
85
86   * Fix typo in clsql-mysql
87
88  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 26 Mar 2003 18:13:22 -0700
89
90 cl-sql (1.4.0-2) unstable; urgency=low
91
92   * Move cl-md5 dependencies to cl-sql-postgresql-socket (closes: 185738)
93
94  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 21 Mar 2003 09:00:24 -0700
95
96 cl-sql (1.4.0-1) unstable; urgency=low
97
98   * Add MD5 support to postgresql socket backend (contributed by
99   Robert Macomber)
100
101  -- Kevin M. Rosenberg <kmr@debian.org>  Sun,  2 Mar 2003 12:59:10 -0700
102
103 cl-sql (1.3.0-1) unstable; urgency=low
104
105   * uffi/clsql-uffi.lisp: return NIL for numeric fields that are NULL
106
107  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 13 Dec 2002 05:30:08 -0700
108
109 cl-sql (1.2.4-1) unstable; urgency=low
110
111   * Remove changes information from copyright file
112   * Minor upstream changes
113
114  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  4 Dec 2002 14:39:00 -0700
115
116 cl-sql (1.2.3-1) unstable; urgency=low
117
118   * New upstream
119
120  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 14 Nov 2002 11:52:32 -0700
121
122 cl-sql (1.2.2-1) unstable; urgency=low
123
124   * Remove 'load-compiled-op from .asd file
125
126  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  8 Nov 2002 09:49:09 -0700
127
128 cl-sql (1.2.1-1) unstable; urgency=low
129
130   * New upstream version
131
132  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 30 Oct 2002 12:08:03 -0700
133
134 cl-sql (1.2.0-3) unstable; urgency=low
135
136   * Move cl-sql-base package architecture from any to all.
137
138  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 28 Oct 2002 16:07:25 -0700
139
140 cl-sql (1.2.0-2) unstable; urgency=low
141
142   * Split rules file into build-arch and build-indep (closes: 166800)
143   Thanks Bdale
144
145  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 28 Oct 2002 12:42:17 -0700
146
147 cl-sql (1.2.0-1) unstable; urgency=low
148
149   * sql/pool.lisp: Add full support for multiprocessing locks for ACL, LW,
150     SCL.
151
152  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 21 Oct 2002 07:44:02 -0600
153
154 cl-sql (1.1.3-1) unstable; urgency=low
155
156   * Add more support for SCL and performance improvements to postgresql-socket
157   (Thanks Doug Crosher)
158   * Add locks to connection pool for SCL (Doug Crosher)
159
160  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 21 Oct 2002 01:26:40 -0600
161
162 cl-sql (1.1.2-1) unstable; urgency=low
163
164   * Fix clsql-mysql.so search path for Debian.
165
166  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 17 Oct 2002 19:16:52 -0600
167
168 cl-sql (1.1.1-1) unstable; urgency=low
169
170   * Add more tests can existence of helper libraries. Will signal error rather than warn
171   if libraries not found.
172
173  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 17 Oct 2002 16:12:01 -0600
174
175 cl-sql (1.1.0-1) unstable; urgency=low
176
177   * Add SCL support.
178   * Fix file type in test-suite/tester-clsql.lisp
179   * Add *load-truename* searching for clsql's compiled libraries
180   
181  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 15 Oct 2002 13:34:41 -0600
182
183 cl-sql (1.0.1-1) unstable; urgency=low
184
185   * Add defgeneric for generic functions
186
187  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 14 Oct 2002 09:18:39 -0600
188
189 cl-sql (1.0.0-1) unstable; urgency=low
190
191   * Add SBCL support
192
193  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 13 Oct 2002 20:52:41 -0600
194
195 cl-sql (0.9.9-1) unstable; urgency=high
196
197   * Add version depends for common-lisp-controller
198
199  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  2 Oct 2002 07:50:27 -0600
200
201 cl-sql (0.9.8-1) unstable; urgency=low
202
203   * Rename .cl files to .lisp files
204
205  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 30 Sep 2002 04:08:25 -0600
206
207 cl-sql (0.9.7-1) unstable; urgency=low
208
209   * base/conditions.cl: Fix format string error
210
211  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 30 Sep 2002 00:13:36 -0600
212
213 cl-sql (0.9.6-1) unstable; urgency=low
214
215   * Remove cl-library logical hosts from load-library calls
216
217  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 29 Sep 2002 23:32:22 -0600
218
219 cl-sql (0.9.5-1) unstable; urgency=low
220
221   * OpenMCL is now supported
222   * Fix defgeneric form in db-interfaces.cl
223   * Fix load-libraries call in postgresql-socket-api.cl
224
225  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 27 Sep 2002 08:55:33 -0600
226
227 cl-sql (0.9.4-2) unstable; urgency=low
228
229   * Move documentation to cl-sql package (closes: 162491)
230
231  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 26 Sep 2002 15:20:19 -0600
232
233 cl-sql (0.9.4-1) unstable; urgency=low
234
235   * Add reader conditionals to .asd file
236
237  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 25 Sep 2002 06:37:30 -0600
238
239 cl-sql (0.9.3-2) unstable; urgency=low
240
241   * Add call to clc-only-compatible
242
243  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 22 Sep 2002 21:01:20 -0600
244
245 cl-sql (0.9.3-1) unstable; urgency=low
246
247   * push onto cl:*features* if loaded with 'asdf:load-compiled-op
248
249  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 20 Sep 2002 00:07:25 -0600
250
251 cl-sql (0.9.2-1) unstable; urgency=low
252
253   * Add information fields to .asd files
254
255  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 19 Sep 2002 19:40:43 -0600
256
257 cl-sql (0.9.1-1) unstable; urgency=low
258
259   * New upstream fixing typo in clsql.asdf
260   * Fix /usr/share/common-lisp/source/clsql directory structure
261
262  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 19 Sep 2002 15:22:51 -0600
263
264 cl-sql (0.9.0-1) unstable; urgency=low
265
266   * Move entirely to .asd files. Remove pathnames from .asd files.
267
268  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 18 Sep 2002 01:18:12 -0600
269
270 cl-sql (0.8.6-1) unstable; urgency=low
271
272   * New upstream version, fixes problem with .asd files
273
274  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  6 Sep 2002 04:26:06 -0600
275
276 cl-sql (0.8.5-1) unstable; urgency=low
277
278   * New upstream version
279
280  -- Kevin M. Rosenberg <kmr@debian.org>  Sun,  1 Sep 2002 03:00:37 -0600
281
282 cl-sql (0.8.4-1) unstable; urgency=low
283
284   * New upstream version for non-CLC systems
285
286  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 23 Aug 2002 22:40:51 -0600
287
288 cl-sql (0.8.3-1) unstable; urgency=high
289
290   * Add .asd definition files to upstream for ASDF users
291   * Ready for release to sarge
292
293  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 17 Aug 2002 20:54:35 -0600
294
295 cl-sql (0.8.2-1) unstable; urgency=low
296
297   * New upstream version
298   * Update depends for cl-sql-aodbc to be acl-pro-instaler, not acl-installer
299   * Upload e-mail adress
300   
301  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 11 Aug 2002 22:54:04 -0600
302
303 cl-sql (0.8.1-1) unstable; urgency=low
304
305   * New upstream version. (Changed RedHat to Debian in upstream documentation!)
306
307  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  2 Aug 2002 09:45:08 -0600
308
309 cl-sql (0.8.0-2) unstable; urgency=low
310
311   * Fix preinst template type to properly remove old symlinks
312
313  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  2 Aug 2002 09:12:32 -0600
314
315 cl-sql (0.8.0-1) unstable; urgency=low
316
317   * New upstream, restructure directories for improved Common Lisp
318     Controller v3 compatibility.
319   * New binary package: cl-sql-uffi (handles common UFFI tasks for
320     some of the database backends).
321
322  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  2 Aug 2002 05:52:38 -0600
323
324 cl-sql (0.7.6-2) unstable; urgency=low
325
326   * Rework logical pathnames for improved Common Lisp Controller compatibility.
327
328  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 31 Jul 2002 19:31:40 -0600
329
330 cl-sql (0.7.6-1) unstable; urgency=low
331
332   * New upstream version, improves Common Lisp Controller compatibility.
333   
334  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 26 Jul 2002 01:15:07 -0600
335
336 cl-sql (0.7.5-1) unstable; urgency=low
337
338   * Fix Build-Depends in control file (closes: 154217)
339   * Rework debhelper rules file to use dh_install rather than install
340   * Minor change in upstream.
341
342  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 25 Jul 2002 09:15:44 -0600
343
344 cl-sql (0.7.4-1) unstable; urgency=low
345
346   * Rework upstream source to put html documentation in html.tar.gz
347   * Move .so files into /usr/lib/cl-sql directory
348   * Move documentation into the clsql-base package, change doc-base section
349   to programming.
350
351  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  8 Jul 2002 11:10:11 -0600
352
353 cl-sql (0.7.3-1) unstable; urgency=low
354
355   * Added missing documentation to upstream package.
356
357  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  8 Jul 2002 07:10:42 -0600
358
359 cl-sql (0.7.2-1) unstable; urgency=low
360
361   * New upstream version.
362   
363   * Add the text of the LLGPL to the copyright file.
364
365  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  5 Jul 2002 11:06:21 -0600
366
367 cl-sql (0.7.1-2) unstable; urgency=low
368
369   * Additions to the copyright file
370
371  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 28 Jun 2002 11:17:36 -0600
372
373 cl-sql (0.7.1-1) unstable; urgency=low
374
375   * Initial Release (closes: 146792).
376
377  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 25 Apr 2002 19:13:41 -0600
378