summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2023-05-23 20:24:24 +0000
committerlukem <lukem@NetBSD.org>2023-05-23 20:24:24 +0000
commitfb451d2cbc0ae3b7fb89e0c98ec4f48058eed311 (patch)
treeaf24e607ae4cd9342e9036bd7a29ebe5ed8258b2 /doc
parent51d534780757a205595542997b010ac29a693815 (diff)
ctfmerge: pthread error handling. macos host fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 1cb94d335df..2b5a34c0b9c 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2966 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2967 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -103,3 +103,5 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
[skrll 20230507]
riscv: Add Google Goldfish RTC driver. [skrll 20230508]
OpenSSL: Imported 3.0.8. [christos 20230510]
+ ctfmerge: Add error handling to pthread APIs.
+ Fix semaphores for macOS host tool. [lukem 20230523]