X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fchangelog;h=a2dc7c1bd273689e8d1f83fdfa49a06469979177;hb=11188073a888f373932b0784b98d6a9212a89503;hp=daf8930e657abef9ad86c02ae1deda5231785f07;hpb=9ffb13c07b7eb1f21f1136f7ea6fd807fa85634b;p=uffi.git diff --git a/debian/changelog b/debian/changelog index daf8930..a2dc7c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,72 @@ +cl-uffi (1.1.3-1) unstable; urgency=low + + * Fix OpenMCL default library pathname type + + -- Kevin M. Rosenberg Sun, 17 Nov 2002 22:28:59 -0700 + +cl-uffi (1.1.2-1) unstable; urgency=low + + * src/objects.lisp: Fix bug in allocate-foreign-object for AllegroCL + + -- Kevin M. Rosenberg Thu, 14 Nov 2002 15:10:41 -0700 + +cl-uffi (1.1.1-1) unstable; urgency=low + + * Remove 'load-compiled-op from .asd file + + -- Kevin M. Rosenberg Fri, 8 Nov 2002 09:49:49 -0700 + +cl-uffi (1.1.0-1) unstable; urgency=low + + * Add SCL support. + + -- Kevin M. Rosenberg Tue, 15 Oct 2002 11:22:35 -0600 + +cl-uffi (1.0.1-1) unstable; urgency=low + + * Add SBCL to documentation + + -- Kevin M. Rosenberg Mon, 14 Oct 2002 01:18:05 -0600 + +cl-uffi (1.0.0-1) unstable; urgency=low + + * Initial SBCL compatibility + + -- Kevin M. Rosenberg Sun, 13 Oct 2002 19:01:31 -0600 + +cl-uffi (0.9.2-1) unstable; urgency=high + + * Add AUTHORS file + * Integrate Reini Urban's cormanlisp patches into main source + * Add Depends: version on Common Lisp Controller + + -- Kevin M. Rosenberg Tue, 1 Oct 2002 08:11:21 -0600 + +cl-uffi (0.9.1-1) unstable; urgency=low + + * Rename .cl files to .lisp files + + -- Kevin M. Rosenberg Mon, 30 Sep 2002 04:01:58 -0600 + +cl-uffi (0.9.0-1) unstable; urgency=low + + * Reorganize directories, merge MCL/OpenMCL into main code + + -- Kevin M. Rosenberg Mon, 30 Sep 2002 01:32:03 -0600 + +cl-uffi (0.8.6-1) unstable; urgency=low + + * Fix :pointer-self for OpenMCL. + * Multiple changes to support OpenMCL with CLSQL + + -- Kevin M. Rosenberg Mon, 30 Sep 2002 01:31:37 -0600 + +cl-uffi (0.8.5-1) unstable; urgency=low + + * Add with-cstrings macro to mcl's source + + -- Kevin M. Rosenberg Sun, 29 Sep 2002 12:19:20 -0600 + cl-uffi (0.8.4-1) unstable; urgency=low * Change mcl's load-library definition from macro to function