This is catalyst 2.0_rc38, codenamed: When will the stinking release candidates ever...
authorChris Gianelloni <wolf31o2@gentoo.org>
Tue, 14 Feb 2006 15:53:21 +0000 (15:53 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Tue, 14 Feb 2006 15:53:21 +0000 (15:53 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1088 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
catalyst

index 4aa048f705467c5ed9a4062f4e382304d5c5a712..cf9cd1f889e90254a6f4add9c94377e124581cb8 100644 (file)
--- 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 <wolf31o2@gentoo.org> catalyst:
+  This is catalyst 2.0_rc38, codenamed: When will the stinking release
+  candidates ever end?
 
   14 Feb 2006; Eric Edgar <rocket@gentoo.org> modules/grp_target.py:
   fix for .DIGESTS.DIGESTS issue in grp
index d2b17ad0cc390568e03d9ea815c4ed6415cd73c4..128c1bebb8435cb41638c97dba33a7301f008c58 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.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 <rocket@gentoo.org>
@@ -11,7 +11,7 @@ import os,sys,imp,string,getopt
 import pdb
 
 __maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="2.0_rc37"
+__version__="2.0_rc38"
 
 conf_values={}