X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=ChangeLog;h=7fc08bff427906549f4026fabb612b8421aa0be2;hp=61d09c15df90cc8b0973b9ad64b822addc81b6ed;hb=dd50b950139817d83b1f72c12267ca65d9065b94;hpb=22f792cf09747cce9998bed27bbd7ea3cf21b878 diff --git a/ChangeLog b/ChangeLog index 61d09c1..7fc08bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2014-06-10 Russ Tyndall + + * db-mysql/Makefile - the results of dpkg-buildflags --get LDFLAGS + seem to have changed on my system and and sed was returning + invalid command line arguments to ld. To resolve this I changed + sed to emit valid args, which seems to have resolved the issue. + +2014-04-24 Russ Tyndall + * oodml.lisp, test-oodml.lisp Better handling of view-slots of + type symbol/keyword. Better handling of printing and reading + bindings (per mailing list request, always read and write in base + 10) + +2014-03-04 Kevin Rosenberg + * Version 6.5.0: New release + * makefile.common: Check for /usr/bin/dpkg-buildflags + * {db-mysql,uffi}/Makefile: Use debian buildflags + 2014-02-24 Russ Tyndall * oodml.lisp bind *print-length* to nil before printing lists/arrays to the database.