Skip to content

Commit

Permalink
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
from setup_cares import cares_build_ext
import codecs

__version__ = "0.7.0"
__version__ = "1.0.0"

setup(name = "pycares",
version = __version__,

0 comments on commit 68dfae4

Please sign in to comment.