Update changes

In preparation for new release.
This commit is contained in:
Brian May 2016-04-05 21:14:50 +10:00
parent 4241381d82
commit 8ec5d1a5ac

View File

@ -1,3 +1,14 @@
Release 0.78.0 (UNRELEASED)
===========================
* Don't force IPv6 if IPv6 nameservers supplied. Fixes #74.
* Call /bin/sh as users shell may not be POSIX compliant. Fixes #77.
* Use argparse for command line processing. Fixes #75.
* Remove useless --server option.
* Support multiple -s (subnet) options. Fixes #86.
* Make server parts work with old versions of Python. Fixes #81.
Release 0.77.2 (Mar 7, 2016)
============================