Add support for --eject on reboot/shutdown.
[pykickstart.git] / ChangeLog
blobe89983acba07eb4b2578451f2f29412689f0b78f
1 2006-01-13  Chris Lumens  <clumens@redhat.com>
3         * pykickstart/constants.py:  Add constants for the various
4         reboot/shutdown actions.
5         * pykickstart/data.py:  Add support for --eject on reboot.
6         * pykickstart/parser.py:  Likewise.
7         * pykickstart/writer.py:  Likewise.
9 2006-01-04  Chris Lumens  <clumens@redhat.com>
11         * pykickstart/data.py:  Finish removing monitor information.
12         * pykickstart/writer.py:  Clean up output quoting a bit.
14 2005-12-12  Chris Lumens  <clumens@redhat.com>
16         * pykickstart/data.py:  Remove monitor information from xconfig.
17         * pykickstart/parser.py:  Remove monitor configuration from xconfig,
18         move --noprobe option to monitor keyword.
19         * pykickstart/writer.py:  Likewise.
21 2005-12-08  Chris Lumens  <clumens@redhat.com>
23         * pykickstart/data.py:  Support bytesPerInode on RAID
24         (Curtis Doty <Curtis at GreenKey.net> #175288).
25         * pykickstart/parser.py:  Likewise.
26         * pykickstart/writer.py:  Likewise.
28 2005-11-03  Chris Lumens  <clumens@redhat.com>
30         * pykickstart.spec:  Bump version.
32         * pykickstart/data.py:  Default to SELINUX_ENFORCING.
33         anaconda expects partition sizes to start at None as --size=0 --grow
34         is an acceptable combination (#172378).
36         * pykickstart/parser.py:  Don't call shlex.split on anything inside a
37         script (#172313).
39 2005-11-01  Chris Lumens  <clumens@redhat.com>
41         * pykickstart.spec:  Bump version.
43         * pykickstart/parser.py (KickstartHandlers.doVnc):  --connect is not
44         required as it may be provided to anaconda on the command line
45         (#172192).
46         (KickstartHandlers.doNetwork):  --onboot takes no options.
47         * pykickstart/writer.py (doFirewall):  Remove extra spaces.  Write out
48         --<service> options if ports are set.
50 2005-10-28  Chris Lumens  <clumens@redhat.com>
52         * pykickstart/writer.py (KickstartWriter.doClearPart):  Fix --all
53         parameter.
55 2005-10-28  Chris Lumens  <clumens@redhat.com>
57         * pykickstart.spec:  Bump version.
59         * docs/programmers-guide:  Add documentation for error reporting.
60         * pykickstart/parser.py:  Add --resolvedeps and --includedeps as
61         deprecated options to %packages.  Pass line number to handlePackageHdr
62         and handleScriptHdr.
64 2005-10-24  Chris Lumens  <clumens@redhat.com>
66         * pykickstart.spec:  Bump version.
68         * pykickstart/parser.py:  Report the line number on exceptions.
69         * validator/ksvalidator:  Added a stand-alone program to validate
70         kickstart files.
72 2005-10-19  Chris Lumens  <clumens@redhat.com>
74         * pykickstart.spec:  Bump version.
76 2005-10-18  Chris Lumens  <clumens@redhat.com>
78         * pykickstart/parser.py:  Correct deprecated attribute so warnings are
79         thrown when a deprecated option is seen, not when it's defined.
81 2005-10-17  Chris Lumens  <clumens@redhat.com>
83         * docs/programmers-guide:  Added documentation for extending and
84         programming with pykickstart.
86 2005-10-13  Chris Lumens  <clumens@redhat.com>
88         * pykickstart.spec:  Correct python lib directory on 64-bit archs
89         (#170621).  Bump build.
91 2005-10-07  Chris Lumens  <clumens@redhat.com>
93         * pykickstart/constants.py:  Add types for scripts.
94         * pykickstart/data.py:  Collapse scripts into a single list.
95         * pykickstart/parser.py:  Likewise.  Also, fix script printing.
96         * pykickstart/writer.py:  Likewise.  Also, rename class to
97         KickstartWriter.
99 2005-10-06  Chris Lumens  <clumens@redhat.com>
101         * pykickstart/parser.py (DeprecatedOption):  Add a "deprecated"
102         attribute so options can be marked as such.
103         (KickstartHandlers):  Change how deprecated commands are printed.  Add
104         --card back to the xconfig command as a deprecated option.
106 2005-10-05  Chris Lumens  <clumens@redhat.com>
108         * pykickstart/data.py:  Rename classes to be consistent with the rest
109         of the module.  Add default bytesPerInode to partition objects.
111 2005-10-05  Chris Lumens  <clumens@redhat.com>
113         * Imported contents from anaconda.