From 7c5067b63f7f5bec63d086767444c18d8854394e Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Wed, 31 Oct 2007 14:52:57 +0000 Subject: [PATCH] New version. --- .cvsignore | 1 + pykickstart.spec | 17 ++++++++++++++++- sources | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7a723a4..af27f61 100644 --- a/.cvsignore +++ b/.cvsignore @@ -7,3 +7,4 @@ pykickstart-1.16.tar.gz pykickstart-1.17.tar.gz pykickstart-1.18.tar.gz pykickstart-1.19.tar.gz +pykickstart-1.20.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 36e0ca2..d9fcc7e 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.19 +Version: 1.20 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,21 @@ rm -rf %{buildroot} %{_bindir}/ksflatten %changelog +* 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 + previously deprecated. +- zerombr no longer takes any arguments. +- %packages --ignoredeps --resolvedeps have been removed. +- firewall --high --medium have been removed. +- vnc --connect has been removed. +- xconfig options from monitor have now been removed. +- --bytes-per-inode has been marked as deprecated. +- Fix typos. +- Add --fsprofile option to disk commands (pjones). +- Add F9 support (pjones). +- Lots of internal fixes (clumens, pjones). + * Tue Oct 23 2007 Chris Lumens 1.19-1 - Fix a traceback on the cdrom method. diff --git a/sources b/sources index bff2906..76f2305 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b7581abdf390858310ae7ed09a34a02d pykickstart-1.19.tar.gz +32e398bc49f2d6233eb658b1b4d0c957 pykickstart-1.20.tar.gz