diff --git a/.cvsignore b/.cvsignore index 1ad2f04..46beeab 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ pykickstart-0.36.tar.gz pykickstart-0.39.tar.gz pykickstart-0.40.tar.gz +pykickstart-0.41.tar.gz diff --git a/pykickstart.spec b/pykickstart.spec index af9f5b1..40dcbdd 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -2,7 +2,7 @@ Summary: A python library for manipulating kickstart files Name: pykickstart -Version: 0.40 +Version: 0.41 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPL @@ -38,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT /usr/share/locale/*/*/* %changelog +* Fri Dec 01 2006 Chris Lumens - 0.41-1 +- Fix traceback when using deprecated commands (#218047, #218059). + * Thu Nov 30 2006 Chris Lumens - 0.40-1 - Pull in new translations (#216620). - Add --level argument to logging command writer. diff --git a/sources b/sources index 7fce7b0..a9e1093 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -59161ea2302ba92f8ccd0404aa18e8d4 pykickstart-0.40.tar.gz +8971b15c889fe482a16cbf196aafafc0 pykickstart-0.41.tar.gz