* fix possible resource leak * fix requested thread stack size * fix scorecard.yml * initialize pin ID to -1 * fix crash in dpll_rt_recv() * create scorecard.yml * unlink smc_socket_path before binding * check smc_socket_path length * change default smc_socket_path to /run/synce4l_socket * fix more compiler warnings - Initial packaging of version 1.0.0. OBS-URL: https://build.opensuse.org/package/show/network/synce4l?expand=0&rev=7
58 lines
2.1 KiB
Plaintext
58 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Nov 12 10:39:10 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.1.1:
|
|
* fix possible resource leak
|
|
* fix requested thread stack size
|
|
* fix scorecard.yml
|
|
* initialize pin ID to -1
|
|
* fix crash in dpll_rt_recv()
|
|
* create scorecard.yml
|
|
* unlink smc_socket_path before binding
|
|
* check smc_socket_path length
|
|
* change default smc_socket_path to /run/synce4l_socket
|
|
* fix more compiler warnings
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 21 09:38:57 UTC 2024 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
|
|
|
- Update to version 1.1.0
|
|
* fix DPLL pin ID assignment with invalid input
|
|
* fix new_tlv.value NULL dereference
|
|
* fix uninitialized use of tlv_arr
|
|
* fix uninitialized use of tlv_num
|
|
* fix error handling on command recv
|
|
* fix error handling on socket creation
|
|
* add SECURITY.md
|
|
* simplify rebuild of priorities
|
|
* add internal device priority configuration
|
|
* fix duplicated pin data
|
|
* add dpll_mon serialized data updates
|
|
* fix priority rebuild
|
|
* fix pin parent handling
|
|
* configurable synce_clock_poll delay
|
|
* add list of dependencies to README.md
|
|
* fix sync on missing extended tlv
|
|
* clear pin priorities on exit
|
|
* avoid disconnecting input when rebuilding priority
|
|
* add functions for clearing priority of individual pins
|
|
* update port TX QL when external source locks
|
|
* change function to static in synce_manager
|
|
* change d_state updating implementation
|
|
* fix flows moving from best port to SMA
|
|
* add external API for managing QL
|
|
* avoid -Wmaybe-uninitialized warning
|
|
* fix printf formats for 32-bit archs
|
|
- Remove patches included in release
|
|
[- synce4l-32bit.patch]
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 26 07:56:19 UTC 2024 - Reinhard Max <max@suse.com>
|
|
|
|
- Fix build on 32bit platforms (synce4l-32bit.patch).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 22 14:35:15 UTC 2024 - Reinhard Max <max@suse.com>
|
|
|
|
- Initial packaging of version 1.0.0.
|