summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2002-10-30 01:10:20 +0000
committerGeorge Shapovalov <george@gentoo.org>2002-10-30 01:10:20 +0000
commitf8679df7ba6c8a5fc709107b32fd448f469cb0ab (patch)
treecf0aaad3f4ef2cb417010561ec12060d91a249d2 /dev-util/cppunit/ChangeLog
parentnew package: a CAS as well as a C++ library providing algebraic capabilities. (diff)
downloadgentoo-2-f8679df7ba6c8a5fc709107b32fd448f469cb0ab.tar.gz
gentoo-2-f8679df7ba6c8a5fc709107b32fd448f469cb0ab.tar.bz2
gentoo-2-f8679df7ba6c8a5fc709107b32fd448f469cb0ab.zip
new package: cppunit library, a unit testing framework
generally used in XP programming projects.
Diffstat (limited to 'dev-util/cppunit/ChangeLog')
-rw-r--r--dev-util/cppunit/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-util/cppunit/ChangeLog b/dev-util/cppunit/ChangeLog
new file mode 100644
index 000000000000..2a8728eb9a79
--- /dev/null
+++ b/dev-util/cppunit/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for dev-util/cppunit
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.1 2002/10/30 01:10:20 george Exp $
+
+*cppunit-1.8.0 (29 Oct 2002)
+
+ 29 Oct 2002; George Shapovalov <george@gentoo.org> cppunit-1.8.0.ebuild :
+
+ initial release
+
+ cppunit: a unit testing framework, generally used in XP programming projects.
+
+ ebuild submitted by: Darke <darkepaw@users.sourceforge.net>