From 0c4a4af9fbfe1e390c6476fbf0ae421911154684 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Jul 02 2009 14:46:55 +0000 Subject: New version. --- diff --git a/.cvsignore b/.cvsignore index f01c111..41d97cc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -41,3 +41,4 @@ pykickstart-1.50.tar.gz pykickstart-1.51.tar.gz pykickstart-1.52.tar.gz pykickstart-1.53.tar.gz +pykickstart-1.55.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index 471113c..6fae16d 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.53 +Version: 1.55 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -45,6 +45,18 @@ rm -rf %{buildroot} %{_bindir}/ksverdiff %changelog +* Thu Jul 02 2009 Chris Lumens - 1.55-1 +- Add support for the group command to F12 (#509119). +- RHEL5 now supports RAID 10. +- The f12 hander class should be called F12Handler. (jgranado) +- Remove bootloader --lba32. +- Add a new version of the driverdisk command without --type=. +- Add initial support for F12. +- Fetch the programmers-guide from the wiki now. + +* Mon May 18 2009 Chris Lumens - 1.54-1 +- Make sure the F11 handler gets used for "partition" and "part" (#501020). + * Wed Apr 29 2009 Chris Lumens - 1.53-1 - Move lineno= from KSOptionParser.__init__ to parse_args (#497149). (clumens) - Use the F11 version of the partition command. (clumens) diff --git a/sources b/sources index f7ae880..4f409e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0e97f845154a2d46446dc7838625c52e pykickstart-1.53.tar.gz +2241cebd8b089307903115bcfa1812b8 pykickstart-1.55.tar.gz