-
Notifications
You must be signed in to change notification settings - Fork 39
/
ChangeLog
executable file
·84 lines (49 loc) · 2.3 KB
/
ChangeLog
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
2014-02-24 Jake Montgomery Update Version to 0.5.2
* Portability improvements
* Added --disable-cpp11 configuration option.
* Formatting changes and typos fixed.
* Fixed bug in _unused_ function: "TimeSpec &operator*=(double)"
* Refactored logging code
* Fixed lockup when local address is invalid in an active connection.
* No longer using the openbfdd namespace.
* Updated man pages.
2013-03-06 Jake Montgomery Update Version to 0.5.0
* Variable number of configurable control channels now supported.
* Configurable BFD listening addresses.
* Portability improvements.
* Replaced potentially unsafe strerror().
* Fixed - Active sessions now start immediately.
* A number of small bug fixes.
* Widespread formatting changes.
2011-11-14 Jake Montgomery Update Version to 0.4.1
* Added GitHub Wiki
* Documentation changes.
* The --enable-silent-rules configuration option is now the default.
2011-11-08 Jake Montgomery Update Version to 0.4.0
* Added IPv6v Support.
* Other Bug Fixes
* Documentation Fixes
2011-1-14 Jake Montgomery Update Version to 0.3.2
* Small bug fixes.
* Compiles on Ubuntu without warning.
* Beacon can now be controled from system with opposite endianess.
2010-12-3 Jake Montgomery Update Version to 0.3.1
* Fixed high cpu usage when idle.
2010-10-18 Jake Montgomery Update Version to 0.3.0
* Now builds and runs on Linux (Debian).
* Systems that do not have ::kevent() will use a ::select() based
scheduler.
* No longer uses signals (SIGUSR1) for self notification, since this
was problematic when porting from kevent to select.
* Formatting and other small changes and improvements.
* Fixed accept bug that only manifested in 32 bit systems.
2010-10-07 Jake Montgomery Update Version to 0.2.1
* Improved low memory handling. There is now, at least, a good chance
that existing sessions will continue to stay up in low memory
situations. Memory failures during setup of bfdd-beacon will still
crash, since there is no real damage that can be done at that point.
* Fixed small bug where a "select" error due to interrupt could
permanently disable a bfdd-command communications port in
bfdd-beacon.
2010-09-30 Jake Montgomery
* Initial OpenBFDD code and build.