From: Kevin M. Rosenberg Date: Wed, 19 Dec 2012 17:08:37 +0000 (-0700) Subject: Version 6.4 release X-Git-Tag: v6.4.0^0 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=91eb9f3d1335fed9ee9e4644eacca2b97db30836;hp=534849c88501e0ea2ee5dbf78d13d8cb73814d71 Version 6.4 release --- diff --git a/ChangeLog b/ChangeLog index afd21ed..c024a9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2012-12-19 Kevin Rosenberg + * Version 6.4 + 2012-11-20 Russ Tyndall ## Large refactoring of sql/oodml.lisp and surrounding code * cleaned up update-records-from-* to utilize a single codepath diff --git a/clsql.asd b/clsql.asd index 5deee87..d469b95 100644 --- a/clsql.asd +++ b/clsql.asd @@ -38,7 +38,7 @@ the Xanalys CommonSQL interface for Lispworks. It provides low-level database interfaces as well as a functional and an object oriented interface." - :version "6.2" + :version "6.4" :components ((:module sql :components diff --git a/debian/changelog b/debian/changelog index 35de636..f195097 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (6.4.0-1) unstable; urgency=low + + * New release + + -- Kevin M. Rosenberg Wed, 19 Dec 2012 10:01:33 -0700 + cl-sql (6.3.0-1) unstable; urgency=low * New release diff --git a/debian/control b/debian/control index dc7ec89..603f1d8 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: lisp Priority: extra Maintainer: Kevin M. Rosenberg Build-Depends: dh-lisp, debhelper (>= 7.0.0), libmysqlclient-dev, libpq-dev -Standards-Version: 3.9.3.1 +Standards-Version: 3.9.4.0 Homepage: http://clsql.b9.com/ Vcs-Git: git://git.b9.com/clsql.git Vcs-Browser: http://git.b9.com/?p=clsql.git diff --git a/doc/clsql.pdf b/doc/clsql.pdf index 565a9f8..ee1c723 100644 Binary files a/doc/clsql.pdf and b/doc/clsql.pdf differ diff --git a/doc/html.tar.gz b/doc/html.tar.gz index 5819781..35724e8 100644 Binary files a/doc/html.tar.gz and b/doc/html.tar.gz differ