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