Skip to content

Commit f6c5847

Browse files
authored
Merge pull request #3 from neaeraconsulting/2025-q3-internal-review
Update submodule
2 parents 1cae8ba + 023db75 commit f6c5847

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "asn1_codec"]
22
path = asn1_codec
3-
url = https://github.com/CDOT-CV/asn1_codec.git
3+
url = https://github.com/usdot-jpo-ode/asn1_codec.git

RELEASE-NOTES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# v2.0.2
2+
3+
Use asn1_codec submodule from usdot repository.
4+
5+
Linux library:
6+
[libasnapplication.so](https://github.com/neaeraconsulting/j2735-ffm-java/blob/v2.0.2/lib/libasnapplication.so)
7+
8+
Windows library:
9+
[asnapplication.dll](https://github.com/neaeraconsulting/j2735-ffm-java/blob/v2.0.2/lib/asnapplication.dll)
10+
11+
**Changelog**: https://github.com/neaeraconsulting/j2735-ffm-java/compare/v2.0.1...v2.0.2
12+
13+
# v2.0.1
14+
15+
Issues fixed in [internal review](https://github.com/neaeraconsulting/j2735-ffm-java/pull/2)
16+
17+
**Changelog**: https://github.com/neaeraconsulting/j2735-ffm-java/compare/v2.0.0...v2.0.1
18+
119
# v2.0.0
220

321
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.

asn1_codec

j2735-2024-ffm-lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'usdot.jpo.ode'
9-
version = '2.0.1'
9+
version = '2.0.2'
1010

1111

1212

0 commit comments

Comments
 (0)