Branch: refs/heads/master
Home: https://github.com/ddclient/ddclient
Commit: 40f355d05ef8f0a194f100784216fe1e928e8394
https://github.com/ddclient/ddclient/commit/40f355d05ef8f0a194f100784216fe1e928e8394
Author: Richard Hansen <rh...@rh...>
Date: 2020-06-16 (Tue, 16 Jun 2020)
Changed paths:
M ChangeLog.md
M ddclient
Log Message:
-----------
Fix parsing of "true" as a boolean value
Before, "t" and "ttrue" were accepted as true, but not "true".
Also simplify the true and false regular expressions.
Commit: 2f26ed5969715c77c403177a2f69432a77f1a76f
https://github.com/ddclient/ddclient/commit/2f26ed5969715c77c403177a2f69432a77f1a76f
Author: Sandro <san...@gm...>
Date: 2020-06-17 (Wed, 17 Jun 2020)
Changed paths:
M ChangeLog.md
M ddclient
Log Message:
-----------
Merge pull request #183 from rhansen/bool-parsing
Fix parsing of "true" as a boolean value
Compare: https://github.com/ddclient/ddclient/compare/7cc36539e7cc...2f26ed596971
|