diff --git a/Changes b/Changes index 0c334ad..e00005b 100644 --- a/Changes +++ b/Changes @@ -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 @@ -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) diff --git a/LDAPapi.pm b/LDAPapi.pm index dc241f7..7232749 100644 --- a/LDAPapi.pm +++ b/LDAPapi.pm @@ -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()