File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Perl5 Net::LDAPapi Module.
2
- 3.0.4 uncommitted
2
+ 3.0.4 Mon Dec 01 19:00:00 PST 2015
3
3
- Fix undef comparison
4
4
- Misc variable initializations to quiet warnings
5
5
- Fixed sasl mechanisms initializtion
@@ -15,6 +15,7 @@ Revision history for Perl5 Net::LDAPapi Module.
15
15
- Fixed quanah/net-ldapapi#28: Server control responses get eaten after a NULL character in the berval
16
16
- Fixed quanah/net-ldapapi#30: ldap_search_ext() and ldap_search_ext_s() segfault when used with timeout
17
17
- Fixed quanah/net-ldapapi#31: ldap_result() and ldap_url_search_st() timeout parameters have a granularity of 1 second
18
+ - Fixed quanah/net-ldapapi#40: Server control requests get eaten after a NULL character in the berval
18
19
3.0.3 Wed Aug 20 12:23:00 PST 2008
19
20
- Add Convert::ASN1 requirement.
20
21
- Fix error code handling (CPAN bug#35910)
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ require AutoLoader;
232
232
LDAP_TAG_IM_RES_VALUE
233
233
LDAP_TAG_SASL_RES_CREDS
234
234
) ;
235
- $VERSION = ' 3.0.x ' ;
235
+ $VERSION = ' 3.0.4 ' ;
236
236
237
237
sub AUTOLOAD {
238
238
# This AUTOLOAD is used to 'autoload' constants from the constant()
You can’t perform that action at this time.
0 commit comments