Module Name: src
Committed By: jmmv
Date: Sat Feb 8 19:18:39 UTC 2014
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note import of atf 0.19.
To generate a diff of this commit:
cvs rdiff -u -r1.1089 -r1.1090 src/doc/3RDPARTY
cvs rdiff -u -r1.1885 -r1.1886 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.1089 src/doc/3RDPARTY:1.1090
--- src/doc/3RDPARTY:1.1089 Fri Feb 7 21:37:28 2014
+++ src/doc/3RDPARTY Sat Feb 8 19:18:39 2014
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1089 2014/02/07 21:37:28 wiz Exp $
+# $NetBSD: 3RDPARTY,v 1.1090 2014/02/08 19:18:39 jmmv Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -69,8 +69,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.17
-Current Vers: 0.17
+Version: 0.19
+Current Vers: 0.19
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.1885 src/doc/CHANGES:1.1886
--- src/doc/CHANGES:1.1885 Tue Feb 4 00:52:47 2014
+++ src/doc/CHANGES Sat Feb 8 19:18:39 2014
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1885 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1886 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -345,3 +345,4 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
[mlelstv 20140121]
ohci(4): Support the National Semiconductor PC87560 as found in
many hppa machines. [skrll 20140128]
+ atf(7): Import atf 0.19. [jmmv 20140208]