-
Notifications
You must be signed in to change notification settings - Fork 4
/
RELEASE-NOTES.txt
117 lines (70 loc) · 3.24 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
==============================================================================
DoIP - Diagnostics over IP
Component: DoIP Simulation
==============================================================================
INTRODUCTION
============
This software module implements all classes to create a DoIP simulation.
It will be used in the project doip-custom-simulation.
The source code is hosted at GitHub
https://github.com/doip/doip-simulation.git
The custom simulation which is a running application is hosted here:
https://github.com/doip/doip-custom-simulation.git
A documentation of the whole project is available at
http://automotive-doip.com/downloads/DoIP-Software-Documentation.pdf
==============================================================================
Release Notes for Version: 1.5.1
CHANGES
=======
- Issue #52: Version can now be compiled as standalone project. Before it
was required to compile it within a composite project.
==============================================================================
Release Notes for Version: 1.5.0
CHANGES
=======
- Issue #51: Update to JUnit5, Gradle 7.3, newest versions of depending
doip libraries
==============================================================================
Release Notes for Version: 1.4.3
FIXED BUGS
==========
- Issue #48: StandardGateway.onConnectionClosed: removeListener was missing
NEW FEATURES
============
- Issue #44: Implemented getter for StandardGateway.config
- Issue #42: Implemented getter for StandardGateway.ecuList
==============================================================================
Release Notes for Version: 1.4.2
FIXED BUGS
==========
- Issue #39: Made method StandardEcu.clearCurrentRequest() public.
(also setter & getter made public)
- Issue #37: Support setting maxByteArraySize.lookup and .logging in
Standard ECU.
==============================================================================
Release Notes for Version: 1.4.1
NEW FEATURES
============
- Issue #32: Changed log message for reception of
DoIP header negative acknowledge
FIXED BUGS
==========
- Issue #33: Version number in build.gradle is now correct
==============================================================================
Release Notes for Version: 1.4.0
NEW FEATURES
============
- Issue #27: Functional addressing is now supported
FIXED BUGS:
- Issue #25: NullPointerException in StandardGateway.stop()
==============================================================================
Release Notes for Version: 1.3.3
NEW FEATURES
============
- Issue #22: Vehicle announcement message at start up:
Simulation will now send VAM at startup. Therefore two new
properties had been introduced into the property file.
- broadcast.address: Address to which the broadcast VAM will
send to.
- broadcast.enable: Can be set to true or false, it will control
if initial VAM will be send out.