X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=ChangeLog;h=7fc08bff427906549f4026fabb612b8421aa0be2;hp=842aa271f1a153eda3f1ae62016b624fcae2db5c;hb=dd50b950139817d83b1f72c12267ca65d9065b94;hpb=180b52cb686a87487e12e87b13bafe131e6c3bef diff --git a/ChangeLog b/ChangeLog index 842aa27..7fc08bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +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