From: Graham B. <gb...@us...> - 2003-06-24 10:18:38
|
Update of /cvsroot/perl-ldap/ldap In directory sc8-pr-cvs1:/tmp/cvs-serv10550 Modified Files: ChangeLog RELEASE_NOTES Log Message: Release 0.29 Index: ChangeLog =================================================================== RCS file: /cvsroot/perl-ldap/ldap/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- ChangeLog 19 May 2003 22:37:14 -0000 1.29 +++ ChangeLog 24 Jun 2003 10:18:35 -0000 1.30 @@ -1,3 +1,111 @@ +2003-06-23 13:52 Chris Ridd + + * lib/Net/LDAP.pod: + + Revamp to improve style and consistency (maybe) + +2003-06-18 19:23 Graham Barr + + * contrib/jpegDisplay.pl, contrib/jpegLoad.pl, contrib/tklkup, + lib/Net/LDAP/Examples.pod, lib/Net/LDAP/FAQ.pod: + + Remove all references to :all as it is not recomended + +2003-06-16 15:45 Chris Ridd + + * lib/Net/LDAP/FAQ.pod: + + Added a bit about accented characters + +2003-06-13 11:11 Graham Barr + + * lib/Net/LDAP.pm: + + Work-a-round a bug in IO::Socket::SSL where it leaves the socket + blessed into IO::Socket::SSL when socket_to_SSL fails + +2003-06-09 13:47 Graham Barr + + * MANIFEST, Makefile.PL, mkmanf, t/0-signature.t: + + Add a SIGNATURE to the distribution + +2003-06-09 13:31 Graham Barr + + * bin/: ldapdelete.PL, ldapmodrdn.PL, ldapsearch.PL: + + Remove *.PL scripts + +2003-06-09 13:29 Graham Barr + + * MANIFEST, Makefile.PL, bin/ldapdelete, bin/ldapmodrdn, + bin/ldapsearch: + + Depend in MakeMaker to fixup the #! line of installed scripts + +2003-06-09 13:04 Graham Barr + + * MANIFEST: + + Add refloop test to MANIFEST + +2003-06-06 23:47 Graham Barr + + * lib/Net/LDAP.pm, lib/Net/LDAP/Message.pm, t/04refloop.t: + + Fix reference loop problem by hiding the real object behind a tied + hash and only using the inner hash internally and the outer hash + externally + +2003-06-02 16:13 Graham Barr + + * lib/Net/LDAP/Constant.pm: + + Support :all to export all constants (not recoomended but for backwards complatability) + +2003-05-23 08:07 Chris Ridd + + * lib/Net/LDAP.pod: + + Minor typo in modify:add description + +2003-05-22 13:32 Chris Ridd + + * lib/Net/LDAP/FAQ.pod: + + Use ->new for all constructor examples + +2003-05-22 13:16 Chris Ridd + + * lib/Net/: LDAP.pod, LDAPI.pm, LDAPS.pm: + + Use ->new for all constructor examples + +2003-05-22 10:24 Chris Ridd + + * lib/Net/: LDAP.pod, LDAPI.pm, LDAPS.pm: + + Moved guts of LDAP[SI] doc into LDAP.pod + +2003-05-21 09:10 Graham Barr + + * MANIFEST, t/03schema.t, t/53schema.t: + + Rename the existing schema test to 03schema.t as it does not require a server. + Add new 53schema.t which obtains a schema from a server + +2003-05-20 15:58 Chris Ridd + + * lib/Net/LDAP/: Constant.pm, Util.pm: + + Extended ldap_error_name, ldap_error_text and ldap_error_desc to take Message args + +2003-05-20 15:56 Chris Ridd + + * lib/Net/LDAP/: Message.pm, Message.pod: + + Added error_name, error_text and error_desc methods + 2003-05-19 23:36 Graham Barr * RELEASE_NOTES, lib/Net/LDAP.pm: @@ -98,12 +206,6 @@ New script to create MANIFEST from CVS files -2003-05-08 20:41 Graham Barr - - * .cvsignore: - - Add .cvsignore file - 2003-05-08 20:40 Graham Barr * t/70sortctrl.t: @@ -953,9 +1055,9 @@ Add Kartik Subbarao and Norbert Klasen -2002-05-28 09:34 Graham Barr +2002-05-28 09:35 Graham Barr - * htdocs/index.xml, mkhtml, mkindex: + * mkhtml, mkindex: No longer including html generated from POD in the distribution @@ -973,7 +1075,7 @@ 2002-05-28 08:52 Graham Barr - * lib/Net/LDAP/: DSML/Parser.pm, DSML.pm: + * lib/Net/LDAP/DSML.pm: New DSML module that uses XML::SAX @@ -1032,9 +1134,7 @@ 2002-02-18 16:51 Graham Barr - * MANIFEST, Makefile.PL, htdocs/index.xml, lib/Authen/SASL.pm, - lib/Authen/SASL.pod, lib/Authen/SASL/CRAM_MD5.pm, - lib/Authen/SASL/EXTERNAL.pm, lib/Net/LDAP.pm, lib/Net/LDAP/Bind.pm: + * MANIFEST, Makefile.PL, lib/Net/LDAP.pm, lib/Net/LDAP/Bind.pm: Change over to using Authen::SASL v2.00, which is now distributed in a separate distribution @@ -1261,7 +1361,7 @@ 2001-10-24 15:37 Graham Barr - * MANIFEST, htdocs/index.html, htdocs/index.xml: + * MANIFEST: Add the new Security pod to the index page @@ -1313,12 +1413,6 @@ Output LDIF change commands correctly -2001-10-08 08:49 Chris Ridd - - * lib/Authen/SASL/EXTERNAL.pm: - - New module - 2001-10-05 15:36 Graham Barr * lib/Net/LDAP/: Entry.pm, Entry.pod: @@ -1448,14 +1542,13 @@ 2001-08-24 20:31 Graham Barr - * lib/: Authen/SASL.pod, Net/LDAP.pod, Net/LDAPS.pm, - Net/LDAP/Constant.pod, Net/LDAP/Control.pm, Net/LDAP/DSML.pm, - Net/LDAP/Entry.pod, Net/LDAP/FAQ.pod, Net/LDAP/Filter.pod, - Net/LDAP/LDIF.pod, Net/LDAP/Message.pod, Net/LDAP/Reference.pod, - Net/LDAP/Schema.pod, Net/LDAP/Search.pod, - Net/LDAP/Control/Paged.pm, Net/LDAP/Control/ProxyAuth.pm, - Net/LDAP/Control/Sort.pm, Net/LDAP/Control/SortResult.pm, - Net/LDAP/Control/VLV.pm, Net/LDAP/Control/VLVResponse.pm: + * lib/Net/: LDAP.pod, LDAPS.pm, LDAP/Constant.pod, LDAP/Control.pm, + LDAP/DSML.pm, LDAP/Entry.pod, LDAP/FAQ.pod, LDAP/Filter.pod, + LDAP/LDIF.pod, LDAP/Message.pod, LDAP/Reference.pod, + LDAP/Schema.pod, LDAP/Search.pod, LDAP/Control/Paged.pm, + LDAP/Control/ProxyAuth.pm, LDAP/Control/Sort.pm, + LDAP/Control/SortResult.pm, LDAP/Control/VLV.pm, + LDAP/Control/VLVResponse.pm: Fix pods for links generated by pod2html @@ -1483,12 +1576,6 @@ Perl special variable that knows what platform the perl code was compiled on. -2001-08-21 18:03 Graham Barr - - * htdocs/index.html: - - Doc updates - 2001-08-17 17:20 Graham Barr * t/53schema.t: @@ -1879,9 +1966,8 @@ 2001-04-10 17:30 Graham Barr - * MANIFEST, htdocs/index.xml, lib/Net/LDAP/ASN.pm, - lib/Net/LDAP/Constant.pm, lib/Net/LDAP/Control.pm, - lib/Net/LDAP/Control/ProxyAuth.pm: + * MANIFEST, lib/Net/LDAP/ASN.pm, lib/Net/LDAP/Constant.pm, + lib/Net/LDAP/Control.pm, lib/Net/LDAP/Control/ProxyAuth.pm: Add Net::LDAP::Control::ProxyAuth from Olivier Dubois @@ -2009,12 +2095,6 @@ Skip CVS files -2001-02-12 14:22 Graham Barr - - * htdocs/index.xml: - - XML source for docs index - 2001-02-12 14:17 Graham Barr * lib/Net/: LDAP.pm, LDAP.pod, LDAP/Schema.pm, LDAP/Schema.pod: @@ -2145,10 +2225,9 @@ data/51a-cmp.ldif, data/51b-cmp.ldif, data/51c-cmp.ldif, data/51d-cmp.ldif, data/52-cmp.ldif, data/52-in.ldif, data/52-mod.ldif, data/schema.in, data/slapd-conf.in, - data/slapd.at.conf, data/slapd.oc.conf, lib/Authen/SASL.pm, - lib/Authen/SASL.pod, lib/Authen/SASL/CRAM_MD5.pm, - lib/Bundle/Net/LDAP.pm, lib/LWP/Protocol/ldap.pm, lib/Net/LDAP.pm, - lib/Net/LDAP.pod, lib/Net/LDAP/ASN.pm, lib/Net/LDAP/Bind.pm, + data/slapd.at.conf, data/slapd.oc.conf, lib/Bundle/Net/LDAP.pm, + lib/LWP/Protocol/ldap.pm, lib/Net/LDAP.pm, lib/Net/LDAP.pod, + lib/Net/LDAP/ASN.pm, lib/Net/LDAP/Bind.pm, lib/Net/LDAP/Constant.pm, lib/Net/LDAP/Constant.pod, lib/Net/LDAP/Control.pm, lib/Net/LDAP/Entry.pm, lib/Net/LDAP/Entry.pod, lib/Net/LDAP/Examples.pod, Index: RELEASE_NOTES =================================================================== RCS file: /cvsroot/perl-ldap/ldap/RELEASE_NOTES,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- RELEASE_NOTES 19 May 2003 22:36:10 -0000 1.13 +++ RELEASE_NOTES 24 Jun 2003 10:18:35 -0000 1.14 @@ -1,3 +1,12 @@ +perl-ldap 0.29 24 Jun 2003 +========================== + +* Workaround bug in IO::Socket::SSL when startTLS fails +* Fix reference loop memory leak problem +* Add a SIGNATURE to the distribution +* Re-added support for :all in the import list to get all constants +* New methods error_name, error_text, error_desc added to Message.pm + perl-ldap 0.28 19 May 2003 ========================== |