From: micahcowan Date: Sat, 3 Apr 2010 19:19:08 +0000 (+0000) Subject: Changelog, NEWS, and AUTHORS changes for checkmk stuff. X-Git-Tag: 0.10.0~590 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=441aab6276c1bd28f063d31eb018ffd5107ed51a;p=check Changelog, NEWS, and AUTHORS changes for checkmk stuff. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@589 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/AUTHORS b/AUTHORS index e720feb..5ff5cfe 100644 --- a/AUTHORS +++ b/AUTHORS @@ -21,6 +21,7 @@ Patches: Bernhard Reiter (configure issues) Friedrich Beckmann (mingw and msvc port) Roy Merkel (specified test exit value) Robert Collins (subunit support) + Micah Cowan (checkmk tool, docs and tests) Anybody who has contributed code to Check or Check's build system is considered an author. Send patches to this file to diff --git a/ChangeLog b/ChangeLog index 11e2bfd..1f7dcca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2010-04-03 Micah Cowan + + * checkmk/*: Added Awk program "checkmk", for eliminating + boilerplate work when writing unit test modules. Includes + documentation and tests. + + * Makefile.am (SUBDIRS): Added checkmk. + + * configure.ac: Added extra awk-detection logic for checkmk. + + * NEWS: Updated with news about checkmk. + + * AUTHORS (Patches): Added myself. + 2010-02-17 Jose E. Marchesi * tests/check_check_selective.c (make_selective_suite): New diff --git a/NEWS b/NEWS index 37e912c..233a755 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ In development. +* Added checkmk, a tool for reducing "boilerplate coding" when writing + unit tests with check. + Tue, Sep 22, 2009: Released Check 0.9.8 based on r559 (2009-09-23 21:00).