X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fchangelog;h=20acc7274381dce4988e995d9d0de7a55c797cc6;hb=054eef05bc69478566de63cc3bfb19ce411179c4;hp=e86cda0a4afacccab85285c4f11c1b544cdca641;hpb=f61b75f318eb1a56c67b2c415e06340158cf9cc8;p=uffi.git diff --git a/debian/changelog b/debian/changelog index e86cda0..20acc72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,97 @@ +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 + + -- Kevin M. Rosenberg Sun, 29 Sep 2002 11:49:32 -0600 + +cl-uffi (0.8.3-1) unstable; urgency=low + + * New upstream release. Passes all tests with OpenMCL in Debian PPC. + + -- Kevin M. Rosenberg Sun, 29 Sep 2002 11:32:05 -0600 + +cl-uffi (0.8.2-2) unstable; urgency=low + + * Add pathname to clc-register-impl invocation + + -- Kevin M. Rosenberg Wed, 25 Sep 2002 06:38:44 -0600 + +cl-uffi (0.8.2-1) unstable; urgency=low + + * Add conditionals to .asd file to control clc autobuilding + + -- Kevin M. Rosenberg Sun, 22 Sep 2002 21:00:57 -0600 + +cl-uffi (0.8.1-1) unstable; urgency=low + + * Fix size of openmcl's and mcl's integers + + -- Kevin M. Rosenberg Fri, 20 Sep 2002 07:06:31 -0600 + +cl-uffi (0.8.0-1) unstable; urgency=low + + * Adds support for openmcl, numerous changes from John Desoi + + -- Kevin M. Rosenberg Thu, 19 Sep 2002 21:09:17 -0600 + +cl-uffi (0.7.1-1) unstable; urgency=low + + * New upstream version + + -- Kevin M. Rosenberg Wed, 18 Sep 2002 01:57:10 -0600 + +cl-uffi (0.7.0-1) unstable; urgency=low + + * Remove .system file, restructure directories for .asd file without pathnames + + -- Kevin M. Rosenberg Mon, 16 Sep 2002 12:00:45 -0600 + +cl-uffi (0.6.3-1) unstable; urgency=low + + * New upstream version, fixes problem with .asd file. + + -- Kevin M. Rosenberg Fri, 6 Sep 2002 04:59:45 -0600 + +cl-uffi (0.6.2-1) unstable; urgency=low + + * New upstream version. Restructure directories once again to handle + non-CLC systems. + + -- Kevin M. Rosenberg Fri, 23 Aug 2002 09:33:14 -0600 + cl-uffi (0.6.1-1) unstable; urgency=low * Add uffi.asd file to upstream for ASDF users.