Module Name: src
Committed By: jnemeth
Date: Mon Sep 29 05:58:48 UTC 2014
Modified Files:
src/doc: CHANGES
Log Message:
note addition of type subcommand to gpt(8)
To generate a diff of this commit:
cvs rdiff -u -r1.1986 -r1.1987 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.1986 src/doc/CHANGES:1.1987
--- src/doc/CHANGES:1.1986 Sat Sep 27 16:22:47 2014
+++ src/doc/CHANGES Mon Sep 29 05:58:48 2014
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1986 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1987 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -55,3 +55,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
[jnemeth 20140926]
dhcpcd(8): Import dhcpcd-6.4.7. [roy 20140927]
mpt(4): added bio(4) support. [jmcneill 20140927]
+ gpt(8): added type subcommand to modify partition type.
+ [jnemeth 20140927]