From: Kevin M. Rosenberg Date: Sat, 29 Mar 2003 04:03:44 +0000 (+0000) Subject: r4272: Auto commit for Debian build X-Git-Tag: v2006ac.2~266 X-Git-Url: http://git.kpe.io/?p=umlisp.git;a=commitdiff_plain;h=b201624af888b14fdb724d465b4fb12d4f18279a r4272: Auto commit for Debian build --- diff --git a/classes.lisp b/classes.lisp index d7afaa6..039873e 100644 --- a/classes.lisp +++ b/classes.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: classes.lisp,v 1.27 2003/03/27 21:56:07 kevin Exp $ +;;;; $Id: classes.lisp,v 1.28 2003/03/29 04:03:44 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -460,3 +460,7 @@ (:user-name "Fully Inherited Set of Releatons (strings)") (:default-print-slots sty rl sty2)) + +(eval-when (:compile-toplevel :load-toplevel :execute) + (when (fboundp 'hyperobject::process-queued-definitions) + (hyperobject::process-queued-definitions))) diff --git a/debian/changelog b/debian/changelog index 32a1a7e..41b0d1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cl-umlisp (2.6.6-1) unstable; urgency=low + + * classes.lisp: Add support for sbcl/scl/cmucl finalize-inheritance + work-around + + -- Kevin M. Rosenberg Fri, 28 Mar 2003 20:59:57 -0700 + cl-umlisp (2.6.5-1) unstable; urgency=low * New upstream supporting sbcl