Module Name: src Committed By: jmmv Date: Thu Mar 31 17:00:57 UTC 2011
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note import of atf-0.13. To generate a diff of this commit: cvs rdiff -u -r1.826 -r1.827 src/doc/3RDPARTY cvs rdiff -u -r1.1531 -r1.1532 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.826 src/doc/3RDPARTY:1.827 --- src/doc/3RDPARTY:1.826 Wed Mar 23 20:22:33 2011 +++ src/doc/3RDPARTY Thu Mar 31 17:00:57 2011 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.826 2011/03/23 20:22:33 tron Exp $ +# $NetBSD: 3RDPARTY,v 1.827 2011/03/31 17:00:57 jmmv Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -52,9 +52,9 @@ Check src/usr.sbin/amd/include/config.h is correct after import. Package: Automated Testing Framework (ATF) -Version: 0.6 -Current Vers: 0.6 -Maintainer: Julio M. Merino Vidal <j...@netbsd.org> +Version: 0.13 +Current Vers: 0.13 +Maintainer: Julio Merino <j...@netbsd.org> Archive site: ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/atf/ Home page: http://www.NetBSD.org/~jmmv/atf/ Mailing List: atf-de...@netbsd.org @@ -62,6 +62,7 @@ License: The NetBSD Foundation's license (BSD 2-clause) Notes: The source files are in external/bsd/atf/dist. +Use external/bsd/atf/prepare-import.sh to regenerate the dist/ directory. Given that the primary goal of ATF is to provide a testing framework for NetBSD, no local changes should be ever needed. Always direct them to the maintainer for integration in official releases. Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.1531 src/doc/CHANGES:1.1532 --- src/doc/CHANGES:1.1531 Thu Mar 31 15:46:30 2011 +++ src/doc/CHANGES Thu Mar 31 17:00:57 2011 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1531 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1532 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -974,3 +974,4 @@ sparc: add TLS (thread locale storage) support. [martin 20110330] sparc64: add TLS (thread locale storage) support. [martin 20110330] alpha: add TLS (thread locale storage) support. [skrll 20110331] + atf(7): Import 0.13. [jmmv 20110331]