[Zope-dev] ZopeLDAP 1.1.0 release

Jeffrey P Shell jeffrey@Digicool.com
Mon, 18 Dec 2000 18:03:31 -0500


"ZopeLDAP 1.1.0", http://www.zope.org/Members/jshell/ZopeLDAP/ is released,
bringing in a bevy of changes, including:

 o New ability to run in a non-transactional mode (this is critical to avoid
   a known bug when updating more than one entry object per transaction)

 o Much improved Entry object API that is Python Scripting\DTML Scripting
   friendly

 o Some new documentation (not yet in help system format though) about
   programming Entry objects.

The *manage_* style of programming Entry objects has not changed, but the
core API has.  Anything using methods like '_set()', '_addSubentry()' will
be affected.