X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fchangelog;h=f77493754629868742de34b3ec83cceb72f37c68;hb=260855bfc7cd29ea5a9c8ba65561e5600f282e1c;hp=1ab96ae2f835c0295eb1c8d922a29a42731a62b5;hpb=00049fd6b7a9dcf2b1303e65439d94d9269977d3;p=lml.git diff --git a/debian/changelog b/debian/changelog index 1ab96ae..f774937 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,91 @@ +cl-lml (1.1.0-3) unstable; urgency=high + + * Increase common-lisp-controller depeneds to 3.37 + + -- Kevin M. Rosenberg Tue, 1 Oct 2002 15:14:22 -0600 + +cl-lml (1.1.0-2) unstable; urgency=low + + * Changes Common Lisp Controller Depends to version 3.35 (closes: 162968) + + -- Kevin M. Rosenberg Tue, 1 Oct 2002 15:14:01 -0600 + +cl-lml (1.1.0-1) unstable; urgency=low + + * Rename .cl files to .lisp + + -- Kevin M. Rosenberg Mon, 30 Sep 2002 04:23:11 -0600 + +cl-lml (1.0.9-2) unstable; urgency=low + + * Add missing dependency (closes: 162090) + + -- Kevin M. Rosenberg Mon, 23 Sep 2002 18:31:02 -0600 + +cl-lml (1.0.9-1) unstable; urgency=low + + * Change default lml-quite exit status to 0 + * stdsite.cl: check better if source-file exists + + -- Kevin M. Rosenberg Fri, 20 Sep 2002 12:46:00 -0600 + +cl-lml (1.0.8-1) unstable; urgency=low + + * Rework lml-file-name + + -- Kevin M. Rosenberg Fri, 20 Sep 2002 11:13:05 -0600 + +cl-lml (1.0.7-1) unstable; urgency=low + + * Fix broken upstream source + + -- Kevin M. Rosenberg Fri, 20 Sep 2002 00:25:49 -0600 + +cl-lml (1.0.6-1) unstable; urgency=low + + * Add support for pushing :lml onto features when using 'load-compiled-op + + -- Kevin M. Rosenberg Thu, 19 Sep 2002 23:26:51 -0600 + +cl-lml (1.0.5-1) unstable; urgency=low + + * Update .asd file + + -- Kevin M. Rosenberg Thu, 19 Sep 2002 17:31:15 -0600 + +cl-lml (1.0.4-1) unstable; urgency=low + + * Remove pathname from asd file + + -- Kevin M. Rosenberg Tue, 17 Sep 2002 12:32:09 -0600 + +cl-lml (1.0.3-1) unstable; urgency=low + + * Add [] read-macro + + -- Kevin M. Rosenberg Mon, 16 Sep 2002 04:18:08 -0600 + +cl-lml (1.0.2-1) unstable; urgency=low + + * Add HR function. + + * Add documentation file and examples. + + * Add (:use :cl) to defpackage + + * Remove defconstants because of trouble with SBCL thinking that constants + are being redefined + + * Fix indent-spaces function + + -- Kevin M. Rosenberg Mon, 16 Sep 2002 04:17:50 -0600 + +cl-lml (1.0.1-1) unstable; urgency=low + + * Changle FILE-LENGTH function to use stream. + + -- Kevin M. Rosenberg Sun, 15 Sep 2002 21:09:30 -0600 + cl-lml (1.0.0-1) unstable; urgency=low * Initial Release (closes: 161007)