From c625f88ac7155af053f623f409fc73a2b3423291 Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Fri, 7 Oct 2005 20:10:25 +0000 Subject: [PATCH] Bump version. --- .cvsignore | 1 + pykickstart.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index dfcfcd4..f52cc34 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ pykickstart-0.1.tar.gz pykickstart-0.2.tar.gz +pykickstart-0.3.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index a4193cc..d1cd251 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -1,6 +1,6 @@ Summary: A python library for manipulating kickstart files Name: pykickstart -Version: 0.2 +Version: 0.3 Release: 1 Source0: %{name}-%{version}.tar.gz License: GPL @@ -33,6 +33,14 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/python?.?/site-packages/pykickstart %changelog +* Fri Oct 07 2005 Chris Lumens 0.3-1 +- Add a deprecated attribute to options. +- Add --card option back to xconfig and mark as deprecated. +- Throw a deprecation warning on mouse and langsupport commands. +- Rename Writer to KickstartWriter for consistency. +- Collapse scripts into a single list and add an attribute on Script to + differentiate. + * Wed Oct 05 2005 Chris Lumens 0.2-1 - Rename module to pykickstart to avoid conflicts in anaconda. - Rename data classes for consistency. diff --git a/sources b/sources index 2c5cfbb..f7096e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -73b6f9350bcddf70cbe0caf40d67a866 pykickstart-0.2.tar.gz +9b073dbd3c879c7feb83727b0f0468ce pykickstart-0.3.tar.gz