forked from ptpd/ptpd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
807 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,48 @@ | ||
2013-09-01 Wojciech Owczarek <[email protected]> | ||
|
||
* 2.3.1 release | ||
|
||
* New features since 2.3.0: | ||
|
||
- simple failover mechanism - ptpengine:backup_interface | ||
- ptpengine:max_delay_max_rejected setting to unblock ptpd | ||
rejecting all messages when max_delay set | ||
- ptpengine:max_delay_stable to only use max_dely when clock | ||
is stable | ||
- selectable log timestamp format (unix or datetime) | ||
- ptpd now compiles and runs out of he box on NetBSD, OpenBSD, FreeBSD, | ||
OSX and Solaris and its derivatives (OpenIndiana, OmniOS etc.) | ||
- major rework of the ACL code | ||
- outlier filter auto-tune to improve operation in noisy environments(high PDV) | ||
- added ptpengine:clock_update_timeout setting to reset slave | ||
if no clock updates for a period of time | ||
- when running slave-only in unicast mode, unicast address | ||
does not have to be specified | ||
|
||
* Bug fixes / improvements since 2.3.0: | ||
|
||
- ptpd now usable on systems with no adjtimex() call like OSX, | ||
OpenBSD and LynxOS () | ||
- moving standard deviation algorithm fix improving the outlier | ||
filters | ||
- network code cleanup | ||
- fixed bug #66 - Ethernet interfaces no longer need IP addresses | ||
to run PTP Ethernet transport | ||
- fixed bug / feature request #21: timestamping initialisation on | ||
PHC kernels (like RHEL6.5 - likely fixed 100% CPU usage issue) | ||
- fixed bug / feature request #22: prevent FMR from overwriting | ||
best master | ||
- improved servo stability detection: servo no longer reporting | ||
stable when discarding most samples or heavily slewing | ||
- ptpd will now join and leave multicast groups only when running | ||
multicast or hybrid: allows running unicast and multicast | ||
independently | ||
- ptpd will now ignore unicast packets in multicast-only mode | ||
and vice versa. In hybrid mode, only unicast Delay Request / | ||
response is accepted; multicast management messages are always | ||
accepted | ||
- other minor bugs fixed | ||
|
||
2013-11-22 George Neville-Neil <[email protected]>, Wojciech Owczarek <[email protected]> | ||
|
||
* 2.3.0 release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
m4_define([PTPD_URL],[http://ptpd.sourceforge.net]) | ||
m4_define([RELEASE_DATE],[July, 2014]) | ||
m4_define([RELEASE_DATE],[August, 2014]) | ||
m4_define([VERSION_NUMBER],[2.3.1-rc2]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,11 +12,11 @@ | |
Summary: Synchronises system time using the Precision Time Protocol (PTP) implementing the IEEE 1588-2008 (PTP v 2) standard | ||
Name: ptpd | ||
Version: 2.3.1 | ||
Release: 0.99.rc2.%{distver} | ||
Release: 0.99.rc2%{distver} | ||
License: distributable | ||
Group: System Environment/Daemons | ||
Vendor: PTPd project team | ||
Source0: ptpd-2.3.1.rc2.tar.gz | ||
Source0: ptpd-2.3.1-rc2.tar.gz | ||
Source1: ptpd.init | ||
Source2: ptpd.sysconfig | ||
Source3: ptpd.conf | ||
|
@@ -42,7 +42,7 @@ time synchronised via the PTP protocol. | |
|
||
%prep | ||
|
||
%setup -n ptpd-2.3.1 | ||
%setup -n ptpd-2.3.1-rc2 | ||
|
||
%build | ||
|
||
|
@@ -150,7 +150,7 @@ fi | |
|
||
|
||
%changelog | ||
* Thu Jul 03 2014 Wojciech Owczarek <[email protected]> 2.3.1-0.99.rc2 | ||
* Fri Jul 25 2014 Wojciech Owczarek <[email protected]> 2.3.1-0.99.rc2 | ||
* Thu Jun 26 2014 Wojciech Owczarek <[email protected]> 2.3.1-0.99.rc1 | ||
* Thu Nov 21 2013 Wojciech Owczarek <[email protected]> 2.3.0-1 | ||
- Added the PTPBASE SNMP MIB | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.