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>2014-05-20 20:46:48 +0400
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2014-05-20 20:46:48 +0400
commit2c51fb7771687cdd75377094d09c6c01ef66e2cc (patch)
treef606212f7a8d9af93ef0480f94df111433c6761f
parent916bcb3643b257ab2cb2cbc6a74da2c0cb74d275 (diff)
Update changelog for 0.2.8nanopb-0.2.8
-rw-r--r--CHANGELOG.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 6d643ad..e35ee3a 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,9 @@
+nanopb-0.2.8 (2014-05-20)
+ Fix security issue with PB_ENABLE_MALLOC. (issue 117)
+ Add option to not add timestamps to .pb.h and .pb.c preambles. (issue 115)
+ Documentation updates
+ Improved tests
+
nanopb-0.2.7 (2014-04-07)
Fix bug with default values for extension fields (issue 111)
Fix some MISRA-C warnings (issue 91)