From 1b8e206a5d33c276f7130fd282c9d3934f08c0aa Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Tue, 20 Feb 2007 21:20:02 +0000 Subject: [PATCH] New version. --- .cvsignore | 1 + pykickstart.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index a9da4c9..fadaf58 100644 --- a/.cvsignore +++ b/.cvsignore @@ -10,3 +10,4 @@ pykickstart-0.92.tar.gz pykickstart-0.93.tar.gz pykickstart-0.94.tar.gz pykickstart-0.95.tar.gz +pykickstart-0.96.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index fc4fbd7..2ebec30 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: 0.95 +Version: 0.96 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -38,6 +38,13 @@ rm -rf %{buildroot} %{_bindir}/ksvalidator %changelog +* Tue Feb 20 2007 Chris Lumens - 0.96-1 +- Fix __str__ methods for langsupport and reboot commands. +- Renamed BaseHandler.empty to BaseHandler.maskAllExcept. +- Split command objects out into their own files in commands/. +- Rename command objects to start with Version_. +- Support extended group selection syntax. + * Wed Feb 14 2007 Chris Lumens - 0.95-1 - KickstartParser no longer takes a version argument. - Be more lenient in what strings stringToVersion accepts. diff --git a/sources b/sources index 8532f3e..daf3122 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b6a08667f4a74bfad5bb127f5991e691 pykickstart-0.95.tar.gz +e77266b81483ef78ca6ee647526c68f5 pykickstart-0.96.tar.gz