From: Graham B. <gb...@us...> - 2003-05-19 22:36:13
|
Update of /cvsroot/perl-ldap/ldap In directory sc8-pr-cvs1:/tmp/cvs-serv13031 Modified Files: RELEASE_NOTES Log Message: Release 0.28 Index: RELEASE_NOTES =================================================================== RCS file: /cvsroot/perl-ldap/ldap/RELEASE_NOTES,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- RELEASE_NOTES 27 Jan 2003 16:33:15 -0000 1.12 +++ RELEASE_NOTES 19 May 2003 22:36:10 -0000 1.13 @@ -1,3 +1,16 @@ +perl-ldap 0.28 19 May 2003 +========================== + +* Net::LDAP::Entry object can now be cloned +* New class Net::LDAP::RootDSE +* Net::LDAP->new can now accept URLs for the host +* Added support for ldapi: +* Now supports Notice of disconnection +* Net::LDAP::Constant now implements its own import function, it no + longer inherits from Exporter. So :all and /^LDAP_CONTROL/ etc + are no longer valid arguments for import. The result is that + Net::LDAP::Constant only defined the subs that are needed. + perl-ldap 0.27 27 Jan 2003 ========================== |