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>2023-11-10 20:31:14 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2023-11-10 20:31:14 +0300
commitf2284796f4838c2806865b816c9a9adfe424c8ab (patch)
treee328ae4c53d80873f6bdbad0b679e6b7e9073915
parent444aca1c4b1d782ee62168232d7b466a837c609e (diff)
Update changelog and authors
-rw-r--r--AUTHORS.txt18
-rw-r--r--CHANGELOG.txt19
-rw-r--r--docs/migration.md4
3 files changed, 37 insertions, 4 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt
index c079cb0..2492787 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -82,7 +82,7 @@ Vitali Lovich <vlovich@google.com>
Vojtěch Boček <vbocek@gmail.com>
Wael Nasreddine <wael.nasreddine@gmail.com>
wangli28 <wangli28@beyondsoft.com>
-Zukaitis <gediminas.zukaitis@office.auriga.msk>
+Gediminas Žukaitis <gediminas.zukaitis@protonmail.com>
Alex Pacini <alexpacini90@gmail.com>
Cong <congusbongus@gmail.com>
kurddt <kurddt@users.noreply.github.com>
@@ -120,4 +120,18 @@ Krzysztof Rosinski <krzysiek@jrdltd.co.uk>
Nathaniel Brough <nathaniel.brough@gmail.com>
Sean Kahler <itsbattledash@gmail.com>
Valerii Koval <valeros@users.noreply.github.com>
-Gediminas Žukaitis <gediminas.zukaitis@protonmail.com>
+Armando Montanez <amontanez@google.com>
+Brian Yuan <bayuan@purdue.edu>
+Hans Binderup <habi@bang-olufsen.dk>
+Isaac Torres <isaac@isaactorz.dev>
+Jerry Chen <jerry.chen@touchgui.com>
+jheaff1 <jheaff1@outlook.com>
+Joseph Duchesne <joseph@avidbots.com>
+Josh Strohminger <joshstrohminger@users.noreply.github.com>
+Krishna Ersson <2743723+kersson@users.noreply.github.com>
+Mark <mark@astranis.com>
+Nick St.Pierre <120039901+nicholas-stpierre-simplisafe@users.noreply.github.com>
+philippe44 <philippe44@users.noreply.github.com>
+Richard Patel <ripatel@jumptrading.com>
+Tilen Majerle <tilen.majerle@gmail.com>
+Tobias Thiel <tobias011@gmail.com>
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index cd1cca3..a7b1369 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,22 @@
+nanopb-0.4.8 (2023-11-11)
+ Fix name mangling with dependent proto files (#892, #899)
+ Fix initializer macros for custom callback datatype (#806)
+ Use UTF-8 encoding for generated files irrespective of locale (#868)
+ Add integer size overrides for fixed width types (#897)
+ Add ability to specify size of generated enums (#867)
+ Provide define for largest message in file (#893)
+ Automatically break circular dependencies (#881)
+ Remove pkg_resources import to avoid deprecation warning (#887)
+ Use static_assert keyword on MSVC in C89 mode (#843)
+ platformio: Allow substitutions in custom_nanopb_protos (#882)
+ CMakeLists: Add missing __init__.py to generator install (#841)
+ CMakeLists: Add nanopb_PYTHON_INSTDIR_OVERRIDE (#875)
+ CMakeLists: Rename installation directories (#845, #907)
+ FindNanopb.cmake: Fix regression bug with relative include path (#888)
+ FindNanopb.cmake: Ensure generator files are updated when cached (#847)
+ FindNanopb.cmake: Fix generator call on Windows (#874)
+ Bazel: multiple build rule fixes and updates (#855, #891, #904, #906, #919)
+
nanopb-0.4.7 (2022-12-11)
Fix comments generation for submessages (#788)
Fix handling of spaces in arguments passed through protoc (#810)
diff --git a/docs/migration.md b/docs/migration.md
index ddcc363..394b4fa 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -6,7 +6,7 @@ required modifications of user applications are explained. Also any
error indications are included, in order to make it easier to find this
document.
-Nanopb-0.4.8 (2023-xx-xx)
+Nanopb-0.4.8 (2023-11-11)
-------------------------
### Fix naming conflicts with CMake installation
@@ -22,7 +22,7 @@ Include path may need adjustment if not using `nanopb-targets.cmake` to determin
**Error indications:** Include file `pb.h` not found when compiling against a system-wide installation done with CMake.
-Nanopb-0.4.7 (2022-xx-xx)
+Nanopb-0.4.7 (2022-12-11)
-------------------------
### Add int_size option to enum fields