Depend on UFFI version 2.x v5.1.0
authorKevin Rosenberg <kevin@rosenberg.net>
Tue, 20 Apr 2010 18:37:49 +0000 (12:37 -0600)
committerKevin Rosenberg <kevin@rosenberg.net>
Tue, 20 Apr 2010 18:37:49 +0000 (12:37 -0600)
ChangeLog
clsql-uffi.asd
debian/changelog

index 3e1e9c80bf57f195b066ac976efab205bd588c2e..34cbe907a6683dea3fee1214c4e6a045b6d634b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-20  Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 5.1.0 [DEPENDENCY UPGRADE: UFFI 2.x needed]
+       * clsql-uffi.asd: Depend on UFFI version >= 2.0
+       to support foreign encoding of strings.
+
 2010-04-16  Kevin Rosenberg <kevin@rosenberg.net>
        * Version 5.0.6
        * db-postgresql.lisp, sql/fddl.lisp: Fix typos [Thanks to
index 6f743ecabd31405a5df8a70ffc157711d5d43849..53c6152121868274cc98c66ae6b4e26fce24777a 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
+;;;; This file, part of CLSQL, is Copyright (c) 2002-2010 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
@@ -77,7 +77,8 @@
   :description "Common UFFI Helper functions for Common Lisp SQL Interface Library"
   :long-description "cl-sql-uffi package provides common helper functions using the UFFI for the CLSQL package."
 
-  :depends-on (clsql #-:clsql-cffi uffi #+:clsql-cffi cffi-uffi-compat)
+  :depends-on (clsql #-:clsql-cffi (:version uffi "2.0")
+                     #+:clsql-cffi cffi-uffi-compat)
 
   :components
   ((:module :uffi
index c30539707c537c36cb99d44c911650119c1fa340..58b19995a7cee82df1f2862df8ce6ec2a9adc461 100644 (file)
@@ -1,3 +1,9 @@
+cl-sql (5.1.0-1) unstable; urgency=low
+
+  * New upstream - depends on UFFI 2.x
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 20 Apr 2010 12:37:13 -0600
+
 cl-sql (5.0.6-1) unstable; urgency=low
 
   * New upstream