Update of /project/cl-store/cvsroot/cl-store In directory clnet:/tmp/cvs-serv22833
Modified Files: cl-store.asd ChangeLog Log Message: Fixed structure definition storing for more recent sbcl versions.
--- /project/cl-store/cvsroot/cl-store/cl-store.asd 2006/03/14 09:34:09 1.36 +++ /project/cl-store/cvsroot/cl-store/cl-store.asd 2006/03/14 10:58:59 1.37 @@ -45,7 +45,7 @@ :name "CL-STORE" :author "Sean Ross sross@common-lisp.net" :maintainer "Sean Ross sross@common-lisp.net" - :version "0.6.9" + :version "0.6.10" :description "Serialization package" :long-description "Portable CL Package to serialize data" :licence "MIT" --- /project/cl-store/cvsroot/cl-store/ChangeLog 2006/03/14 09:34:09 1.39 +++ /project/cl-store/cvsroot/cl-store/ChangeLog 2006/03/14 10:58:59 1.40 @@ -1,4 +1,8 @@ 2006-03-13 Sean Ross sross@common-lisp.net + * sbcl/custom.lisp: Fixed sbcl structure definition + storing for versions >= 0.9.6.25 . + +2006-03-13 Sean Ross sross@common-lisp.net * utils.lisp, tests.lisp, openmcl/custom.lisp: Added support for structure object storing for OpenMCL. Thanks to Kilian Sprotte for the code.