Module Name: src
Committed By: tsutsui
Date: Fri May 31 21:07:40 UTC 2024
Modified Files:
src/doc: CHANGES
Log Message:
Note about import of mkhybrid as a tool.
To generate a diff of this commit:
cvs rdiff -u -r1.3060 -r1.3061 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.3060 src/doc/CHANGES:1.3061
--- src/doc/CHANGES:1.3060 Fri May 24 16:10:21 2024
+++ src/doc/CHANGES Fri May 31 21:07:40 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3060 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3061 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -412,4 +412,6 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
hp300: Installation CD ISO image is now bootable. [tsutsui 20240519]
tic(1): Honour the user's umask (from RVP). [christos 20240520]
dhcpcd: Import version 10.0.8. [roy 20240524]
-
+ mkhybrid: Import mkhybrid from OpenBSD 7.3 as a tool to create
+ ISO9660/HFS hybrid ISO images for mac68k and macppc.
+ [tsutsui 20240531]