Skip to content

Commit 86461c6

Browse files
committed
Merge pull request #44 from phillipod/release-3.0.4
Release 3.0.4
2 parents 9365318 + 3ffe36f commit 86461c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Changes

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Revision history for Perl5 Net::LDAPapi Module.
2-
3.0.4 uncommitted
2+
3.0.4 Mon Dec 01 19:00:00 PST 2015
33
- Fix undef comparison
44
- Misc variable initializations to quiet warnings
55
- Fixed sasl mechanisms initializtion
@@ -15,6 +15,7 @@ Revision history for Perl5 Net::LDAPapi Module.
1515
- Fixed quanah/net-ldapapi#28: Server control responses get eaten after a NULL character in the berval
1616
- Fixed quanah/net-ldapapi#30: ldap_search_ext() and ldap_search_ext_s() segfault when used with timeout
1717
- 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
1819
3.0.3 Wed Aug 20 12:23:00 PST 2008
1920
- Add Convert::ASN1 requirement.
2021
- Fix error code handling (CPAN bug#35910)

LDAPapi.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ require AutoLoader;
232232
LDAP_TAG_IM_RES_VALUE
233233
LDAP_TAG_SASL_RES_CREDS
234234
);
235-
$VERSION = '3.0.x';
235+
$VERSION = '3.0.4';
236236

237237
sub AUTOLOAD {
238238
# This AUTOLOAD is used to 'autoload' constants from the constant()

0 commit comments

Comments
 (0)