Correct deprecated attribute so warnings are thrown when a deprecated
[pykickstart.git] / ChangeLog
blob626f3563cdfcc57086fa43307fc82c3a6a70a7d5
1 2005-10-18  Chris Lumens  <clumens@redhat.com>
3         * pykickstart/parser.py:  Correct deprecated attribute so warnings are
4         thrown when a deprecated option is seen, not when it's defined.
6 2005-10-17  Chris Lumens  <clumens@redhat.com>
8         * docs/programmers-guide:  Added documentation for extending and
9         programming with pykickstart.
11 2005-10-13  Chris Lumens  <clumens@redhat.com>
13         * pykickstart.spec:  Correct python lib directory on 64-bit archs
14         (#170621).  Bump build.
16 2005-10-07  Chris Lumens  <clumens@redhat.com>
18         * pykickstart/constants.py:  Add types for scripts.
19         * pykickstart/data.py:  Collapse scripts into a single list.
20         * pykickstart/parser.py:  Likewise.  Also, fix script printing.
21         * pykickstart/writer.py:  Likewise.  Also, rename class to
22         KickstartWriter.
24 2005-10-06  Chris Lumens  <clumens@redhat.com>
26         * pykickstart/parser.py (DeprecatedOption):  Add a "deprecated"
27         attribute so options can be marked as such.
28         (KickstartHandlers):  Change how deprecated commands are printed.  Add
29         --card back to the xconfig command as a deprecated option.
31 2005-10-05  Chris Lumens  <clumens@redhat.com>
33         * pykickstart/data.py:  Rename classes to be consistent with the rest
34         of the module.  Add default bytesPerInode to partition objects.
36 2005-10-05  Chris Lumens  <clumens@redhat.com>
38         * Imported contents from anaconda.