From 60abfc93a217b7d6875f319f4e78f68bdccdb0f7 Mon Sep 17 00:00:00 2001 From: "mike.pultz" Date: Mon, 25 Jul 2011 20:51:51 +0000 Subject: [PATCH] - trunk is now 1.1.5 --- Net/DNS2.php | 2 +- package.php | 6 +++--- package.xml | 57 ++++++++++++++++++++++++++++++++-------------------- 3 files changed, 39 insertions(+), 26 deletions(-) diff --git a/Net/DNS2.php b/Net/DNS2.php index b9bd93b..1ef3c3b 100644 --- a/Net/DNS2.php +++ b/Net/DNS2.php @@ -78,7 +78,7 @@ class Net_DNS2 /* * the current version of this library */ - const VERSION = '1.1.4'; + const VERSION = '1.1.5'; /* * the default path to a resolv.conf file diff --git a/package.php b/package.php index a394c9a..ac15630 100644 --- a/package.php +++ b/package.php @@ -21,11 +21,11 @@ $pkg->setSummary('PHP5 Resolver library used to communicate with a DNS server.'); $pkg->setDescription("Provides (roughly) the same functionality as Net_DNS, but using PHP5 objects, exceptions for error handling, better sockets support.\n\nThis release is (in most cases) 2x - 10x faster than Net_DNS, as well as includes more RR's (including DNSSEC RR's), and improved sockets and streams support."); $pkg->setChannel('pear.php.net'); -$pkg->setAPIVersion('1.1.3'); -$pkg->setReleaseVersion('1.1.3'); +$pkg->setAPIVersion('1.1.4'); +$pkg->setReleaseVersion('1.1.4'); $pkg->setReleaseStability('stable'); $pkg->setAPIStability('stable'); -$pkg->setNotes("- added support for IPv6 DNS servers; from resolv.conf files, and from name server arrays\n- added new IPv4 and IPv6 validation functions, and a IPv6 expand function\n- changed the A, AAAA and IPSECKEY RR's to use the new validation methods\n- added support for IPv6 PTR records\n- dropped the old IPv4 regex from the lookups class\n"); +$pkg->setNotes("- fixed a math issue with the name compress logic; this would somtimes screw up Updates with multiple RR's\n- added a new test in the test suite, that validates that the domain name compression and expansion works properly"); $pkg->setPackageType('php'); $pkg->addRelease(); $pkg->setPhpDep('5.1.2'); diff --git a/package.xml b/package.xml index 9be287a..044d20f 100644 --- a/package.xml +++ b/package.xml @@ -15,11 +15,11 @@ This release is (in most cases) 2x - 10x faster than Net_DNS, as well as include mike@mikepultz.com yes - 2011-07-01 - + 2011-07-25 + - 1.1.3 - 1.1.3 + 1.1.4 + 1.1.4 stable @@ -27,32 +27,29 @@ This release is (in most cases) 2x - 10x faster than Net_DNS, as well as include BSD License -- added support for IPv6 DNS servers; from resolv.conf files, and from name server arrays -- added new IPv4 and IPv6 validation functions, and a IPv6 expand function -- changed the A, AAAA and IPSECKEY RR's to use the new validation methods -- added support for IPv6 PTR records -- dropped the old IPv4 regex from the lookups class +- fixed a math issue with the name compress logic; this would somtimes screw up Updates with multiple RR's +- added a new test in the test suite, that validates that the domain name compression and expansion works properly - + - + - + - + - + - + - - + + @@ -67,14 +64,14 @@ This release is (in most cases) 2x - 10x faster than Net_DNS, as well as include - + - - + + @@ -86,9 +83,9 @@ This release is (in most cases) 2x - 10x faster than Net_DNS, as well as include - + - + @@ -232,5 +229,21 @@ Initial Beta release of Net_DNS2 - dropped the old IPv4 regex from the lookups class + + + 1.1.4 + 1.1.4 + + + stable + stable + + 2011-07-25 + BSD License + +- fixed a math issue with the name compress logic; this would somtimes screw up Updates with multiple RR's +- added a new test in the test suite, that validates that the domain name compression and expansion works properly + +