Version 1.0.0
=============
 - build: fix build on Windows with Python
 - channel: return TTL information
 - channel:don't unnecessarily create a list for CNAME results
 - core: use inet_pton instead of inet_addr
 - channel: simplify PTR response handling
 - channel: make al queries return namedtuple-like objects
 - build: use setuptools
 - ci: add appveyor integration
 - build: enable verbose output when building c-ares
 - build: fix 64-bit build on Windows
 - build: drop support for older Python versions
 - doc: update documentation

Version 0.7.0
=============
 - setup: Fix decoding in non-UTF-8 environments
 - build: updated Travis build process
 - Add rotate option
 - Update documentation

Version 0.6.3
=============
 - Fix crash if ares_timeout returns NULL
 - Fix initializing channel with float timeouts < 1

Version 0.6.2
=============
 - Fix crash due to a refcount bug

Version 0.6.1
=============
 - Raise ValueError if query type is not valid
 - Re-enabled CNAME test
 - Fixed importing from errno submodule in Python 3

Version 0.6.0
=============
 - Added asyncio integration example
 - Added event loop integration documantation
 - Mention Python 3.4 support
 - Fixed setup_cares.py to properly work with Python 3
 - Fix build on BSD systems

Version 0.5.0
=============
 - Updated to c-ares 1.10.0

Version 0.4.0
=============
 - Added support for compiling with Microsoft Visual Studio
 - Added socket_send_buffer_size, socket_receive_buffer_size,
   lookups and domains init options
 - Unified set_local_ip* functions

Version 0.3.0
=============
 - Simplified gethostbyaddr interface
 - Added reverse_address method
 - Added PTR query support
 - Fixed pyuv resolver example

Version 0.2.0
=============
 - Fixed checking port number boundaries
 - Refactored unicode support
 - Encode given hostnames with idna encoding
   for gethostbyname and query

Version 0.1.0
=============
 - Initial release

