Bump version.
[pykickstart.git] / ChangeLog
blobb0066b31c86a52c753d5a58d459983b94dd1f498
1 2005-10-24  Chris Lumens  <clumens@redhat.com>
3         * pykickstart.spec:  Bump version.
5         * pykickstart/parser.py:  Report the line number on exceptions.
6         * validator/ksvalidator:  Added a stand-alone program to validate
7         kickstart files.
9 2005-10-19  Chris Lumens  <clumens@redhat.com>
11         * pykickstart.spec:  Bump version.
13 2005-10-18  Chris Lumens  <clumens@redhat.com>
15         * pykickstart/parser.py:  Correct deprecated attribute so warnings are
16         thrown when a deprecated option is seen, not when it's defined.
18 2005-10-17  Chris Lumens  <clumens@redhat.com>
20         * docs/programmers-guide:  Added documentation for extending and
21         programming with pykickstart.
23 2005-10-13  Chris Lumens  <clumens@redhat.com>
25         * pykickstart.spec:  Correct python lib directory on 64-bit archs
26         (#170621).  Bump build.
28 2005-10-07  Chris Lumens  <clumens@redhat.com>
30         * pykickstart/constants.py:  Add types for scripts.
31         * pykickstart/data.py:  Collapse scripts into a single list.
32         * pykickstart/parser.py:  Likewise.  Also, fix script printing.
33         * pykickstart/writer.py:  Likewise.  Also, rename class to
34         KickstartWriter.
36 2005-10-06  Chris Lumens  <clumens@redhat.com>
38         * pykickstart/parser.py (DeprecatedOption):  Add a "deprecated"
39         attribute so options can be marked as such.
40         (KickstartHandlers):  Change how deprecated commands are printed.  Add
41         --card back to the xconfig command as a deprecated option.
43 2005-10-05  Chris Lumens  <clumens@redhat.com>
45         * pykickstart/data.py:  Rename classes to be consistent with the rest
46         of the module.  Add default bytesPerInode to partition objects.
48 2005-10-05  Chris Lumens  <clumens@redhat.com>
50         * Imported contents from anaconda.