Bump version. I can already tell I'm going to forget to do this a lot.
[pykickstart.git] / ChangeLog
blobf91318d54d30539bbe87323fd805a18d29294cb8
1 2005-10-07  Chris Lumens  <clumens@redhat.com>
3         * pykickstart/constants.py:  Add types for scripts.
4         * pykickstart/data.py:  Collapse scripts into a single list.
5         * pykickstart/parser.py:  Likewise.  Also, fix script printing.
6         * pykickstart/writer.py:  Likewise.  Also, rename class to
7         KickstartWriter.
9 2005-10-06  Chris Lumens  <clumens@redhat.com>
11         * pykickstart/parser.py (DeprecatedOption):  Add a "deprecated"
12         attribute so options can be marked as such.
13         (KickstartHandlers):  Change how deprecated commands are printed.  Add
14         --card back to the xconfig command as a deprecated option.
16 2005-10-05  Chris Lumens  <clumens@redhat.com>
18         * pykickstart/data.py:  Rename classes to be consistent with the rest
19         of the module.  Add default bytesPerInode to partition objects.
21 2005-10-05  Chris Lumens  <clumens@redhat.com>
23         * Imported contents from anaconda.