Skip to content

Commit

Permalink
Merge pull request #44 from phillipod/release-3.0.4
Browse files Browse the repository at this point in the history
Release 3.0.4
  • Loading branch information
quanah committed Dec 1, 2015
2 parents 9365318 + 3ffe36f commit 86461c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Revision history for Perl5 Net::LDAPapi Module.
3.0.4 uncommitted
3.0.4 Mon Dec 01 19:00:00 PST 2015
- Fix undef comparison
- Misc variable initializations to quiet warnings
- Fixed sasl mechanisms initializtion
Expand All @@ -15,6 +15,7 @@ Revision history for Perl5 Net::LDAPapi Module.
- Fixed quanah/net-ldapapi#28: Server control responses get eaten after a NULL character in the berval
- Fixed quanah/net-ldapapi#30: ldap_search_ext() and ldap_search_ext_s() segfault when used with timeout
- Fixed quanah/net-ldapapi#31: ldap_result() and ldap_url_search_st() timeout parameters have a granularity of 1 second
- Fixed quanah/net-ldapapi#40: Server control requests get eaten after a NULL character in the berval
3.0.3 Wed Aug 20 12:23:00 PST 2008
- Add Convert::ASN1 requirement.
- Fix error code handling (CPAN bug#35910)
Expand Down
2 changes: 1 addition & 1 deletion LDAPapi.pm
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ require AutoLoader;
LDAP_TAG_IM_RES_VALUE
LDAP_TAG_SASL_RES_CREDS
);
$VERSION = '3.0.x';
$VERSION = '3.0.4';

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

0 comments on commit 86461c6

Please sign in to comment.