X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fchangelog;h=b76c4b4b4f294180308acf30bbf83ca0b51bb15e;hb=cfec80591f62db0b3996b83cfb2cfbd3b3cc4326;hp=3a8d81d53a51050a06371914e4ff89f16dc30d79;hpb=88d70b4f584587fb634231b2ad6b8e74001819cf;p=ptester.git diff --git a/debian/changelog b/debian/changelog index 3a8d81d..b76c4b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +cl-tester (1.1.1.1-1) unstable; urgency=low + + * Move .asd into upstream + + -- Kevin M. Rosenberg Fri, 8 Nov 2002 09:44:56 -0700 + +cl-tester (1.1.1-4) unstable; urgency=low + + * Remove 'load-compiled-op from .asd file + * Changes compared to upstream: + - Added .asd file for use with Common Lisp Controller + - Defined condition SIMPLE-BREAK and BREAK for CMU + - Include if* source in the tester.cl file, remove dependency on excl package + - Modify WITH-TEST so it does not depend on (sys:gsgc-switch :print) form + + -- Kevin M. Rosenberg Fri, 8 Nov 2002 09:44:56 -0700 + +cl-tester (1.1.1-3) unstable; urgency=low + + * Improve loading on Allegro systems: (require :tester) on Allegro systems + now loads the Allegro supplied product. + + -- Kevin M. Rosenberg Tue, 22 Oct 2002 09:47:02 -0600 + +cl-tester (1.1.1-2) unstable; urgency=high + + * Fix common-lisp-controller depends + + -- Kevin M. Rosenberg Sat, 5 Oct 2002 07:50:49 -0600 + cl-tester (1.1.1-1) unstable; urgency=high * Add version to common-lisp-controller Depends