-
Notifications
You must be signed in to change notification settings - Fork 8
/
RELEASE-NOTES.txt
77 lines (47 loc) · 1.92 KB
/
RELEASE-NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
==============================================================================
DoIP - Diagnostics over IP
Component: DoIP Library
==============================================================================
INTRODUCTION
============
The "DoIP Library" contains common implementation for DoIP which can be
used in a DoIP simulation as well as in a DoIP tester.
The source code is hosted at GitHub
https://github.com/doip/doip-library.git
A documentation of the whole project is available at
http://automotive-doip.com/downloads/DoIP-Software-Documentation.pdf
==============================================================================
Release Notes for Version: 1.3.0
CHANGES
=======
- Issue #24: Changed DoIP version to 0x03
==============================================================================
Release Notes for Version: 1.2.2
CHANGES
=======
- Issue #22: Updated README
==============================================================================
Release Notes for Version: 1.2.1
CHANGES
=======
- Issue #19: Minor changes (see git logs for details)
==============================================================================
Release Notes for Version: 1.2.0
CHANGES
=======
- Issue #16: Update to JUnit 5, Gradle 7.3, doip-logging 1.2.0,
doip-junit 1.1.1.
==============================================================================
Release Notes for Version: 1.1.5
NEW FEATURES
============
- Issue #11: Implemented class StringConstants which just contains some
static strings for logging some lines and borders. This
ensures that all lines in the project have the same layout.
- Issue #12: PropertyFile can now also read boolean values.
FIXED BUGS
==========
n/a
CHANGES
=======
n/a