summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2022-02-28 16:39:22 +0000
committermartin <martin@NetBSD.org>2022-02-28 16:39:22 +0000
commitf237e285ab1eb7d72b8343c84816ef0ddfbee9fb (patch)
treeeeb11f502e618fa754f97c6429bbf1232e7e6274 /doc
parent20a720250ce41d61aec383f71e8a80e39634bb5d (diff)
Ticket #1430
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES-9.36
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/CHANGES-9.3 b/doc/CHANGES-9.3
index 82f3ba324fa..e62cd60f65f 100644
--- a/doc/CHANGES-9.3
+++ b/doc/CHANGES-9.3
@@ -1,4 +1,4 @@
-29~# $NetBSD: CHANGES-9.3,v 1.1.2.78 2022/02/21 17:59:04 martin Exp $
+29~# $NetBSD: CHANGES-9.3,v 1.1.2.79 2022/02/28 16:39:22 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -1497,4 +1497,8 @@ bin/sh/histedit.c 1.60
sh(1): fix "fc -e".
[kre, ticket #1429]
+include/math.h 1.66
+
+ Correct C99 / C++11 feature testing.
+ [gdt, ticket #1430]