Skip to content

Commit

Permalink
Update distfiles for release
Browse files Browse the repository at this point in the history
  • Loading branch information
abower-amd committed Feb 7, 2025
1 parent 654336f commit faa8630
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
17 changes: 8 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

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

## Unreleased

### Fixed

- Issue SWPTP-1560
- Fix potential buffer overflow reading long PPS device 'names' from sysfs

## [3.8.1.1002] - 2025-02-14
## [3.8.1.1003] - 2025-02-14

### Added

Expand All @@ -29,8 +22,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- chrony: use smoothed offset from chrony not last NTP sample
- Issue SWPTP-1531
- freerun: fix resolution of bond when VLAN specified
- Issue SWPTP-1559
- Avoid double UTC compensation for looped-back Tx software timestamps
- Issue SWPTP-1560
- Fix potential buffer overflow reading long PPS device 'names' from sysfs
- Issue SWPTP-1561
- Avoid bailing out if diagnostic copy of log file cannot be written out
- Xilinx-CNS/sfptpd#17
- avoid crash if a clock step occurs when a NIC has gone away
- Avoid crash if a clock step occurs when a NIC has gone away

## [3.8.0.1005] - 2024-10-10 [Feature Release]

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AMD Solarflare Enhanced PTP Daemon
==================================

Version: v3.8.1.1002
Version: v3.8.1.1003

These release notes relate to official supported binary releases of sfptpd.
Please see [the changelog](CHANGELOG.md) for a list of changes since earlier
Expand Down
2 changes: 1 addition & 1 deletion src/include/sfptpd_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


/** Version string */
#define SFPTPD_VERSION_TEXT "3.8.1.1002"
#define SFPTPD_VERSION_TEXT "3.8.1.1003"


#endif /* _SFPTPD_VERSION_H */

0 comments on commit faa8630

Please sign in to comment.