Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-10-19 10:41:30 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2020-10-19 10:43:50 +0300
commit15794f08e01261f57b1684aac462bb4de4bce680 (patch)
tree56c05afde52fd01198be30ecc19eb85fc7364b34
parent5d5187f97ab8f54ddd240f45e19e74bc8c615361 (diff)
Add note about nanopb-0.4.3-p1 to changelog
-rw-r--r--CHANGELOG.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 7dc0dac..332f2d4 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -16,6 +16,11 @@ NOTE: version 0.4.3 changes layout of pb_msgdesc_t. It requires recompiling .pb.
thus breaks ABI compatibility. In general, ABI compatibility is not currently maintained
between any nanopb versions.
+NOTE: There was an apparent false positive virus identification by Windows Defender of the
+PyInstaller 3.6 based Windows package nanopb-0.4.3-windows-x86.zip. The package was replaced
+by nanopb-0.4.3-p1-windows-x86.zip with rebuilt PyInstaller 4.0, which seems to avoid the problem.
+Actual nanopb code is unchanged between the packages.
+
nanopb-0.4.2 (2020-06-23)
Fix buffer overflow when encoding bytes with size set to 65535 (#547, GHSA-3p39-mfxg-hrq4)
Fix segfault with pointer fields and proto3_singular_msgs = true. (#504,#505)