Module Name: src
Committed By: jnemeth
Date: Tue Jun 25 05:04:35 UTC 2019
Modified Files:
src/doc: CHANGES
Log Message:
note new gpt(8) uuid subcommand
To generate a diff of this commit:
cvs rdiff -u -r1.2548 -r1.2549 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.2548 src/doc/CHANGES:1.2549
--- src/doc/CHANGES:1.2548 Sun Jun 9 18:44:05 2019
+++ src/doc/CHANGES Tue Jun 25 05:04:35 2019
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2548 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2549 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -393,3 +393,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
evbarm: Add support for the Banana Pi BPI-P2 Zero. [thorpej 20190604]
mac68k: Switch page size to 8KB. [jklos 20190606]
OpenSSL: Imported 1.1.1c. [christos 20190609]
+ gpt(8): added uuid subcommand to generate new UUIDS.
+ [jnemeth 20190624]