From: Graham B. <gb...@po...> - 2000-05-22 11:53:17
|
On Mon, May 22, 2000 at 01:41:18PM +0200, Hansen Erik wrote: > hi, > whats the difference between perl-ldap 016 and 0.17 ? Exactly what the ChangeLog states Change 512 on 2000/05/09 by <gb...@po...> (Graham Barr) Net::LDAP - Change to use asn_read (needs patch to Convert::ASN::IO) Change 511 on 2000/05/09 by <gb...@po...> (Graham Barr) Change email/url's to point to sourceforge Change 507 on 2000/05/03 by <gb...@po...> (Graham Barr) Net::LDAP - Check return value of asn_recv for defined not truth as on some systems the return value may be '' Change 506 on 2000/05/03 by <gb...@po...> (Graham Barr) Net::LDAP::Schema (patch from Chris Ridd) - Fix sup to always be an array ref - add ->superclasses() method Change 505 on 2000/05/03 by <gb...@po...> (Graham Barr) Net::LDAP - Fix bug in ->unbind() where $mesg was not being passed to _sendmsg() - Added debug values 4 and 8 to dump with asn_dump() > And another question: > > is the following bug descriped in KNOWN-PROBLEMS - section , in the > release_notes file of perl-ldap-0.16 new to this version? Or is this bug > also known in the perl-ldap 0.14 version? This bug appeared in 0.16 as part of the changeover to using Convert::ASN1 instead of Convert::BER. I belive this bug is now fixed in 0.17 PS: 0.18 will be release soon with the following changes Change 525 on 2000/05/22 by <gb...@po...> (Graham Barr) Bundle::Net::LDAP - Change Convert::ASN to Convert::ASN1 Change 522 on 2000/05/19 by <gb...@po...> (Graham Barr) Net::LDAP::Filter - Return an error when there are unmatched () Change 517 on 2000/05/15 by <gb...@po...> (Graham Barr) Net::LDAP::Search - fix bug in ->as_struct introduced by new code in Net::LDAP::Entry and it will also now run with perl5.004. Graham. |