From fb6570b3ce4fc4c9e0e3a1e746c4e004242a1f9b Mon Sep 17 00:00:00 2001 From: Petteri Aimonen <jpa@git.mail.kapsi.fi> Date: Thu, 11 Oct 2018 10:39:31 +0300 Subject: [PATCH] Update changelog & authors --- AUTHORS.txt | 5 ++++- CHANGELOG.txt | 9 +++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 0034abf..6c17124 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -42,4 +42,7 @@ Edward Z. Yang <ezyang@mit.edu> Robbie Shade <rjshade@google.com> Andrew Ballinger <andrewballinger@stratisopt.com> Hamina, Juha-Pekka <Juha-Pekka.Hamina@nordicsemi.no> - +Jason Bishop <jason.bishop@bigassfans.com> +matejcik <ja@matejcik.cz> +Tobias Müller <Tobias_Mueller@twam.info> +Jari Vetoniemi <mailroxas@gmail.com> diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5a17be0..3bf097e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,12 @@ +nanopb-0.3.9.2 (2018-10-xx) + Erroneous free() when using callbacks combined with PB_ENABLE_MALLOC (#346) + Fix possible null-pointer dereference in decode_callback_field (#342) + Fix FindNanopb.cmake on Windows (#335) + Fix large generator memory usage with oneof fields (#338) + Add --no-strip-path command line option (#326) + Option for flattening nested protobuf names (#333) + Fix dates in changelog (#329) + nanopb-0.3.9.1 (2018-04-14) Fix handling of special characters in string/bytes default values (issue #322) Fix encoding of negative numbers with PB_WITHOUT_64BIT (#285) -- GitLab