From: Graham B. <gb...@us...> - 2004-01-01 10:43:43
|
Update of /cvsroot/perl-ldap/ldap In directory sc8-pr-cvs1:/tmp/cvs-serv9052 Modified Files: ChangeLog RELEASE_NOTES Log Message: Release 0.31 Index: ChangeLog =================================================================== RCS file: /cvsroot/perl-ldap/ldap/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- ChangeLog 17 Oct 2003 21:39:51 -0000 1.31 +++ ChangeLog 1 Jan 2004 10:43:39 -0000 1.32 @@ -1,3 +1,61 @@ +2004-01-01 09:49 Graham Barr + + * data/00-in.ldif: + + Add blank line after version line + +2004-01-01 09:45 Graham Barr + + * lib/Net/LDAP/Schema.pm: + + Fix Net::LDAP::Schema to not ignore superior objectclass' attributes + in derived objectclasses without attributes + +2004-01-01 09:43 Graham Barr + + * lib/Net/LDAP/: LDIF.pm, LDIF.pod: + + Patch from Peter Marschall to Net::LDAP::LDIF + * it separates the "version: 1" line from the first entry by a blank line + * it allows the version() method to set the version number and documents it. + * it makes the option "change" to the constructor explicit and documents it + in Net::LDAP::LDIF.pod (defaulting to the current change => 0) + * it allows entries with changetype "moddn" to be treated correctly + (current version treats them as modifies) + * it allows the "deleteoldrdn" attribute in the entry to be missing + and treats the absent attribute as 0. (in the current version + scalar chokes if the entry does not contain a deleteoldrdn attribute) + +2004-01-01 09:32 Graham Barr + + * lib/Net/LDAP/Bind.pm: + + Add $VERSION to Net::LDAP::Bind + +2003-12-31 21:49 Chris Ridd + + * lib/Net/LDAP.pm: + + Handle socket failure better in _sendmesg + +2003-12-10 20:31 Chris Ridd + + * lib/Net/LDAP/LDIF.pod: + + Added change description + +2003-11-10 18:31 Chris Ridd + + * lib/Net/LDAP.pod: + + Change decryptkey to keydecrypt. Didn't we do this once already? + +2003-10-17 22:39 Graham Barr + + * RELEASE_NOTES, lib/Net/LDAP.pm: + + Release 0.30 + 2003-10-17 22:22 Graham Barr * lib/Net/LDAP/Bind.pm: Index: RELEASE_NOTES =================================================================== RCS file: /cvsroot/perl-ldap/ldap/RELEASE_NOTES,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- RELEASE_NOTES 17 Oct 2003 21:39:51 -0000 1.15 +++ RELEASE_NOTES 1 Jan 2004 10:43:39 -0000 1.16 @@ -1,3 +1,11 @@ +perl-ldap 0.31 1 Jan 2004 +========================== + +* Fixed bug that could cause methods to return an integer instead of an object +* Fixed bug causing Schema.pm to ignore superior classes that had no attributes +* Documentation updates +* Updates to LDIF module + perl-ldap 0.30 17 Oct 2003 ========================== |