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>2017-09-23 13:38:02 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2017-09-23 13:38:02 +0300
commit9719920074d41208da0b3618f3ef52cb180eb435 (patch)
tree280c8e3ce473213301bd39f7a75439bac7c06e6d
parent1291daddf6e41f0b287606e724c1a4c2ad6716cf (diff)
Update changelog
-rw-r--r--AUTHORS.txt1
-rw-r--r--CHANGELOG.txt3
2 files changed, 3 insertions, 1 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt
index 762a4e7..347c133 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -35,4 +35,5 @@ Harald Fernengel <harryf@gmx.com>
Alice Wang <aw@squareup.com>
Kevin Fitch <kfitch42@gmail.com>
Kamal Marhubi <kamal@marhubi.com>
+Elco Jacobs <elco@brewpi.com>
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 78ba8a9..a654e44 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,4 @@
-nanopb-0.3.9 (2017-09-xx)
+nanopb-0.3.9 (2017-09-23)
Fix bugs in proto3 encoding of submessages (#256)
Fix message size calculation for arrays of size 1 (#253)
Fix segfault with FT_CALLBACK inside FT_POINTER (#259)
@@ -7,6 +7,7 @@ nanopb-0.3.9 (2017-09-xx)
Add option to build without 64-bit support (#86)
Add options to define source and header file extensions (#264)
Add pb_en/decode_nullterminated() (part of #278)
+ Add pb_decode_delimited_noinit (#284)
CMake: add dependency for .options file (#265)
CMake: change use of relative paths (#250,#271,#273)
Better error message for missing max_size option (#281)