Version 5.0.1: Add encoding slot to database object
[clsql.git] / debian / changelog
1 cl-sql (5.0.1-1) unstable; urgency=low
2
3   * New upstream
4
5  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 07 Feb 2010 22:34:13 -0700
6
7 cl-sql (5.0.0-1) unstable; urgency=low
8
9   * New upstream
10
11  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 07 Feb 2010 02:48:20 -0700
12
13 cl-sql (4.3.3-1) unstable; urgency=low
14
15   * New upstream
16
17  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 29 Jan 2010 16:48:24 -0700
18
19 cl-sql (4.3.2-1) unstable; urgency=low
20
21   * New upstream
22
23  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 28 Jan 2010 18:36:06 -0700
24
25 cl-sql (4.3.1-1) unstable; urgency=low
26
27   * New upstream
28
29  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 28 Jan 2010 15:10:11 -0700
30
31 cl-sql (4.3.0-1) unstable; urgency=low
32
33   * New upstream
34
35  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 07 Jan 2010 11:03:33 -0700
36
37 cl-sql (4.2.0-1) unstable; urgency=low
38
39   * New upstream
40
41  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 10 Dec 2009 17:03:31 -0700
42
43 cl-sql (4.1.2-1) unstable; urgency=low
44
45   * New upstream
46
47  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 12 Nov 2009 00:41:04 -0700
48
49 cl-sql (4.1.1-1) unstable; urgency=low
50
51   * New upstream
52
53  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 04 Sep 2009 13:02:14 -0600
54
55 cl-sql (4.1.0-1) unstable; urgency=low
56
57   * New upstream
58
59  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 31 Aug 2009 22:43:56 -0600
60
61 cl-sql (4.0.6-1) unstable; urgency=low
62
63   * New upstream
64
65  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 31 Aug 2009 14:36:30 -0600
66
67 cl-sql (4.0.5-5) unstable; urgency=low
68
69   * debian/rules: Fix bug introduced by change to dh-lisp (closes:540816)
70   
71  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 10 Aug 2009 10:05:16 -0600
72
73 cl-sql (4.0.5-4) unstable; urgency=low
74
75   * debian/control:
76     - Add Vcs-Browser field
77     - Convert to dh-lisp
78   * debian/rules:
79     - Simplify install rules utilizing more debhelper functions
80     - Convert to dh-lisp
81
82  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 04 Aug 2009 02:21:14 -0600
83
84 cl-sql (4.0.5-3) unstable; urgency=low
85
86   * control: Update debhelper compat to 7, add Homepage and Vgs-Git
87   fields.
88   * rules: update to DH 7 compatible
89
90  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 02 Aug 2009 00:21:45 -0600
91
92 cl-sql (4.0.5-2) unstable; urgency=low
93
94   * Change section from devel to lisp
95   * Update debhelper compat version to 5
96   
97  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 26 Jul 2009 20:28:14 -0600
98
99 cl-sql (4.0.5-1) unstable; urgency=low
100
101   * New upstream version
102   * Change build dependency to be independent of libmysqlclient version
103   (closes:538459)
104
105  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 26 Jul 2009 17:30:19 -0600
106
107 cl-sql (4.0.4-1) unstable; urgency=low
108
109   * Update Oracle FFI based on changes in CLSQL. Thanks to Paul
110   Metcalfe, Liam Healy, and Alan Salewski (closes:481029)
111
112  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 07 Mar 2009 13:32:00 -0700
113
114 cl-sql (4.0.3-1) unstable; urgency=low
115
116   * New upstream
117
118  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 11 Dec 2007 18:14:13 -0700
119
120 cl-sql (4.0.2-1) unstable; urgency=low
121
122   * New upstream
123
124  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 23 Oct 2007 08:01:21 -0600
125
126 cl-sql (4.0.1-1) unstable; urgency=low
127
128   * New upstream
129
130  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 17 Sep 2007 08:53:42 -0600
131
132 cl-sql (4.0.0-1) unstable; urgency=low
133
134   * New upstream
135
136  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 14 Sep 2007 11:55:03 -0600
137
138 cl-sql (3.8.6.1-4) unstable; urgency=low
139
140   * make package binNMU safe (closes:435968)
141
142  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 28 Aug 2007 08:40:23 -0600
143
144 cl-sql (3.8.6.1-3) unstable; urgency=low
145
146   * debian/control: actually use the binary:Version for any-to-any dependencies
147   (closes:434812)
148
149  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 26 Jul 2007 16:55:29 -0600
150
151 cl-sql (3.8.6.1-2) unstable; urgency=low
152
153   * debian/control: Tighten version dependencies. Convert source:Version to
154   binary:Version for any-to-any dependencies. Revert changes in 3.8.6.1-1
155   (closes:434358)
156
157  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 23 Jul 2007 11:59:21 -0600
158
159 cl-sql (3.8.6.1-1) unstable; urgency=low
160
161   * debian/control: Change architecture of binary packages which
162   depend on cl-sql-uffi from 'all' to 'any' since cl-sql-uffi is 'any'.
163   Without this change, packages which depend on cl-sql-uffi can become
164   uninstallable if the autobuilder fails to build the 'any' cl-sql-uffi
165   and the dependant 'all' package gets upgraded. (closes: 433907)
166
167  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 22 Jul 2007 11:37:13 -0600
168
169 cl-sql (3.8.6-1) unstable; urgency=low
170
171   * New upstream
172
173  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 20 Jul 2007 17:17:32 -0600
174
175 cl-sql (3.8.5-2) unstable; urgency=low
176
177   * debian/watch: New version
178
179  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 18 Jul 2007 20:26:08 -0600
180
181 cl-sql (3.8.5-1) unstable; urgency=low
182
183   * debian/control: Add libmysqlclient15-dev as dependency for cl-sql-mysql
184     since clsql-mysql modules depends on finding the .so files to load
185
186  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 16 Jul 2007 02:16:22 -0600
187
188 cl-sql (3.8.4-2) unstable; urgency=low
189
190   * debian/control: Change from ${Source-Version} to ${source:Version}
191
192  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 22 Jun 2007 11:00:14 -0600
193
194 cl-sql (3.8.4-1) unstable; urgency=low
195
196   * Don't load libmysqlclient.so. This is automatically loaded
197     when loading clsql_uffi.so. Closes: #427875
198
199  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 22 Jun 2007 10:54:33 -0600
200
201 cl-sql (3.8.3-1) unstable; urgency=low
202
203   * New upstream
204
205  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 25 Apr 2007 12:14:05 -0600
206
207 cl-sql (3.8.2-1) unstable; urgency=low
208
209   * New upstream
210
211  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 23 Mar 2007 07:37:15 -0600
212
213 cl-sql (3.8.1-1) unstable; urgency=low
214
215   * New upstream
216
217  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 26 Jan 2007 08:30:28 -0700
218
219 cl-sql (3.8.0-1) unstable; urgency=low
220
221   * New upstream
222
223  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 30 Dec 2006 18:28:40 -0700
224
225 cl-sql (3.7.9-1) unstable; urgency=low
226
227   * New upstream
228
229  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 30 Dec 2006 14:36:03 -0700
230
231 cl-sql (3.7.8-1) unstable; urgency=low
232
233   * New upstream
234
235  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 30 Nov 2006 20:09:12 -0700
236
237 cl-sql (3.7.7-1) unstable; urgency=low
238
239   * New upstream
240
241  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 16 Oct 2006 13:35:28 -0600
242
243 cl-sql (3.7.6-1) unstable; urgency=low
244
245   * New upstream
246
247  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 16 Oct 2006 13:24:00 -0600
248
249 cl-sql (3.7.5-1) unstable; urgency=low
250
251   * New upstream
252
253  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 16 Oct 2006 13:05:53 -0600
254
255 cl-sql (3.7.4-1) unstable; urgency=low
256
257   * New upstream
258
259  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  3 Oct 2006 05:01:09 -0600
260
261 cl-sql (3.7.3-1) unstable; urgency=low
262
263   * New upstream
264
265  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 02 Oct 2006 23:05:55 -0600
266
267 cl-sql (3.7.2-1) unstable; urgency=low
268
269   * New upstream
270
271  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 20 Sep 2006 21:24:22 -0600
272
273 cl-sql (3.7.1-1) unstable; urgency=low
274
275   * New upstream
276
277  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  4 Sep 2006 21:17:05 -0600
278
279 cl-sql (3.7.0-1) unstable; urgency=low
280
281   * New upstream
282
283  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 30 Aug 2006 04:03:18 -0600
284
285 cl-sql (3.6.7-1) unstable; urgency=low
286
287   * New upstream
288
289  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 29 Aug 2006 09:04:41 -0600
290
291 cl-sql (3.6.6-1) unstable; urgency=low
292
293   * New upstream
294
295  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 14 Aug 2006 00:53:43 -0600
296
297 cl-sql (3.6.5-1) unstable; urgency=low
298
299   * New upstream
300
301  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 12 Aug 2006 15:18:47 -0600
302
303 cl-sql (3.6.4-1) unstable; urgency=low
304
305   * New upstream
306
307  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 12 Aug 2006 10:18:05 -0600
308
309 cl-sql (3.6.3-1) unstable; urgency=low
310
311   * New upstream
312
313  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  7 Jul 2006 13:00:59 -0600
314
315 cl-sql (3.6.2-1) unstable; urgency=low
316
317   * New upstream
318
319  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  4 Jul 2006 19:28:44 -0600
320
321 cl-sql (3.6.1-1) unstable; urgency=low
322
323   * New upstream, add documentation for db-reader and
324   verified correct operation with symbol-function of symbol
325   (closes: 352567)
326
327  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 15 May 2006 21:07:47 -0600
328
329 cl-sql (3.6.0-1) unstable; urgency=low
330
331   * New upstream
332
333  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  9 May 2006 09:41:58 -0600
334
335 cl-sql (3.5.7-1) unstable; urgency=low
336
337   * New upstream
338
339  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  3 May 2006 07:50:05 -0600
340
341 cl-sql (3.5.6-3) unstable; urgency=low
342
343   * Rebuild to update library dependencies (closes: 361849)
344   * Rebuild for m68k gcc change (closes: 359273)
345
346  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 11 Apr 2006 16:53:14 -0600
347
348 cl-sql (3.5.6-2) unstable; urgency=low
349
350   * Update dependencies (closes: 358631)
351
352  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 23 Mar 2006 10:10:07 -0700
353
354 cl-sql (3.5.6-1) unstable; urgency=low
355
356   * New upstream
357
358  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 20 Mar 2006 19:45:36 -0700
359
360 cl-sql (3.5.5-1) unstable; urgency=low
361
362   * Add GNU uname (closes: 355919)
363
364  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  8 Mar 2006 12:07:27 -0700
365
366 cl-sql (3.5.4-1) unstable; urgency=low
367
368   * New upstream
369
370  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 28 Feb 2006 08:48:40 -0700
371
372 cl-sql (3.5.3-1) unstable; urgency=low
373
374   * New upstream
375   * Really commit patch for GNU/kFreeBSD (closes: 345219)
376
377  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 16 Jan 2006 14:43:55 -0700
378
379 cl-sql (3.5.2-2) unstable; urgency=low
380
381   * Commit patch for GNU/kFreeBSD (closes: 345219)
382
383  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 31 Dec 2005 11:14:04 -0700
384
385 cl-sql (3.5.2-1) unstable; urgency=low
386
387   * New upstream
388
389  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 23 Dec 2005 03:46:59 -0700
390
391 cl-sql (3.5.1-1) unstable; urgency=low
392
393   * New upstream
394
395  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  2 Dec 2005 08:19:30 -0700
396
397 cl-sql (3.5.0-1) unstable; urgency=low
398
399   * New upstream (closes: 339842)
400   * Change libmyclient run-time requirement (closes: 339824)
401
402  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 26 Nov 2005 08:58:22 -0700
403
404 cl-sql (3.4.7-1) unstable; urgency=low
405
406   * New upstream
407
408  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 25 Nov 2005 10:41:34 -0700
409
410 cl-sql (3.4.6-1) unstable; urgency=low
411
412   * New upstream
413
414  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 16 Nov 2005 00:57:49 -0700
415
416 cl-sql (3.4.5-1) unstable; urgency=low
417
418   * New upstream
419
420  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 15 Nov 2005 23:42:20 -0700
421
422 cl-sql (3.4.4-1) unstable; urgency=low
423
424   * New upstream
425
426  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 14 Nov 2005 19:41:24 -0700
427
428 cl-sql (3.4.3-1) unstable; urgency=low
429
430   * New upstream
431
432  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 13 Nov 2005 02:11:25 -0700
433
434 cl-sql (3.4.2-1) unstable; urgency=low
435
436   * New upstream
437
438  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 12 Nov 2005 10:44:37 -0700
439
440 cl-sql (3.4.1-1) unstable; urgency=low
441
442   * New upstream
443
444  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 11 Nov 2005 09:24:48 -0700
445
446 cl-sql (3.4.0-1) unstable; urgency=low
447
448   * New upstream
449
450  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 10 Nov 2005 15:17:40 -0700
451
452 cl-sql (3.3.4-1) unstable; urgency=low
453
454   * New upstream
455
456  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  4 Nov 2005 12:22:18 -0700
457
458 cl-sql (3.3.3-1) unstable; urgency=low
459
460   * New upstream
461
462  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 30 Oct 2005 21:20:34 -0700
463
464 cl-sql (3.3.2-1) unstable; urgency=low
465
466   * New upstream
467
468  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 25 Oct 2005 11:43:31 -0600
469
470 cl-sql (3.3.1-1) unstable; urgency=low
471
472   * New upstream
473
474  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 25 Oct 2005 10:16:34 -0600
475
476 cl-sql (3.3.0-1) unstable; urgency=low
477
478   * New upstream
479
480  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 17 Sep 2005 19:28:58 -0600
481
482 cl-sql (3.2.4-1) unstable; urgency=low
483
484   * New upstream
485
486  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 17 Sep 2005 15:53:47 -0600
487
488 cl-sql (3.2.3-1) unstable; urgency=low
489
490   * New upstream
491
492  -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  8 Sep 2005 09:05:38 -0600
493
494 cl-sql (3.2.2-1) unstable; urgency=low
495
496   * New upstream
497
498  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  7 Sep 2005 09:47:10 -0600
499
500 cl-sql (3.2.1-2) unstable; urgency=low
501
502   * Add /usr/lib/ to search paths. (closes:317097)
503
504  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  6 Jul 2005 06:16:51 -0600
505
506 cl-sql (3.2.1-1) unstable; urgency=low
507
508   * New upstream
509   * Add /etc/clsql-init.lisp site initialization file.
510
511  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  5 Jul 2005 17:36:38 -0600
512
513 cl-sql (3.2.0-1) unstable; urgency=low
514
515   * New upstream
516
517  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  8 Jun 2005 18:34:07 -0600
518
519 cl-sql (3.1.16-1) unstable; urgency=low
520
521   * New upstream
522   * Change build dependency from postgresql-dev to libpq-dev for new
523   Etch versions of postgresql
524
525  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  7 Jun 2005 13:36:48 -0600
526
527 cl-sql (3.1.15-1) unstable; urgency=low
528
529   * New upstream
530
531  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 18 May 2005 01:25:33 -0600
532
533 cl-sql (3.1.14-1) unstable; urgency=low
534
535   * New upstream
536
537  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 17 May 2005 13:06:45 -0600
538
539 cl-sql (3.1.13-1) unstable; urgency=low
540
541   * New upstream
542
543  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 17 May 2005 13:06:24 -0600
544
545 cl-sql (3.1.12-1) unstable; urgency=low
546
547   * New upstream
548
549  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 27 Apr 2005 15:47:40 -0600
550
551 cl-sql (3.1.11-1) unstable; urgency=low
552
553   * New upstream
554
555  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 24 Apr 2005 08:58:51 -0600
556
557 cl-sql (3.1.10-1) unstable; urgency=low
558
559   * New upstream
560
561  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 13 Apr 2005 13:00:51 -0600
562
563 cl-sql (3.1.9-1) unstable; urgency=low
564
565   * New upstream
566
567  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  6 Apr 2005 09:30:51 -0600
568
569 cl-sql (3.1.8-1) unstable; urgency=low
570
571   * New upstream
572
573  -- Kevin M. Rosenberg <kmr@debian.org>  Sun,  3 Apr 2005 18:42:47 -0600
574
575 cl-sql (3.1.7-1) unstable; urgency=low
576
577   * New upstream (closes:295769)
578
579  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 17 Feb 2005 16:46:22 -0700
580
581 cl-sql (3.1.6-1) unstable; urgency=low
582
583   * New upstream
584
585  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 28 Jan 2005 17:43:48 -0700
586
587 cl-sql (3.1.5-1) unstable; urgency=low
588
589   * New upstream
590
591  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  5 Jan 2005 10:25:40 -0700
592
593 cl-sql (3.1.4-1) unstable; urgency=low
594
595   * New upstream
596
597  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 29 Dec 2004 09:49:11 -0700
598
599 cl-sql (3.1.3-1) unstable; urgency=low
600
601   * New upstream
602   * Add cl-sql-sqlite3 binary package
603
604  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 21 Dec 2004 00:31:28 -0700
605
606 cl-sql (3.1.2-1) unstable; urgency=low
607
608   * New upstream
609
610  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  6 Dec 2004 23:09:57 -0700
611
612 cl-sql (3.1.1-1) unstable; urgency=low
613
614   * New upstream
615   * Rebuild against mysqlclient (closes:280253)
616
617  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 12 Nov 2004 08:09:38 -0700
618
619 cl-sql (3.1.0-1) unstable; urgency=low
620
621   * New upstream
622
623  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  9 Nov 2004 11:04:04 -0700
624
625 cl-sql (3.0.11-1) unstable; urgency=low
626
627   * New usptream
628
629  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 23 Oct 2004 09:34:31 -0600
630
631 cl-sql (3.0.10-1) unstable; urgency=low
632
633   * New upstream
634
635  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 23 Oct 2004 09:16:03 -0600
636
637 cl-sql (3.0.9-1) unstable; urgency=low
638
639   * New upstream
640
641  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 20 Oct 2004 20:45:40 -0600
642
643 cl-sql (3.0.8-1) unstable; urgency=low
644
645   * New upstream
646
647  -- Kevin M. Rosenberg <kmr@debian.org>  Sun,  3 Oct 2004 09:45:16 -0600
648
649 cl-sql (3.0.7-1) unstable; urgency=low
650
651   * New upstream
652
653  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  1 Oct 2004 08:38:52 -0600
654
655 cl-sql (3.0.6-1) unstable; urgency=low
656
657   * New upstream
658
659  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 27 Sep 2004 23:30:07 -0600
660
661 cl-sql (3.0.5-1) unstable; urgency=low
662
663   * New upstream
664
665  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 21 Sep 2004 17:14:24 -0600
666
667 cl-sql (3.0.4-1) unstable; urgency=low
668
669   * New upstream
670
671  -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  9 Sep 2004 22:21:42 -0600
672
673 cl-sql (3.0.3-1) unstable; urgency=low
674
675   * New upstream
676
677  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  7 Sep 2004 14:45:27 -0600
678
679 cl-sql (3.0.2-1) unstable; urgency=low
680
681   * New upstream
682
683  -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  2 Sep 2004 16:04:19 -0600
684
685 cl-sql (3.0.1-1) unstable; urgency=medium
686
687   * New upstream, important bug fix for classes with multiple join
688   classes
689
690  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  1 Sep 2004 12:16:40 -0600
691
692 cl-sql (3.0.0-2) unstable; urgency=low
693
694   * Change assignment in rules file 
695
696  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  6 Aug 2004 10:09:04 -0600
697
698 cl-sql (3.0.0-1) unstable; urgency=low
699
700   * New upstream
701
702  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  2 Aug 2004 19:32:39 -0600
703
704 cl-sql (2.11.16-1) unstable; urgency=low
705
706   * New upstream
707
708  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 15 Jul 2004 09:32:45 -0600
709
710 cl-sql (2.11.15-1) unstable; urgency=low
711
712   * New upstream
713
714  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 14 Jul 2004 21:42:41 -0600
715
716 cl-sql (2.11.14-1) unstable; urgency=low
717
718   * New upstream
719
720  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 10 Jul 2004 19:25:15 -0600
721
722 cl-sql (2.11.13-1) unstable; urgency=low
723
724   * New upstream
725
726  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 10 Jul 2004 01:11:44 -0600
727
728 cl-sql (2.11.12-1) unstable; urgency=low
729
730   * New upstream
731
732  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  2 Jul 2004 20:41:21 -0600
733
734 cl-sql (2.11.11-1) unstable; urgency=low
735
736   * New upstream
737
738  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 23 Jun 2004 15:49:23 -0600
739
740 cl-sql (2.11.10-1) unstable; urgency=low
741
742   * New upstream
743
744  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 15 Jun 2004 18:45:47 -0600
745
746 cl-sql (2.11.9-1) unstable; urgency=low
747
748   * New upstream
749
750  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 13 Jun 2004 15:51:35 -0700
751
752 cl-sql (2.11.8-1) unstable; urgency=low
753
754   * New upstream
755
756  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 10 Jun 2004 03:43:11 -0600
757
758 cl-sql (2.11.7-2) unstable; urgency=low
759
760   * Move cl-sql-oracle to contrib 
761
762  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  9 Jun 2004 18:49:01 -0600
763
764 cl-sql (2.11.7-1) unstable; urgency=low
765
766   * New upstream
767   * Move to contrib section (closes:253360)
768
769  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  9 Jun 2004 17:57:10 -0600
770
771 cl-sql (2.11.6-1) unstable; urgency=low
772
773   * New upstream
774
775  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 07 Jun 2004 13:01:23 -0600
776
777 cl-sql (2.11.5-1) unstable; urgency=low
778
779   * New upstream
780
781  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  4 Jun 2004 14:26:14 -0600
782
783 cl-sql (2.11.4-1) unstable; urgency=low
784
785   * New upstream
786
787  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 30 May 2004 03:33:48 -0600
788
789 cl-sql (2.11.3-1) unstable; urgency=low
790
791   * New upstream
792
793  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 29 May 2004 08:37:25 -0600
794
795 cl-sql (2.11.2-1) unstable; urgency=low
796
797   * New upstream
798   * Add cl-sql-oracle binary package    
799
800  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 27 May 2004 04:47:27 -0600
801
802 cl-sql (2.11.1-1) unstable; urgency=low
803
804   * New upstream
805
806  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 25 May 2004 02:38:21 -0600
807
808 cl-sql (2.11.0-1) unstable; urgency=low
809
810   * New upstream
811
812  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 25 May 2004 01:22:16 -0600
813
814 cl-sql (2.10.22-1) unstable; urgency=low
815
816   * New upstream
817
818  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 23 May 2004 11:46:00 -0600
819
820 cl-sql (2.10.21-1) unstable; urgency=low
821
822   * New upstream
823
824  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 23 May 2004 04:50:44 -0600
825
826 cl-sql (2.10.20-1) unstable; urgency=low
827
828   * New upstream
829
830  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 22 May 2004 21:29:10 -0600
831
832 cl-sql (2.10.18-1) unstable; urgency=low
833
834   * New upstream
835
836  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 20 May 2004 03:48:26 -0600
837
838 cl-sql (2.10.17-1) unstable; urgency=low
839
840   * New upstream
841
842  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 13 May 2004 04:48:28 -0600
843
844 cl-sql (2.10.16-1) unstable; urgency=low
845
846   * New upstream
847
848  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 12 May 2004 22:45:37 -0600
849
850 cl-sql (2.10.15-1) unstable; urgency=low
851
852   * New upstream
853
854  -- Kevin M. Rosenberg <kmr@debian.org>  Sun,  9 May 2004 18:59:19 -0600
855
856 cl-sql (2.10.14-1) unstable; urgency=low
857
858   * New upstream
859
860  -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  8 May 2004 20:30:35 -0600
861
862 cl-sql (2.10.13-1) unstable; urgency=low
863
864   * New upstream
865
866  -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  8 May 2004 11:41:13 -0600
867
868 cl-sql (2.10.12-1) unstable; urgency=low
869
870   * New upstream
871
872  -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  6 May 2004 13:42:19 -0600
873
874 cl-sql (2.10.11-1) unstable; urgency=low
875
876   * New upstream
877
878  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  5 May 2004 02:06:19 -0600
879
880 cl-sql (2.10.10-1) unstable; urgency=low
881
882   * New upstream
883
884  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  4 May 2004 20:27:10 -0600
885
886 cl-sql (2.10.9-1) unstable; urgency=low
887
888   * New upstream
889
890  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  4 May 2004 12:52:19 -0600
891
892 cl-sql (2.10.8-1) unstable; urgency=low
893
894   * New upstream
895
896  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  3 May 2004 12:43:58 -0600
897
898 cl-sql (2.10.7-1) unstable; urgency=low
899
900   * New upstream
901
902  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  3 May 2004 09:50:27 -0600
903
904 cl-sql (2.10.6-1) unstable; urgency=low
905
906   * New upstream
907
908  -- Kevin M. Rosenberg <kmr@debian.org>  Sun,  2 May 2004 19:58:36 -0600
909
910 cl-sql (2.10.5-1) unstable; urgency=low
911
912   * New upstream
913
914  -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  1 May 2004 14:06:43 -0600
915
916 cl-sql (2.10.4-1) unstable; urgency=low
917
918   * New upstream
919
920  -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  1 May 2004 13:16:04 -0600
921
922 cl-sql (2.10.3-1) unstable; urgency=low
923
924   * New upstream
925
926  -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  1 May 2004 12:18:35 -0600
927
928 cl-sql (2.10.2-1) unstable; urgency=low
929
930   * New upstream
931
932  -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  1 May 2004 04:13:12 -0600
933
934 cl-sql (2.9.6-1) unstable; urgency=low
935
936   * New upstream
937
938  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 30 Apr 2004 17:07:03 -0600
939
940 cl-sql (2.9.5-1) unstable; urgency=low
941
942   * New upstream
943
944  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 27 Apr 2004 15:40:18 -0600
945
946 cl-sql (2.9.4-2) unstable; urgency=low
947
948   * Change depends to libmysqlclient-dev (closes:246039) 
949
950  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 26 Apr 2004 17:35:16 -0600
951
952 cl-sql (2.9.4-1) unstable; urgency=low
953
954   * New upstream
955
956  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 24 Apr 2004 07:54:45 -0600
957
958 cl-sql (2.9.3-1) unstable; urgency=low
959
960   * New upstream
961
962  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 21 Apr 2004 00:46:34 -0600
963
964 cl-sql (2.9.1-1) unstable; urgency=low
965
966   * Fix shared library loading in .asd files (closes:245004)
967
968  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 20 Apr 2004 19:30:16 -0600
969
970 cl-sql (2.9.0-1) unstable; urgency=low
971
972   * New upstream
973
974  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 20 Apr 2004 17:37:40 -0600
975
976 cl-sql (2.8.2-1) unstable; urgency=low
977
978   * New upstream
979
980  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 19 Apr 2004 13:02:01 -0600
981
982 cl-sql (2.8.1-1) unstable; urgency=low
983
984   * New upstream
985
986  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 19 Apr 2004 03:01:34 -0600
987
988 cl-sql (2.8.0-1) unstable; urgency=low
989
990   * New upstream
991
992  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 19 Apr 2004 00:21:37 -0600
993
994 cl-sql (2.7.9-1) unstable; urgency=low
995
996   * New upstream
997
998  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 18 Apr 2004 19:16:14 -0600
999
1000 cl-sql (2.7.8-1) unstable; urgency=low
1001
1002   * New upstream
1003
1004  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 18 Apr 2004 13:42:20 -0600
1005
1006 cl-sql (2.7.7-1) unstable; urgency=low
1007
1008   * New upstream
1009
1010  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 18 Apr 2004 10:17:09 -0600
1011
1012 cl-sql (2.7.6-1) unstable; urgency=low
1013
1014   * New upstream
1015
1016  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 17 Apr 2004 20:48:15 -0600
1017
1018 cl-sql (2.7.5-1) unstable; urgency=low
1019
1020   * New upstream
1021
1022  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 17 Apr 2004 11:47:40 -0600
1023
1024 cl-sql (2.7.4-1) unstable; urgency=low
1025
1026   * New upstream
1027
1028  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 17 Apr 2004 09:08:18 -0600
1029
1030 cl-sql (2.7.3-1) unstable; urgency=low
1031
1032   * New upstream
1033   * Change depends (closes:243977)
1034   * Add new backend
1035
1036  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 16 Apr 2004 11:47:51 -0600
1037
1038 cl-sql (2.6.7-1) unstable; urgency=low
1039
1040   * New upstream
1041
1042  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 12 Apr 2004 12:13:59 -0600
1043
1044 cl-sql (2.6.5-1) unstable; urgency=low
1045
1046   * New upstream
1047
1048  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 12 Apr 2004 10:17:58 -0600
1049
1050 cl-sql (2.6.4-1) unstable; urgency=low
1051
1052   * New upstream
1053
1054  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 11 Apr 2004 08:07:25 -0600
1055
1056 cl-sql (2.6.3-1) unstable; urgency=low
1057
1058   * New upstream
1059
1060  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 11 Apr 2004 06:48:28 -0600
1061
1062 cl-sql (2.6.2-1) unstable; urgency=low
1063
1064   * New upstream
1065
1066  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 11 Apr 2004 04:20:54 -0600
1067
1068 cl-sql (2.6.1-1) unstable; urgency=low
1069
1070   * New upstream
1071
1072  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 10 Apr 2004 19:49:58 -0600
1073
1074 cl-sql (2.6.0-1) unstable; urgency=low
1075
1076   * New upstream
1077
1078  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 10 Apr 2004 19:38:06 -0600
1079
1080 cl-sql (2.5.2-1) unstable; urgency=low
1081
1082   * New upstream
1083
1084  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  9 Apr 2004 12:54:21 -0600
1085
1086 cl-sql (2.5.1-1) unstable; urgency=low
1087
1088   * New upstream
1089
1090  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  9 Apr 2004 11:56:38 -0600
1091
1092 cl-sql (2.5.0-1) unstable; urgency=low
1093
1094   * New upstream
1095
1096  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  9 Apr 2004 08:07:00 -0600
1097
1098 cl-sql (2.4.2-1) unstable; urgency=low
1099
1100   * New upstream
1101
1102  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  9 Apr 2004 03:17:20 -0600
1103
1104 cl-sql (2.4.1-1) unstable; urgency=low
1105
1106   * New upstream
1107
1108  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  9 Apr 2004 02:56:46 -0600
1109
1110 cl-sql (2.4.0-1) unstable; urgency=low
1111
1112   * New upstream
1113
1114  -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  8 Apr 2004 18:10:27 -0600
1115
1116 cl-sql (2.3.4-1) unstable; urgency=low
1117
1118   * New upstream
1119
1120  -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  8 Apr 2004 15:17:20 -0600
1121
1122 cl-sql (2.3.3-1) unstable; urgency=low
1123
1124   * New upstream
1125
1126  -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  8 Apr 2004 11:33:59 -0600
1127
1128 cl-sql (2.3.2-2) unstable; urgency=low
1129
1130   * New upstreamc
1131
1132  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  7 Apr 2004 14:20:12 -0600
1133
1134 cl-sql (2.3.2-1) unstable; urgency=low
1135
1136   * New upstream
1137
1138  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  7 Apr 2004 13:35:01 -0600
1139
1140 cl-sql (2.3.1-1) unstable; urgency=low
1141
1142   * New upstream
1143
1144  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  7 Apr 2004 12:34:23 -0600
1145
1146 cl-sql (2.3.0-1) unstable; urgency=low
1147
1148   * Integrate the clsql-usql package.
1149
1150  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  6 Apr 2004 09:35:28 -0600
1151
1152 cl-sql (2.1.4-1) unstable; urgency=low
1153
1154   * New upstream
1155
1156  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  6 Apr 2004 09:34:32 -0600
1157
1158 cl-sql (2.0.0-2) unstable; urgency=low
1159
1160   * Change from libmysqlclient10 to libmysqlclient
1161
1162  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  2 Apr 2004 14:10:09 -0700
1163
1164 cl-sql (2.0.0-1) unstable; urgency=low
1165
1166   * New upstream, integrating patch from Marcus Pearce
1167
1168  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  2 Apr 2004 13:34:35 -0700
1169
1170 cl-sql (1.9.2-1) unstable; urgency=low
1171
1172   * Automatically detect mysql version
1173
1174  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 31 Mar 2004 16:56:23 -0700
1175
1176 cl-sql (1.9.1-1) unstable; urgency=low
1177
1178   * Add better support for mysql v4
1179
1180  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 31 Mar 2004 16:48:30 -0700
1181
1182 cl-sql (1.9.0-2) unstable; urgency=low
1183
1184   * Add cl-sql-sqlite binary package
1185
1186  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 10 Mar 2004 16:07:03 -0700
1187
1188 cl-sql (1.9.0-1) unstable; urgency=low
1189
1190   * Add SQLlite backend as contributed by Aurelio Bignoli
1191
1192  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 10 Mar 2004 15:19:46 -0700
1193
1194 cl-sql (1.8.7-1) unstable; urgency=low
1195
1196   * New upstream
1197
1198  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 25 Nov 2003 06:30:05 -0700
1199
1200 cl-sql (1.8.5-1) unstable; urgency=low
1201
1202   * Fix loading on db-mysql/mysql.so on non-linux platforms
1203
1204  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 24 Nov 2003 23:17:25 -0700
1205
1206 cl-sql (1.8.4-1) unstable; urgency=low
1207
1208   * Fix typo in error string
1209   * Documentation updates
1210
1211  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 15 Nov 2003 10:23:16 -0700
1212
1213 cl-sql (1.8.3-1) unstable; urgency=low
1214
1215   * More documentation, darwin changes
1216
1217  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 13 Nov 2003 09:24:30 -0700
1218
1219 cl-sql (1.8.2-1) unstable; urgency=low
1220
1221   * Documentation fixes, MacOSX changes
1222
1223  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 12 Nov 2003 22:52:45 -0700
1224
1225 cl-sql (1.8.1-1) unstable; urgency=low
1226
1227   * Improved shared library building
1228
1229  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 11 Nov 2003 15:26:55 -0700
1230
1231 cl-sql (1.8.0-1) unstable; urgency=low
1232
1233   * Make asdf-installable
1234
1235  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 11 Nov 2003 08:06:28 -0700
1236
1237 cl-sql (1.7.9-1) unstable; urgency=low
1238
1239   * Add missing documentation file
1240
1241  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 11 Nov 2003 05:30:23 -0700
1242
1243 cl-sql (1.7.8-1) unstable; urgency=low
1244
1245   * Convert documentation to XML format
1246
1247  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 11 Nov 2003 01:20:20 -0700
1248
1249 cl-sql (1.7.7-1) unstable; urgency=low
1250
1251   * Fix dependency for allegro-cl-trial for clsql-tests
1252
1253  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 22 Sep 2003 12:18:18 -0600
1254
1255 cl-sql (1.7.6-1) unstable; urgency=low
1256
1257   * Fix connection string (closes: 208610)
1258
1259  -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  4 Sep 2003 15:03:53 -0600
1260
1261 cl-sql (1.7.5-1) unstable; urgency=low
1262
1263   * Another fix for previous bug (closes: 207813)
1264
1265  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  3 Sep 2003 12:21:19 -0600
1266
1267 cl-sql (1.7.4-1) unstable; urgency=low
1268
1269   * New upstream (closes: 207813)
1270
1271  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 31 Aug 2003 02:19:45 -0600
1272
1273 cl-sql (1.7.3-1) unstable; urgency=low
1274
1275   * New upstream
1276   * Avoid depending on acl-pro-installer for cl-sql-adobc since that
1277   is preventing entire source package from moving into testing since
1278   acl-pro-installer is only supported on x86 and ppc.
1279   
1280  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 31 Aug 2003 02:19:31 -0600
1281
1282 cl-sql (1.7.2-1) unstable; urgency=low
1283
1284   * New upstream
1285
1286  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 23 Jul 2003 12:59:46 -0600
1287
1288 cl-sql (1.7.1-1) unstable; urgency=low
1289
1290   * New upstream
1291
1292  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 21 Jul 2003 05:18:15 -0600
1293
1294 cl-sql (1.7.0-1) unstable; urgency=low
1295
1296   * Update acl-compat-tester with ptester
1297
1298  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 20 Jul 2003 12:12:36 -0600
1299
1300 cl-sql (1.6.6-1) unstable; urgency=low
1301
1302   * New upstream
1303
1304  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 23 Jun 2003 13:25:01 -0600
1305
1306 cl-sql (1.6.5-1) unstable; urgency=low
1307
1308   * New upstream
1309
1310  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 12 Jun 2003 06:18:05 -0600
1311
1312 cl-sql (1.6.4-1) unstable; urgency=low
1313
1314   * New upstream
1315
1316  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 22 May 2003 09:42:33 -0600
1317
1318 cl-sql (1.6.3-1) unstable; urgency=low
1319
1320   * New upstream
1321   * Fix dependencies for clsql-postgresql and clsql-postgresql-socket
1322
1323  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 21 May 2003 12:12:19 -0600
1324
1325 cl-sql (1.6.1-1) unstable; urgency=low
1326
1327   * New upstream
1328
1329  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 16 May 2003 01:59:00 -0600
1330
1331 cl-sql (1.6.0-1) unstable; urgency=low
1332
1333   * Optimize native string conversion at the expense
1334   of ignoring locales on Allegro and Lispworks.
1335
1336  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 15 May 2003 01:32:52 -0600
1337
1338 cl-sql (1.5.4-1) unstable; urgency=low
1339
1340   * Improve .asd files
1341
1342  -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  6 May 2003 18:30:19 -0600
1343
1344 cl-sql (1.5.3-1) unstable; urgency=low
1345
1346   * New upstream
1347
1348  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  5 May 2003 20:22:40 -0600
1349
1350 cl-sql (1.5.2-1) unstable; urgency=low
1351
1352   * Add build-depend-indep to control
1353
1354  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  5 May 2003 09:13:12 -0600
1355
1356 cl-sql (1.5.1-1) unstable; urgency=low
1357
1358   * Fix for aodbc driver
1359
1360  -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  1 May 2003 22:42:34 -0600
1361
1362 cl-sql (1.5.0-1) unstable; urgency=low
1363
1364   * Update SBCL support in cmucl-compat package.
1365   * Use debian/compat rather than DH_COMPAT
1366   * Add cl-sql-tests binary with test suite
1367   * Use libmysqlclient10 package for LGPL license
1368   * Add cl-sql-uffi depends for cl-sql-posgresql-socket package (closes:191599)
1369   
1370  -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  1 May 2003 16:23:37 -0600
1371
1372 cl-sql (1.4.6-1) unstable; urgency=low
1373
1374   * Documentation fix
1375
1376  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 29 Apr 2003 04:47:34 -0600
1377
1378 cl-sql (1.4.5-1) unstable; urgency=low
1379
1380   * Documentation updates for cl-md5 module from Gisle Slensminde
1381
1382  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 29 Apr 2003 04:03:16 -0600
1383
1384 cl-sql (1.4.4-1) unstable; urgency=low
1385
1386   * Move unwind-protect mysql backend
1387
1388  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 16 Apr 2003 15:49:46 -0600
1389
1390 cl-sql (1.4.3-1) unstable; urgency=low
1391
1392   * Rebuild against new libmysql package
1393
1394  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 12 Apr 2003 05:05:03 -0600
1395
1396 cl-sql (1.4.2-1) unstable; urgency=low
1397
1398   * Add optimization for pointer derefering
1399
1400  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 29 Mar 2003 15:28:57 -0700
1401
1402 cl-sql (1.4.1-1) unstable; urgency=low
1403
1404   * Fix typo in clsql-mysql
1405
1406  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 26 Mar 2003 18:13:22 -0700
1407
1408 cl-sql (1.4.0-2) unstable; urgency=low
1409
1410   * Move cl-md5 dependencies to cl-sql-postgresql-socket (closes: 185738)
1411
1412  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 21 Mar 2003 09:00:24 -0700
1413
1414 cl-sql (1.4.0-1) unstable; urgency=low
1415
1416   * Add MD5 support to postgresql socket backend (contributed by
1417   Robert Macomber)
1418
1419  -- Kevin M. Rosenberg <kmr@debian.org>  Sun,  2 Mar 2003 12:59:10 -0700
1420
1421 cl-sql (1.3.0-1) unstable; urgency=low
1422
1423   * uffi/clsql-uffi.lisp: return NIL for numeric fields that are NULL
1424
1425  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 13 Dec 2002 05:30:08 -0700
1426
1427 cl-sql (1.2.4-1) unstable; urgency=low
1428
1429   * Remove changes information from copyright file
1430   * Minor upstream changes
1431
1432  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  4 Dec 2002 14:39:00 -0700
1433
1434 cl-sql (1.2.3-1) unstable; urgency=low
1435
1436   * New upstream
1437
1438  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 14 Nov 2002 11:52:32 -0700
1439
1440 cl-sql (1.2.2-1) unstable; urgency=low
1441
1442   * Remove 'load-compiled-op from .asd file
1443
1444  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  8 Nov 2002 09:49:09 -0700
1445
1446 cl-sql (1.2.1-1) unstable; urgency=low
1447
1448   * New upstream version
1449
1450  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 30 Oct 2002 12:08:03 -0700
1451
1452 cl-sql (1.2.0-3) unstable; urgency=low
1453
1454   * Move cl-sql-base package architecture from any to all.
1455
1456  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 28 Oct 2002 16:07:25 -0700
1457
1458 cl-sql (1.2.0-2) unstable; urgency=low
1459
1460   * Split rules file into build-arch and build-indep (closes: 166800)
1461   Thanks Bdale
1462
1463  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 28 Oct 2002 12:42:17 -0700
1464
1465 cl-sql (1.2.0-1) unstable; urgency=low
1466
1467   * sql/pool.lisp: Add full support for multiprocessing locks for ACL, LW,
1468     SCL.
1469
1470  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 21 Oct 2002 07:44:02 -0600
1471
1472 cl-sql (1.1.3-1) unstable; urgency=low
1473
1474   * Add more support for SCL and performance improvements to postgresql-socket
1475   (Thanks Doug Crosher)
1476   * Add locks to connection pool for SCL (Doug Crosher)
1477
1478  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 21 Oct 2002 01:26:40 -0600
1479
1480 cl-sql (1.1.2-1) unstable; urgency=low
1481
1482   * Fix clsql-mysql.so search path for Debian.
1483
1484  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 17 Oct 2002 19:16:52 -0600
1485
1486 cl-sql (1.1.1-1) unstable; urgency=low
1487
1488   * Add more tests can existence of helper libraries. Will signal error rather than warn
1489   if libraries not found.
1490
1491  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 17 Oct 2002 16:12:01 -0600
1492
1493 cl-sql (1.1.0-1) unstable; urgency=low
1494
1495   * Add SCL support.
1496   * Fix file type in test-suite/tester-clsql.lisp
1497   * Add *load-truename* searching for clsql's compiled libraries
1498   
1499  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 15 Oct 2002 13:34:41 -0600
1500
1501 cl-sql (1.0.1-1) unstable; urgency=low
1502
1503   * Add defgeneric for generic functions
1504
1505  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 14 Oct 2002 09:18:39 -0600
1506
1507 cl-sql (1.0.0-1) unstable; urgency=low
1508
1509   * Add SBCL support
1510
1511  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 13 Oct 2002 20:52:41 -0600
1512
1513 cl-sql (0.9.9-1) unstable; urgency=high
1514
1515   * Add version depends for common-lisp-controller
1516
1517  -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  2 Oct 2002 07:50:27 -0600
1518
1519 cl-sql (0.9.8-1) unstable; urgency=low
1520
1521   * Rename .cl files to .lisp files
1522
1523  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 30 Sep 2002 04:08:25 -0600
1524
1525 cl-sql (0.9.7-1) unstable; urgency=low
1526
1527   * base/conditions.cl: Fix format string error
1528
1529  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 30 Sep 2002 00:13:36 -0600
1530
1531 cl-sql (0.9.6-1) unstable; urgency=low
1532
1533   * Remove cl-library logical hosts from load-library calls
1534
1535  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 29 Sep 2002 23:32:22 -0600
1536
1537 cl-sql (0.9.5-1) unstable; urgency=low
1538
1539   * OpenMCL is now supported
1540   * Fix defgeneric form in db-interfaces.cl
1541   * Fix load-libraries call in postgresql-socket-api.cl
1542
1543  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 27 Sep 2002 08:55:33 -0600
1544
1545 cl-sql (0.9.4-2) unstable; urgency=low
1546
1547   * Move documentation to cl-sql package (closes: 162491)
1548
1549  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 26 Sep 2002 15:20:19 -0600
1550
1551 cl-sql (0.9.4-1) unstable; urgency=low
1552
1553   * Add reader conditionals to .asd file
1554
1555  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 25 Sep 2002 06:37:30 -0600
1556
1557 cl-sql (0.9.3-2) unstable; urgency=low
1558
1559   * Add call to clc-only-compatible
1560
1561  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 22 Sep 2002 21:01:20 -0600
1562
1563 cl-sql (0.9.3-1) unstable; urgency=low
1564
1565   * push onto cl:*features* if loaded with 'asdf:load-compiled-op
1566
1567  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 20 Sep 2002 00:07:25 -0600
1568
1569 cl-sql (0.9.2-1) unstable; urgency=low
1570
1571   * Add information fields to .asd files
1572
1573  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 19 Sep 2002 19:40:43 -0600
1574
1575 cl-sql (0.9.1-1) unstable; urgency=low
1576
1577   * New upstream fixing typo in clsql.asdf
1578   * Fix /usr/share/common-lisp/source/clsql directory structure
1579
1580  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 19 Sep 2002 15:22:51 -0600
1581
1582 cl-sql (0.9.0-1) unstable; urgency=low
1583
1584   * Move entirely to .asd files. Remove pathnames from .asd files.
1585
1586  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 18 Sep 2002 01:18:12 -0600
1587
1588 cl-sql (0.8.6-1) unstable; urgency=low
1589
1590   * New upstream version, fixes problem with .asd files
1591
1592  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  6 Sep 2002 04:26:06 -0600
1593
1594 cl-sql (0.8.5-1) unstable; urgency=low
1595
1596   * New upstream version
1597
1598  -- Kevin M. Rosenberg <kmr@debian.org>  Sun,  1 Sep 2002 03:00:37 -0600
1599
1600 cl-sql (0.8.4-1) unstable; urgency=low
1601
1602   * New upstream version for non-CLC systems
1603
1604  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 23 Aug 2002 22:40:51 -0600
1605
1606 cl-sql (0.8.3-1) unstable; urgency=high
1607
1608   * Add .asd definition files to upstream for ASDF users
1609   * Ready for release to sarge
1610
1611  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 17 Aug 2002 20:54:35 -0600
1612
1613 cl-sql (0.8.2-1) unstable; urgency=low
1614
1615   * New upstream version
1616   * Update depends for cl-sql-aodbc to be acl-pro-instaler, not acl-installer
1617   * Upload e-mail adress
1618   
1619  -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 11 Aug 2002 22:54:04 -0600
1620
1621 cl-sql (0.8.1-1) unstable; urgency=low
1622
1623   * New upstream version. (Changed RedHat to Debian in upstream documentation!)
1624
1625  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  2 Aug 2002 09:45:08 -0600
1626
1627 cl-sql (0.8.0-2) unstable; urgency=low
1628
1629   * Fix preinst template type to properly remove old symlinks
1630
1631  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  2 Aug 2002 09:12:32 -0600
1632
1633 cl-sql (0.8.0-1) unstable; urgency=low
1634
1635   * New upstream, restructure directories for improved Common Lisp
1636     Controller v3 compatibility.
1637   * New binary package: cl-sql-uffi (handles common UFFI tasks for
1638     some of the database backends).
1639
1640  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  2 Aug 2002 05:52:38 -0600
1641
1642 cl-sql (0.7.6-2) unstable; urgency=low
1643
1644   * Rework logical pathnames for improved Common Lisp Controller compatibility.
1645
1646  -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 31 Jul 2002 19:31:40 -0600
1647
1648 cl-sql (0.7.6-1) unstable; urgency=low
1649
1650   * New upstream version, improves Common Lisp Controller compatibility.
1651   
1652  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 26 Jul 2002 01:15:07 -0600
1653
1654 cl-sql (0.7.5-1) unstable; urgency=low
1655
1656   * Fix Build-Depends in control file (closes: 154217)
1657   * Rework debhelper rules file to use dh_install rather than install
1658   * Minor change in upstream.
1659
1660  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 25 Jul 2002 09:15:44 -0600
1661
1662 cl-sql (0.7.4-1) unstable; urgency=low
1663
1664   * Rework upstream source to put html documentation in html.tar.gz
1665   * Move .so files into /usr/lib/cl-sql directory
1666   * Move documentation into the clsql-base package, change doc-base section
1667   to programming.
1668
1669  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  8 Jul 2002 11:10:11 -0600
1670
1671 cl-sql (0.7.3-1) unstable; urgency=low
1672
1673   * Added missing documentation to upstream package.
1674
1675  -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  8 Jul 2002 07:10:42 -0600
1676
1677 cl-sql (0.7.2-1) unstable; urgency=low
1678
1679   * New upstream version.
1680   
1681   * Add the text of the LLGPL to the copyright file.
1682
1683  -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  5 Jul 2002 11:06:21 -0600
1684
1685 cl-sql (0.7.1-2) unstable; urgency=low
1686
1687   * Additions to the copyright file
1688
1689  -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 28 Jun 2002 11:17:36 -0600
1690
1691 cl-sql (0.7.1-1) unstable; urgency=low
1692
1693   * Initial Release (closes: 146792).
1694
1695  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 25 Apr 2002 19:13:41 -0600
1696