Module Name: src
Committed By: jmmv
Date: Wed Jul 11 22:43:19 UTC 2012
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note import of atf 0.16.
To generate a diff of this commit:
cvs rdiff -u -r1.946 -r1.947 src/doc/3RDPARTY
cvs rdiff -u -r1.1715 -r1.1716 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/3RDPARTY
diff -u src/doc/3RDPARTY:1.946 src/doc/3RDPARTY:1.947
--- src/doc/3RDPARTY:1.946 Wed Jul 11 19:00:12 2012
+++ src/doc/3RDPARTY Wed Jul 11 22:43:19 2012
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.946 2012/07/11 19:00:12 wiz Exp $
+# $NetBSD: 3RDPARTY,v 1.947 2012/07/11 22:43:19 jmmv Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -53,8 +53,8 @@ Fix symbolic links before import.
Check external/bsd/am-utils/include/config.h is correct after import.
Package: Automated Testing Framework (ATF)
-Version: 0.15
-Current Vers: 0.15
+Version: 0.16
+Current Vers: 0.16
Maintainer: Julio Merino <[email protected]>
Archive site: http://code.google.com/p/kyua/downloads/list?can=1
Home page: http://code.google.com/p/kyua/wiki/ATF
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1715 src/doc/CHANGES:1.1716
--- src/doc/CHANGES:1.1715 Sun Jul 8 12:07:12 2012
+++ src/doc/CHANGES Wed Jul 11 22:43:19 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1715 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1716 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -78,3 +78,4 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
ata(4): added support for sata Port MultiPliers (PMP)
[bouyer 20120702]
kernel, libc: Add MurmurHash2 function. [rmind 20120708]
+ atf(7): Import 0.16. [jmmv 20120711]