From tpapp at Princeton.EDU Thu Jul 12 14:12:46 2007 From: tpapp at Princeton.EDU (Tamas K Papp) Date: Thu, 12 Jul 2007 16:12:46 +0200 Subject: [cl-cairo2-announce] minor update to cl-cairo2 Message-ID: <20070712141246.GA19203@pu100877.student.princeton.edu> Hi everyone, I uploaded a minor update to cl-cairo2 today. Highlights: - the wrapper classes now use finalizers: this means that if you fail to explicitly destroy them, the GC should take care of it. However, files will not be closed until this happens, so don't rely on this, it is just a feature that helps if the user forgets to destroy the object explicitly (please use the latest CFFI if you encounter errors, earlier versions don't have cffi:finalize & co) - minor fixes, mostly cosmetic, now the library compiles under ultra-picky SBCL without warnings I have a bit of time now to work on cl-cairo2, so please tell me if there are any features you are missing. Best, Tamas