summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2022-03-15 09:59:28 +0000
committermartin <martin@NetBSD.org>2022-03-15 09:59:28 +0000
commitc08d337c78624b625e1ab2fd67f45628c2b8a7e2 (patch)
treeb74bf433687134a3f9e3298163a4fbdd64da6bea /doc
parente4576721c6be7c05d57aa4052772aabc5dc5a7ae (diff)
Ticket #1434
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES-9.38
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/CHANGES-9.3 b/doc/CHANGES-9.3
index 4f1f3108941..910b92d0f81 100644
--- a/doc/CHANGES-9.3
+++ b/doc/CHANGES-9.3
@@ -1,4 +1,4 @@
-29~# $NetBSD: CHANGES-9.3,v 1.1.2.80 2022/03/13 09:53:11 martin Exp $
+29~# $NetBSD: CHANGES-9.3,v 1.1.2.81 2022/03/15 09:59:28 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -1518,3 +1518,9 @@ usr.bin/man/man.c 1.69,1.70,1.72
man(1): fix -m option so it works as documented.
[gutteridge, ticket #1433]
+usr.sbin/puffs/mount_9p/node.c 1.30,1.31
+
+ mount_9p(8): fix writing to a file opened with write-only mode,
+ check returned type from T_READ request.
+ [ozaki-r, ticket #1434]
+