diff options
author | Christian Hesse <mail@eworm.de> | 2024-05-23 12:18:13 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-05-23 12:27:23 +0200 |
commit | 33a495beb76f438ba79e56ab8e4872d2df5c4da8 (patch) | |
tree | a99058aed178757146a0691080e665f7b7fd63d3 | |
parent | affa11816182fa2bff454b3e82df3166c6cdd744 (diff) |
backup-partition: news on support for copy-overchange-129
-rw-r--r-- | global-functions.rsc | 2 | ||||
-rw-r--r-- | news-and-changes.rsc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index 3800ad5..96ed71d 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local ScriptName [ :jobname ]; # expected configuration version -:global ExpectedConfigVersion 128; +:global ExpectedConfigVersion 129; # global variables not to be changed by user :global GlobalFunctionsReady false; diff --git a/news-and-changes.rsc b/news-and-changes.rsc index 13a358f..b20bbaf 100644 --- a/news-and-changes.rsc +++ b/news-and-changes.rsc @@ -53,6 +53,7 @@ 126="Made 'telegram-chat' capable of handling large command output. Telegram messages still limit the size, so it is truncated now."; 127="Added support for authentication to Ntfy notification module."; 128="Added another list from blocklist.de to default configuration for 'fw-addr-lists'."; + 129="Extended 'backup-partition' to support RouterOS copy-over - interactively or before feature update."; }; # Migration steps to be applied on script updates |