X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=debian%2Fchangelog;h=602099b32e59a1d2c87f5718e8a8b18c4357e826;hp=4f71fc4307155c9e53a9027c1f6e0b8d8abd142f;hb=5d0dbfd9dd1e08745109a18cce6a04750ffb7477;hpb=1629fd610ece93ef767b6df6a64358e99d17ba31 diff --git a/debian/changelog b/debian/changelog index 4f71fc4..602099b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,283 @@ +cl-sql (1.4.0-2) unstable; urgency=low + + * Add MD5 support to postgresql socket backend (contributed by + Robert Macomber) + + -- Kevin M. Rosenberg Sun, 2 Mar 2003 12:59:10 -0700 + +cl-sql (1.3.0-1) unstable; urgency=low + + * uffi/clsql-uffi.lisp: return NIL for numeric fields that are NULL + + -- Kevin M. Rosenberg Fri, 13 Dec 2002 05:30:08 -0700 + +cl-sql (1.2.4-1) unstable; urgency=low + + * Remove changes information from copyright file + * Minor upstream changes + + -- Kevin M. Rosenberg Wed, 4 Dec 2002 14:39:00 -0700 + +cl-sql (1.2.3-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Thu, 14 Nov 2002 11:52:32 -0700 + +cl-sql (1.2.2-1) unstable; urgency=low + + * Remove 'load-compiled-op from .asd file + + -- Kevin M. Rosenberg Fri, 8 Nov 2002 09:49:09 -0700 + +cl-sql (1.2.1-1) unstable; urgency=low + + * New upstream version + + -- Kevin M. Rosenberg Wed, 30 Oct 2002 12:08:03 -0700 + +cl-sql (1.2.0-3) unstable; urgency=low + + * Move cl-sql-base package architecture from any to all. + + -- Kevin M. Rosenberg Mon, 28 Oct 2002 16:07:25 -0700 + +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 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 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 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 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 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 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) + + -- Kevin M. Rosenberg 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 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 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 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 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 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 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 + + -- Kevin M. Rosenberg Fri, 6 Sep 2002 04:26:06 -0600 + +cl-sql (0.8.5-1) unstable; urgency=low + + * New upstream version + + -- Kevin M. Rosenberg Sun, 1 Sep 2002 03:00:37 -0600 + +cl-sql (0.8.4-1) unstable; urgency=low + + * New upstream version for non-CLC systems + + -- Kevin M. Rosenberg Fri, 23 Aug 2002 22:40:51 -0600 + +cl-sql (0.8.3-1) unstable; urgency=high + + * Add .asd definition files to upstream for ASDF users + * Ready for release to sarge + + -- Kevin M. Rosenberg Sat, 17 Aug 2002 20:54:35 -0600 + +cl-sql (0.8.2-1) unstable; urgency=low + + * New upstream version + * Update depends for cl-sql-aodbc to be acl-pro-instaler, not acl-installer + * Upload e-mail adress + + -- Kevin M. Rosenberg Sun, 11 Aug 2002 22:54:04 -0600 + +cl-sql (0.8.1-1) unstable; urgency=low + + * New upstream version. (Changed RedHat to Debian in upstream documentation!) + + -- Kevin M. Rosenberg Fri, 2 Aug 2002 09:45:08 -0600 + +cl-sql (0.8.0-2) unstable; urgency=low + + * Fix preinst template type to properly remove old symlinks + + -- Kevin M. Rosenberg Fri, 2 Aug 2002 09:12:32 -0600 + +cl-sql (0.8.0-1) unstable; urgency=low + + * New upstream, restructure directories for improved Common Lisp + Controller v3 compatibility. + * New binary package: cl-sql-uffi (handles common UFFI tasks for + some of the database backends). + + -- Kevin M. Rosenberg Fri, 2 Aug 2002 05:52:38 -0600 + +cl-sql (0.7.6-2) unstable; urgency=low + + * Rework logical pathnames for improved Common Lisp Controller compatibility. + + -- Kevin M. Rosenberg Wed, 31 Jul 2002 19:31:40 -0600 + +cl-sql (0.7.6-1) unstable; urgency=low + + * New upstream version, improves Common Lisp Controller compatibility. + + -- Kevin M. Rosenberg Fri, 26 Jul 2002 01:15:07 -0600 + +cl-sql (0.7.5-1) unstable; urgency=low + + * Fix Build-Depends in control file (closes: 154217) + * Rework debhelper rules file to use dh_install rather than install + * Minor change in upstream. + + -- Kevin M. Rosenberg Thu, 25 Jul 2002 09:15:44 -0600 + +cl-sql (0.7.4-1) unstable; urgency=low + + * Rework upstream source to put html documentation in html.tar.gz + * Move .so files into /usr/lib/cl-sql directory + * Move documentation into the clsql-base package, change doc-base section + to programming. + + -- Kevin M. Rosenberg Mon, 8 Jul 2002 11:10:11 -0600 + +cl-sql (0.7.3-1) unstable; urgency=low + + * Added missing documentation to upstream package. + + -- Kevin M. Rosenberg Mon, 8 Jul 2002 07:10:42 -0600 + +cl-sql (0.7.2-1) unstable; urgency=low + + * New upstream version. + + * Add the text of the LLGPL to the copyright file. + + -- Kevin M. Rosenberg Fri, 5 Jul 2002 11:06:21 -0600 + +cl-sql (0.7.1-2) unstable; urgency=low + + * Additions to the copyright file + + -- Kevin M. Rosenberg Fri, 28 Jun 2002 11:17:36 -0600 + cl-sql (0.7.1-1) unstable; urgency=low - * Initial Release. + * Initial Release (closes: 146792). - -- Kevin Rosenberg Thu, 25 Apr 2002 19:13:41 -0600 + -- Kevin M. Rosenberg Thu, 25 Apr 2002 19:13:41 -0600