This is 2.0_rc30.
authorChris Gianelloni <wolf31o2@gentoo.org>
Thu, 2 Feb 2006 17:55:15 +0000 (17:55 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Thu, 2 Feb 2006 17:55:15 +0000 (17:55 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1067 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
catalyst

index 23461c2c57561c92884fe38b14a3566d48c4e1a3..569b20ec82375a13f5948b476b9db9d499c7946b 100644 (file)
--- 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.552 2006/02/02 17:07:09 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.553 2006/02/02 17:55:15 wolf31o2 Exp $
+
+  02 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
+  This is 2.0_rc30.
 
   02 Feb 2006; Eric Edgar <rocket@gentoo.org>
   examples/livecd-stage2_template.spec:
@@ -7,7 +10,8 @@
 
   02 Feb 2006; Eric Edgar <rocket@gentoo.org>
   targets/support/bootloader-setup.sh:
-  Change [ console ] to -console in yaboot.conf for ppc64.  Spaces arent allowed
+  Change [ console ] to -console in yaboot.conf for ppc64.  Spaces aren't
+  allowed.
 
   02 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
   This is catalyst 2.0_rc29.
index d372fd08851ae61aea3ff4b1d2b0035e410784ee..4ed54f7b73d0b52be2735e3be63a68202d006eb4 100755 (executable)
--- 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.137 2006/02/02 14:10:07 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.138 2006/02/02 17:55:15 wolf31o2 Exp $
 
 # Maintained in full by:
 # Eric Edgar <rocket@gentoo.org>
@@ -11,7 +11,7 @@ import os,sys,imp,string,getopt
 import pdb
 
 __maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="2.0_rc29"
+__version__="2.0_rc30"
 
 conf_values={}