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