/[smeserver]/rpms/anaconda/sme8/anaconda.spec
ViewVC logotype

Annotation of /rpms/anaconda/sme8/anaconda.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 17:57:22 2007 UTC (17 years ago) by slords
Branch: MAIN
Import on branch sme8 of package anaconda-11.1.2.36-1.el5.sme.6.src.rpm

1 slords 1.1 Name: anaconda
2     Version: 11.1.2.36
3     Release: 1%{?dist}.6
4     License: GPL
5     Summary: Graphical system installer
6     Group: Applications/System
7     Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
8     Patch1: anaconda-centos-syslinux-msg.patch
9     Patch2: anaconda-centos-installclasses-2.patch
10     Patch3: anaconda-centos-regkey.patch
11     Patch4: anaconda-centos-centos-branding-po_files.patch
12     Patch5: anaconda-centos-inst-type.patch
13     Patch6: anaconda-centos-task.patch
14     Patch7: anaconda-centos-removeStatusText.patch
15     Patch8: anaconda-centos-splittree_allow_missing_RPMSdir.patch
16     Patch9: anaconda-centos-pkgorder.patch
17     Patch10: anaconda-centos-additional-repos.patch
18    
19     BuildPreReq: kudzu-devel >= 1.2.42, pciutils-devel
20     BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel
21     BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11
22     BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel
23     BuildPreReq: beecrypt-devel, libselinux-devel >= 1.6, libX11-devel
24     BuildPreReq: libXxf86misc-devel, intltool >= 0.31.2-3, python-urlgrabber
25     BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3,
26     BuildPreReq: libsepol-devel
27     BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2
28     BuildPreReq: glib2-devel >= 2.11.1-5
29     BuildPreReq: libdhcp-devel >= 1.16, mkinitrd-devel >= 5.1.2-1
30     BuildPreReq: audit-libs-devel
31     Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty
32     Requires: parted >= 1.7.1, pyparted >= 1.7.2
33     Requires: kudzu >= 1.2.42, yum >= 2.9.2, pirut >= 1.1.0
34     Requires: libxml2-python, python-urlgrabber
35     Requires: system-logos, pykickstart, system-config-date
36     Requires: device-mapper >= 1.01.05-3
37     Requires: dosfstools >= 2.11-6.2 e2fsprogs
38     Requires: python-pyblock >= 0.24-1
39     Requires: libbdevid >= 5.1.2-1, libbdevid-python
40     Requires: audit-libs
41     %ifnarch s390 s390x ppc64
42     Requires: rhpxl >= 0.25
43     %endif
44     Obsoletes: anaconda-images <= 10
45     Url: http://fedora.redhat.com/projects/anaconda-installer/
46    
47     BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
48    
49     %description
50     The anaconda package contains the program which was used to install your
51     system. These files are of little use on an already installed system.
52    
53     %package runtime
54     Summary: Graphical system installer portions needed only for fresh installs.
55     Group: Applications/System
56     AutoReqProv: false
57     Requires: libxml2-python, python, rpm-python >= 4.2-0.61
58     Requires: anaconda = %{version}-%{release}
59     Requires: createrepo >= 0.4.3-3.1, squashfs-tools, mkisofs
60     %ifarch %{ix86} x86_64
61     Requires: syslinux
62     %endif
63     %ifarch s390 s390x
64     Requires: openssh
65     %endif
66     Requires: /usr/bin/strip, xorg-x11-font-utils, netpbm-progs
67    
68     %description runtime
69     The anaconda-runtime package contains parts of the installation system which
70     are needed for installing new systems. These files are used to build media
71     sets, but are not meant for use on already installed systems.
72    
73     %prep
74    
75     %setup -q
76     %patch1 -p1
77     %patch2 -p1
78     %patch3 -p1
79     %patch4 -p1
80     %patch5 -p1
81     %patch6 -p1
82     %patch7 -p1
83     %patch8 -p1
84     %patch9 -p1
85     %patch10 -p1
86    
87     %build
88     make depend
89     make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
90    
91     %install
92     rm -rf $RPM_BUILD_ROOT
93     make DESTDIR=$RPM_BUILD_ROOT install
94     #strip $RPM_BUILD_ROOT/usr/sbin/ddcprobe
95    
96     strip $RPM_BUILD_ROOT/usr/lib/anaconda/*.so
97    
98     %clean
99     rm -rf $RPM_BUILD_ROOT
100    
101     %files
102     %defattr(-,root,root)
103     %doc COPYING
104     %doc ChangeLog
105     %doc docs/command-line.txt
106     %doc docs/install-methods.txt
107     %doc docs/kickstart-docs.txt
108     %doc docs/mediacheck.txt
109     %doc docs/anaconda-release-notes.txt
110     /usr/bin/mini-wm
111     /usr/sbin/anaconda
112     %ifarch i386
113     /usr/sbin/gptsync
114     %endif
115     /usr/share/anaconda
116     /usr/share/locale/*/*/*
117     /usr/lib/anaconda
118    
119     %files runtime
120     %defattr(-,root,root)
121     /usr/lib/anaconda-runtime
122    
123     %triggerun -- anaconda < 8.0-1
124     /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
125    
126     %changelog
127     * Tue Apr 10 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.6
128     - Fix typo in additionalrepos patch
129    
130     * Mon Apr 9 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.5
131     - Drop update repos from install time selection
132    
133     * Sun Apr 8 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.4
134     - Additional repos at install time
135    
136     * Fri Mar 30 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.3
137     - Drop taskMap mapping
138    
139     * Thu Mar 29 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36.1.el5.centos.2
140     - Added pkgorder patch to make it do what we want it to
141    
142     * Wed Mar 28 2007 Karanbir Singh <kbsingh@centos.org> - 11.1.2.36-1.el5.centos.1
143     - Roll in CentOS Change
144    
145     * Thu Feb 1 2007 Peter Jones <pjones@redhat.com> - 11.1.2.36-1
146     - Fix traceback when using text mode with a language that we can't display
147     Resolves: #225528
148    
149     * Fri Jan 26 2007 Peter Jones <pjones@redhat.com> - 11.1.2.35-1
150     - Don't set the migration flag for FAT labels if we're formatting the
151     partition
152     Resolves: #223898
153     - Process directories recursively when relabelling
154     Resolves: #218791
155    
156     * Fri Jan 26 2007 Jeremy Katz <katzj@redhat.com> - 11.1.2.34-2
157     - fix ordering for split media installs (#223090)
158    
159     * Wed Jan 24 2007 Peter Jones <pjones@redhat.com> - 11.1.2.34-1
160     - The PAE kernel isn't named according to the normal convention, so we need
161     "kernel-PAE" instead of "kernel-pae" in the list for grub.
162     Resolves: #223941
163    
164     * Tue Jan 23 2007 Peter Jones <pjones@redhat.com> - 11.1.2.33-1
165     - Handle FAT/VFAT labels on upgrade better
166     Resolves: #223890
167     - Include kernel-pae in the list of kernels we set up in grub.conf (#223941)
168    
169     * Mon Jan 22 2007 Peter Jones <pjones@redhat.com> - 11.1.2.32-1
170     - Don't try to migrate fat/vfat labels if there's no fstab yet (#223554).
171     - Always dasdfmt when we're relabeling a dasd device.
172     Resolves: #223492
173     - Don't use FAT/VFAT labels that are in use on other filesystems
174     Resolves: #218957
175    
176     * Fri Jan 19 2007 Peter Jones <pjones@redhat.com> - 11.1.2.31-1
177     - Fix typo in yesterday's iscsi fix
178     Resolves: #223257
179    
180     * Thu Jan 18 2007 Peter Jones <pjones@redhat.com> - 11.1.2.30-1
181     - Fix iscsi shutdown's "ps" call
182     Resolves: #223257
183     - Fix "halt" kickstart directive
184     Resolves: #222953
185    
186     * Wed Jan 17 2007 Peter Jones <pjones@redhat.com> - 11.1.2.29-1
187     - fix rhpl import
188     Resolves: #222991
189    
190     * Tue Jan 16 2007 Peter Jones <pjones@redhat.com> - 11.1.2.28-1
191     - Use a GtkWindow for the release notes viewer (katzj)
192     Resolves: #220418
193     - Add pirut to our textdomain so strings get translated (katzj)
194     Resolves: #216067
195     - Don't log a pvrequest's "drive" attribute, since they don't all have them
196     Resolves: #221992
197     - Fix "clearpart" and such to only happen once
198     Resolves: #220021
199     - Handle multiple repo paths better
200     Resolves: #221146
201     Resolves: #221260
202     - label fat filesystems for /boot/efi on ia64
203     Resolves: #218957
204     - Don't overwrite hdinstall partition when "clearpart --all --initlabel" is
205     in ks.cfg (dlehman)
206     Resolves: #220331
207     - Fix depsolver progress meter problems when there's not enough space (dlehman)
208     Resolves: #215493
209     - Don't show "unsupported language" error when not in interactive mode (clumens)
210     Resolves: #222096
211     - Change default mpath option to disabled
212     Related: #219843
213     - Remove packages pulled in for deps when there's a space error (dlehman)
214     Resolves: #222894
215     - Disable betanag (katzj)
216    
217     * Thu Jan 4 2007 Peter Jones <pjones@redhat.com> - 11.1.2.27-1
218     - Include cdroms in the scsi disk count (katzj, #207336)
219     - Translation display fixes (katzj, #216067)
220     - Wait longer for usb floppy access (#211222)
221     - Make the package repo path list right (#221260)
222    
223     * Wed Jan 3 2007 Peter Jones <pjones@redhat.com> - 11.1.2.26-1
224     - Fix bug trying to find repomd files (#221146)
225     - Don't do 'clearpart' stuff on fsset if we're not in a kickstart (#221090)
226    
227     * Tue Jan 2 2007 Peter Jones <pjones@redhat.com> - 11.1.2.25-1
228     - Turn off multipath support by default (enable with "mpath" during boot)
229     - Don't clear partitions if it's already been done (#220021)
230     - Handle upgrade conditionals better (pnasrat, #218909, #214747)
231     - Handle new repo dict format (dlehman, #220241, #220326)
232     - Don't log messages about VT tech preview on s390 and ppc (dlehman, #220236)
233    
234     * Mon Dec 18 2006 Peter Jones <pjones@redhat.com> - 11.1.2.24-1
235     - Make sure reg keys are written out un upgrade (dlehman, #219791)
236     - handle 'regkey --skip' correctly in kickstart (dlehman, #219544)
237     - Allow users to go back and change regkeys (dlehman, #219361)
238     - Do not accept regkeys that don't match the install media (dlehman, #219823)
239     - Honor dhcpclass parameter in isys (dcantrell, #220057)
240     - Pick paths better for url iso installs (#219205)
241    
242     * Fri Dec 15 2006 David Cantrell <dcantrell@redhat.com> - 11.1.2.23-1
243     - Use subprocess in execConsole (clumens, #210481, #216155)
244     - Leave a way for mkinited to discover lack of mpath (pjones, #219843)
245     - Pass 'anaconda' to instClass.installDataClass() (pjones, #219793)
246     - Use intf, not self.anaconda.intf in partedUtils
247     - Handle DiskSet instantiation from LabelFactory when anaconda=None
248     - Resolves: rhbz#210481 rhbz#216155 rhbz#219843 rhbz#219793
249    
250     * Thu Dec 14 2006 Peter Jones <pjones@redhat.com> - 11.1.2.22-1
251     - Only show information appropriate to the install class specified by the
252     reg key (dlehman, #218967)
253     - Fix dasd formatting (dcantrell, #218861)
254     - Fix iscsi portal discovery (#216164)
255     - Update xvc0 major/minor (katzj, #218050)
256     - Fix device node creation in 'rescue' (clumens)
257     - Fix zFCP device addition (dcantrell, #210635)
258    
259     * Wed Dec 13 2006 Peter Jones <pjones@redhat.com> - 11.1.2.21-1
260     - Handle reg keys with dashes (dlehman, #218716)
261     - Don't traceback with no iscsi (katzj, #218513)
262     - Unmount cdrom after installation when using local stage2 during http
263     install (dlehman)
264     - Fix typo in iscsi code (katzj, #218513)
265     - Remove LIBUSER_CONF from the environment before running
266     post (clumens, #218213)
267     - Don't allow virt by default on ia64 (#215429)
268     - Fix lvm off-by-one-extent problems with previously created volume groups
269     (pjones, #217913)
270    
271     * Wed Dec 6 2006 Peter Jones <pjones@redhat.com> - 11.1.2.20-1
272     - Remove language choices for which there is no font (katzj, #217498)
273     - Add stex module (katzj, #209179)
274     - Fix debug output (pnasrat, #217751, #217774)
275    
276     * Fri Dec 1 2006 Dennis Gregorovic <dgregor@redhat.com> - 11.1.2.19-2
277     - rebuild
278     - Related: rhbz#217861
279    
280     * Wed Nov 29 2006 Chris Lumens <clumens@redhat.com> - 11.1.2.19-1
281     - Don't always write out xconfig and monitor lines (#211977).
282     - Pull in xinf files from X driver packages on url images.
283     - Fix for changed API (katzj, #217673, #217689).
284    
285     * Tue Nov 28 2006 Chris Lumens <clumens@redhat.com> - 11.1.2.18-1
286     - Fix registration key dialog (katzj).
287     - Base shown tasks on registration key (katzj).
288     - Init wreq structure before use (dcantrel, #215367).
289     - Fetch new release notes file on language change (#217501).
290     - Add ipv6= command line argument (dcantrel).
291     - Rework loader network config screen (dcantrel, #213108, #213112).
292     - Disable testing registration keys when out of beta (katzj, #217360).
293     - Fix si_LK timezone (katzj, #217288).
294     - Set the right home directory on kickstart user command (#216681).
295     - Allow correcting kickstart file location on error/typo (#216446).
296     - Check for .discinfo instead of using a static number (pjones, #214787).
297     - Nodes property typo (pnasrat, #216410).
298     - Only set broadcast and network addr if ipv4 is enabled (dcantrel, #215451).
299    
300     * Fri Nov 17 2006 Chris Lumens <clumens@redhat.com> - 11.1.2.17-1
301     - Preserve drive order specified in kickstart (#214881).
302     - Be smarter about checking if iscsi is available (katzj, #216128).
303     - Install language support packages in text mode (nasrat, #215867).
304     - Fix kernel naming (katzj, #215746).
305     - Fix handling of iscsiadm output and activation of devices (pjones).
306     - Depsolve on optional/non-grouped packages (nasrat, #214848).
307     - Update kickstart documentation.
308     - Make sure source is unmounted on image installs before %post (#214677).
309     - Use mode 0600 for install-num file (katzj, #214853).
310    
311     * Thu Nov 09 2006 Paul Nasrat <pnasrat@redhat.com> -11.1.2.16-1
312     - Fix traceback due to incorrect no discs (#214787)
313    
314     * Wed Nov 8 2006 Peter Jones <pjones@redhat.com> - 11.1.2.15-1
315     - Fix segfault when there's no EDD, as on ppc (#214653)
316     - Always skip networking screen on kickstart installs (clumens, #214584)
317     - Update install method docs (clumens, #214159)
318    
319     * Mon Nov 6 2006 Peter Jones <pjones@redhat.com> - 11.1.2.14-1
320     - Avoid traceback with PReP partitions on disks that aren't currently
321     in use (clumens, #211098)
322     - Fix traceback when all space is in use (ddearau AT us.ibm.com, #213616)
323     - Fix text mode traceback (katzj, #213869)
324     - Use better API for network configuration dialog (katzj, #213356)
325    
326     * Fri Nov 03 2006 Chris Lumens <clumens@redhat.com> - 11.1.2.13-1
327     - Install in text mode if a KVM confused X autodetection.
328    
329     * Fri Nov 03 2006 Paul Nasrat <pnasrat@redhat.com> - 11.1.2.12-1
330     - Fix traceback on ftp loopback iso installs (#212014)
331     - Enable IPv6 dns support in loader (dcantrell)
332    
333     * Wed Nov 1 2006 Peter Jones <pjones@redhat.com> - 11.1.2.11-1
334     - Fix localhost6 line in /etc/hosts (dcantrell, #210050)
335     - Add more fonts to the install image (katzj, #207428)
336     - Remove i386 dmraid on multi-arch upgrades (katzj, #209011)
337     - Improve split ISO URL installs (clumens)
338     - Fix line wrapping in clearpart (clumens, #213425)
339     - Always set an active value in the LVM PE size combo box (clumens, #212317)
340     - Don't try to clear partitions on drives in the skippedList (clumens)
341     - Don't try to resolve port numbers from urls as hostnames (clumens, #212622)
342    
343     * Fri Oct 27 2006 Peter Jones <pjones@redhat.com> - 11.1.2.10-1
344     - Don't use keepalive sockets when they won't be reused (#212571)
345    
346     * Fri Oct 27 2006 Jeremy Katz <katzj@redhat.com> - 11.1.2.9-1
347     - Fix install key handling (#212548)
348     - Catch hard drives that don't exist (clumens, #212377)
349     - Fix typo for slovak keyboard (#212304)
350    
351     * Thu Oct 26 2006 Chris Lumens <clumens@redhat.com> - 11.1.2.8-1
352     - Fall over to the next mirror correctly (#208077, #212014).
353    
354     * Wed Oct 25 2006 Jeremy Katz <katzj@redhat.com> - 11.1.2.7-1
355     - Fix zfcp (#210094)
356     - Remove unneeded whiteout
357     - Fix a case where we might have leaked an fd (#212191)
358    
359     * Tue Oct 24 2006 Jeremy Katz <katzj@redhat.com> - 11.1.2.6-1
360     - Add Sinhala (#207426)
361     - Fix a traceback in shell exec (pnasrat, #211830)
362     - Write out proper ipv6 localhost in /etc/hosts (dcantrel, #211800)
363     - Merge swap/graphical limits from fc6 (#211649)
364     - Fix canceling with iscsi (#211996)
365     - Fix static IPs with iscsi/repo adding
366     - Fix use of repos on upgrade (#211547)
367     - Add real key format (dlehman, #207752)
368    
369     * Fri Oct 20 2006 David Cantrell <dcantrell@redhat.com> - 11.1.2.5-1
370     - Build against libdhcp-1.16
371     - Continue if vname or vparm are NULL in readNetInfo (#211502)
372     - Add fonts-telugu (katzj, #207428)
373     - Fix install progress bar/window dimensions (katzj, #211526)
374     - Don't specify a stdout of stderr for shells on zSeries (clumens, #210481)
375     - Use execConsole function to run shells (clumens)
376     - Only use netlink messages with ARP Ethernet headers (katzj, #210195)
377     - Force swap formatting on ppc (pnasrat, #206523)
378     - Don't traceback without a key in cmdline mode (katzj, #211476)
379     - Pass noipv4/noipv6 settings from stage 1 to stage 2 (#208334)
380     - Correct --onbiosdisk handling (clumens, #210705)
381     - Keep runlevel 3 if doing a VNC install (clumens, #211318)
382     - Don't use unicode line drawing on vt100-nav terminals (katzj, #208374)
383     - Remove multilib packages (pnasrat, #209011)
384    
385     * Tue Oct 17 2006 David Cantrell <dcantrell@redhat.com> - 11.1.2.4-1
386     - yum fix retry on failure (katzj, #211117)
387     - Fix ordering for iSCSI tools on CD installs (katzj, #208832)
388     - Only go back a screen from regKeyScreen is possible (katzj, #211101)
389     - Support --skip for instkey (katzj)
390     - Parse /tmp/netinfo correctly on zSeries (#207991)
391     - Fix for virtualization being the group instead of xen (katzj)
392    
393     * Mon Oct 16 2006 Jeremy Katz <katzj@redhat.com> - 11.1.2.3-1
394     - Better regex for finding ISO loopback mounts (clumens, #205133)
395     - Setup baseurl better for additional repos (clumens, #210877)
396     - Add qla2400 and qla2xxx to late module load list (#210886)
397     - Write out zfcp to anaconda-ks.cfg
398     - Write out iscsi to anaconda-ks.cfg
399     - Preserve installation number in anaconda-ks.cfg and on the system (#207029)
400     - Add support for 'key' directive in kickstart for installation number
401     - Handle non-base repos which may or may not exist better (#202810)
402     - Fix zfcp (#210094)
403     - Take up more space for package descriptions (#210531)
404     - New installation number dialog (#207752)
405    
406     * Thu Oct 12 2006 David Cantrell <dcantrell@redhat.com> - 11.1.2.2-1
407     - Fix layout where extra repo selection box is not displayed (clumens)
408     - Fix desktop upgrade (katzj, #210408)
409     - Don't start a new process group and do exit(0) instead of return
410     after receiving SIGTERM (pjones)
411     - Only do auditDaemon if we're not in test or rootpath mode (pjones)
412     - Error only when checking the initiator name (katzj, #210347)
413     - Don't force gateway and DNS values (#200029)
414     - Set IPv6 entry box sensitivity correctly in text mode
415     - Initialize useIPv4 and useIPv6 correctly when existing net info is there
416    
417     * Wed Oct 11 2006 Chris Lumens <clumens@redhat.com> - 11.1.2.1-1
418     - Ignore basepath in getHeader to fix CD installs (pnasrat).
419     - Fix package installation.
420    
421     * Tue Oct 10 2006 Jeremy Katz <katzj@redhat.com> - 11.1.2.0-1
422     - Allow setting the language to something not in lang-table (clumens, #176538)
423     - Fix split media (pnasrat)
424     - Fix going back from advanced bootloader (clumens, #210190)
425     - Bump early swap to be higher
426     - Add Telugu (#207428)
427     - Update edd support (Rez Kabir, #207331)
428     - Sleep hacks for usb-storage (zaitcev, #207336)
429    
430     * Mon Oct 9 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.110-1
431     - Fix SELinux contexts for iscsi
432     - Fix traceback if addrepos isn't shown (#209997)
433     - Fix traceback looking up hostnames (clumens, #209672)
434     - Fix split media (pnasrat)
435     - Fix network to be enabled after install on non-network installs
436    
437     * Fri Oct 6 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.109-1
438     - Fix iscsi for toolchain changes and targets with multiple IPs
439     - Validate ips like 9.1.2.3 (dcantrel, #209654)
440    
441     * Fri Oct 6 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.108-1
442     - Fix endless spinning with redhat-lsb depcheck (#209665)
443     - Fix usefbx (clumens)
444     - Fix traceback with loopback isos (pnasrat)
445    
446     * Thu Oct 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.107-1
447     - minor yum api fix
448    
449     * Wed Oct 4 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.105-1
450     - Fix details in tui pkgselection (#209310)
451     - Add Assamese (#207424)
452     - More network UI sanity checking (dcantrel)
453     - Disable release notes url clicking (dcantrel)
454     - Fix traceback going back on upgrade (#205198)
455     - Try to fix up sr_CS.UTF-8@Latn some more (#182591)
456    
457     * Tue Oct 03 2006 Chris Lumens <clumens@redhat.com> - 11.1.0.104-1
458     - More netconfig fixes (dcantrel).
459     - Reset protected partitions list (#204405).
460     - Handle more iscsi error cases (katzj, #208671).
461     - Don't bring down network interfaces after fetching files (dcantrel,
462     #201194).
463    
464     * Mon Oct 2 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.103-1
465     - More netconfig fixing (dcantrel)
466     - Fix some translation problems (#206620)
467     - Don't do netconfig on task toggle (#208562)
468     - Some mpath/dmraid fixes (pjones, #208423)
469     - Only set graphical if VNC is enabled in kickstart, not
470     all kickstarts (clumens)
471     - Ensure RAID levels get sorted (#208478)
472     - Fix handling of locales we can't display (#208841)
473     - Fix traceback in partition editing (clumens, #208677)
474     - Try to fix sr_CS.UTF-8@Latn (#182591)
475     - Ensure a depcheck on redhat-lsb (#201222)
476     - Fix pkgorder to order "needed" groups early (#206778)
477    
478     * Thu Sep 28 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.102-1
479     - Disable repo writing for now
480     - Fixup text network config (dcantrel)
481     - More HTTP response codes (clumens)
482     - Don't try to use updates disk image by default (clumens)
483     - Give an error message when netconfig fails
484     - Don't prompt for non-existent cd
485     - Fix DNS with dhcp for extras on CD install
486    
487     * Wed Sep 27 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.101-1
488     - Give indication of no optional packages (#204242)
489     - Don't give an error on partition mount errors looking for upgrades (#201805)
490     - Firewire fix (notting)
491     - Make initrd.size have 0644 perms (dcantrel, #197773)
492     - More netconfig tweaks (dcantrel)
493     - Support loopback URL mounts (pnasrat, #207904)
494     - Turn off firstboot on s390 (clumens, #207926)
495     - Set display mode if vnc ks (clumens, #204736)
496     - Fix partitioning traceback (#208101)
497     - Fix lowres (clumens)
498     - xfs tweak (esandeen, #208323)
499     - Add qla4xxx (#208324) and qla3xxx
500    
501     * Thu Sep 21 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.100-1
502     - Fix a few tracebacks (#207594, #207587)
503     - Allow only iSCSI disks (#207471)
504     - Fix bootdisk.img on x86_64
505    
506     * Wed Sep 20 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.99-1
507     - Fix CD stage2 + URL installs (clumens, #205571, #206072)
508     - Remove hostap (clumens, #196334)
509     - Fix input validation for manual network config (dcantrel,
510     #206148, #206678, #206537)
511     - More network UI improvements (dcantrel)
512     - Fix upgrade tracebacks (pnasrat, #206913)
513     - Improved zfcp code (#204145)
514     - Format swap on ppc upgrades (pnasrat, #206523)
515     - Fix network interface bringup (dcantrel, #206192, #200109)
516     - Allow running anaconda with --target arch for stateless (#206881)
517     - Improve iscsi and zfcp TUI and kickstart config
518    
519     * Fri Sep 15 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.98-1
520     - Fix stage2 creation (prarit, #206638)
521     - Add ehea driver (pjones)
522     - Fix rescue mode for the early shell case
523    
524     * Thu Sep 14 2006 Chris Lumens <clumens@redhat.com> 11.1.0.97-1
525     - Compile fix (pjones).
526    
527     * Thu Sep 14 2006 Chris Lumens <clumens@redhat.com> 11.1.0.96-1
528     - Use -no-fragments to mksquashfs (katzj, #206472).
529     - Fix scsi and usb module loading (pjones).
530     - Better testing for driver disk correctness (katzj, #195899).
531     - Support HTTP redirects in the loader (#188198, #204488).
532     - Write out repo configuration (pnasrat, #199468).
533     - Fix installing from additional repos on CD/DVD installs (katzj, #205846).
534     - Network UI fixes (katzj).
535     - --vesa -> --xdriver (pjones).
536     - Fix when group selection should appear in kickstart installs.
537     - Fix logical volume size checking again (#206039).
538     - Skip attached devices without media present again (#205465).
539     - Install fs packages if they're needed for installation (katzj, #205865).
540     - Only collect network addresses for running interfaces (dcantrel).
541     - zSeries initrd fixes (dcantrel, #197773).
542    
543     * Fri Sep 8 2006 Peter Jones <pjones@redhat.com> - 11.1.0.95-1
544     - Look for repodata where the CDs are mounted, not where they're
545     stored (clumens)
546     - Reverse traceback print order in the UI so most recent call is listed
547     first (clumens, #204817)
548     - Don't install device-mapper-multipath or kpartx except when selected or
549     required by install media.
550    
551     * Thu Sep 07 2006 Chris Lumens <clumens@redhat.com> 11.1.0.94-1
552     - Allow opening release notes more than once (dcantrel, #203147).
553     - Fix NFS iso installs.
554     - More files to restorecon.
555     - Rework GUI network configuration screen (dcantrel).
556     - isys network cleanups (dcantrel).
557     - Fix taking sreenshots (#204480).
558     - Skip broken repositories in kickstart (#204831).
559     - Pull in all policy modules in initrd making.
560     - Fix yum traceback (katzj, #205450).
561     - Add hptiop module (katzj, #205337).
562    
563     * Wed Sep 6 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.93-1
564     - unbreak xen installs
565     - add hptiop drivers (#205337)
566     - Fix a traceback (#205450)
567    
568     * Tue Sep 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.92-1
569     - fix the build some more
570    
571     * Tue Sep 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.91-1
572     - build fix (pjones)
573     - traceback fix (dcantrel)
574    
575     * Tue Sep 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.90-1
576     - Update for newer iscsi code
577     - Fix with yum API change
578     - More files to restorecon (clumens)
579     - Don't crash with duplicate repos (clumens)
580     - Back to clearlooks (notting)
581     - dmraid for dmraid, not kpartx (pjones)
582    
583     * Thu Aug 31 2006 Peter Jones <pjones@redhat.com> - 11.1.0.89-1
584     - Fix going back to the repo screen (clumens)
585     - Install correct supplementary packages when using dmraid or multipath
586    
587     * Wed Aug 30 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.88-1
588     - Fix a case where images don't exist (#204648)
589     - More making pkgorder quieter
590    
591     * Wed Aug 30 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.87-1
592     - Fix traceback on editing lvm (#204631)
593     - Fix SELinux context setting
594     - Don't do file logging in pkgorder
595    
596     * Tue Aug 29 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.86-1
597     - Fix ia64 pxeboot dir (#199274)
598     - Remember manual TCP/IP settings (dcantrel, #202662)
599     - Clean up extra repo stuff some more (clumens)
600    
601     * Tue Aug 29 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.85-1
602     - Sanity check more device names for LVM (notting, #2040387)
603     - Exception handling fixes (clumens)
604     - Fix Extras selection (clumens, #204267)
605     - Setup repos later
606     - Improved verbage (Paul Frields, #204249)
607     - Filter out some non-addressable storage from hd dict (pjones)
608     - Handle xen virtual serial
609     - Reset file contexts on mountpoints (#202525)
610     - Ensure programs used by anaconda are installed (clumens, #203216)
611    
612     * Wed Aug 23 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.84-1
613     - Run in English for CJKI text installs (clumens, #180417, #202738)
614     - Don't mistake hard drives for CD drives (clumens, #202714)
615     - Start to add s390x mpath support (pjones)
616     - Whiteout scim-libs (clumens, #202543)
617     - Fix LV size check with growing (clumens, #203095)
618     - Fix graphical selection of drives (pjones)
619     - Speed up mke2fs (pjones, #201645)
620     - Add a simple audit daemon to get rid of audit spam (pjones)
621     - Some tweaks to repo addition/task selection
622     - Fix multipath for x86_64 (pjones, #203425)
623     - Set language to English every time it's unsupported (clumens, #203331)
624    
625     * Wed Aug 16 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.83-1
626     - Fix text timezone typo (clumens, #202844)
627     - Some installclass tweaking
628     - Fix nfsiso to handle changing repopaths
629     - Fix x86_64 install traceback (#202660)
630     - Adjust for new theme
631    
632     * Tue Aug 15 2006 Chris Lumens <clumens@redhat.com> 11.1.0.82-1
633     - Make Turkish translation build again.
634    
635     * Tue Aug 15 2006 Chris Lumens <clumens@redhat.com> 11.1.0.81-1
636     - Fix serial console shell IO (#201479).
637     - Don't traceback if URL install path is just "/" (#202368).
638     - Fix font typo (katzj, #202167).
639     - SELinux fixups (pjones).
640     - Handle virtpconsole option again (katzj, #201749, #202450).
641     - Kickstart install fixes (#202471, #202483).
642     - Mark strings for translation (#199022).
643     - Fix ISO install method traceback (#201775).
644     - Don't enable the back button if there's no screen to show (#197766).
645     - Don't clobber a working /etc/resolv.conf on VNC installs (#201874).
646     - Remember user choices on network config (dcantrel, #200986, #200797).
647     - More greek fixing (katzj, #196980).
648     - Sync pkgorder with what distill is expecting (katzj, #201923).
649     - RHEL upgrade tweaks (katzj, #201741).
650     - Install class detection (katzj, #201745).
651     - Fix text upgrade traceback (katzj, #201960).
652     - Add more libraries for s390 (katzj, #200985).
653     - Add SATA probing (pjones).
654     - Add registration key options (katzj, #201738).
655     - Don't automatically set UTC check box on kickstart installs (#181737).
656     - Patch from Paul Schroder <pschroeder@uplogix.com> for nogr mode.
657    
658     * Tue Aug 08 2006 Paul Nasrat <pnasrat@redhat.com> 11.1.0.80-1
659     - Blacklist e2fsprogs.ppc64 on upgrades (#200233)
660     - Set self.currentMedia to [] (dcantrel, #201722).
661     - Remove multiple error messages (dcantrel, #201247)
662     - Revert logMessage calls (clumens, #201707)
663    
664     * Mon Aug 07 2006 Chris Lumens <clumens@redhat.com> 11.1.0.79-1
665     - s390 build fix.
666    
667     * Mon Aug 07 2006 Chris Lumens <clumens@redhat.com> 11.1.0.78-1
668     - Fix password writing for interactive kickstart installs (#201455).
669     - Don't check percentage on preexisting LVs (#193341).
670     - Log added repos (#201212).
671     - Start adding things for ia64 Xen (katzj).
672     - Use new raid module name (katzj, #201361).
673     - Look for ifconfig in the right place during rescue mode (#201372).
674     - Fix segfault in FTP and HTTP path typos (#197403, #201243, #201367).
675     - Don't display the askmethod screen on CD installs (#201108).
676     - Do a better job at updating mkfs percentage bar (pjones).
677     - Fix finding the release notes (#201232).
678     - Add libvolume_id for gfs2-utils (katzj).
679    
680     * Wed Aug 02 2006 Paul Nasrat <pnasrat@redhat.com> 11.1.0.77-1
681     - Fix pkgorder isdir check
682     - Reinstate frequent rescanning of devices (clumens)
683    
684     * Wed Aug 02 2006 Chris Lumens <clumens@redhat.com> 11.1.0.76-1
685     - Don't raise an exception when someone tries to delete empty space (pjones).
686     - Fix X ks writing traceback (#201047).
687     - Add file to describe initrd to fir LPAR installs (katzj, #197773).
688     - Add libXau for s390 (katzj, #200985).
689     - Sleep for disks to settle (katzj, #200589).
690    
691     * Tue Aug 1 2006 Peter Jones <pjones@redhat.com> - 11.1.0.75-1
692     - Fix iSCSI and MultiPath coexistance
693     - Don't use mygethostbyname on ipv6 yet (dcantrell)
694     - Better logging on nfsinstall and kickstart (dcantrell, #195203)
695     - Remove ddc probing (clumens)
696    
697     * Mon Jul 31 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.74-1
698     - Fix method=http vs method=ftp (pjones)
699     - Various xconfig fixes (clumens, #200755 #200758)
700     - Fix FTP/HTTP installs by hostname (dcantrel, #200771)
701     - Fix command-stubs/mknod (#200820)
702    
703     * Fri Jul 28 2006 Peter Jones <pjones@redhat.com> - 11.1.0.73-1
704     - Revert DNS changes from yesterday (dcantrel)
705     - Do the backtrace initialization after analyzing args (katzj)
706     - Use rhpxl for all X startup tasks (clumens, #199437)
707     - Create users under the rootpath (patch from Clark Williams)
708     - Update to use newer dmraid libraries
709     - Remove /nss usage (dcantrell)
710    
711     * Thu Jul 27 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.72-1
712     - Don't allow ipv6-only nfs installs (dcantrel)
713     - Fix segfault with ksdevice= (pjones, #200451)
714     - Fix ipv6 ftp installs (dcantrel)
715     - Ignore options we don't understand to our modprobe to help fix X
716     startup on radeon
717     - Use rootpath in a few places we had /mnt/sysimage hardcoded
718     - Fix method=
719     - Fix translation mismatch
720    
721     * Thu Jul 27 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.68-1
722     - And another fix for the RHEL installclass
723    
724     * Thu Jul 27 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.67-1
725     - FTP/HTTP ipv6 fixes (dcantrel)
726     - Better prepboot handling (pnasrat)
727     - RHEL installclass fixes
728    
729     * Wed Jul 26 2006 Peter Jones <pjones@redhat.com> - 11.1.0.66-1
730     - Fix md raid request class
731     - Check for busybox utilties in /usr/sbin (katzj)
732     - Be smarter about log files during kickstart (clumens)
733     - Make multipath and dmraid work
734     - Add Kannada language (katzj)
735     - Don't show onboot for rescue mode (katzj)
736     - Fix AF_INET6 usage when making in6_addr (dcantrell)
737    
738     * Tue Jul 25 2006 Paul Nasrat <pnasrat@redhat.com> - 11.1.0.65-1
739     - Fix noipv6 (pjones)
740     - Fix nodmraid and nompath (katzj)
741     - Make kickstart inherit from used installclass (katzj)
742     - Hide rhel installclass by default (katzj)
743     - Remove gstreamer/gstreamer-tools whiteout (#197139, katzj)
744    
745     * Mon Jul 24 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.64-1
746     - Fix build failure (pjones)
747     - Fix error handling when adding iscsi
748     - Make things a bit more flexible based on the install class
749     - Fix noipv4 (dcantrel)
750     - Try not to run dmidecode a bazillion times
751     - Cleanups for various package selection things
752    
753     * Fri Jul 21 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.63-1
754     - Fix serial kickstart installs (clumens)
755     - Add labels for LVM and RAID (clumens)
756     - Show preexisting labels when they exist (clumens, #149375)
757     - Fix traceback for no dosFilesystems (pnasrat)
758     - Clean up to handle packages in $PRODUCTPATH or $PRODUCTPATH/RPMS
759     - Various iscsi fixups
760    
761     * Thu Jul 20 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.62-1
762     - Fix drivelist sensitivity when adding devices
763     - Fix text mode package selection (clumens, #186043)
764     - Make GMT offset timezones available (clumens, #199076)
765     - Use attr=2 for xfs per sandeen
766     - Fix labels of stuff created before install starts (#199605)
767     - Add Malayalam and Oriya (#197783)
768     - Fix partitioning (#199459)
769    
770     * Wed Jul 19 2006 Chris Lumens <clumens@redhat.com> 11.1.0.61-1
771     - Bring down network interface after fetching files (dcantrel).
772     - Use dejavu fonts instead of vera (katzj).
773     - Tweak iSCSI, partitioning, and tasksel UI (katzj, #199451).
774     - Fix busybox symlinks (katzj, #199463).
775     - Use reboot instead of shutdown (katzj, #199262).
776     - Fix DHCP error messages (dcantrel, #199452).
777    
778     * Tue Jul 18 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.60-1
779     - Fix va_copy() argument ordering in logMessageV() in loader
780    
781     * Tue Jul 18 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.59-1
782     - Add rudimentary firmware loading support to the loader (pjones)
783     - Drop some whiteout (pnasrat, #196733)
784     - Fix exec'ing of symlinks (clumens)
785     - Add basic multipath support (pjones)
786     - Basic support for multiple repo setup in graphical mode
787     - Add missing files (clumens)
788    
789     * Mon Jul 17 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.58-1
790     - Clean up noipv4/noipv6 stuff stuff (clumens)
791     - Fix exception handling for test mode
792     - Lots of iscsi changes
793     - Create mount points for protected partitions (clumens)
794     - Add multipath kernel modules (pjones)
795     - Add dhcp libs needed by isys to stage2
796    
797     * Thu Jul 13 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.57-1
798     - Fix unknown error on shadow file (#196705, clumens)
799     - Removed inet_calcGateway (clumens)
800     - Don't guess gateway address in text network UI (#197578, clumens)
801     - Change iutil.copyFile calls to shutil.copyfile (clumens)
802     - Removed DRI enable/disable code from xsetup (clumens)
803     - Removed copyFile, getArch, memInstalled, and rmrf from iutil (clumens)
804     - Don't pass command as first argument to subprocess calls (clumens)
805     - Added network debugging mode for readNetConfig() in loader
806     - Removed "BOOTP" string from loader network config UI
807     - Added new dialog for network device config in stage2 (katzj)
808     - Write gateway address to correct struct in manualNetConfig
809     - Removed IP_STRLEN macro since that's moved to libdhcp
810     - Link and compile libisys with libdhcp
811     - Added back 'confignetdevice' and 'pumpnetdevice' in iutil
812     - Removed isys_calcNetmask and isys_calcNS (clumens)
813     - Added xkeyboard-config to fix VT switching (katzj)
814    
815     * Tue Jul 11 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.56-1
816     - Many changes and fixes in the loader2 network configuration, both
817     dhcp and manual IP entry
818     - Fix stdin/stdout on VNC shells (clumens)
819     - Check all bootloader entries for Windows (clumens)
820     - Set UTC box in text install based on Windows existing or not (clumens)
821     - Remove standalone argument for rhpxl call (clumens)
822     - Remove call to deprecated method in yuminstall (clumens)
823     - Fix group selection traceback in text mode (katzj, #197858)
824    
825     * Mon Jul 10 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.55-1
826     - Fix findExistingRoots (clumens, #197900)
827     - Add smartctl to rescue image (dcantrel, #198052)
828     - Allow relative --rootpath (markmc, #197669)
829     - Try to fix up RAID6 (#197844)
830     - Fix keymap generation with serial console (Alexander Dupuy, #198310)
831    
832     * Fri Jul 7 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.54-1
833     - Loader changes to support enabling/disabling IPv4 & IPv6
834     - Manual IP configuration changes in loader to better support IPv{4,6}
835     - Let GFS2 command line option work (katzj)
836     - Rescue mode shell fixes (clumens, #197315)
837     - Add filesystem label chooser to rescue mode (clumens, #196345)
838     - Use configured interface for VNC connections (clumens, #197721)
839     - Init process cleanups
840     - Log requiring package as well as require name (pnasrat)
841    
842     * Wed Jul 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.53-1
843     - fix typo
844    
845     * Wed Jul 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.52-1
846     - Add Marathi (#194572)
847     - Try to let UI fit a little better in LVM dialog (#197334)
848     - Give a message if we fail to make teh device node (markmc, #197514)
849     - Fix rescue CD
850     - Fix minstg2 linking error (#197593)
851     - Log the transaction error
852     - gfs2 fixes
853    
854     * Fri Jun 30 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.51-1
855     - Remove non-existent paths from LD_LIBRARY_PATH (katzj)
856     - Calculate IPv4 broadcast address for static IP config
857     - Started adding debugging mode to init
858     - Return value checking for exec calls in init and loader
859     - Do not use wait4()
860     - WIFEXITED and WEXITSTATUS logic fixes
861     - Remove runroot stuff from buildinstall (katzj)
862     - Remove --comp argument from upd-instroot (katzj)
863     - Do not allow /boot on GFS2 (katzj)
864     - Move second images to images/ subdirectory (katzj)
865    
866     * Fri Jun 30 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.50-1
867     - Rebuild against new libdhcp for fixing more loader segfaults
868     - Pass the debug log level to libdhcp (markmc, #197175)
869     - Look for the ks.cfg on all cd drives (notting, #197192)
870     - Add wlite here, use it (pjones, #196099, #186701)
871     - Add the start of gfs2 support
872    
873     * Wed Jun 28 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.49-1
874     - Fix some memory leaks in the loader (pjones)
875     - Display fs labels next to rescue choices (clumens, #196345)
876     - Force graphical mode under vnc (clumens, #190099)
877     - Fix splitting trees with symlinks (pnasrat, #195240)
878     - Require system-config-date (clumens, #196452)
879     - Ensure network UI bits end up written out (clumens, #196756)
880     - Fix memory corruption in CD install (dcantrel)
881     - Fix double free with ksdevice=macaddr (dcantrel)
882     - Fix double free with HTTP/FTP installs (dcantrel, #195749)
883     - Ensure keyboard layout gets set (clumens, #196466)
884     - Fix text mode traceback for langs not supported in text
885     mode (clumens, #196615)
886     - Fix up for yum 2.9.2
887    
888     * Fri Jun 23 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.48-1
889     - various pychecker inspired cleanups (clumsn)
890     - don't try to unmount CDs twice (clumens)
891     - filter devices without media rather than removable devices (clumens)
892     - add iscsistart to second stage
893     - fix pkgorder for yum api changes
894     - fix manual ip entry (#196154)
895     - fix tyop in zfcp gui
896     - fix serial console being propagated to installed system (#196375)
897    
898     * Wed Jun 21 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.47-1
899     - Fix iscsi-related tracebacks (clumens/katzj)
900     - Remove some hacks that were added for s390 so that we fix them right
901     - Set MALLOC_CHECK_ and _MALLOC_PERTURB for the loader to help flush
902     out possible problems
903     - Fix kernel selection on s390 (#196150)
904     - Fixes for inet_pton usage (pjones)
905     - Use a longer timeout for dhcp requests
906    
907     * Wed Jun 21 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.46-1
908     - more tweaking of greek lang-table (#193872)
909     - mark some strings for translation (#194617)
910     - add back handling of ksdevice=macaddr (dcantrel, #195907)
911     - copy libnss_dns* and libnss_files* to stage1 image to try to fix some
912     of the dhcp oddities (dcantrel)
913     - fix setupPythonUpdates (clumens)
914     - wait for usb to be stable when reloading (pjones)
915     - don't pass netlogger output as a format specifier (pjones)
916     - fix traceback in zfcp_gui (#196097)
917     - sort drive list more correctly in autopartitioning
918     - bunch of tweaking to iscsi code
919     - ensure that xvd devices are sorted as "first" so they're in front
920     of things like iscsi devices
921    
922     * Fri Jun 16 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.45-1
923     - setfiles moved. more fixing of policy
924     - Give info on when we add packages as deps (#189050)
925    
926     * Fri Jun 16 2006 Peter Jones <pjones@redhat.com> - 11.1.0.44-1
927     - require newer libdhcp
928     - fix rescue mode console setup (clumens and pnasrat)
929    
930     * Thu Jun 15 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.43-1
931     - Some s390 fixes
932     - dmraid fixing (pjones)
933    
934     * Thu Jun 15 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.42-1
935     - Ensure all kernel packages end up in pkgorder
936     - Fix syntax errors in zfcp code
937     - Fix broadcast address calculation on 64bit machines
938     - Fix network config on s390
939     - Some minor iscsi tweaks
940    
941     * Thu Jun 15 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.41-1
942     - fix dep problem
943    
944     * Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.40-1
945     - add some more kernels to the pkgorder fun
946     - don't try to switch cds if we've already got the right one inserted
947     - libaudit for s390
948     - need openssh installed when building s390 trees
949    
950     * Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.39-1
951     - only select groups which exist
952    
953     * Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.38-1
954     - and fix ppc boot.iso (pnasrat)
955    
956     * Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.37-1
957     - Remove the step ordering debug commit
958     - Fix traceback due to new xen kernel names
959     - Another attempt at s390
960     - Include gptsync in install image so that mactels will boot
961    
962     * Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.36-1
963     - new xen kernel names
964     - more trying to fix s390
965    
966     * Tue Jun 13 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.34-1
967     - Fix logging segfaults in loader on x86_64
968     - More release notes viewer fixes
969    
970     * Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.33-1
971     - Fix text mode package selection (clumens)
972     - Fix IP editing (clumens)
973     - Fix segfault on x86_64 dhcp (dcantrel)
974     - Filter out sitX devs (dcantrel)
975     - More release notes fixes (dcantrel)
976     - More pkgorder fixage
977    
978     * Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.32-1
979     - fix ppc images
980    
981     * Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.31-1
982     - Fix loader sigsegv (dcantrel, #194882)
983     - Fix so we don't require yum.conf (clumens, #194987)
984     - Fix s390 tree
985     - Fix pkgorder for new yum API
986     - Fix release notes (dcantrel)
987     - More api fixing (clumens/nasrat)
988    
989     * Mon Jun 12 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.30-1
990     - make loader flags global (dcantrel)
991     - fixups for yum 2.9, pull in yum-metadata-parser
992    
993     * Sat Jun 10 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.29-1
994     - Fix syslinux requires
995     - Fix autopartitioning on the mactels
996     - Close leaky fd in reiserfs label reading code so that partitioning
997     succeeds in that case
998    
999     * Fri Jun 9 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.28-1
1000     - fix dep problem (clumens)
1001     - initial pass at support for the intel-based macs
1002     - more trying to get s390 trees so they work
1003     - more ipv6 (dcantrel)
1004     - simplify error handling and return values in autopart code (clumens)
1005     - fix going back in a few places (clumens)
1006     - enable user_xattrs and acls by default
1007    
1008     * Thu Jun 08 2006 Chris Lumens <clumens@redhat.com> 11.1.0.26-1
1009     - Revert anaconda-runtime files fix.
1010    
1011     * Thu Jun 08 2006 Chris Lumens <clumens@redhat.com> 11.1.0.25-1
1012     - More IPv6 fixes (dcantrell).
1013     - Add ipv6 kernel module to image (dcantrell).
1014     - Add noipv6 installer flag (dcantrell).
1015     - Add dosfstools to requires (katzj).
1016     - Fix anaconda-runtime spec file segment (#189415, #194237).
1017     - Better partitioning error messages (#181571).
1018     - Warn if non-linux filesystems can't be mounted on upgrade (#185086).
1019     - Simplify IP address widgets for IPv6 support.
1020     - Use libdhcp instead of pump, fix requires (dcantrell).
1021    
1022     * Tue Jun 6 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.24-1
1023     - Read from right stdin for kickstart scripts (Hannu Martikka, #192067)
1024     - Fix ip addr getting on 64bit boxes (clumens, #193609)
1025     - Don't specify window position (clumens)
1026     - Handle PE sizes we don't expect in the UI (clumens, #185272)
1027     - Rescue mode fixes (clumens)
1028     - Remove pointless back button (clumens, #187158)
1029     - Add user-agent to loader HTTP requests (clumens, #98617)
1030     - Use IP instead of hostname if needed (clumens, #191561)
1031     - Write out ipv6 localhost (clumens, #44984)
1032     - Add greek (#193872)
1033     - Fix s390x images (#192862)
1034     - Fix rhpxl location (clumens)
1035    
1036     * Tue May 30 2006 Chris Lumens <clumens@redhat.com> 11.1.0.23-1
1037     - Require glib2-devel.
1038     - Look for libglib in the right place on 64-bit machines.
1039    
1040     * Tue May 30 2006 Chris Lumens <clumens@redhat.com> 11.1.0.22-1
1041     - Fix going back in the UI.
1042     - Don't try to mount protected partitions twice.
1043     - Hook up new netlink code, debugging (dcantrell).
1044     - Package is actually named pyobject2 (katzj).
1045    
1046     * Thu May 25 2006 Chris Lumens <clumens@redhat.com> 11.1.0.21-1
1047     - Fix required CD dialog (pnasrat).
1048     - More anaconda class in the interfaces (dcantrel).
1049     - More netlink helper functions (dcantrel).
1050     - Don't allow logical volumes to be smaller than the volume group's PE
1051     size in interactive installs (#186412).
1052     - Make error handling for missing packages more robust and allow retrying
1053     (clumens, pnasrat, #183974).
1054     - Fix hard drive installs (#185292, #187941).
1055     - Don't always show partition review dialog in text installs.
1056     - Fix text-mode installs by adding more stuff to minstg2.img (#191991).
1057     - Skip netlink messages with invalid ARP header (dcantrel).
1058     - Add pygobject to install images (katzj).
1059    
1060     * Wed May 24 2006 David Cantrell <dcantrell@redhat.com> 11.1.0.20-1
1061     - Added Netlink helper functions to libisys.a
1062     - Do not pop wait window twice in writeBootloader (clumens)
1063     - For kickstart installs only: Do not allow logical volumes to be smaller
1064     than the volume group's PE size (#186412, clumens)
1065     - initrd fixes to account for glib2 library movement (clumens)
1066    
1067     * Tue May 23 2006 Chris Lumens <clumens@redhat.com> 11.1.0.19-1
1068     - Fix unicode stubs (pjones).
1069     - Fix libdir on ppc64 (katzj).
1070    
1071     * Tue May 23 2006 Chris Lumens <clumens@redhat.com> 11.1.0.18-1
1072     - Add slang-devel build requirement.
1073    
1074     * Tue May 23 2006 Chris Lumens <clumens@redhat.com> 11.1.0.17-1
1075     - Display full package name in log (pnasrat, #189308).
1076     - Add flags for multipath (pjones).
1077     - Allow protected partitions to be mounted (#105722).
1078     - Fix pkgorder traceback.
1079    
1080     * Fri May 19 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.16-1
1081     - Added asix driver (pjones)
1082     - Fix i18n build
1083    
1084     * Fri May 19 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.15-1
1085     - Fix indendation error in handleRenderCallback() that caused hang
1086     - Use gobject.threads_init() model
1087     - Remove gtk.threads_enter()/gtk.threads_leave() wrappers
1088     - Disk and filesystem scanning fixes (clumens)
1089    
1090     * Thu May 18 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.14-1
1091     - Few more liveCD tweaks
1092     - And clean up the ppc64 tree a little
1093     - Enable ipv6 by default (pnasrat)
1094     - Fix a traceback in finding root part (clumens)
1095    
1096     * Wed May 17 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.13-1
1097     - Fix image building typo
1098     - Remove some dead code (clumens, dcantrel)
1099     - More thread fixing (dcantrel)
1100     - Fix rescue mode (clumens)
1101     - Fix upgrades (clumens)
1102     - Don't try to mount protected partitions on hd ugprades (clumens)
1103     - Hook copyExtraModules back up (clumens, #185344)
1104     - Don't modify the main fs for user/password info on --rootpath install
1105     - Fix kickstart bootloader install
1106     - Some fixes for live CD
1107    
1108     * Tue May 16 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.12-1
1109     - Make mousedev loading less verbose for built-in case (#191814)
1110     - Ellipsize text (roozbeh, #191844)
1111     - Some more threads for release notes (dcantrel)
1112     - Remove lots of help related stuff (clumens)
1113     - Handle empty drive lists better looking for usb-storage and firewire (pjones)
1114     - Try to make ppc64 trees installable
1115     - Lots of cleanup to the scripts dir.
1116    
1117     * Mon May 15 2006 Chris Lumens <clumens@redhat.com> 11.1.0.11-1
1118     - Fix anaconda class typos (katzj).
1119     - Unmount media after running post scripts (#191381).
1120     - Fix VNC installs.
1121     - Support --mtu= in kickstart files (#191328).
1122     - Rework release notes viewer (dcantrel).
1123     - Fix upgrade traceback.
1124     - Fix console keymaps (pjones, #190983, #191541).
1125     - Allow USB and firewire installs, with a warning (pjones).
1126    
1127     * Mon May 08 2006 Chris Lumens <clumens@redhat.com> 11.1.0.10-1
1128     - s390x build fix.
1129    
1130     * Mon May 08 2006 Chris Lumens <clumens@redhat.com> 11.1.0.9-1
1131     - Fix cmdline installs (clumens, pnasrat).
1132     - Enable multirepo support in kickstart (clumens, pnasrat).
1133     - Begin IPv6 preparations (dcantrel).
1134     - More release notes viewer fixes (dcantrel).
1135    
1136     * Thu May 4 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.8-1
1137     - and fix the build
1138    
1139     * Thu May 04 2006 Paul Nasrat <pnasrat@redhat.com> - 11.1.0.7-1
1140     - class Anaconda (pnasrat, clumens)
1141     - User/service kickstart handlers (clumens)
1142     - Don't include kernel fs headers (katzj)
1143    
1144     * Mon May 1 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.6-1
1145     - fix build
1146    
1147     * Mon May 1 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.5-1
1148     - Fix loopback mounted url installs (dcantrel, #189097, #183999)
1149     - Different message during upgrade post scripts (clumens, #189312)
1150     - Remove obsolete startx stub (clumens)
1151     - Default UTC box to checked if we don't find a windows partition (clumens)
1152     - Fix manual IP config (clumens)
1153     - Don't change timezone in rootpath mode (Jane Dogalt, #185930)
1154     - Don't symlink things that don't exist
1155     - Don't change network config in rootpath mode (#185930)
1156     - Warn on lack of space on upgrade (clumens, #189022)
1157     - Emit --useexisting and --noformat in anaconda-ks.cfg (clumens, #189123)
1158     - Handle NFS mount options (Dave Lehman, #168384)
1159     - Do firewall and auth config in rootpath mode
1160     - Make bootloader code handle live cd case
1161    
1162     * Tue Apr 18 2006 Chris Lumens <clumens@redhat.com> 11.1.0.4-1
1163     - Pass version to mkstamp for discinfo files (jkeating).
1164     - Fix FTP method handling.
1165     - Don't download RPMs twice on FTP and HTTP methods (pnasrat, #183654).
1166     - Use libuser for setting root password.
1167     - Fix up rescue image script problems (dcantrel, #188011).
1168    
1169     * Tue Apr 04 2006 Chris Lumens <clumens@redhat.com> 11.1.0.3-1
1170     - Fix up for rhpxl Modes changes.
1171     - Fix handling of video driver if there's no list of drivers available.
1172     - Add modes files and libuser to images.
1173     - Allow updates to contain entire directories that may be missing.
1174     - Clean up deprecation warnings.
1175    
1176     * Tue Mar 28 2006 Chris Lumens <clumens@redhat.com> 11.1.0.2-1
1177     - Remove reference to pythondeps.
1178    
1179     * Tue Mar 28 2006 Chris Lumens <clumens@redhat.com> 11.1.0.1-1
1180     - Prompt for reformatting ancient swap partitions (dcantrel, #122101)
1181     - Fix lots of deprecation warnings (dcantrel)
1182     - Check for suspend signatures in swap (dcantrel, #186018)
1183     - Support logging command in kickstart
1184     - Clean up URLs we try to fetch in the loader
1185     - Fix SELinux conditional inclusion (pjones)
1186     - Remove customClass
1187     - Always ignore disks listed in ignoredisks (#186438)
1188     - Fix loader segmentation fault (#186210)
1189     - Reiser fs label avoidance (dcantrel, #183183)
1190     - Remove traceonly mode
1191     - Add rhpl to minstg2.img (#185840)
1192     - Remove lots of unneeded code in isys, iutil, and elsewhere
1193     (clumens, dcantrel, pnasrat)
1194    
1195     * Tue Mar 21 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.0-1
1196     - Fix text for rescue images
1197     - Fix some file contexts (#182252)
1198     - Update for new xen kernel names
1199     - Don't try to download package being erased (clumens, #184531)
1200     - Don't show group selection on ks upgrade (pnasrat, #184528)
1201     - Ignore conflicts on upgrade (pnasrat, #184461)
1202     - Don't traceback trying to mount auto fs's (clumens, #182730)
1203     - String fixes (clumens, #181916)
1204     - rootpath fix (clumens, #185172)
1205     - Prompt for missing images on hd installs (clumens, #185274)
1206     - Don't clobber network on upgrades (pnasrat, (#183203)
1207     - Fix some syntax errors (#185275)
1208     - Cap pe size at 128M (#185272)
1209     - Conditionalize selinux (msw)
1210     - Remove some obsolete code (msw, katzj)
1211     - Ensure we don't ask for no longer needed cds if packages are
1212     deselected (pnasrat, #185437)
1213     - Remove amharic and thai since we don't have fonts (clumens)
1214     - Let's try not doing traceonly and see the size difference for minstg2.img
1215     - Fix i5 (pnasrat, #186070)
1216     - Misc cleanups to iutil (clumens)
1217     - Use system-config-date for text-mode timezone too (clumens)
1218    
1219     * Mon Mar 6 2006 Jeremy Katz <katzj@redhat.com> - 10.92.17-1
1220     - fix traceback in size check
1221     - disable size check on upgrade (clumens, #184112)
1222     - try to catch more failures to read repo metadata (clumens)
1223     - only do runlevel 5 if graphical install (dcantrel, #184013)
1224     - adjust to new xen kernel package naming
1225     - add 'vesa' flag to force the use of the vesa driver
1226     - more meaningful error messages on conflicts (pnasrat)
1227     - ensure some dirs are labelled correct (#182252)
1228    
1229     * Fri Mar 3 2006 Paul Nasrat <pnasrat@redhat.com> - 10.92.16-1
1230     - Support Everything/globs in ks (pnasrat, clumens, #177621)
1231     - Allow changes if not enough disk space (clumens, #183878)
1232     - Set controlling tty in rescue mode (dcantrel,#182222)
1233     - Sort list of languages (dcantrel)
1234    
1235     * Fri Mar 3 2006 Jeremy Katz <katzj@redhat.com> - 10.92.15-1
1236     - conditional code is now in yum (pnasrat)
1237     - sort network devices smarter (clumens, #166842)
1238     - select needed fs entries (#183271)
1239     - more serbian fixes (#182591)
1240    
1241     * Tue Feb 28 2006 Jeremy Katz <katzj@redhat.com> - 10.92.14-1
1242     - fix traceback in pkgorder
1243     - don't display xen
1244     - make partitioning type combo wider (dcantrel)
1245     - handle Serbian locales properly (#182591)
1246    
1247     * Mon Feb 27 2006 Jeremy Katz <katzj@redhat.com> - 10.92.12-1
1248     - Dependency whiteout to fix ordering (clumens)
1249     - Fix swap on RAID in kickstart (#176537)
1250     - Add keymap overrides
1251     - Fix segfault with USB CD/DVD drives (#182589)
1252    
1253     * Fri Feb 24 2006 Jeremy Katz <katzj@redhat.com> - 10.92.11-1
1254     - fix traceback with segv handler (pjones)
1255     - various language fixes (dcantrel)
1256     - be clearer about askmethod (#182535)
1257    
1258     * Thu Feb 23 2006 Jeremy Katz <katzj@redhat.com> - 10.92.10-1
1259     - more bogl removal (dcantrel)
1260     - make the exception dumping less braindead about things we don't
1261     want dumped (clumens)
1262     - add backtrace handler to anaconda (pjones)
1263     - fix warnings with new yum in pkgorder
1264     - make conditional packages on deps work (pnasrat)
1265     - suppress some warnings (dcantrel)
1266     - text mode language fixes (dcantrel)
1267    
1268     * Thu Feb 23 2006 Jeremy Katz <katzj@redhat.com> - 10.92.9-1
1269     - Fix text mode traceback (dcantrel)
1270     - Skip a few more things in traceback dumps
1271     - Attempt to fix pkgorder so that we require less CDs for "normal" installs
1272    
1273     * Wed Feb 22 2006 David Cantrell <dcantrell@redhat.com> 10.92.8-1
1274     - Removed obsolete bogl code (katzj)
1275     - Removed unused code in upgrade.py (pnasrat)
1276     - Check version and packages to upgrade (pnasrat)
1277     - Removed old IDE RAID code from isys (katzj)
1278     - Various traceback fixes
1279     - Don't use underline in device names for hotkeys in bootloader gui (pjones)
1280     - Mount /selinux in rescue mode (katzj)
1281    
1282     * Tue Feb 21 2006 Chris Lumens <clumens@redhat.com> 10.92.7-1
1283     - Give Language a default display_mode (dcantrel)
1284     - Get languages that need a default from localeInfo (dcantrel)
1285    
1286     * Tue Feb 21 2006 Chris Lumens <clumens@redhat.com> 10.92.6-1
1287     - Set a default language on text mode CJK installs (dcantrel, #180417)
1288     - Fix case-sensitive matching of devices (notting, #182231)
1289     - Be smarter about required media (pnasrat)
1290     - Set MTU in the loader (katzj)
1291     - Add dev package to remove blacklist (katzj, #181593)
1292     - Try to mount device as ext3 in hard drive installs (katzj)
1293     - Sanity check unknown package & group names (pnasrat)
1294     - Reboot after writing exception dump (#181745)
1295     - Confirm in interactive kickstart installs (#181741)
1296     - Fix showing kickstart package selection again
1297     - Don't traceback if we find a %%include file that doesn't exist yet (#181760)
1298     - Skip partitioning if logvol or raid is given in ks (#181806)
1299     - Initialize UTC checkbox (#181737)
1300    
1301     * Tue Feb 14 2006 Jeremy Katz <katzj@redhat.com> - 10.92.5-1
1302     - Fix traceback in language group selection
1303     - No remote save traceback button if not network (clumens)
1304     - More fixes for minstg2.img (clumens)
1305     - Disable next/back while installing packages (dcantrel)
1306     - Bump minimum amounts for install, graphical and early swap
1307     - Enable Arabic for text mode (notting)
1308    
1309     * Tue Feb 14 2006 Jeremy Katz <katzj@redhat.com> - 10.92.4-1
1310     - improve globbing for xen guest kernels
1311     - Don't add a kernel if one is already selected.
1312    
1313     * Mon Feb 13 2006 Jeremy Katz <katzj@redhat.com> - 10.92.3-1
1314     - Don't debug log about missing help text (clumens)
1315     - Reduce deps for pkgorder
1316     - Updated kickstart docs (clumens)
1317    
1318     * Mon Feb 13 2006 Jeremy Katz <katzj@redhat.com> - 10.92.2-1
1319     - more x86_64 xen guest fixing
1320    
1321     * Mon Feb 13 2006 Jeremy Katz <katzj@redhat.com> - 10.92.1-1
1322     - try to fix x86_64 xen guest
1323    
1324     * Sun Feb 12 2006 Jeremy Katz <katzj@redhat.com> - 10.92.0-1
1325     - Fix length of package name in text install (dcantrel, #180469)
1326     - Various minor cleanups
1327     - Support conditional packages for langsupport (pnasrat, #178029)
1328    
1329     * Thu Feb 09 2006 Chris Lumens <clumens@redhat.com> 10.91.19-1
1330     - Fix loader typo.
1331    
1332     * Thu Feb 09 2006 Chris Lumens <clumens@redhat.com> 10.91.18-1
1333     - Add iscsi support (Patrick Mansfield <patmans AT us.ibm.com>)
1334     - Allow retry if CD image isn't found on NFS server (#109051, dcantrel)
1335     - Fix location of video modes data files
1336     - Add x86_64 kernel-xen-guest (katzj)
1337     - Better loader debugging support (katzj)
1338    
1339     * Wed Feb 08 2006 Paul Nasrat <pnasrat@redhat.com> - 10.91.17-1
1340     - Handle bind mounts correctly (#160911, dcantrel)
1341     - Upgrade package black list and make upgrades work
1342     - Disable repo conf for now
1343     - loader debuginfo
1344     - kickstart - suggest fix (#174597, clumens)
1345    
1346     * Mon Feb 6 2006 Jeremy Katz <katzj@redhat.com> - 10.91.16-1
1347     - fix writing out instdata for root password, etc (#180310)
1348    
1349     * Mon Feb 6 2006 Jeremy Katz <katzj@redhat.com> - 10.91.15-1
1350     - Remove debugging code that broke showing the Xen option on the task screen
1351     - More sqlite files (#171232)
1352     - Fix traceback for new method pirut depends on
1353     - Ensure /dev/root exists (Patrick Mansfield)
1354     - Force buttonbar on main screen active in congrats (dcantrel, #179924)
1355     - Always pass loglevel (dcantrel)
1356     - BR libXt-devel (dcantrel)
1357     - Don't try to make /dev/mapper devs (pjones)
1358     - More consistency in dev naming for dmraid (pjones)
1359     - Start of iscsi patches (Patrick Mansfield)
1360     - Fix pre-existing RAID chunksize reading (#178291)
1361    
1362     * Fri Feb 3 2006 Jeremy Katz <katzj@redhat.com> - 10.91.14-1
1363     - Handle reiserfs labels (dcantrel, #125939)
1364     - Skip more steps in root mode (Jasper Hartline)
1365     - Update driver list for current kernels
1366     - Don't put mapper/ in the swap label (pjones)
1367     - Set file contexts on blkid.tab* (pjones)
1368     - Increase logical volume label field to 32 chars (dcantrel, #174661)
1369     - More exception trimming (clumens)
1370     - Fix args to writeConfiguration (clumens, #179928)
1371     - Fix format strings in label device, proper max for swap labels (pjones)
1372     - Make task definition more dynamic
1373     - Add a hack to remove the xen group if we're running on xen (#179387)
1374    
1375     * Thu Feb 2 2006 Jeremy Katz <katzj@redhat.com> - 10.91.13-1
1376     - Speed up timezone screen (clumens)
1377     - Make kickstart interactive mode work (clumens)
1378     - Fix package selection screen (clumens)
1379     - Add sqlite to traceonly to help http/ftp memory usage
1380     - Write out repo config (pnasrat)
1381     - Fix colors on boot splashes (#178033)
1382     - Select lang groups before going to the screen (#178673)
1383     - Clean up handling of grub vs no boot loader (#159658)
1384    
1385     * Thu Feb 2 2006 Jeremy Katz <katzj@redhat.com> - 10.91.12-1
1386     - improves %%packages section some more (clumens)
1387     - give a better error on kickstart lvm syntax errors (clumens)
1388     - display vncconnect error messages (clumens)
1389     - make swap labels shorter for cciss (dcantrel, #176074)
1390     - Make /dev/root for mkinitrd (#171662)
1391     - Use pirut stuff for graphical group selection
1392    
1393     * Tue Jan 31 2006 Paul Nasrat <pnasrat@redhat.com> - 10.91.11-1
1394     - Factor some yum stuff into yum
1395     - Text Clarification (#178105)
1396     - Don't use install only pkgs (#179381)
1397     - Various dmraid and bootloader fixes (pjones)
1398    
1399     * Tue Jan 31 2006 Peter Jones <pjones@redhat.com> - 10.91.10-1
1400     - add dmraid device renaming support for kickstart (pjones)
1401     - fix paths for expat (clumens)
1402     - remove unused functions (clumens)
1403    
1404     * Mon Jan 30 2006 Jeremy Katz <katzj@redhat.com> - 10.91.9-1
1405     - Skip partition and bootloader screens if requested for textmode
1406     (dcantrel, #178739)
1407     - Don't create /etc/X11/X symlink (dcantrel, #179321)
1408     - Add ethiopic fonts
1409     - Fix traceback in upgrade examine (clumens)
1410     - Free up depsolving storage (pnasrat)
1411     - Fix group selection screen that I mistakenly removed (oops)
1412     - Remove some dead pieces (pnasrat, katzj)
1413    
1414     * Thu Jan 26 2006 Jeremy Katz <katzj@redhat.com> - 10.91.8-1
1415     - Remove rpm whiteout (clumens, #178540)
1416     - Fix text in upgrade continue button (dcantrel, #178096)
1417     - Make %%packages in anaconda-ks.cfg shorter (pnasrat)
1418     - Fix text-mode drawing (clumens, #178386)
1419     - Release notes viewer fixes (dcantrel)
1420     - Reset -> reboot (dcantrel, #178566)
1421     - Create ia64 images again (prarit, #175632)
1422     - Make sure boot loader screen gets skipped (clumens, #178815)
1423     - Don't ask about VNC in kickstart
1424     - Don't ask for keyboard under Xen if it fails
1425     - Add more basic "task" selection screen
1426     - Text mode group selection is better now
1427     - Remove some dead code
1428     - Require squashfs-tools (clumens)
1429     - Fix rescue mode (dcantrel)
1430     - Don't have devices disappear out from under us (Patrick Mansfield)
1431    
1432     * Fri Jan 20 2006 David Cantrell <dcantrell@redhat.com> - 10.91.7-1
1433     - Save state when moving back to "upgrade or install" window (#178095).
1434     - Eject CD when in kickstart and given --eject parameter (clumens, #177554).
1435     - Translate combo box and comments (clumens, #178250).
1436     - Disable backend debugging mode for writeKS().
1437     - Added a PYTHONSTARTUP file to autoload readline, etc. (pjones).
1438     - Write %%packages section in template kickstart file (clumens, pnasrat).
1439    
1440     * Wed Jan 18 2006 David Cantrell <dcantrell@redhat.com> - 10.91.6-1
1441     - i18n fixes (katzj)
1442    
1443     * Wed Jan 18 2006 David Cantrell <dcantrell@redhat.com> - 10.91.5-1
1444     - i386 and ppc rescue image script fixes (jkeating)
1445     - fix kickstart package deselection (clumens, #177530)
1446     - fix header download issues (pnasrat, #177596)
1447     - interface improvements on scp exception dialog (clumens, #177738)
1448     - rescue image additions (pjones, dcantrell, #155399)
1449     - misc kickstart fixes (clumens, #178041, #177519)
1450     - fix fetching repo data on http installs (clumens, #178001)
1451     - add gdk-pixbuf handler for XPM images (#177994)
1452     - timezone screen fixes (clumens, #178140)
1453     - add LSI mptsas driver to module-info (#178130)
1454     - dmraid fixes for kickstart installs (pjones)
1455     - add sr@Latn to lang-table (katzj, #175611)
1456    
1457     * Wed Jan 11 2006 Jeremy Katz <katzj@redhat.com> - 10.91.4-1
1458     - Add xen kernels
1459    
1460     * Wed Jan 11 2006 Jeremy Katz <katzj@redhat.com> - 10.91.3-1
1461     - remove some unneeded bits from the ppc boot.iso to make it smaller
1462     - fix some text display (notting, #177537)
1463     - Misc kickstart fixes (clumens)
1464    
1465     * Tue Jan 10 2006 Jeremy Katz <katzj@redhat.com> - 10.91.2-1
1466     - fix hard drive installs (pjones)
1467    
1468     * Tue Jan 10 2006 Jeremy Katz <katzj@redhat.com> - 10.91.1-1
1469     - more ppc rescue image (jkeating)
1470     - actually commit the dmraid fix (pjones)
1471    
1472     * Mon Jan 9 2006 Jeremy Katz <katzj@redhat.com> - 10.91.0-1
1473     - tweaked selection stuff a little to be the same code as pirut
1474     - tweak exception window to have an image and be better sized (dcantrell)
1475     - write out RAID device name (clumens)
1476     - scroll group list properly (dcantrell)
1477     - fix ppc rescue image (jkeating)
1478     - dmraid detection fix (pjones)
1479    
1480     * Fri Jan 6 2006 Jeremy Katz <katzj@redhat.com> - 10.90.25-1
1481     - no sr@Latn yet since the po files haven't been added
1482    
1483     * Fri Jan 6 2006 Jeremy Katz <katzj@redhat.com> - 10.90.24-1
1484     - move a11y stuff earlier
1485     - fix the text mode progress bar (pnasrat, #176367)
1486     - fix ppc drive unreadable warnings (#176024)
1487     - add serbian locales (#175611)
1488     - preserve review checkbox between combo box selections (dcantrell, #176212)
1489     - quote ethtool args (#176918)
1490     - various spacing cleanups (dcantrell)
1491     - a few fixes to the group selector (dcantrell)
1492     - don't try to make the timezone widget bigger than screen (clumens, #176025)
1493     - fix rescue mode traceback (clumens)
1494     - fix message wording on package retry (clumens, #155884)
1495     - quiet debug spew in anaconda.log (clumens, #171663)
1496     - add ppc rescue script from jkeating (#177003)
1497    
1498     * Tue Dec 20 2005 Jeremy Katz <katzj@redhat.com> - 10.90.23-1
1499     - more pkgorder fixes (pnasrat)
1500     - fix some debug spew (notting)
1501     - segfaults in the loader should at least give us a stacktrace to work from
1502     - fix some padding on the network screen
1503    
1504     * Mon Dec 19 2005 Jeremy Katz <katzj@redhat.com> - 10.90.22-1
1505     - add more encoding modules to traceonly (clumens, #175853)
1506     - Fix text installs (pnasrat, #175773)
1507     - Fix for yum API changes (pnasrat)
1508     - Don't install the smp kernel even if NX is available
1509     - Adjust to be more dynamic about colors with syslinux-splash's
1510     - Use the selected language for default keyboard layout (clumens, #172266)
1511     - Better naming for psuedo-filesystems in /etc/fstab (dcantrel, #176149)
1512     - Clean up image handling for new graphics
1513     - Don't do the splashscreen stuff anymore. If the window is too slow to
1514     appear, we should fix that instead
1515    
1516     * Thu Dec 15 2005 Jeremy Katz <katzj@redhat.com> - 10.90.21-1
1517     - fix pkgorder for new group code
1518     - fix ub vs usb-storage
1519     - remove some redundant code (clumens)
1520    
1521     * Thu Dec 15 2005 Jeremy Katz <katzj@redhat.com> - 10.90.20-1
1522     - Fixes for new timezone stuff (pnasrat)
1523     - Fix transaction sorting (pnasrat)
1524     - Enable dmraid by default
1525    
1526     * Wed Dec 14 2005 Chris Lumens <clumens@redhat.com> 10.90.19-1
1527     - Use system-config-date for timezone selection UI (#155271).
1528     - Work on vnc+shell spawning (dcantrell).
1529     - Whiteout fixes (pnasrat, katzj).
1530     - Progress bar fixes (katzj).
1531     - Depsolving speedups (katzj).
1532    
1533     * Mon Dec 12 2005 Jeremy Katz <katzj@redhat.com> - 10.90.18-1
1534     - Handle monitor configuration in kickstart via "monitor" keyword instead of
1535     "xconfig" consistently (clumens)
1536     - Fix joe as nano (#175479)
1537     - Try to get hard drive installs working again
1538     - First steps towards using ub
1539     - Fix depcheck progress bar to actually give progress.
1540    
1541     * Sun Dec 11 2005 Peter Jones <pjones@redhat.com> - 10.90.17-1
1542     - Full dmraid support. (still disabled by default)
1543    
1544     * Sat Dec 10 2005 Jeremy Katz <katzj@redhat.com> - 10.90.16-1
1545     - Ensure upgrades to depsolve and remove db locks (pnasrat)
1546     - Tweak for improved and sortable groups/categories
1547     - Put back basic text-mode package selection (#175443)
1548    
1549     * Thu Dec 8 2005 Jeremy Katz <katzj@redhat.com> - 10.90.15-1
1550     - Fix various typos in the new group selection code (clumens)
1551     - Support bytesPerInode on RAID (Curtis Doty, #175288)
1552     - Stub some more for the loader to fix line-drawing chars again
1553     - Handle file read failures better (pnasrat)
1554     - Initial support for upgrades again (pnasrat)
1555     - Minor padding tweaks to the UI
1556    
1557     * Thu Dec 8 2005 Jeremy Katz <katzj@redhat.com> - 10.90.14-1
1558     - Fix up for moved x locale data
1559     - Remove vnc hack now that VNC knows where to look for fonts
1560     - Don't go to text mode for no mouse (notting)
1561     - Update to work with yum 2.5.0 cvs snap
1562     - New package selection code
1563     - Add new chinese font back now that we're using squashfs (#172163)
1564     - The return of locale-archive usage
1565    
1566     * Mon Dec 05 2005 Chris Lumens <clumens@redhat.com> 10.90.13-1
1567     - Reword media check dialog (dcantrell, #174530).
1568     - gcc41 compile fixes (pjones).
1569     - Add genhomedircon, setfiles, and /etc/shells for selinux.
1570    
1571     * Thu Dec 1 2005 Jeremy Katz <katzj@redhat.com> - 10.90.12-1
1572     - some release notes viewer fixing (dcantrell)
1573     - allow %%pre scripts in an %%include (clumens, #166100)
1574     - fix the squashfs stuff to actually work
1575     - hack around slang not initializing utf8 mode so that we have line
1576     drawing chars (#174761)
1577    
1578     * Thu Dec 1 2005 Jeremy Katz <katzj@redhat.com> - 10.90.11-1
1579     - reworded media check prompt (dcantrell, #174472)
1580     - let's try squashfs...
1581    
1582     * Wed Nov 30 2005 Jeremy Katz <katzj@redhat.com> - 10.90.10-1
1583     - Don't split transactions on not split install types (pnasrat, #174033)
1584     - Fix None vs "" for vncpasswd in test mode (Patrick Mansfield)
1585     - Make release notes viewer as large as the screen (dcantrell)
1586     - Allow system-logos instead of fedora-logos for the package name
1587     - Try to build SELinux policy so that things work with selinux
1588     2.x policy (#174563)
1589    
1590     * Tue Nov 29 2005 Chris Lumens <clumens@redhat.com> 10.90.9-1
1591     - Another stab at including email.Utils everywhere (#173169).
1592     - Remove unneeded isys.sync calls (pjones).
1593     - Fix /dd.ig in initrd (Dan Carpenter).
1594     - Report no DNS servers if a hostname used (pnasrat, #168957).
1595     - Fix ppc32 from CD (katzj, #174135).
1596     - Don't look for hdlist when booting CD1 and using FTP/HTTP (katzj).
1597     - Fullscreen release notes viewer (dcantrell).
1598    
1599     * Mon Nov 21 2005 Jeremy Katz <katzj@redhat.com> - 10.90.8-1
1600     - don't load pcspkr on ppc to avoid crashes on the g5
1601    
1602     * Sun Nov 20 2005 Jeremy Katz <katzj@redhat.com> - 10.90.7-1
1603     - fix backwards whiteout handling (#173738)
1604     - fix bug in depsolver which would bring in a package for an already
1605     satisfied dep
1606    
1607     * Sat Nov 19 2005 Jeremy Katz <katzj@redhat.com> - 10.90.6-1
1608     - fix removal of packages to not traceback
1609     - fix anaconda.dmraid logging (clumens)
1610    
1611     * Fri Nov 18 2005 Paul Nasrat <pnasrat@redhat.com> - 10.90.5-1
1612     - Disable sqlite cache for pkgorder
1613     - Fix for new selinux context types (katzj)
1614     - vnc parameter handling (clumens)
1615     - Add ellipsis (notting)
1616    
1617     * Thu Nov 17 2005 Jeremy Katz <katzj@redhat.com> - 10.90.4-1
1618     - don't traceback on unresolvable deps (#173508)
1619     - fix pkg.arch for %%packages
1620     - another hack for vnc
1621     - debug prints to log.debug (#173533)
1622    
1623     * Thu Nov 17 2005 Paul Nasrat <pnasrat@redhat.com> - 10.90.3-1
1624     - Add group processing to buildinstall
1625     - Add createrepo requires
1626    
1627     * Thu Nov 17 2005 Jeremy Katz <katzj@redhat.com> - 10.90.2-1
1628     - more pkgorder fixing (clumens)
1629     - fix cd installs to not fall into the "not a real install method" case :)
1630    
1631     * Thu Nov 17 2005 Jeremy Katz <katzj@redhat.com> - 10.90.1-1
1632     - add handling for dmraid/nodmraid
1633     - fix removals of packages which have already been removed
1634     - turn off dmraid by default
1635     - fix pkgorder (clumens)
1636    
1637     * Thu Nov 17 2005 Jeremy Katz <katzj@redhat.com> - 10.90.0
1638     - more tree build fixes
1639     - fix group removal
1640     - non iso install fixes (clumens)
1641     - pkgorder fixing (clumens)
1642     - dmraid support (pjones)
1643     - crude language support group hack
1644    
1645     * Wed Nov 16 2005 Chris Lumens <clumens@redhat.com> 10.89.20.1-1
1646     - Fix indentation.
1647    
1648     * Wed Nov 16 2005 Paul Nasrat <pnasrat@redhat.com> - 10.89.20-1
1649     - Restore YumSorter for pkgorder
1650     - Single anaconda installer yum class
1651     - Switching CD method
1652    
1653     * Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 10.89.19.1-1
1654     - be explict about pango-devel being needed
1655    
1656     * Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 10.89.19-1
1657     - Fix vt switching with modular X
1658     - Lots of CD install fixes (clumens, pnasrat)
1659     - Clean up exception dump stuff
1660     - Some more steps towards dm-raid support (pjones)
1661     - Log info messages
1662    
1663     * Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 10.89.18-1
1664     - remove new chinese font since its too big for cramfs (#172163)
1665     - Fix typo in trimpciids (notting)
1666     - Don't build locale-archive for now since its too big for cramfs
1667    
1668     * Tue Nov 15 2005 Jeremy Katz <katzj@redhat.com> - 10.89.17-1
1669     - missed an x lib somehow
1670    
1671     * Tue Nov 15 2005 Jeremy Katz <katzj@redhat.com> - 10.89.16-1
1672     - lots of updates for modular X
1673     - allow a shell on tty1 if using vnc
1674     - various fixes for cd/install method stuff (pnasrat, clumens, katzj)
1675     - install smp kernel if NX present (#172345)
1676     - work with multiple videoaliases files (notting)
1677    
1678     * Tue Nov 15 2005 Jeremy Katz <katzj@redhat.com> - 10.89.15-1
1679     - fix up for new selinux policy
1680    
1681     * Mon Nov 14 2005 Paul Nasrat <pnasrat@redhat.com> 10.89.14-1
1682     - Move sorter for CD/pkgorder into yuminstall
1683     - Add support for ub devices (katzj)
1684    
1685     * Mon Nov 14 2005 Paul Nasrat <pnasrat@redhat.com> 10.89.13-1
1686     - Reinstate image based install methods (excluding hd for now)
1687     - Clean up install method classes
1688     - device-mapper support (pjones)
1689     - Log warning on no network link (katzj)
1690     - Clean up error handling for pkgorder (clumens)
1691    
1692     * Fri Nov 11 2005 Chris Lumens <clumens@redhat.com> 10.89.12-1
1693     - Add buildreq for yum (katzj)
1694     - Fix loader log levels (katzj)
1695     - Add more libraries for dogtail (katzj)
1696    
1697     * Thu Nov 10 2005 Jeremy Katz <katzj@redhat.com> - 10.89.11-1
1698     - Fix stdout logging to print stuff (clumens)
1699     - Start of some sorting/splitting stuff for CDs (pnasrat)
1700     - Make missing modules lower priority
1701     - Look for xen devices
1702     - Add some of the necessary requirements to try to get dogtail working (#172891)
1703    
1704     * Thu Nov 10 2005 Chris Lumens <clumens@redhat.com> 10.89.10-1
1705     - Add e2fsprogs-libs to the install images.
1706    
1707     * Wed Nov 9 2005 Jeremy Katz <katzj@redhat.com> - 10.89.9-1
1708     - Create interface earlier to prevent kickstart traceback (clumens)
1709     - Logging fixes, everything should be in the logfile (clumens)
1710     - Get rid of help which is irrelevant
1711     - Clean up loader log levels
1712    
1713     * Tue Nov 8 2005 Jeremy Katz <katzj@redhat.com> - 10.89.8-1
1714     - Fix backwards message on upgrade (#172030)
1715     - New chinese fonts (#172163)
1716     - Don't try to update a progress window that's already popped (clumens, #172232)
1717     - Fix snack deprecation warnings (clumens, #172232)
1718     - Get rid of some cruft in traceback dumps (clumens)
1719     - Add a method to check for "real" consoles, add xen console to the list
1720     of weird stuff
1721     - Basic support for transaction errors other than tracebacks...
1722     - Fix a kickstart traceback for authconfig
1723     - Add xenblk and xennet to module-info
1724    
1725     * Mon Nov 7 2005 Jeremy Katz <katzj@redhat.com> - 10.89.7-1
1726     - More detailed error logging (pnasrat)
1727     - Add bnx2 driver (pjones)
1728     - Various kickstart fixes (clumens, #172356)
1729     - Fix shadow password convert (clumens)
1730    
1731     * Fri Oct 28 2005 Jeremy Katz <katzj@redhat.com> - 10.89.6-1
1732     - Make char devices slightly later to avoid tracebacks during tree compose
1733     - Extract kernel-xen-guest for vmlinuz and initrd in images/xen
1734     - Kickstart fix (clumens)
1735     - Add some support for xen xvd blockdevs
1736     - Select kernel-xen-guest as appropriate
1737     - Ensure proper arch of glibc is selected (#171997)
1738     - Select all proper multilib parts of a package (#171026)
1739    
1740     * Thu Oct 27 2005 Jeremy Katz <katzj@redhat.com> - 10.89.5-1
1741     - Another fix for kickstart + help hiding
1742     - Fix finding of kernel type
1743     - Make synaptics device nodes before X starts (clumens)
1744     - Use nofb by default
1745     - Add pycairo stuff (clumens)
1746     - Set minimum displayed log level to WARNING, everything is still in
1747     the logfiles (clumens)
1748     - Try to clean up syslog (clumens)
1749     - Allow installation of hypervisor + xen host kernel by booing with 'xen0' on
1750     the installer command line
1751     - Fix x86_64 traceback
1752    
1753     * Mon Oct 24 2005 Jeremy Katz <katzj@redhat.com> - 10.89.4-1
1754     - changed the wrong field in lang-table
1755    
1756     * Mon Oct 24 2005 Jeremy Katz <katzj@redhat.com> - 10.89.3-1
1757     - don't do xsetroot anymore
1758     - allow retrieving updates.img with
1759     updates=(http|ftp)://host/path/to.img (clumens)
1760     - some upd-instroot fixes (clumens)
1761     - only get yum filelists when needed (pnasrat)
1762     - clean up exception scp'ing (clumens)
1763     - don't write empty authconfig line (clumens, #171558)
1764     - make kickstart errors report line number of error (clumens)
1765     - select most appropriate kernel (kernel-smp, etc)
1766     - ensure we get a boot loader package installed
1767     - minor fix for ia64 image creation
1768     - tweaks to backend setup
1769     - don't have help as visible in the glade file so we don't have the pane
1770     appear when doing a kickstart install
1771     - use pl2 keymap for Polish (3171583)
1772     - allow passing product information with env vars to help live cd
1773    
1774     * Thu Oct 20 2005 Jeremy Katz <katzj@redhat.com> - 10.89.2-1
1775     - fix references to second stage module stuff that caused breakage
1776    
1777     * Thu Oct 20 2005 Jeremy Katz <katzj@redhat.com> - 10.89.1-1
1778     - fix for mkcramfs -> mkfs.cramfs
1779     - Use minstg2.img instead of netstg2.img/hdstg2.img in the loader
1780    
1781     * Thu Oct 20 2005 Jeremy Katz <katzj@redhat.com> - 10.89.0-1
1782     - Fix SELinux policy loading (clumens)
1783     - Fix translation import for kickstart (laroche)
1784     - Add yumcache (pnasrat)
1785     - Upgrade blacklisting (pnasrat)
1786     - Clean up exception copying (clumens)
1787     - Improve text mode exception dialog too (clumens)
1788     - Don't allow bootable partitions on XFS
1789     - Some speed improvements, progress bars, etc for package stuff (pnasrat)
1790     - Clean up image creation, move all modules to initrd.img.
1791    
1792     * Fri Oct 14 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.32-1
1793     - fix typo causing traceback (pnasrat)
1794     - Create character device nodes to fix synaptics (clumens)
1795    
1796     * Wed Oct 12 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.31-1
1797     - Handle missing metadata (pnasrat)
1798     - Give indication of kickstarts scriptlets running (#170017)
1799     - Fix a traceback with RAID (#170189)
1800     - Fix an FTP install traceback (#170428)
1801     - Clean up floppy stuff (clumens)
1802     - Clean up some warnings (clumens)
1803     - Make IDE device node creation cleaner
1804     - Change location of modes data files
1805    
1806     * Mon Oct 10 2005 Chris Lumens <clumens@redhat.com> 10.3.0.30-1
1807     - Fix requirements for s390, s390x, ppc64.
1808     - Fix typo in scripts/upd-instroot.
1809    
1810     * Fri Oct 07 2005 Chris Lumens <clumens@redhat.com> 10.3.0.29-1
1811     - Deal with new load_policy. (katzj)
1812     - Create an SELinux config. (katzj)
1813     - Use rhpxl instead of rhpl for X configuration.
1814     - Use pykickstart.
1815    
1816     * Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 10.3.0.28-1
1817     - Add yuminstall (katzj, #169228)
1818     - Skip bootloader screen unless modifying partitions (katzj, #169817)
1819     - Don't skip manual partitioning on custom (katzj, #169001)
1820     - Partitioning UI fixes (katzj)
1821     - Don't overwrite empty strings in ksdata with None.
1822     - Move kickstart file handling into pykickstart package.
1823     - Kickstart LVM and RAID partitioning fixes.
1824    
1825     * Fri Sep 30 2005 Chris Lumens <clumens@redhat.com> 10.3.0.27-1
1826     - More kickstart script fixes.
1827    
1828     * Tue Sep 27 2005 Chris Lumens <clumens@redhat.com> 10.3.0.26-1
1829     - kickstart script fixes
1830    
1831     * Sat Sep 24 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.25-1
1832     - single ppc boot images stuff from dwmw2 (pnasrat, #166625)
1833     - ppc netboot stuff from dwmw2 (pnasrat, #165239)
1834     - fix some of the yum backend for yum changes
1835     - Add a button to the traceback dialog to allow saving via scp (clumens)
1836     - Don't load the parallel port module (#169135)
1837     - Fix group deselection to not remove everything
1838     - Move repo setup and group selection earlier (pnasrat)
1839    
1840     * Tue Sep 20 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.24-1
1841     - Some kickstart %packages fixes (clumens)
1842     - Don't copy null bytes into syslog (clumens)
1843     - New exception dialog (clumens)
1844     - Fix a traceback (pnasrat)
1845     - FTP/HTTP installation might now work (pnasrat)
1846     - Very basic group selection in the UI
1847    
1848     * Mon Sep 19 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.23-1
1849     - fix a silly typo that would cause tracebacks
1850     - Look for help in /tmp/updates too (#168155)
1851     - Add skge driver (#168590)
1852     - Some fixes to hopefully get x86_64 trees working
1853    
1854     * Fri Sep 16 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.22-1
1855     - Fix segfaults with nfs mounting
1856     - Start of url install methods (pnasrat)
1857     - Basic package/group selection is back in kickstart
1858     - Macro magic fixups
1859     - Use onboot by default for network devices in kickstart
1860    
1861     * Thu Sep 15 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.21-1
1862     - Run pre scripts for kickstart (clumens)
1863     - Another tree fix
1864     - Handle NULL for device->driver from kudzu (notting)
1865     - Clean up internal mount stuff to be more extend-able
1866    
1867     * Wed Sep 14 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.20-1
1868     - Fix runlevel setting (pnasrat)
1869     - More dead stuff fixing.
1870    
1871     * Tue Sep 13 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.19-1
1872     - Fix pcmcia import traceback
1873     - Some more kickstart fixing (clumens)
1874     - Make SELinux/firewall defaults be done by the objects, not in the UI
1875     - This fixes booting with selinux=0, policy load failure, etc
1876     - Allow sparse updates.img with yum, urlgrabber and rpmUtils too
1877     - Some dead code removal
1878     - PCMCIA for the loader again (notting)
1879     - install.log tweaking
1880    
1881     * Mon Sep 12 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.18-1
1882     - Add back genhdlist to try to fix multiarch composes (pnasrat)
1883     - Really fix disabling of upgrades
1884     - Some typo fixes for X configuration and post-install config
1885     - Remove some dead code related to boot disks, using fdisk/fdasd, X
1886     configuration, pcmcia
1887     - Move ppc X stuff to rhpl (clumens)
1888     - Fix some kickstart stuff (clumens)
1889     - Fix RPM logging output -> the log file
1890     - Use gtkhtml2 for release notes
1891    
1892     * Fri Sep 9 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.17-1
1893     - more X fixage
1894     - build against new kudzu that doesn't segfault :)
1895    
1896     * Fri Sep 9 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.16-1
1897     - More typo fixes (notting)
1898     - Fix rhpl requires
1899    
1900     * Fri Sep 9 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.15-1
1901     - Fix typo that broke image building.
1902     - Start of getting post-install stuff working (pnasrat)
1903    
1904     * Fri Sep 09 2005 Chris Lumens <clumens@redhat.com> 10.3.0.14-1
1905     - logging fix when running in test mode
1906    
1907     * Fri Sep 09 2005 Bill Nottingham <notting@redhat.com> 10.3.0.13-1
1908     - adapt to new X driver model in kudzu and associated rhpl changes
1909     - pcitable/modules.pcimap/modules.usbmap are no longer used in probing;
1910     remove support for them and add modules.alias usage
1911     - Turn off help (katzj)
1912     - Kickstart fixes (clumens)
1913    
1914     * Wed Sep 07 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.12-1
1915     - yum backend selinux file_context
1916     - Start using new kickstart code (clumens)
1917     - Error handling and messages for kickstart (clumens)
1918     - Partitioning kickstart fixups (clumens)
1919    
1920     * Thu Sep 01 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.11-1
1921     - Yum backend work (macro support, whitelist)
1922     - qla2100 (katzj, #167065)
1923     - Kickstart Parser (clumens)
1924     - authconfig handling changes (clumens)
1925     - Autopartitiong Traceback fix (katzj)
1926    
1927     * Fri Aug 26 2005 Jeremy Katz <katzj@redhat.com>
1928     - More work from pnasrat on getting the yum backend working
1929     - Don't set some irrelevant network TYPE= (#136188, #157193)
1930     - New and improved autopartitioning screen
1931    
1932     * Fri Aug 19 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.10-1
1933     - Working towards new backend architecture
1934    
1935     * Thu Aug 18 2005 Chris Lumens <clumens@redhat.com> 10.3.0.9-1
1936     - Rebuild for new cairo.
1937     - Add support for ksdevice=bootif (Alex Kiernan, #166135).
1938     - Fix /dev/tty3 logging problems.
1939     - Add support for Pegasos machines (dwmw2, #166103).
1940     - Switch to Sazanami font (#166045).
1941     - Fix for autopart not in lvm (msw).
1942    
1943     * Mon Aug 15 2005 Chris Lumens <clumens@redhat.com> 10.3.0.8-1
1944     - Remove dead --ignoredeps code (katzj, #165224).
1945     - New logging system with log levels and remote logging capabilities.
1946     - Fix typo in network code (pnasrat, #165934).
1947     - Fix buffer overrun in md5sum code (Dustin Kirkland).
1948     - Add mptspi and mptfc drivers (katzj).
1949     - Timestamp fixes (dgregor, #163875).
1950    
1951     * Thu Jul 21 2005 Chris Lumens <clumens@redhat.com> 10.3.0.7-1
1952     - Remove firewall configuration screen. Open SSH by default and set
1953     SELinux to enforced.
1954    
1955     * Wed Jul 20 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.6-1
1956     - Ensure boot flag only on correct partition on pmac (#157245)
1957     - Plug in yum for nfs:/ by default
1958     - Include sungem_phy for pmac
1959    
1960     * Wed Jul 13 2005 Chris Lumens <clumens@redhat.com> 10.3.0.5-1
1961     - Fix pygtk bug on progress bars.
1962     - Bump ia64 boot.img size (katzj, #162801).
1963     - Fix for clearpart --none (katzj, #162445).
1964     - yum dependancy fixes (pnasrat).
1965     - name.arch fix for kickstart (pnasrat).
1966     - Fix multiple NICs in kickstart config files (#158556).
1967    
1968     * Thu Jul 07 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.4-1
1969     - Select kernel-devel (katzj #160533)
1970     - Fixups for ia64 images from prarit (katzj #162072)
1971     - Include yum libraries in stage2
1972     - Remove gzread.py (clumens)
1973    
1974     * Wed Jun 29 2005 Chris Lumens <clumens@redhat.com> 10.3.0.3-1
1975     - Mount "auto" filesystems on upgrade (#160986).
1976     - Add cairo for new pango/gtk (katzj).
1977     - Delete labels on swap and ext3 partitions before formatting.
1978     - Remove langsupport keyword from kickstart.
1979    
1980     * Mon Jun 20 2005 Bill Nottingham <notting@redhat.com> - 10.3.0.2-1
1981     - fix genhdlist
1982    
1983     * Fri Jun 17 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.1-1
1984     - Fix release notes for ftp installs (#160262)
1985     - Fix fd leak in edd support (Jon Burgess, #160693)
1986     - Fix typo breaking pseries console (pnasrat, #160573)
1987     - Allow ignoring packages without specifying the arch (clumens, #160209)
1988     - Add gpart (clumens, #55532)
1989     - Some warning fixes.
1990     - Use full bterm font if available (#159505)
1991     - Fix quoting of pvs in anaconda-ks.cfg (#159193)
1992     - Fix segfault on upgrades
1993     - String tweaks (clumens, #159044, #156408)
1994     - Don't traceback on preexisting RAID (clumens, #159079, #159182)
1995     - Fix display size of PVs (clumens, #158696)
1996     - Don't consider drives without free space for partitions (pjones)
1997     - Langsupport fixes (clumens, #154572, #158389)
1998     - Hack around usb-storage slowness at finding devices that leads to the
1999     reload not occurring
2000     - Handle FC3 swap label format and convert to right format (#158195)
2001     - Only set things up to change the default kernel if we're booting us (#158195)
2002     - Fix deps on upgrades (#157754)
2003     - Try to keep install screen from moving with length of strings
2004     - Fix autopart problem leaving some freespace the size of where you
2005     started your partition growing
2006     - Allow excluding name.arch in kickstart (Dave Lehman, #158370)
2007     - Don't spew an error if essid or wepkey isn't set (#158223)
2008     - Add megaraid and other new drivers (#157420)
2009     - Left pad RAID uuid (clumens, #136051)
2010     - synaptics tweak (pnasrat)
2011     - Fix telnetd to use devpts instead of legacy ptys (#124248)
2012    
2013     * Thu May 19 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.64-1
2014     - Handle longer arch strings (notting)
2015     - Fix traceback in network screen (#158134)
2016     - Include synaptics for X config (pnasrat)
2017     - Magic boot for mac vs mac64 on disc1/dvd (pnasrat)
2018     - Bump point at which we use graphical stage2 for http/ftp (#157274)
2019     - Use uuid in mdadm.conf, stop using copy of md.h (#136051)
2020     - Support deletion of bootloader entries in text mode (#125358)
2021     - Support RAID /boot on pSeries along with handling of multiple PReP
2022     partitions (Dustin Kirkland)
2023    
2024     * Tue May 17 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.63-1
2025     - add arch to buildstamp (notting, #151927)
2026     - Fix am.po format strings
2027    
2028     * Tue May 17 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.62-1
2029     - Fix execcon used for anaconda (pjones)
2030     - Fix traceback on tui netstg2.img install (#157709)
2031     - Fix various splittree bugs (clumens, #157722, #157721, #157723)
2032     - Blacklist perl.i386 on x86_64 to be removed on upgrade (pnasrat, #156658)
2033     - Fix drive sorting (clumens)
2034     - Remove %%installclass support for kickstart since it's never worked (#149690)
2035     - Fix name.arch in packages (pnasrat)
2036     - Remove bogus pre-existing RAID info on kickstart installs (clumens, #88359)
2037     - Pretend to have nano in the rescue environment
2038     - Don't load stage2.img into RAM for rescue mode if booted
2039     with 'linux text' (#155398)
2040    
2041     * Thu May 5 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.61-1
2042     - and fix pkgorder for the gfs stuff
2043    
2044     * Thu May 5 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.60-1
2045     - Better handling of the langsupport group (clumens)
2046     - Don't install the gfs stuff for all kernel variants, that brings in
2047     kernel-smp on an everything install (#156849)
2048     - Don't grow a partition beyond the largest freespace on a drive
2049     - HFS+ support
2050     - Pull in more selinux policy files to try to get /home labeled right
2051     - Fix typo causing segfault (pnasrat)
2052    
2053     * Tue May 3 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.59-1
2054     - Try to use the fb res on pmac
2055     - Always reset terminal attrs on ppc (notting, #156411)
2056     - Remove bogus preexisting LVM info when doing kickstart
2057     installs (clumens, #156283)
2058    
2059     * Mon May 2 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.58-1
2060     - Beep on CD insertion, not after
2061     - Fix language support selection (clumens)
2062     - Fix nfsiso (clumens)
2063     - Misc X config fixes for ppc. Boot with "usefbx" to use fbdev
2064     instead again (#149188)
2065    
2066     * Thu Apr 28 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.57-1
2067     - Fix bind mounts (clumens, #151458)
2068     - Fix hard drive installs (clumens)
2069     - Re-add bluecurve icons
2070     - Attempt to fix Chinese
2071    
2072     * Wed Apr 28 2005 Peter Jones <pjones@redhat.com> - 10.2.0.56-1
2073     - Fix mediacheck calls from cdinstall.c, and make mediacheck.c include
2074     its own header so typechecking works.
2075    
2076     * Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.55-1
2077     - Don't spam about package downloads in cmdline mode (#155250)
2078     - Apply jnovy's patch to fix space calculations for > 2 TB devices (#155709)
2079     - Set default font for CJK better (clumens, #156052)
2080     - Add --label for part in kickstart (clumens, #79832)
2081     - Ensure decimal IP addrs (#156088)
2082     - Apply patch from Joe Pruett for rpmarch= fixes (#101971)
2083     - Don't set SUPPORTED unnecessarily (#115847)
2084     - Give more room for cyl #s (#119767)
2085     - Bump size of diskboot.img
2086     - Add back button for required media message (#114770)
2087     - Fix lvs showing up with a mountpoint of 0 (#153965)
2088     - Nuke some debug code
2089     - Don't try to unmount (tmpfs) /dev
2090     - Write a minimal mtab to avoid fsck/mount complaints (pjones)
2091    
2092     * Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.54-1
2093     - Only select kernel-smp that matches the arch of kernel (#149618)
2094     - Apply the read of Dustin Kirkland's checkpoint fragment sum patch
2095     - Fix order of retry/reboot (#155884)
2096     - Probe macio (pnasrat, #154846)
2097    
2098     * Tue Apr 26 2005 Chris Lumens <clumens@redhat.com> 10.2.0.53-1
2099     - Beep at CD prompt and on install completion (katzj, #109264, #116681).
2100     - Add kernel-smp-devel and kernel-hugemem-devel to exclude list (katzj).
2101     - Fix buffer overflow when CD/DVD images are several directories deep
2102     (#154715).
2103     - Fix media check (pjones).
2104     - Set language on CD and no pass installs (#149688).
2105     - Fix disappearing button bar (#151837).
2106     - Upgrade PReP on iSeries (pnasrat).
2107    
2108     * Thu Apr 21 2005 Chris Lumens <clumens@redhat.com> 10.2.0.52-1
2109     - Allow mediacheck in kickstart (katzj, #116429)
2110     - Check for a drive being selected in autopart (katzj, #124296)
2111     - Fix traceback in language selection screen (#155103)
2112     - Mark "Downloading" for translation (katzj, #155214)
2113     - Applied Dustin Kirkland's checkpoint fragment sum patch for mediacheck.
2114     - Make anaconda-ks.cfg ro (pnasrat)
2115     - Ensure there are <= 27 RAID members (katzj, #155509)
2116     - Fix fsoptions for preexisting partitions in kickstart (#97560).
2117    
2118     * Fri Apr 15 2005 Chris Lumens <clumens@redhat.com> 10.2.0.51-1
2119     - Decode source URL for writing to anaconda-ks.cfg (#154149).
2120     - Add kernel-xen?-devel to the exclude list (katzj, #154819).
2121     - Fix text wrapping (#153071, #154786).
2122     - Various UI fixes.
2123     - Select language packages for all selected languages (#153748, #154181).
2124    
2125     * Wed Apr 13 2005 Peter Jones <pjones@redhat.com> - 10.2.0.50-1
2126     - revert last week's nptl hack in upd-instroot
2127    
2128     * Wed Apr 13 2005 Peter Jones <pjones@redhat.com> - 10.2.0.49-1
2129     - Cut summaries off to avoid layout problems (katzj, #154459)
2130     - Add script to update loader in initrd (katzj)
2131     - Typo fixes in upgrade.py (katzj, #154522)
2132     - Fix rescue mode network enabling (katz, #153961)
2133     - Add libaudit to the graphical stage2 file list, for Xorg
2134     - Various language fixes (clumens, #152404)
2135    
2136     * Mon Apr 11 2005 Peter Jones <pjones@redhat.com> - 10.2.0.48-1
2137     - Typo fixes in gui.py (menthos, #154324)
2138     - Don't try to do early swap in test mode, and use yesno not okcancel (msw)
2139     - If the install language is an unknown locale, use en_US.UTF_8
2140     - Fix upgrade to make devices available in the changeroot
2141    
2142     * Thu Apr 7 2005 Peter Jones <pjones@redhat.com> - 10.2.0.47-1
2143     - put ncurses in the net images, too.
2144     - (notting) put redhat-artwork in the GR images.
2145    
2146     * Thu Apr 7 2005 Peter Jones <pjones@redhat.com> - 10.2.0.46-1
2147     - put readline in the net images
2148     - fix linxuthreads warnings in upd-instroot
2149     - (clumens) fix build-locale-archive
2150    
2151     * Wed Apr 6 2005 Elliot Lee <sopwith@redhat.com> - 10.2.0.45-1
2152     - Deal with GUI-mode language traceback
2153    
2154     * Wed Apr 6 2005 Elliot Lee <sopwith@redhat.com> - 10.2.0.44-1
2155     - Deal with text-mode language traceback
2156     - (clumens) Don't set SYSFONTACM
2157    
2158     * Wed Apr 06 2005 Peter Jones <pjones@redhat.com> - 10.2.0.43-1
2159     - Don't remove libraries in stage2 that don't match the one from linuxthreads/
2160    
2161     * Tue Apr 05 2005 Peter Jones <pjones@redhat.com> - 10.2.0.42-1
2162     - Use linuxthreads libraries even if they're not the default, unless
2163     explicitly told to use nptl
2164    
2165     * Tue Apr 05 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.41-1
2166     - Make sure $LANG is set right for the second stage.
2167     - Fix kickstart traceback trying to skip a nonexistant step.
2168     - Import encodings.idna (sopwith, #153754).
2169     - Fix image building problems.
2170     - Fix kickstart traceback when using shortened forms of language names
2171     (#153656).
2172    
2173     * Mon Apr 04 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.40-1
2174     - Add locale information for 'C' to fix RPM building.
2175    
2176     * Sat Apr 2 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.39-1
2177     - fix makefile deps to fix build
2178    
2179     * Fri Apr 01 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.38-1
2180     - Set default language for /etc/sysconfig/i18n (#149688).
2181     - Make sure hostname option isn't greyed out if using static IP (#149116).
2182     - Remove unused packages, python library bits, and locale info (katzj).
2183     - Add missing Indic font packages (katzj).
2184     - Various language fixups.
2185    
2186     * Wed Mar 30 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.37-1
2187     - try not using maxcpus=1 for arches which still had it
2188     - don't use the reserved variable name str (sopwith)
2189     - various language fixups (clumens)
2190    
2191     * Tue Mar 29 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.36-1
2192     - tree build fix
2193    
2194     * Tue Mar 29 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.35-1
2195     - dead files can't really be installed (aka, fix the build)
2196    
2197     * Tue Mar 29 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.34-1
2198     - Adjust pcmcia module loading for new in-kernel ds (pjones, #151235)
2199     - Make the rescue images identify which arch they're for (pjones, #151501)
2200     - Delete LV snapshots before the parent LV (pjones, #151524)
2201     - Check various forms of a language nick.
2202     - Allow setting MTU on the command line (katzj, #151789)
2203     - Remove dead code in config file handling and sparc booting (katzj)
2204     - Product name and path simplification (katzj)
2205     - Fixes for lang-table format change (katzj, clumens)
2206    
2207     * Fri Mar 25 2005 Bill Nottingham <notting@redhat.com> - 10.2.0.33-1
2208     - fix typo in partedUtils.py
2209    
2210     * Thu Mar 24 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.32-1
2211     - Switch theme to clearlooks
2212     - Add new Solaris partition id
2213     - Mark some more strings for translation
2214     - Fix xfs fs creation (Lars Hamann, #151378)
2215    
2216     * Wed Mar 23 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.31-1
2217     - Add libgcc for images.
2218     - Rewrite language handling.
2219     - Fix readImageFromFile deprecation warning (katzj).
2220     - Don't hide groups which just have metapkgs (katzj, #149182).
2221     - Load SELinux booleans (katzj, #151896).
2222    
2223     * Tue Mar 22 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.30-1
2224     - Try harder on the libstdc++ include.
2225     - Fix /etc/resolv.conf fir interactive kickstart installs (#151472).
2226    
2227     * Mon Mar 21 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.29-1
2228     - Fix beta nag translation
2229     - Fix button growing (clumens, #151208)
2230     - Add libstdc++ for images (clumens)
2231     - Clean up congrats screen (clumens, #149526)
2232     - Fix CD ejecting in loader (pnasrat, #151232)
2233     - Exclude Xen kernels from everything install (#151490)
2234     - Add reserve_size for ppc to leave room on disc1 (#151234)
2235     - Add some more locales
2236    
2237     * Mon Mar 14 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.28-1
2238     - fix swap detection on upgrade (pjones)
2239     - don't use os.read to make a buffer of '\x00' (pjones)
2240     - move availRaidLevels to raid.py from fsset.py (pjones)
2241     - fix Xvnc parameters (clumens, #150498)
2242     - unmount loopback-mounted ISO images to free loop0 (clumens, #150887)
2243     - fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patch
2244     from Colin Charles. (pjones)
2245     - sqlite3->sqlite (pnasrat)
2246     - support longer package names in hdlist (pnasrat, #146820)
2247     - Fix handling of --debug (Ingo Pakleppa, #150920, #150925)
2248     - Fix for font location changes (#150889)
2249     - More cjk text shuffling (#149039)
2250    
2251     * Mon Mar 7 2005 Peter Jones <pjones@redhat.com> - 10.2.0.27-1
2252     - supress lvm fd warning messages
2253     - fewer log messages when growing partitions
2254     - clamp LVs to pesize during grow
2255    
2256     * Mon Mar 7 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.26-1
2257     - urlgrabber stuff is in its own package now
2258    
2259     * Sun Mar 6 2005 Peter Jones <pjones@redhat.com> - 10.2.0.25-1
2260     - Empty blacklist in upgrade.py (notting, #142893)
2261     - Add new font package names (katzj)
2262     - Yet another fix of autopart with lvm (pjones)
2263    
2264     * Tue Mar 1 2005 Peter Jones <pjones@redhat.com> - 10.2.0.24-1
2265     - gcc4 fixes (clumens, pjones)
2266     - build C files with -D_FORTIFY_SOURCE=2 (pjones)
2267    
2268     * Mon Feb 28 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.23-1
2269     - Don't write out filesystems to fstab we haven't mounted (katzj, #149091).
2270     - Deal with multiple Apple Bootstrap partitions (pnasrat).
2271     - Set hostname sensitivity UI bug.
2272     - Eject CD when failing (pnasrat, #147272).
2273     - Better handling of Apple Bootstrap throughout (pjones).
2274     - Do ethtool setup everywhere (pnasrat, #145522).
2275     - Fix "debug" command line arg (pjones).
2276     - Import new libkrb5support library (#149856).
2277     - Add -once to ensure Xvnc exits (katzj, #137337).
2278    
2279     * Sun Feb 20 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.22-1
2280     - revert some of the ppc changes so that lvm is used (nasrat)
2281     - Try to fix bogl stuff some more (#149039)
2282     - x86_64 install fixes (#149040)
2283    
2284     * Sun Feb 20 2005 Peter Jones <pjones@redhat.com> - 10.2.0.21-1
2285     - get rid of lilo
2286     - make grub work with raid1 /boot and /root
2287    
2288     * Sat Feb 19 2005 Paul Nasrat <pnasrat@redhat.com> - 10.2.0.20-1
2289     - Pull in translations
2290     - s390 linuxrc silence nonexistant group warnings (karsten)
2291     - ppc mac autopartitioning and G5 boot.iso (#121266) and (#149081)
2292    
2293     * Sat Feb 12 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.19-1
2294     - fix x86_64 installs for bad urlgrabber import
2295     - Fix traceback with no %post (clumens)
2296     - Put hostname in the text entry (clumens, #132826)
2297    
2298     * Tue Feb 8 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.18-1
2299     - Remove some old cruft
2300     - Fix-up for new module naming in gnome-python2-canvas 2.9.x
2301     - Add needed requirements for rpm 4.4
2302     - Fix segfault when rpm tries to write to non-existent fd during
2303     transaction ordering
2304     - Support --erroronfail as an option for %pre/%post (clumens, #124386)
2305    
2306     * Tue Feb 8 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.17-1
2307     - Use rhpl.archscore to fix iseries upgrades (pnasrat, #146915)
2308     - Only configure ksdevice if no --device (pnasrat, #138852)
2309     - Don't redraw help if disasbled on next button click (clumens, #145691)
2310     - Fix exception in exception handler (msw)
2311     - Rebuild for new librpm
2312    
2313     * Fri Feb 4 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.16-1
2314     - Support setting fs options in kickstart via --fsoptions (#97560)
2315     - Fix tracebacks
2316    
2317     * Wed Feb 2 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.15-1
2318     - Fix some bugs in the reduce-font changes
2319     - Fix urlgrabber import
2320     - Remove langsupport screen, base additional language support off of groups
2321     selected
2322    
2323     * Wed Feb 2 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.14-1
2324     - Fix deprecation warnings for pygtk 2.5 (clumens)
2325     - Fix bootloader --location=none (clumens, #146448)
2326     - Use urlgrabber (clumens)
2327     - Create reduced bogl font at upd-instroot time to include more
2328     characters (#92146, #140208)
2329     - Allow passing --src-discs=0 to get no srpm discs from splittree
2330     (based on patch from Armijn Hemel, #119070)
2331     - Mount pseudo-fs's with a more descriptive device name (#136820)
2332     - Minor tweaks to completion message (#138688)
2333    
2334     * Tue Jan 25 2005 Peter Jones <pjones@redhat.com> - 10.2.0.13-1
2335     - Hopefully fix LVM size bug (#145183)
2336     - Support multiple iso sets in the same directory (#146053)
2337    
2338     * Wed Jan 19 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.12-1
2339     - Fix partitioning bugs (#101432, #137119)
2340     - Support --bytes-per-inode on a per-partition basis (#57550)
2341    
2342     * Thu Jan 13 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.11-1
2343     - Fix some tracebacks with the new glade code
2344     - Use busybox ash instead of ash for netstg2.img/hdstg2.img
2345     - Initialize terminals to avoid color palette change from
2346     bterm (pjones, #137849)
2347    
2348     * Thu Jan 13 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.10-1
2349     - Handle /sbin/lvm not existing anymore
2350     - Allow installclasses to turn off showing the upgrade option
2351     - Ensure that Core exists in your comps file (#143930)
2352     - Don't fall back to text mode if we fail to start graphics in test mode
2353     - Display better error messages for HTTP/FTP errors (clumens, #144546)
2354     - Switch main UI to use glade, set up infrastructure for use of glade
2355     - Remove some old code
2356     - Add buildprereq for intltool (fixed for b.g.o 163981)
2357    
2358     * Wed Jan 5 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.9-1
2359     - Fix some typos (#143257, #144006)
2360     - Fix from Matthew Miller for multiple dns servers (#84409)
2361     - Fix formatting of fcp disks (#144199)
2362     - Include a README for x86_64 images (clumens, #143366)
2363     - Make an x86_64 rescue image (clumens, #143366)
2364     - Add libXfixes for new gtk2
2365    
2366     * Thu Dec 23 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.8-1
2367     - Use tmpfs not ramfs for /dev
2368     - Blacklist "root" as a VG name (#142785)
2369     - Better error message if swap can't be mounted (clumens, #143000)
2370     - Some fixes to the new /dev handling in init
2371     - Make more certain hwaddr gets written out (#143535)
2372     - Handle new swap label format (#143447)
2373     - Let the user know they're in rescue mode earlier (clumens, #136171)
2374    
2375     * Mon Dec 20 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.7-1
2376     - Better error handling on device creation (#142273)
2377     - Reset package selection to defaults if selected (#142415)
2378     - LVM on RAID1 fix (nasrat, #141781)
2379     - Add support for biosdev in driverdisk from Rez Kabir (#142738)
2380     - Some more SX8 fixes
2381     - Create /dev as a tmpfs (#141570)
2382     - Remove some old code
2383     - Improve quoting of fstype in anaconda-ks.cfg (Danen Brücker)
2384    
2385     * Wed Dec 8 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.6-1
2386     - Write out wepkey better (#140645)
2387     - Try to skip source isos with nfsiso (#106017)
2388     - Don't traceback for bad/missing / in fstab (nasrat, #141174)
2389     - Include pesize in generated ks.cfg (#141370)
2390     - Loop less on shutdown
2391     - Better handling of partial volume groups (#139058)
2392    
2393     * Tue Nov 30 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.5-1
2394     - CTCPROT fix (karsten, #133088)
2395     - Fix LVM partitions becoming negative sized (nasrat, #141268)
2396     - Fix removal/editing of zfcp devices in gui (#140559)
2397     - Fix segfault (#140541, #140876)
2398     - Fix handling of pre-existing parts on disks that we then ignore (#131333)
2399    
2400     * Tue Nov 23 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.4-1
2401     - Update python version in urllib hack
2402     - /init in initramfs instead of /linuxrc
2403     - Improved ppc console detection (nasrat, #134397)
2404     - Better handling of going back when out of space (#133773)
2405     - Better handling of LVM failures (#134263)
2406     - Set a default when boot loader to upgrade is indeterminate (#139603)
2407     - No more diet on i386
2408    
2409     * Tue Nov 16 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.3-1
2410     - Create initramfs images instead of initrds for boot media
2411     - Remove some old code in a few places
2412     - Allow passing --notksdevice in network lines of a ks.cfg to avoid
2413     confusion with multiple network lines and a ksdevice= (#136903)
2414     - Allow going back to change the network device if ksdevice= is
2415     passed and isn't correct (#136903)
2416     - Fix for console= to automatically imply serial as needed (#137971)
2417    
2418     * Mon Nov 15 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.2-1
2419     - Do some more unmounts if we run out of space (#133773)
2420     - Fix for obsoletes E being long (nasrat, #138485)
2421     - Make serial imply nofb (#134167)
2422     - Set fstype to vfat if user selected /boot/efi in the
2423     mountpoint dropdown (#138580)
2424     - Copy the X log to the installed system
2425     - Add fix from HJ Lu to fix hang with no bootloader install (#138932)
2426     - Fix splittree error msg (nasrat, #139391)
2427     - Ignore IBM *STMF disks (#137920)
2428    
2429     * Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.1-1
2430     - whrandom is deprecated in python 2.4, use random instead
2431     - fix some syntax errors
2432     - fallback to English for languages that can't do text-mode (#138308)
2433     - More CTCPROT/PORTNAME tweaks (karsten)
2434    
2435     * Sun Nov 7 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.0-1
2436     - Switch to python 2.4
2437     - Clean up warning on network screen from pygtk
2438     - Parse pxelinux IPAPPEND for loader network info, patch
2439     from Bastien Nocera (#134054)
2440     - Clean up handling of binaries busybox should override
2441     - Do misc package selection earlier so we know all the CDs needed
2442     when confirming the install (#122017)
2443     - Mark some strings for translation (#137197)
2444     - Don't reference boot disks in boot loader screen (#135851)
2445     - Add hardware address information to network screen (#131814)
2446     - Fix exception handling in label reading
2447    
2448     * Thu Nov 4 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.4-1
2449     - Fix traceback with CJK upgrades (#137345)
2450     - Allow 128 bit WEP keys (#137447)
2451     - Fix race condition with X client startup (krh, #108777)
2452     - Fix segfault in hd kickstart install (twaugh, #137533)
2453     - Better handling of errors reading labels (#137846)
2454     - Try harder to find LCS interface names (karsten)
2455     - Improve CTCPROT handling (karsten)
2456     - Fix traceback going back in rescue mode network config (#137844)
2457     - Don't use busybox shutdown, poweroff, reboot (#137948)
2458     - Set permissions on anaconda logs
2459     - Make autopartioning better with native storage on legacy iSeries
2460     - Sync onboot behavior of gui/text network screens (#138011)
2461     - Load some drivers later to try to avoid having FC disks be sda
2462     - Sizes in ks.cfg need to be an integer (#138109)
2463    
2464     * Tue Oct 26 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.3-1
2465     - Pull in firefox on upgrade if mozilla/netscape were installed (#137244)
2466     - Fix s390 tracebacks (#130123, #137239)
2467    
2468     * Tue Oct 26 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.2-1
2469     - Handle our LVM autopart lines slightly better (#137120)
2470     - Use busybox sleep for s390 since sleep requires librt again (#131167)
2471     - Handle onboot in ks.cfg properly in the loader (#136903)
2472     - Punjabi shouldn't try to do text mode (#137030)
2473     - Add sgiioc4 driver for Altix CD installs (#136730)
2474     - pci.ids trimming (notting)
2475    
2476     * Wed Oct 20 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.1-1
2477     - Create a netboot.img again for ppc64 (#125129)
2478    
2479     * Wed Oct 20 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.0-1
2480     - Lowercase OSA addresses from the parm file too (karsten)
2481    
2482     * Tue Oct 19 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.21-1
2483     - Lowercase OSA addresses to make the kernel happy (#133190)
2484     - Don't hard code the VG name used for auto-partitioning to avoid
2485     colliding with existing ones
2486     - Make sure that we don't do runlevel 5 if people don't have X, etc
2487     installed (#135895)
2488     - Update for new Indic font filenames
2489    
2490     * Mon Oct 18 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.20-1
2491     - Fix traceback with %post logging (Gijs Hollestelle, #136154)
2492     - When using a local stage2.img for FTP/HTTP install, give an error earlier
2493     if you point at an invalid tree (#135603, #117155, #120101)
2494     - Add a trailing newline to /etc/sysconfig/kernel
2495     - Try to fix the icon theme
2496     - Rebuild against new dietlibc, hopefully fixes CJK text installs
2497    
2498     * Sun Oct 17 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.19-1
2499     - Fix font size to fit on disk display better (#135731)
2500     - Write out part lines for autopart lvm correctly (#135714)
2501     - Remove empty row in drive order for boot loader (#135944)
2502     - Replace % in URLs to avoid format string weirdness (#135929)
2503     - Bind mount /dev for rescue mode (#135860)
2504     - Fix Dutch and Danish keyboard defaults (#135839)
2505     - add s2io 10GbE driver
2506    
2507     * Thu Oct 14 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.18-1
2508     - Add fonts for ta, gu, bn, hi, pa (#119283)
2509     - Re-enable bterm for testing (#113910)
2510     - Fix segfault when using biospart with a ks hdinstall. Patch from
2511     Rez Kabir (#135609)
2512     - Write out /etc/sysconfig/kernel for use with new-kernel-pkg changes (#135161)
2513     - Fix telnet logins for s390 (karsten)
2514     - Hardcode LCS as eth instead of tr (karsten)
2515    
2516     * Tue Oct 12 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.17-1
2517     - Only use "our" LVM partitions with auto-partitioning (#135440)
2518     - Remove localboot option from syslinux.cfg for diskboot.img (#135263)
2519     - Handle the great input method switch on upgrade (#129218)
2520     - Don't save the hwaddr for qeth (#135023)
2521     - Add rhgb boot loader arguments in postinstall (msw)
2522     - Reverse Norwegian blacklisting (#129453) (notting)
2523     - Add sata_nv, sata_sx4, ixgb, ahci, sx8 modules to the initrd (notting)
2524    
2525     * Thu Oct 7 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.16-1
2526     - s390/s390x: Fix traceback with unpartitioned disks (karsten)
2527     - improve fit of bengali network screen (#134762)
2528     - don't allow formatting of a pre-existing partition without also
2529     mounting it (#134865)
2530     - Don't show "0" as a mountpoint for an LV that's not being mounted (#134867)
2531     - Add prelink config bits (#117867)
2532     - Sort packages in text package group details (#123437)
2533     - Don't traceback on upgrade if /dev/mapper/control exists (#124092)
2534    
2535     * Tue Oct 5 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.15-1
2536     - Fix creation of scsi device nodes (#134709)
2537     - Fix multiple kickstart scriptlets with different interpreters (#134707)
2538    
2539     * Mon Oct 4 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.14-1
2540     - Some zfcp fixes
2541     - Don't traceback if we have a %%include inside a scriptlet (#120252)
2542     - Fix SELinux for text-mode ftp/http installs (#134549)
2543    
2544     * Mon Oct 4 2004 Mike McLean <mikem@redhat.com> - 10.0.3.12-1
2545     - add command line options to pkgorder (mikem)
2546    
2547     * Mon Oct 4 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.11-1
2548     - Handle 32 raid devs (#134438)
2549     - Fix LCS PORTNAME (#134487)
2550     - Add logging of kickstart scripts with --log to %post/%pre
2551     - Copy /tmp/anaconda.log and /tmp/syslog to /var/log/anaconda.log
2552     and /var/log/anaconda.syslog respectively (#124370)
2553     - Fix Polish (#134554)
2554     - Add arch-specific package removal (#133396)
2555     - Include PPC PReP Boot partition in anaconda-ks.cfg (#133934)
2556     - Fix changing of VG name going through to boot loader setup (#132213)
2557     - Add support for > 128 SCSI disks (#134575)
2558    
2559     * Fri Oct 1 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.10-1
2560     - add kickstart zfcp configuration (#133288, #130070)
2561     - Use NFSv3 for NFS installs. Fixes NFSISO installs from DVD (#122032)
2562     - Fix megaraid_mbox module name (#134369)
2563     - Another uninitialized fix (#133996)
2564     - Add the zh_CN font (#133330)
2565    
2566     * Thu Sep 30 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.9-1
2567     - translation updates
2568     - Install compat-arch-support by default (#133514)
2569     - Warn if an older version is chosen for upgrading if product is RHEL (#134523)
2570     - Fix traceback on upgrade with possible lvm1 (#134258)
2571     - Make changing the DNS server work (#122554)
2572     - More fixes from pnasrat for arch handling on upgrade
2573    
2574     * Thu Sep 30 2004 Paul Nasrat <pnasrat@redhat.com> - 10.0.3.8-1
2575     - Fix missing rpm.ts (#133045)
2576    
2577     * Wed Sep 29 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.7-1
2578     - Don't ask about mouse type on remote X display (#133902)
2579     - Label swap filesystems (#127892)
2580     - Fix possible crash on hd kickstart installs (#133996)
2581     - Improve multiarch upgrade (#133045)
2582     - Avoid changing the default language when selecting additional
2583     language support (#134040)
2584     - Remove spurious blank option in upgrade combo (#134058)
2585     - Fix driver disk hang (#131112, #122952)
2586     - Fix detection of unformatted dasd (#130123)
2587    
2588     * Mon Sep 27 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.6-1
2589     - Fix traceback from auto-partitioning if you don't have enough space (#131325)
2590     - Update FCP config for adding SCSI LUNs (#133290)
2591    
2592     * Mon Sep 27 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.5-1
2593     - Fix driver disk segfault when using a partition (#133036)
2594     - Let driver disk images on ext2 partitions work
2595     - Fix nonet/nostorage
2596     - Allow name.arch syntax in ks.cfg (#124456)
2597     - Fix traceback unselecting last language (#133164)
2598     - Skip version 0 swap (#122101)
2599     - Handle /dev being present in device names of ks.cfg (#121486)
2600     - Use no instead of no-latin1 for Norwegian keyboard (#133757)
2601     - include other dm modules (#132001)
2602    
2603     * Fri Sep 24 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.4-1
2604     - fix megaraid module name (notting)
2605     - don't prompt for a driver disk on pSeries boxes with just
2606     virtual devices (#135292)
2607     - don't use PROBE_LOADED for cd probe (#131033)
2608     - i2o devices don't use a "p" separator (#133379)
2609     - switch back zh_CN font to default (#133330)
2610     - add 3w-9xxx to modules.cgz (#133525)
2611     - fix showing of freespace (#133425)
2612    
2613     * Wed Sep 22 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.3-1
2614     - fix going back unmount of /dev/pts (#133301)
2615     - fix SRPMs disc (#122737)
2616     - add localboot option to isolinux.cfg (#120687)
2617     - fix tree build on ia64 and x86_64
2618     - fix a syntax error for text mode selinux config
2619    
2620     * Tue Sep 21 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.2-1
2621     - some fixes for Arabic (#122228)
2622     - support using ksdevice=macaddr (#130605)
2623     - add an images/pxeboot directory on ia64
2624    
2625     * Tue Sep 21 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.1-1
2626     - improve handling of non-physical consoles on some ppc and ia64 machines
2627     - add Bengali(India) and Gujarati to the lang-table (#126108)
2628     - add support for setting the CTC protocol on s/390 (#132324, #132325)
2629     - don't offer to do vnc if we don't have active nwtorking (#132833)
2630     - various typo/grammar fixes
2631     - add support for 'nostorage' and 'nonet' command line options to avoid
2632     auto-loading just network or storage devices
2633     - fix editing of pre-existing lvm (#132217)
2634     - fix going back from the partitions list on a driver disk (#132096)
2635     - don't show login error if silent errors (#132673)
2636    
2637     * Thu Jun 3 2004 Jeremy Katz <katzj@redhat.com>
2638     - require system-logos and anaconda-help, obsolete anaconda-images
2639    
2640     * Fri Apr 30 2004 Jeremy Katz <katzj@redhat.com>
2641     - Update description, remove prereq on stuff that was only needed
2642     for reconfig mode
2643    
2644     * Tue Feb 24 2004 Jeremy Katz <katzj@redhat.com>
2645     - buildrequire libselinux-devel
2646    
2647     * Thu Nov 6 2003 Jeremy Katz <katzj@redhat.com>
2648     - require booty (#109272)
2649    
2650     * Tue Oct 8 2002 Jeremy Katz <katzj@redhat.com>
2651     - back to mainstream rpm instead of rpm404
2652    
2653     * Mon Sep 9 2002 Jeremy Katz <katzj@redhat.com>
2654     - can't buildrequire dietlibc and kernel-pcmcia-cs since they don't always
2655     exist
2656    
2657     * Wed Aug 21 2002 Jeremy Katz <katzj@redhat.com>
2658     - added URL
2659    
2660     * Thu May 23 2002 Jeremy Katz <katzj@redhat.com>
2661     - add require and buildrequire on rhpl
2662    
2663     * Tue Apr 02 2002 Michael Fulbright <msf@redhat.com>
2664     - added some more docs
2665    
2666     * Fri Feb 22 2002 Jeremy Katz <katzj@redhat.com>
2667     - buildrequire kernel-pcmcia-cs as we've sucked the libs the loader needs
2668     to there now
2669    
2670     * Thu Feb 07 2002 Michael Fulbright <msf@redhat.com>
2671     - goodbye reconfig
2672    
2673     * Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com>
2674     - update the BuildRequires a bit
2675    
2676     * Fri Jan 4 2002 Jeremy Katz <katzj@redhat.com>
2677     - ddcprobe is now done from kudzu
2678    
2679     * Wed Jul 18 2001 Jeremy Katz <katzj@redhat.com>
2680     - own /usr/lib/anaconda and /usr/share/anaconda
2681    
2682     * Fri Jan 12 2001 Matt Wilson <msw@redhat.com>
2683     - sync text with specspo
2684    
2685     * Thu Aug 10 2000 Matt Wilson <msw@redhat.com>
2686     - build on alpha again now that I've fixed the stubs
2687    
2688     * Wed Aug 9 2000 Michael Fulbright <drmike@redhat.com>
2689     - new build
2690    
2691     * Fri Aug 4 2000 Florian La Roche <Florian.LaRoche@redhat.com>
2692     - allow also subvendorid and subdeviceid in trimpcitable
2693    
2694     * Fri Jul 14 2000 Matt Wilson <msw@redhat.com>
2695     - moved init script for reconfig mode to /etc/init.d/reconfig
2696     - move the initscript back to /etc/rc.d/init.d
2697     - Prereq: /etc/init.d
2698    
2699     * Thu Feb 03 2000 Michael Fulbright <drmike@redhat.com>
2700     - strip files
2701     - add lang-table to file list
2702    
2703     * Wed Jan 05 2000 Michael Fulbright <drmike@redhat.com>
2704     - added requirement for rpm-python
2705    
2706     * Mon Dec 06 1999 Michael Fulbright <drmike@redhat.com>
2707     - rename to 'anaconda' instead of 'anaconda-reconfig'
2708    
2709     * Fri Dec 03 1999 Michael Fulbright <drmike@redhat.com>
2710     - remove ddcprobe since we don't do X configuration in reconfig now
2711    
2712     * Tue Nov 30 1999 Michael Fulbright <drmike@redhat.com>
2713     - first try at packaging reconfiguration tool
2714    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed