[Ddclient-support] [ddclient/ddclient] 1c13c2: Fix misuse of define()
Brought to you by:
supersandro2000,
wimpunk
From: Sandro <no...@gi...> - 2020-06-12 19:30:44
|
Branch: refs/heads/master Home: https://github.com/ddclient/ddclient Commit: 1c13c24981b24d13a2677cff9b3747bc21d8f584 https://github.com/ddclient/ddclient/commit/1c13c24981b24d13a2677cff9b3747bc21d8f584 Author: Richard Hansen <rh...@rh...> Date: 2020-06-12 (Fri, 12 Jun 2020) Changed paths: M ddclient Log Message: ----------- Fix misuse of define() Commit: e696d57ff24ceeb6b80535771052a5cb8657a05d https://github.com/ddclient/ddclient/commit/e696d57ff24ceeb6b80535771052a5cb8657a05d Author: Richard Hansen <rh...@rh...> Date: 2020-06-12 (Fri, 12 Jun 2020) Changed paths: M ChangeLog.md M ddclient Log Message: ----------- Prefer `ip` over `if` over `web` when inferring `use` If the user passed `-ip` they almost certainly want to use it, even if they also passed `-if` and `-web`. Similarly, if the user passed `-if` they almost certainly want to use it even if they also passed `-web`. Commit: eb4b226af0bfeaa38a556ff5a3407855c5252e96 https://github.com/ddclient/ddclient/commit/eb4b226af0bfeaa38a556ff5a3407855c5252e96 Author: Sandro <san...@gm...> Date: 2020-06-12 (Fri, 12 Jun 2020) Changed paths: M ChangeLog.md M ddclient Log Message: ----------- Merge pull request #153 from rhansen/infer-use Compare: https://github.com/ddclient/ddclient/compare/7fa1beb11ef6...eb4b226af0bf |