r3229: split arch & indep pkgs
[clsql.git] / debian / changelog
index 79cf320293c60ff71764edf7c647aa22a57785dc..0e70d2a69e0c427235828f2dbcfbce1298904748 100644 (file)
@@ -1,3 +1,38 @@
+cl-sql (1.2.0-2) unstable; urgency=low
+
+  * Split rules file into build-arch and build-indep (closes: 166800)
+  Thanks Bdale
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 28 Oct 2002 12:42:17 -0700
+
+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.