From ben at medianstrip.net Sat Sep 4 09:19:26 2004 From: ben at medianstrip.net (Ben) Date: Sat, 4 Sep 2004 05:19:26 -0400 (EDT) Subject: [elephant-announce] bugfixes Message-ID: <20040903020018.N84030@contarex.medianstrip.net> The bad news is: there was a show-stopper bug in the alpha, having to do with OID generation and transaction locks. (I guess that's why they call it "alpha" -- drat.) The good news is: I've fixed it and a ton of other bugs, and added support for OpenMCL! (Thanks to Rafal Strzalinski for finding and fixing one.) The bad news is: there are still some issues with MOP. Mainly, initforms are being evaluated at class definition time. The good news is: those fixes will come soon too -- we're redesigning the slot allocation stuff, and we have to do some CMUCL-wrangling, probably. In the meantime I've repackaged the 0.1 tarball with the fixes I've done. I've also started making a bunch of regression tests (which require the RT asdf package.) I'll make a more formal announcement (and bump the version number) once I finish writing the regression tests, testing OpenMCL et al and produce more docs. The impatient are welcome to try out the tarball of course. The MOP fixes might take some more time, but will happen soon. Thanks for your interest, B From ben at medianstrip.net Sun Sep 19 18:49:18 2004 From: ben at medianstrip.net (Ben) Date: Sun, 19 Sep 2004 14:49:18 -0400 (EDT) Subject: [elephant-announce] Elephant 0.2 Message-ID: <20040919144407.M53520@contarex.medianstrip.net> Elephant 0.2 was released on September 19th, 2004. This is an BETA release. New features: * Secondary indices and cursors * PPC Darwin OpenMCL / SBCL * Doc strings and improved documentation * An RT-based test suite * many bugfixes This release has been tested on CMUCL 19a, SBCL 0.8.14 and Allegro 6.2 on x86 Linux and FreeBSD, and OpenMCL 0.14.2-p1 and SBCL 0.8.14 on PPC Darwin. Tarballs (and now HTML docs) can be found on the website: http://www.common-lisp.net/project/elephant This release should be a lot more stable than the last. Enjoy! Ben and Andrew PS Nicholas, this release has a map-btree function, in addition to more general cursors. From ben at medianstrip.net Mon Sep 27 19:19:35 2004 From: ben at medianstrip.net (Ben) Date: Mon, 27 Sep 2004 15:19:35 -0400 (EDT) Subject: [elephant-announce] Elephant Tutorial Message-ID: <20040927151659.L16179@contarex.medianstrip.net> Hi folks, I've put a tutorial on the homepage on how to use Elephant with Araneida to make a simple Blog. http://www.common-lisp.net/project/elephant/with-araneida Hopefully this will be helpful. In bad news I found some silly typos in the release I cut, it shouldn't affect most people but I've updated the tarball. Please refresh. Take care, B