From: Chris Gianelloni Date: Tue, 14 Feb 2006 15:53:21 +0000 (+0000) Subject: This is catalyst 2.0_rc38, codenamed: When will the stinking release candidates ever... X-Git-Tag: CATALYST_2_0_6_916~406 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4e5015540a163eae9a85361dad3151781461feb9;p=catalyst.git This is catalyst 2.0_rc38, codenamed: When will the stinking release candidates ever end? git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1088 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 4aa048f7..cf9cd1f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.573 2006/02/14 15:38:12 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.574 2006/02/14 15:53:21 wolf31o2 Exp $ + + 14 Feb 2006; Chris Gianelloni catalyst: + This is catalyst 2.0_rc38, codenamed: When will the stinking release + candidates ever end? 14 Feb 2006; Eric Edgar modules/grp_target.py: fix for .DIGESTS.DIGESTS issue in grp diff --git a/catalyst b/catalyst index d2b17ad0..128c1beb 100755 --- a/catalyst +++ b/catalyst @@ -1,7 +1,7 @@ #!/usr/bin/python -OO # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.145 2006/02/13 22:26:44 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.146 2006/02/14 15:53:21 wolf31o2 Exp $ # Maintained in full by: # Eric Edgar @@ -11,7 +11,7 @@ import os,sys,imp,string,getopt import pdb __maintainer__="Chris Gianelloni " -__version__="2.0_rc37" +__version__="2.0_rc38" conf_values={}