Skip to content

Commit dc51e82

Browse files
committed
cleanup: update distfiles
1 parent 85f6e0a commit dc51e82

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
(c) Copyright 2012-2025 Advanced Micro Devices, Inc.
88

9-
## [3.9.0.1003] - 2025-07-18
9+
## [3.9.0.1004] - Unreleased
1010

1111
### Added
1212

@@ -42,6 +42,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
4242
- Make the determination of what counts as a suitable physical interface for
4343
timestamping configurable for experimental and testing purposes. Only the
4444
default value (Ethernet and MACVLAN interfaces) is supported. (SWPTP-1578)
45+
- Feed frequency adjustment into Peirce Criterion to allow for expected
46+
drift. (SWPTP-1598)
4547
- Add `fir_filter_size` option for secondary servos. (SWPTP-1584)
4648
- Add hardware clock control and diagnostic utility `tstool`.
4749

@@ -59,6 +61,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
5961
- Ensure multicast used when multiple PTP instances per interface.
6062
- Issue SWPTP-1586
6163
- Avoid crash on `sfptpdctl stepclocks` when implicit crny instance disabled.
64+
- Issue SWPTP-1590
65+
- Fix clock control and system clock blocking behaviour when chrony state
66+
changes unexpectedly.
67+
- Issue SWPTP-1597
68+
- Eliminate risk of file descriptor leak in check for incompatible
69+
programs running.
6270

6371
## [3.8.1.1004] - 2025-02-14
6472

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AMD Solarflare Enhanced PTP Daemon
22
==================================
33

4-
Version: v3.9.0.1003
4+
Version: v3.9.0.1004
55

66
These are the release notes for sfptpd on AMD Solarflare adaptors.
77

src/include/sfptpd_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
/** Version string */
9-
#define SFPTPD_VERSION_TEXT "3.9.0.1003"
9+
#define SFPTPD_VERSION_TEXT "3.9.0.1004"
1010

1111

1212
#endif /* _SFPTPD_VERSION_H */

0 commit comments

Comments
 (0)