NetBSD/dist/atf/ChangeLog
jmmv f6f54bd63a Import of ATF 0.4
Changes in this release:

* Added two new manual pages, atf-c++-api and atf-sh-api, describing the
  C++ and POSIX shell interfaces used to write test programs.

* Added a pkg-config file, useful to get the flags to build against the
  C++ library or to easily detect the presence of ATF.

* Added a way for test cases to require a specific architecture and/or
  machine type through the new 'require.arch' and 'require.machine'
  meta-data properties, respectively.

* Added the 'timeout' property to test cases, useful to set an upper-bound
  limit for the test's run time and thus prevent global test program stalls
  due to the test case's misbehavior.

* Added the atf-exec(1) internal utility, used to execute a command after
  changing the process group it belongs to.

* Added the atf-killpg(1) internal utility, used to kill process groups.

* Multiple portability fixes.  Of special interest, full support for SunOS
  (Solaris Express Developer Edition 2007/09) using the Sun Studio 12 C++
  compiler.

* Fixed a serious bug that prevented atf-run(1) from working at all under
  Fedora 8 x86_64.  Due to the nature of the bug, other platforms were
  likely affected too.
2008-02-04 20:21:48 +00:00

32 lines
1.1 KiB
Plaintext

Automated Testing Framework (atf)
The NetBSD Foundation, Inc.
---------------------------------------------------------------------------
Detailed list of changes
========================
ATF does not use this file because the detailed list of changes is
available where it was meant to be: in the source code repository.
The repository's history contains a much more detailed list of changes
than what could be represented here, including ancestry graphs, patches
between revisions and digital signatures of every change.
In order to access the repository, please visit ATF's web site for more
instructions. At the time of this writing, the site was located at:
http://www.NetBSD.org/~jmmv/atf/
Also, at the time of this writing, the version control system used to
manage the ATF source code tree was Monotone, whose last known address
was:
http://www.monotone.ca/
Additionally you can find the list of the most important changes between
formal releases in the NEWS file.
---------------------------------------------------------------------------
End of document