git: 294a4b72ca27 - main - RELNOTES: Mention deprecation of readdir_r(3)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Aug 2025 17:56:59 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=294a4b72ca2768acd40cc5f84ab104f5a30745a8
commit 294a4b72ca2768acd40cc5f84ab104f5a30745a8
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2025-08-02 14:31:56 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2025-08-02 17:56:35 +0000
RELNOTES: Mention deprecation of readdir_r(3)
---
RELNOTES | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/RELNOTES b/RELNOTES
index 9ab511b7a3d3..42ca5282a79d 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,11 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
+2bd157bc732a:
+ The readdir_r(3) function is deprecated and may be removed in future
+ releases. Using it in a program will result in compile-time and
+ link-time warnings.
+
9ba51cce8bbd:
bsnmpd(1) no longer supports legacy UDP transport. Users, that have
not updated their /etc/snmpd.config since 12.0-RELEASE or older will