This is now 2.0.5 for release.
authorChris Gianelloni <wolf31o2@gentoo.org>
Thu, 10 Jan 2008 00:20:26 +0000 (00:20 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Thu, 10 Jan 2008 00:20:26 +0000 (00:20 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1264 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
catalyst

index dfbd1c40a16c597babcad2dd8558efeb38a6a169..6248f8b5b7fd41a7cde11052aa0ccc355f55e4e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Id: $
 
+  10 Jan 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
+  This is now 2.0.5 for release.
+
   25 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
   files/catalyst.conf, modules/catalyst_support.py,
   modules/generic_stage_target.py,
index 1fb6c55cfa73eab25ab05140ccfa960c875476ac..8bac838d9c4756903769ba3f7f4559ef0ced819b 100755 (executable)
--- a/catalyst
+++ b/catalyst
@@ -9,7 +9,7 @@ import os,sys,imp,string,getopt
 import pdb
 
 __maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="2.0.5_pre6"
+__version__="2.0.5"
 
 conf_values={}
 
@@ -23,7 +23,7 @@ def usage():
        print " -F --fetchonly          fetch files only"
        print " -h --help               print this help message"
        print " -p --purge              clear tmp dirs,package cache and autoresume flags"
-       print " -s --snapshot           generate a Portage snapshot"
+       print " -s --snapshot           generate a release snapshot"
        print " -V --version            display version information"
        print " -v --verbose            verbose output"
        print
@@ -32,14 +32,14 @@ def usage():
        print "Using the commandline option (-C, --cli) to build a Portage snapshot:"
        print "catalyst -C target=snapshot version_stamp=my_date"
        print
-       print "Using the snapshot option (-s, --snapshot) to build a Portage snapshot:"
-       print "catalyst -s 20051208"
+       print "Using the snapshot option (-s, --snapshot) to build a release snapshot:"
+       print "catalyst -s 20071121"
        print
        print "Using the specfile option (-f, --file) to build a stage target:"
        print "catalyst -f stage1-specfile.spec"
 
 def version():
-       print "Gentoo Catalyst, version "+__version__
+       print "Catalyst, version "+__version__
        print "Copyright 2003-2007 Gentoo Foundation"
        print "Distributed under the GNU General Public License version 2\n"