r10612: 05 Jul 2005 Kevin Rosenberg <kevin@rosenberg.net>
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 6 Jul 2005 00:50:20 +0000 (00:50 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 6 Jul 2005 00:50:20 +0000 (00:50 +0000)
commit18e34efea688a6758b6e997401fbc3f241da98f3
treec4efa5bdbe5ce50fad1e69793521e868db9f5308
parent055827b45d885b8d57a04992598b03ffa8d87ba5
r10612: 05 Jul 2005  Kevin Rosenberg <kevin@rosenberg.net>
        * Version 3.2.1
        * doc/appendix.xml: Incorporate Edi Weitz's notes into documentation
        with changes to support case-sensitive lisp implementations. Add
        paragraph on using /etc/clsql-init.lisp site initialization file.
        * clsql.asd: Load file /etc/clsql-init.lisp, if it
        exists, after package is loaded to set site-specific configuration

2005-06-24  Edi Weitz  <edi@agharta.de>
        * sql/db-interface.lisp: Added new special variable
        *FOREIGN-LIBRARY-SEARCH-PATHS* and function PUSH-LIBRARY-PATH to
        manipulate it.
        * sql/package.lisp: Export these.
        * uffi/clsql-uffi-loader.lisp: Used new variable; changed order of
        libs.
        * db-mysql/mysql-loader.lisp: Changed order of libs.
13 files changed:
ChangeLog
clsql.asd
db-mysql/mysql-loader.lisp
debian/_patch_orig_ [deleted file]
debian/changelog
debian/control
debian/rules
doc/appendix.xml
doc/clsql.pdf
doc/html.tar.gz
sql/db-interface.lisp
sql/package.lisp
uffi/clsql-uffi-loader.lisp