From ad70232818cc9540e36b4f1a284ab7389c4f4548 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Mon, 11 Apr 2022 05:38:44 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 3ca092e..f123e9c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -95,3 +95,17 @@ 2022-03-25: added options --compressed-ssh, --list-only, --use-ascii added options --path-as-is, --ssl-allow-beast, --no-buffer, --no-keepalive, --no-sessionid 2022-03-28: added options --mail-auth, --mail-from, --mail-rcpt, --mail-rcpt-allowfails, --crlf, --upload-file (SMTP) +2022-04-10: WATO: added options to deploy cURL executable, no separate rules for curl and curl executable anymore + WATO: windows/linux summarized under on option, no separate WATO rules per OS necessary anymore + WATO: replaced most CascadingDropdown with Alternative to avoid the need for adusting default and url settings in the bakery + BAKERY: reworked to make scalable for multiple OSs (THX to andreas.doehler[at]gmail[dot]com) + BAKERY: removed data adjustments between default and per url settings after WATO rework + +Note: to update from a pre 20220410 version (if you have used the curl_executable plugin) you need to +- remove the cURL executable rules from WATO +- remove the curl_executable package +- install the new curl_executable package +- update the curl package +- reconfigure your cURL WATO rules (select the executable version to use) +- redeploy the package + -- GitLab