diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-09-11 12:59:53 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-09-11 12:59:53 +0200 |
commit | 1af50ec84a39ef50c9ec5f17b2a7b4a1ce514b2a (patch) | |
tree | d26b12a12a62a2e1039c091284c9a87354c58729 /debian | |
parent | 81f662f716dbc36129957cde5b97284e6e2f4181 (diff) | |
download | libvyosconfig-1af50ec84a39ef50c9ec5f17b2a7b4a1ce514b2a.tar.gz libvyosconfig-1af50ec84a39ef50c9ec5f17b2a7b4a1ce514b2a.zip |
Allow all characters except braces, quotes, and whitespace in "identifiers"
(bare strings that can be either node identifiers or leaf node values).
That's required for compatibility with old configs because old configs allow it,
for example, "pre-shared secret f%#$!@*&".
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cdfb586..27954ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libvyosconfig0 (0.0.3) unstable; urgency=medium + + * Allow all characters except braces, quotes, and whitespace in identifiers. + + -- Daniil Baturin <daniil@baturin.org> Tue, 11 Sep 2018 12:57:39 +0200 + libvyosconfig0 (0.0.2) unstable; urgency=medium * Add support for node renaming. |