r4081: Auto commit for Debian build
[uffi.git] / debian / changelog
index 029424e3e478bec5e30192307b863ab225a7ed98..77cf13b7e1f64a590a850bd373023ddf5898a75f 100644 (file)
+cl-uffi (1.2.7-1) unstable; urgency=low
+
+  * Remove reference to obsolete Corman module in uffi.asd
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 19 Feb 2003 14:56:15 -0700
+
+cl-uffi (1.2.6-1) unstable; urgency=low
+
+  * Add :language :ansi-c for Lispworks def-function
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed,  5 Feb 2003 23:54:12 -0700
+
+cl-uffi (1.2.5-1) unstable; urgency=low
+
+  * Rework allocate-foreign-array to evaluate type
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 28 Dec 2002 01:12:30 -0700
+
+cl-uffi (1.2.4-1) unstable; urgency=low
+
+  * Fix syntax error from last version
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 13 Dec 2002 18:54:41 -0700
+
+cl-uffi (1.2.3-1) unstable; urgency=low
+
+  * More external format changes for lispworks (thanks Marc Battyani)
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 13 Dec 2002 15:46:23 -0700
+
+cl-uffi (1.2.2-1) unstable; urgency=low
+
+  * Add external format parameters to lispworks to avoid translating stringsl
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 13 Dec 2002 14:26:17 -0700
+
+cl-uffi (1.2.1-1) unstable; urgency=low
+
+  * Add uncompression test
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  9 Dec 2002 09:05:52 -0700
+
+cl-uffi (1.2.0-1) unstable; urgency=low
+
+  * Fixes in allocate-foreign-object and deref-array for allegro
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon,  2 Dec 2002 23:59:43 -0700
+
+cl-uffi (1.1.8-1) unstable; urgency=low
+
+  * Reverse broken bug "fixes" 
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 28 Nov 2002 11:47:26 -0700
+
+cl-uffi (1.1.7.1-1) unstable; urgency=low
+
+  * Another allegro bug (Thanks Matthew Danish)
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 23 Nov 2002 12:06:40 -0700
+
+cl-uffi (1.1.7-1) unstable; urgency=low
+
+  * bug fixes on allegro
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 23 Nov 2002 11:03:18 -0700
+
+cl-uffi (1.1.6-1) unstable; urgency=low
+
+  * More documention of cstrings and foreign strings
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 21 Nov 2002 19:51:55 -0700
+
+cl-uffi (1.1.5-1) unstable; urgency=low
+
+  * Documentation changes
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 21 Nov 2002 18:35:26 -0700
+
+cl-uffi (1.1.4-1) unstable; urgency=low
+
+  * OpenMCL/MCL fixes
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 20 Nov 2002 14:03:16 -0700
+
+cl-uffi (1.1.3-1) unstable; urgency=low
+
+  * Fix OpenMCL default library pathname type
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  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 <kmr@debian.org>  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 <kmr@debian.org>  Fri,  8 Nov 2002 09:49:49 -0700
+
+cl-uffi (1.1.0-1) unstable; urgency=low
+
+  * Add SCL support.
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 15 Oct 2002 11:22:35 -0600
+
+cl-uffi (1.0.1-1) unstable; urgency=low
+
+  * Add SBCL to documentation
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 14 Oct 2002 01:18:05 -0600
+
+cl-uffi (1.0.0-1) unstable; urgency=low
+
+  * Initial SBCL compatibility
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  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 <kmr@debian.org>  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 <kmr@debian.org>  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 <kmr@debian.org>  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 <kmr@debian.org>  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 <kmr@debian.org>  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 <kmr@debian.org>  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 <kmr@debian.org>  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 <kmr@debian.org>  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 <kmr@debian.org>  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 <kmr@debian.org>  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 <kmr@debian.org>  Thu, 19 Sep 2002 21:09:17 -0600
+
+cl-uffi (0.7.1-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  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 <kmr@debian.org>  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 <kmr@debian.org>  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 <kmr@debian.org>  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.
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 17 Aug 2002 18:50:12 -0600
+
+cl-uffi (0.6.0-2) unstable; urgency=low
+
+  * Update e-mail address
+  * Update Standards version
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 12 Aug 2002 00:01:27 -0600
+
+cl-uffi (0.6.0-1) unstable; urgency=low
+
+  * New upstream version (Restructure directories to improve Common Lisp
+    Controller compatibility.)
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 25 Jul 2002 21:24:53 -0600
+
+cl-uffi (0.5.1-1) unstable; urgency=low
+
+  * Rework upstream documentation.
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue,  9 Jul 2002 12:45:56 -0600
+
+cl-uffi (0.5.0-2) unstable; urgency=low
+
+  * Add the LLGPL text to the copyright file.
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sun,  7 Jul 2002 15:40:05 -0600
+
+cl-uffi (0.5.0-1) unstable; urgency=low
+
+  * New upstream version
+  
+  * Additions to the copyright file to comply with Debian Policy
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 28 Jun 2002 11:16:28 -0600
+
+cl-uffi (0.4.8-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 26 Jun 2002 21:35:07 -0600
+
+cl-uffi (0.4.5-2) unstable; urgency=low
+
+  * Fix Build-Depends-Indep
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 25 Jun 2002 06:12:19 -0600
+
+cl-uffi (0.4.5-1) unstable; urgency=low
+
+  * New upstream version.
+
+  * Remove deprecated repository 
+  
+  * Migrate to Debhelper V4
+  
+  * Changed Maintainer: field from sponsor to sponsoree/packager
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 20 Jun 2002 07:43:53 -0600
+
+cl-uffi (0.4.4-8) unstable; urgency=low
+
+  * Improved control file in anticipation of having dpkg-buildpackage
+    generate the documentation rather than putting the documentation in
+    the upstream archive.
+  * Remade package to include upstream sources.
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sun,  5 May 2002 11:17:52 -0600
+
 cl-uffi (0.4.4-7) unstable; urgency=low
 
-  * Modified make-dist.sh to use cvs-buildpackage.
+  * Modified make-dist.sh to use cvs-buildpackage, added options
+  * Cleaned debian/rules, debian/copyright     
   * First version to upload. (closes: #145723)
 
- -- Kevin Rosenberg <kevin@cheetah-debian.med-info.com>  Sat,  4 May 2002 16:03:11 -0600
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  4 May 2002 16:03:11 -0600
 
 cl-uffi (0.4.4-6) unstable; urgency=low
 
   * Fixed Maintainer and Uploader fields in debian control
 
- -- Kevin Rosenberg <kevin@pal.med-info.com>  Fri,  3 May 2002 09:11:47 -0600
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri,  3 May 2002 09:11:47 -0600
 
 cl-uffi (0.4.4-5) unstable; urgency=low
 
@@ -19,29 +307,29 @@ cl-uffi (0.4.4-5) unstable; urgency=low
   * Added Uploaders field to debian/control. 
   * Made .system file be a symbolic link to .system file in repository.
 
- -- Kevin Rosenberg <kevin@rosenberg.net>  Thu,  2 May 2002 15:37:50 -0600
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  2 May 2002 15:37:50 -0600
 
 cl-uffi (0.4.4-4) unstable; urgency=low
 
   * Added upstream ChangeLog to debian distribution.
 
- -- Kevin Rosenberg <kevin@pal.med-info.com>  Tue, 30 Apr 2002 13:01:12 -0600
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 30 Apr 2002 13:01:12 -0600
 
 cl-uffi (0.4.4-3) unstable; urgency=low
 
   * Modified make-dist.sh to create better .diff.gz
 
- -- Kevin Rosenberg <kevin@pal.med-info.com>  Sun, 28 Apr 2002 06:38:48 -0600
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 28 Apr 2002 06:38:48 -0600
 
 cl-uffi (0.4.4-2) unstable; urgency=low
 
   * Improved source code archive for debian upload.
 
- -- Kevin Rosenberg <kevin@pal.med-info.com>  Sun, 28 Apr 2002 03:04:52 -0600
+ -- Kevin M. Rosenberg <kmr@debian.org>  Sun, 28 Apr 2002 03:04:52 -0600
 
 cl-uffi (0.4.4-1) unstable; urgency=low
 
   * Initial package.
 
- -- Kevin Rosenberg <kevin@rosenberg.net>  Thu, 25 Apr 2002 19:13:41 -0600
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 25 Apr 2002 19:13:41 -0600