Skip to content

Commit f37e547

Browse files
committed
release notes
1 parent eca42e4 commit f37e547

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ by the Jextract tool.
55

66
It includes the same complete implementation of J2735 (2024) as the [USDOT asn1_codec](https://github.com/usdot-jpo-ode/asn1_codec) C++ project, now easily accessible from Java on both Linux and Windows.
77

8-
It enables converting between various ASN.1 encodings:
8+
It enables converting between these ASN.1 encodings:
99
* XER - XML Encoding Rules
1010
* UPER - Unaligned Packed Encoding Rules
1111

RELEASE-NOTES.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# v2.0.0
22

3-
Refactor to use the existing C codec from asn1_codec, with a new "convert_bytes" C function.
3+
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.
44

5-
Includes Linux library and Windows shared libraries.
5+
Includes a Linux native library and adds a Windows native library.
66

7-
Only UPER and XER are supported to match the current version of asn1_codec exactly. (JER support not included).
7+
Adds unit tests which can be run in Windows or Linux.
8+
9+
Only UPER and XER are supported to match the current version of asn1_codec exactly. JER support is not included.
10+
11+
Adds the ability to specify the location of the native library.
812

913
Linux library:
10-
[libasnapplication.so](https://github.com/neaeraconsulting/j2735-ffm-java/blob/main/lib/libasnapplication.so)
14+
[libasnapplication.so](https://github.com/neaeraconsulting/j2735-ffm-java/blob/v2.0.0/lib/libasnapplication.so)
1115

1216
Windows library:
13-
[asnapplication.dll](https://github.com/neaeraconsulting/j2735-ffm-java/blob/main/lib/asnapplication.dll)
17+
[asnapplication.dll](https://github.com/neaeraconsulting/j2735-ffm-java/blob/v2.0.0/lib/asnapplication.dll)
1418

1519

1620
**Full Changelog**: https://github.com/neaeraconsulting/j2735-ffm-java/compare/v1.0.5...v2.0.0

0 commit comments

Comments
 (0)