]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4438] Added ChangeLog entry
authorFrancis Dupont <fdupont@isc.org>
Tue, 5 May 2026 07:37:35 +0000 (09:37 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 5 May 2026 07:37:35 +0000 (09:37 +0200)
changelog_unreleased/4438-deprecate-leading-zeros-in-integer-values [new file with mode: 0644]

diff --git a/changelog_unreleased/4438-deprecate-leading-zeros-in-integer-values b/changelog_unreleased/4438-deprecate-leading-zeros-in-integer-values
new file mode 100644 (file)
index 0000000..d6d48bc
--- /dev/null
@@ -0,0 +1,7 @@
+[func]*                fdupont
+       Disallowed leading zeros in JSON integer values as
+       required by the standard to become campatible with
+       some other JSON tools e.g. the go implementation used
+       by Stork. Now incorrect integer values in Kea config
+       files are still accepted but raise warnings.
+       (Gitlab #4438)