diff --git a/.cvsignore b/.cvsignore index af27f61..f025b0a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -8,3 +8,4 @@ pykickstart-1.17.tar.gz pykickstart-1.18.tar.gz pykickstart-1.19.tar.gz pykickstart-1.20.tar.gz +pykickstart-1.21.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index d9fcc7e..614ecc2 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -3,7 +3,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart Url: http://fedoraproject.org/wiki/pykickstart -Version: 1.20 +Version: 1.21 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -44,6 +44,10 @@ rm -rf %{buildroot} %{_bindir}/ksflatten %changelog +* Tue Nov 06 2007 Chris Lumens 1.21-1 +- Save script line numbers for debugging. +- More internal cleanups. + * Wed Oct 31 2007 Chris Lumens 1.20-1 - Pull wiki docs from the new location. - Fix error messages for options that have been removed after having been diff --git a/sources b/sources index 76f2305..b68439b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -32e398bc49f2d6233eb658b1b4d0c957 pykickstart-1.20.tar.gz +affa33760a7a290f1ce5374f8fd2fef0 pykickstart-1.21.tar.gz