From 72a0368ea6a3c3e88a3c9ce9d122bd6b195a5fc8 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Fri, 31 Oct 2008 00:01:12 -0700 Subject: [PATCH] Kicking out a 2.0.6.901 release for testing. --- ChangeLog | 26 +++++++++++++++----------- catalyst | 2 +- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f5c99d2..9074e753 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,38 +1,42 @@ -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Id: $ +# Copyright 2002-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney +# Distributed under the GPL v2 + + 31 Oct 2008; Chris Gianelloni catalyst: + Kicking out a 2.0.6.901 release for testing. 07 Sep 2008; Andrew Gaffney catalyst, +modules/catalyst/util.py: Create catalyst.util module with capture_traceback() and print_traceback() functions Capture and print traceback when build fails instead of letting - python do it + python do it. 07 Sep 2008; Andrew Gaffney catalyst, modules/catalyst/config.py, modules/catalyst_support.py: - Switch commandline spec value parsing to use catalyst.config.ConfigParser + Switch commandline spec value parsing to use catalyst.config.ConfigParser. 07 Sep 2008; Andrew Gaffney catalyst, modules/catalyst/config.py: A few fixes to ParserBase after actually testing it switch to parsing - config file with ConfigParser + config file with ConfigParser. 07 Sep 2008; Andrew Gaffney catalyst, +modules/catalyst/config.py, -modules/catalyst/util.py: - More indecisiveness..move util.spec to config.SpecParser + More indecisiveness..move util.spec to config.SpecParser. 06 Sep 2008; Andrew Gaffney catalyst, -modules/catalyst/spec.py, +modules/catalyst/util.py, modules/catalyst_support.py: - Rename catalyst.spec to catalyst.util Move spec_dump() into spec class - Modify catalyst to use new spec class + * Rename catalyst.spec to catalyst.util + * Move spec_dump() into spec class + * Modify catalyst to use new spec class 06 Sep 2008; Andrew Gaffney catalyst, +modules/catalyst/__init__.py: - Add __init__.py file and import line + Add __init__.py file and import line. 06 Sep 2008; Andrew Gaffney catalyst, +modules/catalyst/spec.py: - Initial commit of modules/catalyst/spec.py + Initial commit of modules/catalyst/spec.py. 30 Jul 2008; Chris Gianelloni arch/amd64.py, arch/x86.py: @@ -62,7 +66,7 @@ is 2.0.6 final. 14 May 2008; Andrew Gaffney arch/arm.py: - Add armv5tel to arm host list + Add armv5tel to arm host list. 09 May 2008; Chris Gianelloni targets/support/chroot-functions.sh: diff --git a/catalyst b/catalyst index c8b0a07d..969e95d8 100755 --- a/catalyst +++ b/catalyst @@ -13,7 +13,7 @@ import catalyst.config import catalyst.util __maintainer__="Chris Gianelloni " -__version__="2.0.6" +__version__="2.0.6.901" conf_values={} -- 2.26.2