SHA256
1
0
forked from pool/linuxptp

- Update to stable release 2.0:

* Peer-to-Peer Transparent Clock support
  * End-to-End Transparent Clock support
  * Unicast support
  * Support for all three Telecom Profiles
    + T-REC-G.8265.1-201407
    + T-REC-G.8275.1-201606
    + T-REC-G.8275.2-201708
- Changes for version 1.9.2:
  * Fixed stack buffer overflow in the new NetSync Monitor code (since 1.9)
  * Command line support for every configuration variable via long options
  * IPoIB interface support
  * Improved Delay Request performance at high message rates
  * Improved UTC offset tracking
  * Multiple TLV support
  * NetSync Monitor protocol support
  * Peer to peer one-step
  * Support for bonded interfaces
- No longer use _service

OBS-URL: https://build.opensuse.org/package/show/network:time/linuxptp?expand=0&rev=14
This commit is contained in:
Martin Pluskal
2018-11-26 12:50:11 +00:00
committed by Git OBS Bridge
parent 30841fd4d3
commit 8d21389803
6 changed files with 40 additions and 34 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Nov 26 12:43:06 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
- Update to stable release 2.0:
* Peer-to-Peer Transparent Clock support
* End-to-End Transparent Clock support
* Unicast support
* Support for all three Telecom Profiles
+ T-REC-G.8265.1-201407
+ T-REC-G.8275.1-201606
+ T-REC-G.8275.2-201708
- Changes for version 1.9.2:
* Fixed stack buffer overflow in the new NetSync Monitor code (since 1.9)
* Command line support for every configuration variable via long options
* IPoIB interface support
* Improved Delay Request performance at high message rates
* Improved UTC offset tracking
* Multiple TLV support
* NetSync Monitor protocol support
* Peer to peer one-step
* Support for bonded interfaces
- No longer use _service
-------------------------------------------------------------------
Thu Feb 8 12:08:37 UTC 2018 - jbohac@suse.com