Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated git submodule commit references to latest master branch commits #541

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion asn1_codec
Submodule asn1_codec updated 49 files
+6 −4 .github/workflows/ci.yml
+3 −6 .gitmodules
+42 −25 Dockerfile
+45 −28 Dockerfile.dev
+41 −23 Dockerfile.standalone
+5 −0 README.md
+1 −1 asn1c
+4 −4 asn1c_combined/.gitignore
+0 −5,714 asn1c_combined/J2735_201603DA.ASN
+28 −4 asn1c_combined/README.md
+21 −8 asn1c_combined/doIt.sh
+43 −0 asn1c_combined/generate-files.sh
+ asn1c_combined/generated-files/2016.tar.gz
+ asn1c_combined/generated-files/2020.tar.gz
+2 −0 asn1c_combined/j2735-asn-files/2016/.gitignore
+2 −0 asn1c_combined/j2735-asn-files/2020/.gitignore
+85 −0 asn1c_combined/j2735-asn-files/2020/overrides/NodeOffsetPointXY.h
+39 −0 asn1c_combined/scms-asn-files/EtsiTs103097ExtensionModule.asn
+1,469 −0 asn1c_combined/scms-asn-files/Ieee1609Dot2.asn
+1,413 −0 asn1c_combined/scms-asn-files/Ieee1609Dot2BaseTypes.asn
+72 −0 asn1c_combined/scms-asn-files/Ieee1609Dot2Crl.asn
+468 −0 asn1c_combined/scms-asn-files/Ieee1609Dot2CrlBaseTypes.asn
+14 −0 asn1c_combined/scms-asn-files/README.md
+0 −0 asn1c_combined/semi-asn-files/2016/SEMI_v2.3.0_070616.asn
+605 −0 asn1c_combined/semi-asn-files/2020/SEMI_v2.4.0_121223_j2020.asn
+1 −0 data/InputData.decoding.bsm.xml
+1 −1 data/InputData.encoding.tim.error.payload.xml
+1 −1 data/InputData.encoding.tim.error.xml
+1 −0 data/InputData.encoding.tim.odeasdpayload.xml
+1 −1 data/InputData.encoding.tim.odetimpayload.xml
+5 −5 data/InputData.encoding.tim.pp.xml
+16 −4 data/README.md
+1 −1 data/asd/asd.v3.mf.packed.xml
+4 −4 data/asd/asd.v3.mf.xml
+1 −1 data/asd/asd.v3.packed.xml
+4 −4 data/asd/asd.v3.xml
+5 −5 data/examples/MessageFrame.TravelerInformation.xml
+5 −5 data/examples/asn1c_input_tim.bin2xml
+1 −1 docker_build.sh
+27 −0 docs/Release_notes.md
+74 −0 docs/dockerhub.md
+8 −2 include/acm.hpp
+1 −1 include/acm_blob_producer.hpp
+9 −1 sample.env
+0 −1 scms-asn1
+51 −5 src/acm.cpp
+2 −2 src/acm_blob_producer.cpp
+145 −56 src/tests.cpp
+12 −0 unit-test-data/README.md
11 changes: 11 additions & 0 deletions docs/Release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
JPO-ODE Release Notes
----------------------------

Version 2.0.1, released March 2024
----------------------------------------
### **Summary**
The updates for the jpo-ode 2.0.1 release includes an update to the commit references for the asn1_codec, jpo-cvdp, jpo-s3-deposit, jpo-sdw-depositor & jpo-security-svcs git submodules.

Enhancements in this release:
- Compatible versions of submodules are now referenced in the jpo-ode project.

Known Issues:
- No known issues at this time.

Version 2.0.0, released February 2024
----------------------------------------
### **Summary**
Expand Down
Loading