Module Name: src Committed By: martin Date: Thu Sep 23 10:08:35 UTC 2021
Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1697 To generate a diff of this commit: cvs rdiff -u -r1.1.2.102 -r1.1.2.103 src/doc/CHANGES-8.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.102 src/doc/CHANGES-8.3:1.1.2.103 --- src/doc/CHANGES-8.3:1.1.2.102 Wed Sep 15 16:39:19 2021 +++ src/doc/CHANGES-8.3 Thu Sep 23 10:08:35 2021 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.3,v 1.1.2.102 2021/09/15 16:39:19 martin Exp $ +# $NetBSD: CHANGES-8.3,v 1.1.2.103 2021/09/23 10:08:35 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -2109,3 +2109,10 @@ share/man/man4/ixv.4 1.8 - KNF. - Fix typos. [msaitoh, ticket #1696] + +bin/mkdir/mkdir.c 1.39 + + mkdir(1): PR 56398: fix mode of final component of paths when -m + is used. + [kre, ticket #1697] +