Skip to content
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 .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "asn1_codec"]
path = asn1_codec
url = https://github.com/CDOT-CV/asn1_codec.git
url = https://github.com/usdot-jpo-ode/asn1_codec.git
18 changes: 18 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# v2.0.2

Use asn1_codec submodule from usdot repository.

Linux library:
[libasnapplication.so](https://github.com/neaeraconsulting/j2735-ffm-java/blob/v2.0.2/lib/libasnapplication.so)

Windows library:
[asnapplication.dll](https://github.com/neaeraconsulting/j2735-ffm-java/blob/v2.0.2/lib/asnapplication.dll)

**Changelog**: https://github.com/neaeraconsulting/j2735-ffm-java/compare/v2.0.1...v2.0.2

# v2.0.1

Issues fixed in [internal review](https://github.com/neaeraconsulting/j2735-ffm-java/pull/2)

**Changelog**: https://github.com/neaeraconsulting/j2735-ffm-java/compare/v2.0.0...v2.0.1

# v2.0.0

Refactor to use the existing C codec from asn1_codec, with a new C API, and backwards compatible Java API, except JER support is removed as noted below.
Expand Down
2 changes: 1 addition & 1 deletion asn1_codec
2 changes: 1 addition & 1 deletion j2735-2024-ffm-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'usdot.jpo.ode'
version = '2.0.1'
version = '2.0.2'



Expand Down