X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fchangelog;h=48075985bb3450c00c9676274792bbce1f50f49f;hb=5707a7837e15f1fee87dbf8a4b8906824b9496e6;hp=7b57f8b137aebd54635a69aebe32428625ecd6e6;hpb=b9cc354ac3e5f78b09ec87cbae36ac0429db3165;p=hyperobject.git diff --git a/debian/changelog b/debian/changelog index 7b57f8b..4807598 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +cl-hyperobject (2.6.0-1) unstable; urgency=low + + * Encapsulate differences in class-slot order since sbcl/cmucl + reverse the order of slots compared to the defclass macro. + * Fix error with lispworks and process-a-class-slot function + + -- Kevin M. Rosenberg Fri, 11 Apr 2003 21:14:17 -0600 + +cl-hyperobject (2.5.6-1) unstable; urgency=low + + * Have lispworks use add-method + + -- Kevin M. Rosenberg Tue, 1 Apr 2003 09:56:27 -0700 + +cl-hyperobject (2.5.5-1) unstable; urgency=low + + * Simplify shadowing-import for allegro,lispworks,sbcl + + -- Kevin M. Rosenberg Mon, 31 Mar 2003 08:58:41 -0700 + cl-hyperobject (2.5.4-1) unstable; urgency=low * Use add-method where supported