2019-04-01 09:12:34 +00:00
|
|
|
# RouterOS global-config changes
|
|
|
|
# Copyright (c) 2019 Christian Hesse <mail@eworm.de>
|
|
|
|
|
|
|
|
# Changes for global-config to be added to notification on script-updates
|
|
|
|
:global GlobalConfigChanges {
|
|
|
|
1="moved variables from global-config to global-functions for independence";
|
|
|
|
2="variable names became CamelCase to work around scripting issues";
|
2019-04-01 20:45:38 +00:00
|
|
|
3="variable for certificate renew passphrase became an array to support multiple passphrases";
|
2019-04-02 06:48:35 +00:00
|
|
|
4="added option to ignore global-config changes";
|
2019-06-14 12:59:49 +00:00
|
|
|
5="split off new script cloud-backup from email-backup";
|
2019-04-01 09:12:34 +00:00
|
|
|
};
|