diff options
Diffstat (limited to 'contrib/DNS-LDNS/Changes')
| -rw-r--r-- | contrib/DNS-LDNS/Changes | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/contrib/DNS-LDNS/Changes b/contrib/DNS-LDNS/Changes index b718c30222e6..b560eda9efc4 100644 --- a/contrib/DNS-LDNS/Changes +++ b/contrib/DNS-LDNS/Changes @@ -21,3 +21,25 @@ Revision history for Perl extension DNS::LDNS. 0.06 Tue Dec 31 12:17:00 2013 - Corrected pod syntax + +0.50 Sun Mar 30 11:05:23 2014 + - Added prev parameter to the DNS::LDNS::RR::new(str) constructor. + - Corrected DNS::LDNS::RR::new(file/filename) constructor. Added prev + parameter, changed the default_ttl and origin parameters to + references so they can return data back to the caller as intended. + Using the 'built-in' default values for ttl and origin, rather than + my own values. + - Corrected the DNS::LDNS::Zone::new() constructor. Corrected file + option for reading zone from stream. Using the 'built-in' default + values for ttl and origin, rather than my own values. + - Removed the $DNS::LDNS::DEFAULT_* variables, they proved to be less + useful after modifying the Zone and RR constructors. + - More robust Makefile.PL. Check for existence of ldns library + and perl modules required for the test suite. + +0.51 Wed Apr 2 09:12:00 2014 + - Added META.yml, and added some more package dependencies. + - Compatibility with ldns < 1.6.12. + +0.52 Tue May 5 09:13:00 2015 + - Fixed typo in META.yml |
