This is 2.0_rc34.
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 8 Feb 2006 22:17:39 +0000 (22:17 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 8 Feb 2006 22:17:39 +0000 (22:17 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1078 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
catalyst

index dfa64d7c60fd630dd1c26599a67fc918eddda6a5..72802cad952afc4740a44b203c6f7c5f7d708656 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.563 2006/02/08 21:48:10 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.564 2006/02/08 22:17:39 wolf31o2 Exp $
+
+  08 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
+  This is 2.0_rc34.
 
   08 Feb 2006; Eric Edgar <rocket@gentoo.org>
   targets/support/bootloader-setup.sh:
@@ -12,7 +15,7 @@
   08 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
   targets/support/livecdfs-update.sh:
   Rearranged generation of /usr/livecd/systempkgs.txt for the LiveCD. Thanks
-  to Andrew Gaffney for spotting this.
+  to Andrew Gaffney for spotting this.  This is 2.0_rc33.
 
   07 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
   targets/support/kmerge.sh:
index 6f5630765f74ba269bf0d3844f585594717ad794..709e55774cdbe722cc765e814b2ac492fe1119d2 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.141 2006/02/08 03:25:24 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/catalyst,v 1.142 2006/02/08 22:17:39 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_rc33"
+__version__="2.0_rc34"
 
 conf_values={}