X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=ChangeLog;h=e7c5d9bfcb11e4550e9a03841fcd84da7c14e472;hp=7cb22c77b970ef957141a1e60d6a37e34d3ebb71;hb=f2e97f7b39c1cf82b6f3d1cec9362e551761549e;hpb=f9f46dd0bcddcec8439b31d0c17ca8f15b32d025 diff --git a/ChangeLog b/ChangeLog index 7cb22c7..e7c5d9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2014-03-18 Russ Tyndall + * {uffi,db-mysql}/Makefile: remove -pie build hardening for + which caused load issues for Linux Mint + +2014-02-26 Kevin Rosenberg + * Version 6.6.0 release + * {uffi,db-mysql}/Makefile: Add build hardening for Debian + +2014-02-24 Russ Tyndall + * mysql-sql.lisp + an error in type declarations generating a compilation warning + was being treated as an error in recent SBCLs, fixed the type + warning by correcting the type (still a ton of compliation + notes) + +2014-02-23 Russ Tyndall + * sql/metaclasses.lisp + made reinitialize-instance return the instance passed to it as + SBCL now expected (mentioned on the SBCL-devel mailing list by + Stas + 2014-12-03 Russ Tyndall * sqlite-sql.lisp Added database arg to `canonicalize-result-types` so that it could