-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
63 lines (44 loc) · 2.83 KB
/
changelog.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
I am currently maintaining the history with Mercurial, the changelog remains for historical purpose only.
---------------------------------------------------------------------------------------------------------
******************************************************************************************
(Markup for generating html with AsciiDoc)
******************************************************************************************
Etherframe-0.1.4 Change Log
===========================
New Features
------------
+ Implements support for COP and ROP.
+ Command line option for network interface. Now it is necessary to specify 'ethx' or 'lo' interface on the command line.
+ For testing only, full raw packet data display. This will be reduced to display only for incomplete frames.
List of changes from version 0.1.3
----------------------------------
******************************************************************************************
Thursday 04 October 2007
- Started coding new version 0.1.4
- Version 0.1.4 introduces support for the Preventive Maintenance Model with COP and ROP.
******************************************************************************************
******************************************************************************************
Saturday 06 October 2007
- Improved the resolution of ROP to three digits after the dot. Now the ROP is a good approximation of what we expect to be able to test here in the lab. in order to actually trigger the ROP check. I expect that the minimum required resolution will vary depending on the cable type and test conditions.
******************************************************************************************
******************************************************************************************
Sunday 07 October 2007
- Fix topmost error processing in main()
- Doubled es length in printError()
******************************************************************************************
******************************************************************************************
Sunday 28 October 2007
- Improvements to Makefile
******************************************************************************************
******************************************************************************************
Tuesday 13 November 2007
- Fix Makefile
- Implement command line parameter for network interface
- Repair packet data display, now fully operational
- Fix some comments
- Fix a couple of protocol signatures that were being checked by hex number.
******************************************************************************************
******************************************************************************************
Wednesday 14 November 2007
- Removed stale comments
******************************************************************************************