r11735: 22 Jun 2007 Kevin Rosenberg <kevin@rosenberg.net>
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 22 Jun 2007 16:54:51 +0000 (16:54 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 22 Jun 2007 16:54:51 +0000 (16:54 +0000)
        * Version 3.8.4
        * db-mysql/mysql-loader.lisp: Do not bother loading libmysqlclient since
        that library is dymically linked to clsql-mysql library. Thus, the mysql
        library will be automatically loaded. This has only been tested on Linux,
        thus far.

ChangeLog
debian/changelog

index f6b1fb36190fb3c8e19fc8d826a1e0fa08d7e5b3..09e1d095a0ac7e8b3fd9226a124c08a5a6f20e06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
-17 Jun 2007  Kevin Rosenberg <kevin@rosenberg.net>
+22 Jun 2007  Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 3.8.4
        * db-mysql/mysql-loader.lisp: Do not bother loading libmysqlclient since
        that library is dymically linked to clsql-mysql library. Thus, the mysql
-       library will be automatically loaded.
+       library will be automatically loaded. This has only been tested on Linux,
+       thus far.
 
 29 May 2007  Kevin Rosenberg <kevin@rosenberg.net>
        * tests/test-fddl.lisp: Add :order-by for :fddl/big/1 as
index 30373e41a47d2b191ea630894ae8730b4e1083ee..c166fe42b0e9ec145425536e9749c5fcbf82c60e 100644 (file)
@@ -1,3 +1,10 @@
+cl-sql (3.8.4-1) unstable; urgency=low
+
+  * Don't load libmysqlclient.so. This is automatically loaded
+    when loading clsql_uffi.so. Closes: #427875
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 22 Jun 2007 10:54:33 -0600
+
 cl-sql (3.8.3-1) unstable; urgency=low
 
   * New upstream