diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-09-10 18:47:17 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-09-10 18:47:17 +0200 |
commit | ec66c414866572fcd77a5bf7e4a444e84d8aa804 (patch) | |
tree | 50b95bea4fdc18396e581506369bd7d67bcc438b /doc/changelog.txt | |
parent | 41aba5755c9fa6082aec99c4fec6c571f8e5062a (diff) | |
parent | 4fbd529e776527e548b343a82e14d1cb7eb30764 (diff) |
Merge branch 'release/experimental/3.25-1_exp1' into masterexperimental/3.25-1_exp1
Diffstat (limited to 'doc/changelog.txt')
-rw-r--r-- | doc/changelog.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt index 9aff713..ffe75c1 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,4 +1,15 @@ +v3.25 (2020-05-14) +================== +Fixes: +* string: fix out-of-bounds access when calling HX_strlcpy(x,y,0) +Changes: +* string: HX_split4 renamed to HX_split_inplace +* string: HX_split5 renamed to HX_split_fixed +* defs.h: removed partially implementation of FIELD_SIZEOF +* defs.h: removed custom offsetof definition; you will need to include + <stddef.h> or <cstddef> now. + v3.24 (2018-10-17) ================== |