From f2284796f4838c2806865b816c9a9adfe424c8ab Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Fri, 10 Nov 2023 19:31:14 +0200 Subject: Update changelog and authors --- AUTHORS.txt | 18 ++++++++++++++++-- CHANGELOG.txt | 19 +++++++++++++++++++ docs/migration.md | 4 ++-- 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 Vojtěch Boček Wael Nasreddine wangli28 -Zukaitis +Gediminas Žukaitis Alex Pacini Cong kurddt @@ -120,4 +120,18 @@ Krzysztof Rosinski Nathaniel Brough Sean Kahler Valerii Koval -Gediminas Žukaitis +Armando Montanez +Brian Yuan +Hans Binderup +Isaac Torres +Jerry Chen +jheaff1 +Joseph Duchesne +Josh Strohminger +Krishna Ersson <2743723+kersson@users.noreply.github.com> +Mark +Nick St.Pierre <120039901+nicholas-stpierre-simplisafe@users.noreply.github.com> +philippe44 +Richard Patel +Tilen Majerle +Tobias Thiel 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 -- cgit v1.2.3