X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fchangelog;h=edf9821c43995b0b92d28cdca5ecf85c49a970d8;hb=de7eaca7f5f852ffb39102ecaa3e3368c4306faf;hp=0f8819ed5a349e55746a3992a2558ca204d69571;hpb=920865199d81789ced3a9e0a24f4c95b3ec6fa7f;p=hyperobject.git diff --git a/debian/changelog b/debian/changelog index 0f8819e..edf9821 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +cl-hyperobject (2.11.0-1) unstable; urgency=low + + * Major reworking of MOP layer to add support for current versions of OpenMCL. + + -- Kevin M. Rosenberg Sat, 6 Jan 2007 11:41:00 -0700 + +cl-hyperobject (2.10.0-1) unstable; urgency=low + + * Support CLISP + * Remove implementation-dependent access of type slot using + slot-definition-type instead. + + -- Kevin M. Rosenberg Fri, 01 Sep 2006 08:49:25 -0600 + +cl-hyperobject (2.9.2-1) unstable; urgency=low + + * Use initialize-instance :around for direct-slot-definition to be + more AMOP compliant for setting lisp type from :value-type initarg + + -- Kevin M. Rosenberg Thu, 17 Aug 2006 21:44:01 -0600 + cl-hyperobject (2.9.1-1) unstable; urgency=low * Support change in SBCL MOP