diff options
author | Christian Hesse <mail@eworm.de> | 2024-06-20 20:51:46 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-06-21 15:57:04 +0200 |
commit | 1a6812ef797a1683cec9678062cfaca367500ad0 (patch) | |
tree | 50a8b9e5c2f27d3a3291f459a17d4d5d515dc0a9 | |
parent | c4e8d01de19f9c5e1d19c74c010079233c4d4df5 (diff) |
notify on changes regarding certificateschange-130
-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 ca8ecb1..eb9f638 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local ScriptName [ :jobname ]; # expected configuration version -:global ExpectedConfigVersion 129; +:global ExpectedConfigVersion 130; # global variables not to be changed by user :global GlobalFunctionsReady false; diff --git a/news-and-changes.rsc b/news-and-changes.rsc index b20bbaf..cf17e7a 100644 --- a/news-and-changes.rsc +++ b/news-and-changes.rsc @@ -54,6 +54,7 @@ 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."; + 130="Dropped intermediate certificates, depending on just root certificates now."; }; # Migration steps to be applied on script updates |