X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=debian%2Fchangelog;h=ee76d86c8277fcf4e6abd0a0265effa8b3e6a5ea;hp=367253389880a4bcd6709c5824c9749fb598a0bd;hb=33dcd7b49025344bd4c9827d1cd2b6e6857a0c03;hpb=e8dcaab46969a2a356d484dadfa7aa5c9b2cfb72 diff --git a/debian/changelog b/debian/changelog index 3672533..ee76d86 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,54 @@ +cl-sql (1.1.0-1) unstable; urgency=low + + * Add SCL support. + * Fix file type in test-suite/tester-clsql.lisp + + -- Kevin M. Rosenberg 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 Mon, 14 Oct 2002 09:18:39 -0600 + +cl-sql (1.0.0-1) unstable; urgency=low + + * Add SBCL support + + -- Kevin M. Rosenberg 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 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 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 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 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 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)