summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2022-03-13 09:53:11 +0000
committermartin <martin@NetBSD.org>2022-03-13 09:53:11 +0000
commitc5b8f94a7ff2cb17ec048ea0538e16b517cf4b76 (patch)
tree139d7f58a2fb53c61d60913fa68c102a31095bbd
parent4f5306f6945af898bc7eddaf4e61424e29aa0824 (diff)
Tickets #1431 - #1433
-rw-r--r--doc/CHANGES-9.318
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/CHANGES-9.3 b/doc/CHANGES-9.3
index e62cd60f65f..4f1f3108941 100644
--- a/doc/CHANGES-9.3
+++ b/doc/CHANGES-9.3
@@ -1,4 +1,4 @@
-29~# $NetBSD: CHANGES-9.3,v 1.1.2.79 2022/02/28 16:39:22 martin Exp $
+29~# $NetBSD: CHANGES-9.3,v 1.1.2.80 2022/03/13 09:53:11 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -1502,3 +1502,19 @@ include/math.h 1.66
Correct C99 / C++11 feature testing.
[gdt, ticket #1430]
+sys/fs/udf/udf_strat_sequential.c 1.16
+sys/fs/udf/udf_subr.c 1.160 and 1.161 via patch, 1.167
+sys/fs/udf/udf_allocation.c 1.45
+sys/fs/udf/udf_vfsops.c 1.83
+
+ UDF file system: Fix and enhance interchange with Windows10 on
+ recordable media by being bug compatible.
+ Prevent device lockup on some drives on switching from writing to
+ reading.
+ [reinoud, ticket #1431 and #1432]
+
+usr.bin/man/man.c 1.69,1.70,1.72
+
+ man(1): fix -m option so it works as documented.
+ [gutteridge, ticket #1433]
+