Module Name: src Committed By: jmcneill Date: Mon Oct 17 22:42:13 UTC 2011
Modified Files: src/doc: CHANGES Log Message: add vmt(4) To generate a diff of this commit: cvs rdiff -u -r1.1614 -r1.1615 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.1614 src/doc/CHANGES:1.1615 --- src/doc/CHANGES:1.1614 Thu Oct 13 22:08:19 2011 +++ src/doc/CHANGES Mon Oct 17 22:42:13 2011 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1614 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1615 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -1136,3 +1136,4 @@ Changes from NetBSD 5.0 to NetBSD 6.0: GCC: Obsolete libgcc_pic. [mrg 20111006] zoneinfo: Import tzdata2011l. [apb 20111010] sqlite: Import of pre-release of SQLite 3.6.9 [joerg 20111013] + vmt(4): Add a VMware Tools driver, from OpenBSD. [jmcneill 20111017]