From: Ryan Davis Date: Thu, 7 Mar 2013 17:10:07 +0000 (-0500) Subject: chagelog entries for today's work X-Git-Tag: v6.4.1~1 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=ba803f0eb40388d590e9f668976f09c4da0af7b2;hp=906d7a71b35ee1cd6d281623694bc90ced22c339 chagelog entries for today's work --- diff --git a/ChangeLog b/ChangeLog index 0440489..b305fa1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2013-03-07 Ryan Davis + * db-postgresql-socket/postgresql-socket-api.lisp - bugfix to + adapt to changes in md5:md5sum-sequence. CLSQL now requires a + version of MD5 released on or after 2012-11-25 (the latest version + currenty in quicklisp). Thanks to Nicolas Neuss for the bug + report. + * db-odbc/odbc-sql.lisp - keep a reference to the original + connection spec used to create `odbc-database` connections + 2013-01-09 Russ Tyndall sql/oodml.lisp - changed view-classes-and-storable-slots to a method (as it was intended to be all along)