- Fixed install_requires so either dnspython (preferred if neither is

installed) or PyDNS satisfies the install requirements
This commit is contained in:
Scott Kitterman
2018-03-10 17:49:22 -05:00
parent 1843ca6244
commit 5d8d47cd52
2 changed files with 10 additions and 1 deletions
+2
View File
@@ -7,6 +7,8 @@
- Added support for SyslogSuccess option
- Rationalized logging to be much less verbose unless SyslogSuccess or
debugLevel are set - default is generally start/stop/errors only
- Fixed install_requires so either dnspython (preferred if neither is
installed) or PyDNS satisfies the install requirements
0.9.4 2018-03-09
- Create PID directory if it is missing