From: Chris Gianelloni Date: Fri, 20 Jan 2006 20:25:18 +0000 (+0000) Subject: This is 2.0_rc20. X-Git-Tag: CATALYST_2_0_6_916~457 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c0b6fb456a0e9b28c39b576bac74a00d75a1e9ef;p=catalyst.git This is 2.0_rc20. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1037 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index deea8e20..2ac47dfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.522 2006/01/20 17:19:42 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.523 2006/01/20 20:25:18 wolf31o2 Exp $ + + 20 Jan 2006; Chris Gianelloni catalyst: + This is 2.0_rc20. 20 Jan 2006; Eric Edgar modules/netboot2_target.py: Netboot2 fixes for spec parameter checks diff --git a/catalyst b/catalyst index aab8e0e6..829db5f3 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.127 2006/01/18 14:11:32 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.128 2006/01/20 20:25:18 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_rc19" +__version__="2.0_rc20" conf_values={}