Module Name: src
Committed By: jdc
Date: Mon Mar 13 21:36:56 UTC 2023
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1807
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.168 -r1.1.2.169 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.168 src/doc/CHANGES-8.3:1.1.2.169
--- src/doc/CHANGES-8.3:1.1.2.168 Mon Mar 13 21:06:01 2023
+++ src/doc/CHANGES-8.3 Mon Mar 13 21:36:56 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.168 2023/03/13 21:06:01 jdc Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.169 2023/03/13 21:36:56 jdc Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -3219,3 +3219,10 @@ sys/kern/vfs_syscalls.c 1.557
open(2): PR 57260: don't map ERESTART to EINTR.
[riastradh, ticket #1806]
+build.sh 1.366 via patch
+
+ Avoid the dependency on a populated tooldir (or building the tools)
+ when simply doing mkrepro-timestamp and the current repository setups
+ does not actually require it.
+ [martin, ticket #1807]
+