diff --git a/ChangeLog b/ChangeLog index a66f00c..7c78af7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +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. diff --git a/bfdd-beacon.8 b/bfdd-beacon.8 index 548c61d..6caf377 100755 --- a/bfdd-beacon.8 +++ b/bfdd-beacon.8 @@ -1,5 +1,5 @@ .\" Manpage for bfdd-beacon. -.TH "bfdd-beacon" "8" "February 5, 2013" "OpenBFDD v0.5.0" "OpenBFDD v0.5.0" +.TH "bfdd-beacon" "8" "February 24, 2014" "OpenBFDD v0.5.2" "OpenBFDD v0.5.2" .SH NAME \fBbfdd-beacon\fR - a Bidirectional Forwarding Detection (BFD) beacon daemon. .SH SYNOPSIS @@ -80,4 +80,4 @@ No known bugs at this time. .SH AUTHOR Jake Montgomery for Dynamic Network Services, Inc. .SH COPYRIGHT -Copyright (c) 2010-2013, Dynamic Network Services, Inc. +Copyright (c) 2010-2014, Dynamic Network Services, Inc. diff --git a/bfdd-control.8 b/bfdd-control.8 index ed88f78..c5a807d 100755 --- a/bfdd-control.8 +++ b/bfdd-control.8 @@ -1,5 +1,5 @@ .\" Manpage for bfdd-control. -.TH "bfdd-control" "8" "February 5, 2013" "OpenBFDD v0.5.0" "OpenBFDD v0.5.0" +.TH "bfdd-control" "8" "February 24, 2014" "OpenBFDD v0.5.2" "OpenBFDD v0.5.2" .SH NAME \fBbfdd-control\fR - control utility for \fBbfdd-beacon\fR(8) .SH SYNOPSIS @@ -206,4 +206,4 @@ No know bugs at this time. .SH AUTHOR Jake Montgomery for Dynamic Network Services, Inc. .SH COPYRIGHT -Copyright (c) 2010-2013, Dynamic Network Services, Inc. +Copyright (c) 2010-2014, Dynamic Network Services, Inc.