From ca4f4c59c8875c44c830828fb46857e43ce69f89 Mon Sep 17 00:00:00 2001 From: Daniel McCoy Stephenson Date: Tue, 30 Jan 2024 07:33:00 -0700 Subject: [PATCH 1/2] Added release notes for v1.6.0 --- docs/Release_notes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/Release_notes.md b/docs/Release_notes.md index be5c2faa..6e5772d3 100644 --- a/docs/Release_notes.md +++ b/docs/Release_notes.md @@ -1,6 +1,23 @@ asn1_codec Release Notes ---------------------------- +Version 1.6.0, released February 2024 + +### **Summary** +The changes for the asn1_codec 1.6.0 release include dockerfile optimizations, a transition to J2735 2020, dockerhub image documentation & a move to including the generated header/implementation files in tracked files as tarballs. + +Enhancements in this release: +- CDOT PR 14: Optimized dockerfiles for smaller & faster deployments by switching over to using alpine as the base image +- CDOT PR 18: Allowed 'doIt.sh' to target directories instead of a single file +- CDOT PR 19: Transitioned to using the ASN files for J2735 2020. +- CDOT PR 17: Added dockerhub image documentation +- CDOT PR 21: Included generated header/implementation files in tracked files as tarballs + +Known Issues: +- The do_kafka_test.sh script in the project's root directory is currently not running successfully. The issue is being investigated and will be addressed in a future update. +- According to Valgrind, a minor memory leak has been detected. The development team is aware of this and is actively working on resolving it. + + Version 1.5.0, released November 2023 ---------------------------------------- From 85762d132e18ff267548cd4dffd089da648906db Mon Sep 17 00:00:00 2001 From: Daniel McCoy Stephenson Date: Tue, 30 Jan 2024 10:16:37 -0700 Subject: [PATCH 2/2] Modified release notes for v1.6.0 to include updated SCMS files --- docs/Release_notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Release_notes.md b/docs/Release_notes.md index 6e5772d3..4af96653 100644 --- a/docs/Release_notes.md +++ b/docs/Release_notes.md @@ -2,9 +2,10 @@ asn1_codec Release Notes ---------------------------- Version 1.6.0, released February 2024 +---------------------------------------- ### **Summary** -The changes for the asn1_codec 1.6.0 release include dockerfile optimizations, a transition to J2735 2020, dockerhub image documentation & a move to including the generated header/implementation files in tracked files as tarballs. +The changes for the asn1_codec 1.6.0 release include dockerfile optimizations, a transition to J2735 2020, dockerhub image documentation, a move to including the generated header/implementation files in tracked files as tarballs and updated SCMS files. Enhancements in this release: - CDOT PR 14: Optimized dockerfiles for smaller & faster deployments by switching over to using alpine as the base image @@ -12,6 +13,7 @@ Enhancements in this release: - CDOT PR 19: Transitioned to using the ASN files for J2735 2020. - CDOT PR 17: Added dockerhub image documentation - CDOT PR 21: Included generated header/implementation files in tracked files as tarballs +- CDOT PR 20: Updated SCMS files Known Issues: - The do_kafka_test.sh script in the project's root directory is currently not running successfully. The issue is being investigated and will be addressed in a future update.