diff options
author | David Holm <dholm@gentoo.org> | 2005-04-12 08:00:14 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-04-12 08:00:14 +0000 |
commit | 860e63b24449c80b4d32bf2896663cc76788a006 (patch) | |
tree | f0e902241477ee5af467391f78aad45c7a40a405 /dev-util/cunit/ChangeLog | |
parent | Killing off 0.9 alsa. (diff) | |
download | gentoo-2-860e63b24449c80b4d32bf2896663cc76788a006.tar.gz gentoo-2-860e63b24449c80b4d32bf2896663cc76788a006.tar.bz2 gentoo-2-860e63b24449c80b4d32bf2896663cc76788a006.zip |
Added fix for const pointers (Bug #87599)
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-util/cunit/ChangeLog')
-rw-r--r-- | dev-util/cunit/ChangeLog | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/dev-util/cunit/ChangeLog b/dev-util/cunit/ChangeLog index d31d5b903a15..36bacd3de729 100644 --- a/dev-util/cunit/ChangeLog +++ b/dev-util/cunit/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for dev-util/cunit -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.9 2004/10/30 10:21:55 dholm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.10 2005/04/12 08:00:14 dholm Exp $ + +*cunit-1.1.0.1-r1 (12 Apr 2005) +*cunit-1.0.0.8-r1 (12 Apr 2005) + + 12 Apr 2005; David Holm <dholm@gentoo.org> +files/cunit-const.patch, + +metadata.xml, +cunit-1.0.0.8-r1.ebuild, +cunit-1.1.0.1-r1.ebuild: + Added const pointers fix from James Ranson <euclid80 (at) users (dot) sf + (dot) net> (Bug #87599) + Added metadata.xml *cunit-2.0 (30 Oct 2004) |