From: Chris Gianelloni Date: Sun, 4 Dec 2005 17:35:24 +0000 (+0000) Subject: This is 2.0_rc5. X-Git-Tag: CATALYST_2_0_6_916~558 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bf79d32d115e3f784d5a9d27c2b1ac7847732b77;p=catalyst.git This is 2.0_rc5. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@936 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 2f28ec03..2b95c9f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.423 2005/12/04 17:09:57 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.424 2005/12/04 17:35:24 wolf31o2 Exp $ + + 04 Dec 2005; Chris Gianelloni catalyst: + This is 2.0_rc5. 04 Dec 2005; Eric Edgar modules/stage1_target.py: Fix stage1 to NOT contain the code from stage2;continued cleanup from the diff --git a/catalyst b/catalyst index 551fe23a..29ca0673 100755 --- a/catalyst +++ b/catalyst @@ -1,7 +1,7 @@ #!/usr/bin/python # 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.106 2005/12/02 19:37:02 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.107 2005/12/04 17:35:24 wolf31o2 Exp $ # Maintained in full by: # Eric Edgar @@ -10,7 +10,7 @@ import os,sys,imp,string,getopt import pdb __maintainer__="Chris Gianelloni " -__version__="2.0_rc4" +__version__="2.0_rc5" conf_values={}