r3137: *** empty log message ***
[clsql.git] / debian / changelog
index 485cff898ed346257c435e40316f71bb4db8c925..e09c4abb3c8081d3a82d0abe458513449e6b7faa 100644 (file)
@@ -1,3 +1,126 @@
+cl-sql (1.2.0-1) unstable; urgency=low
+
+  * sql/pool.lisp: Add full support for multiprocessing locks for ACL, LW,
+    SCL.
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 21 Oct 2002 07:44:02 -0600
+
+cl-sql (1.1.3-1) unstable; urgency=low
+
+  * Add more support for SCL and performance improvements to postgresql-socket
+  (Thanks Doug Crosher)
+  * Add locks to connection pool for SCL (Doug Crosher)
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 21 Oct 2002 01:26:40 -0600
+
+cl-sql (1.1.2-1) unstable; urgency=low
+
+  * Fix clsql-mysql.so search path for Debian.
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 17 Oct 2002 19:16:52 -0600
+
+cl-sql (1.1.1-1) unstable; urgency=low
+
+  * Add more tests can existence of helper libraries. Will signal error rather than warn
+  if libraries not found.
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 17 Oct 2002 16:12:01 -0600
+
+cl-sql (1.1.0-1) unstable; urgency=low
+
+  * Add SCL support.
+  * Fix file type in test-suite/tester-clsql.lisp
+  * Add *load-truename* searching for clsql's compiled libraries
+  
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 15 Oct 2002 13:34:41 -0600
+
+cl-sql (1.0.1-1) unstable; urgency=low
+
+  * Add defgeneric for generic functions
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 14 Oct 2002 09:18:39 -0600
+
+cl-sql (1.0.0-1) unstable; urgency=low
+
+  * Add SBCL support
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 13 Oct 2002 20:52:41 -0600
+
+cl-sql (0.9.9-1) unstable; urgency=high
+
+  * Add version depends for common-lisp-controller
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  2 Oct 2002 07:50:27 -0600
+
+cl-sql (0.9.8-1) unstable; urgency=low
+
+  * Rename .cl files to .lisp files
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 30 Sep 2002 04:08:25 -0600
+
+cl-sql (0.9.7-1) unstable; urgency=low
+
+  * base/conditions.cl: Fix format string error
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 30 Sep 2002 00:13:36 -0600
+
+cl-sql (0.9.6-1) unstable; urgency=low
+
+  * Remove cl-library logical hosts from load-library calls
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 29 Sep 2002 23:32:22 -0600
+
+cl-sql (0.9.5-1) unstable; urgency=low
+
+  * OpenMCL is now supported
+  * Fix defgeneric form in db-interfaces.cl
+  * Fix load-libraries call in postgresql-socket-api.cl
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 27 Sep 2002 08:55:33 -0600
+
+cl-sql (0.9.4-2) unstable; urgency=low
+
+  * Move documentation to cl-sql package (closes: 162491)
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 26 Sep 2002 15:20:19 -0600
+
+cl-sql (0.9.4-1) unstable; urgency=low
+
+  * Add reader conditionals to .asd file
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 25 Sep 2002 06:37:30 -0600
+
+cl-sql (0.9.3-2) unstable; urgency=low
+
+  * Add call to clc-only-compatible
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 22 Sep 2002 21:01:20 -0600
+
+cl-sql (0.9.3-1) unstable; urgency=low
+
+  * push onto cl:*features* if loaded with 'asdf:load-compiled-op
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 20 Sep 2002 00:07:25 -0600
+
+cl-sql (0.9.2-1) unstable; urgency=low
+
+  * Add information fields to .asd files
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 19 Sep 2002 19:40:43 -0600
+
+cl-sql (0.9.1-1) unstable; urgency=low
+
+  * New upstream fixing typo in clsql.asdf
+  * Fix /usr/share/common-lisp/source/clsql directory structure
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 19 Sep 2002 15:22:51 -0600
+
+cl-sql (0.9.0-1) unstable; urgency=low
+
+  * Move entirely to .asd files. Remove pathnames from .asd files.
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 18 Sep 2002 01:18:12 -0600
+
 cl-sql (0.8.6-1) unstable; urgency=low
 
   * New upstream version, fixes problem with .asd files