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