Module Name: src
Committed By: jnemeth
Date: Fri Sep 26 09:02:26 UTC 2014
Modified Files:
src/doc: CHANGES
Log Message:
not overhaul of gpt(8)
To generate a diff of this commit:
cvs rdiff -u -r1.1982 -r1.1983 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.1982 src/doc/CHANGES:1.1983
--- src/doc/CHANGES:1.1982 Thu Sep 25 05:58:34 2014
+++ src/doc/CHANGES Fri Sep 26 09:02:26 2014
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1982 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1983 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -50,3 +50,6 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
rtsold(8): Removed in favour of dhcpcd. [roy 20140911]
dhcpcd(8): Import dhcpcd-6.4.5. [roy 20140918]
arm: Add support for i.MX6 SoC. [ryo 20140925]
+ gpt(8): Completed overhaul, including adding follwing subcommands:
+ resize, set, unset, backup, restore, and resizedisk.
+ [jnemeth 20140926]