v2.0.5
- bugfix: fixed #169 - the Client.php was comparing the $qtype value to "AXFR" but should have been using the new ENUM value
- bugfix: fixed #170 - the Socket::read() function could end up in and endless loop when using TCP, and the remote end doesn't
return any data at all. - bugfix: fixed #171 - added a missing __isset() magic method to the RR object.