/[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.11 - (hide annotations) (download)
Thu Oct 22 14:06:59 2009 UTC (14 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: anaconda-11_1_2_195-1_el5_centos
Changes since 1.10: +201 -38 lines
Import anaconda-11.1.2.195-1.el5.centos.src.rpm

1 slords 1.1 Name: anaconda
2 slords 1.11 Version: 11.1.2.195
3     Release: 1.el5.centos
4 slords 1.1 License: GPL
5     Summary: Graphical system installer
6     Group: Applications/System
7     Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
8 slords 1.7 BuildPreReq: kudzu-devel >= 1.2.57.1.18, pciutils-devel
9 slords 1.1 BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel
10     BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11
11     BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel
12     BuildPreReq: beecrypt-devel, libselinux-devel >= 1.6, libX11-devel
13     BuildPreReq: libXxf86misc-devel, intltool >= 0.31.2-3, python-urlgrabber
14     BuildPreReq: pykickstart, yum >= 2.9.2, device-mapper >= 1.01.05-3,
15     BuildPreReq: libsepol-devel
16     BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2
17 slords 1.11 BuildPreReq: libdhcp-devel >= 1.20-10, mkinitrd-devel >= 5.1.2-1
18 slords 1.5 BuildPreReq: audit-libs-devel, libnl-devel >= 1.0-0.10.pre5.5
19 slords 1.11 BuildPreReq: libdhcp6client >= 1.0.10-17
20 slords 1.7 %ifnarch s390 s390x
21 slords 1.11 BuildPreReq: iscsi-initiator-utils >= 6.2.0.871-0.0
22 slords 1.7 %endif
23 slords 1.1 Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty
24     Requires: parted >= 1.7.1, pyparted >= 1.7.2
25 slords 1.7 Requires: kudzu >= 1.2.57.1.18, yum >= 2.9.2, pirut >= 1.1.0
26 slords 1.1 Requires: libxml2-python, python-urlgrabber
27     Requires: system-logos, pykickstart, system-config-date
28     Requires: device-mapper >= 1.01.05-3
29     Requires: dosfstools >= 2.11-6.2 e2fsprogs
30 slords 1.7 Requires: e4fsprogs
31 slords 1.2 Requires: python-pyblock >= 0.26-1
32 slords 1.1 Requires: libbdevid >= 5.1.2-1, libbdevid-python
33     Requires: audit-libs
34     %ifnarch s390 s390x ppc64
35     Requires: rhpxl >= 0.25
36     %endif
37     Obsoletes: anaconda-images <= 10
38 slords 1.11 Url: http://fedoraproject.org/wiki/Anaconda
39 slords 1.5 Patch1: anaconda-centos-syslinux-msg.patch
40     Patch2: anaconda-centos-installclasses-2.patch
41     Patch3: anaconda-centos-regkey.patch
42 slords 1.11 Patch4: anaconda-centos-centos-branding-po_files.patch
43 slords 1.5 Patch5: anaconda-centos-inst-type.patch
44     Patch6: anaconda-centos-task.patch
45     Patch7: anaconda-centos-removeStatusText.patch
46     Patch8: anaconda-centos-splittree_allow_missing_RPMSdir.patch
47     Patch9: anaconda-centos-pkgorder.patch
48     Patch10: anaconda-centos-additional-repos.patch
49 slords 1.1
50     BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
51    
52     %description
53     The anaconda package contains the program which was used to install your
54     system. These files are of little use on an already installed system.
55    
56     %package runtime
57     Summary: Graphical system installer portions needed only for fresh installs.
58     Group: Applications/System
59     AutoReqProv: false
60     Requires: libxml2-python, python, rpm-python >= 4.2-0.61
61     Requires: anaconda = %{version}-%{release}
62     Requires: createrepo >= 0.4.3-3.1, squashfs-tools, mkisofs
63     %ifarch %{ix86} x86_64
64     Requires: syslinux
65     %endif
66     %ifarch s390 s390x
67     Requires: openssh
68     %endif
69     Requires: /usr/bin/strip, xorg-x11-font-utils, netpbm-progs
70 slords 1.7 Requires: xml-common
71     Requires: libxml2
72     Requires(post): /usr/bin/xmlcatalog
73     Requires(postun): /usr/bin/xmlcatalog
74 slords 1.1
75     %description runtime
76     The anaconda-runtime package contains parts of the installation system which
77     are needed for installing new systems. These files are used to build media
78     sets, but are not meant for use on already installed systems.
79    
80     %prep
81    
82     %setup -q
83 slords 1.5
84 slords 1.1 %patch1 -p1
85     %patch2 -p1
86     %patch3 -p1
87     %patch4 -p1
88     %patch5 -p1
89     %patch6 -p1
90     %patch7 -p1
91     %patch8 -p1
92 slords 1.11 #deprecated : %patch9 -p1
93 slords 1.1 %patch10 -p1
94 slords 1.2
95 slords 1.1 %build
96     make depend
97     make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
98    
99     %install
100     rm -rf $RPM_BUILD_ROOT
101     make DESTDIR=$RPM_BUILD_ROOT install
102     #strip $RPM_BUILD_ROOT/usr/sbin/ddcprobe
103    
104     strip $RPM_BUILD_ROOT/usr/lib/anaconda/*.so
105    
106     %clean
107     rm -rf $RPM_BUILD_ROOT
108    
109 slords 1.7 %post runtime
110     CATALOG=/etc/xml/catalog
111     /usr/bin/xmlcatalog --noout --add "rewriteSystem" \
112     "comps.dtd" \
113     "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
114     /usr/bin/xmlcatalog --noout --add "rewriteURI" \
115     "comps.dtd" \
116     "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
117    
118     %postun runtime
119     if [ $1 = 0 ]; then
120     CATALOG=/etc/xml/catalog
121     /usr/bin/xmlcatalog --noout --del \
122     "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
123     fi
124    
125 slords 1.1 %files
126     %defattr(-,root,root)
127     %doc COPYING
128     %doc ChangeLog
129     %doc docs/command-line.txt
130     %doc docs/install-methods.txt
131     %doc docs/kickstart-docs.txt
132     %doc docs/mediacheck.txt
133     %doc docs/anaconda-release-notes.txt
134     /usr/bin/mini-wm
135     /usr/sbin/anaconda
136     %ifarch i386
137     /usr/sbin/gptsync
138     %endif
139     /usr/share/anaconda
140     /usr/share/locale/*/*/*
141     /usr/lib/anaconda
142    
143     %files runtime
144     %defattr(-,root,root)
145     /usr/lib/anaconda-runtime
146 slords 1.7 /usr/share/xml/comps
147 slords 1.1
148     %triggerun -- anaconda < 8.0-1
149     /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
150    
151     %changelog
152 slords 1.11 * Mon Sep 28 2009 Karanbir Singh <kbsingh@centos.org> 11.1.2.195-1.el5.centos
153     - Roll in CentOS Patch set
154 slords 1.8
155 slords 1.11 * Wed Aug 05 2009 Martin Sivak <msivak@redhat.com> 11.1.2.195-1
156     - Update the loader with support code for Mellanox cards
157     Resolves: rhbz#514971
158    
159     * Mon Aug 03 2009 Martin Sivak <msivak@redhat.com> 11.1.2.194-1
160     - comps changed. replaced "virtualization" with "xen" (jgranados)
161     Resolves: rhbz#514885
162     - Add support for Melanox ConnectX mt26448 10Gb/s Infiniband, Ethernet, and FC (msivak)
163     Resolves: rhbz#514971
164    
165     * Thu Jul 23 2009 Joel Granados <jgranado@redhat.com> 11.1.2.193-1
166     - Make sure we include libdrm.so files in the image.
167     Related: rhbz#510397
168    
169     * Wed Jul 22 2009 Chris Lumens <clumens@redhat.com> 11.1.2.192-1
170     - Fix compile errors in the previous patch.
171     Related: rhbz#471883
172    
173     * Wed Jul 22 2009 Chris Lumens <clumens@redhat.com> 11.1.2.191-1
174     - Ignore block devices set to read-only.
175     Related: rhbz#471883
176    
177     * Tue Jul 21 2009 Martin Sivak <msivak@redhat.com> 11.1.2.190-1
178     - Correct a message presented to the user.
179     Related: rhbz#473747
180     - Remove ext4dev
181     Resolves: rhbz#510634
182    
183     * Thu Jul 16 2009 Radek Vykydal <rvykydal@redhat.com> 11.1.2.189-1
184     - Make buildinstall error out if mount of loop device fails (rvykydal).
185     Resolves: rhbz#472552
186    
187     * Tue Jul 11 2009 Joel Granados <jgranado@redhat.com> 11.1.2.188-1
188     - Require libdhcp6client for the build (jgranado).
189     Related: rhbz#506722
190    
191     * Mon Jul 10 2009 Joel Granados <jgranado@redhat.com> 11.1.2.187-1
192     - Add support for the qlge driver (jgranado)
193     Resolves: rhbz#504034
194    
195     * Mon Jul 10 2009 Joel Granados <jgranado@redhat.com> 11.1.2.186-1
196     - update support for ext4 in anaconda (jbastian)
197     Resolves: rhbz#510634
198    
199     * Wed Jul 08 2009 Chris Lumens <clumens@redhat.com> 11.1.2.185-1
200     - Save bootfile, if we have it, from DHCP response (dcantrell).
201     Resolves: rhbz#448006
202    
203     * Wed Jul 1 2009 Martin Sivak <msivak@redhat.com> 11.1.2.184-1
204     - Fix handling of parted exceptions in text mode (rvykydal)
205     Resolves: rhbz#506725
206    
207     * Thu Jun 4 2009 Joel Granados <jgranado@redhat.com> 11.1.2.183-1
208     - Create efirtc device node on ia64 to access hw clock (rvykydal).
209     Resolves: rhbz#485200
210     - Reserve enough space for lvm metadata when computing PV size usable for LVs (rvykydal).
211     Resolves: rhbz#500431
212    
213     * Mon Jun 1 2009 Joel Granados <jgranado@redhat.com> 11.1.2.182-1
214     - Add support for IGB VF device (jgranado).
215     Resolves: rhbz#502875
216     - Fix the error caused by change in fipscheck (again..) (msivak).
217     Resolves: rhbz#498992
218    
219     * Thu May 28 2009 Joel Granados <jgranado@redhat.com> 11.1.2.181-1
220     - Look for ipcalc in the right place (jgranado).
221     Resolves: rhbz#502249
222    
223     * Thu May 28 2009 Joel Granados <jgranado@redhat.com> 11.1.2.180-1
224     - Look for ipcalc in the right place (jgranado).
225     Resolves: rhbz#502249
226    
227     * Wed May 27 2009 Joel Granados <jgranado@redhat.com> 11.1.2.179-1
228     - Look for ipcalc in the right place (jgranado).
229     Resolves: rhbz#502249
230    
231     * Tue May 26 2009 Joel Granados <jgranado@redhat.com> 11.1.2.178-1
232     - Fix specification of zoneinfo files to be included in stage2 (rvykydal).
233     Resolves: rhbz#481617
234     - Fix the location of libfipscheck in initrd too (msivak).
235     Resolves: rhbz#498992
236     - cryptsetup status reversed its exit codes (dcantrell).
237     Resolves: rhbz#499824
238     - Require latest libdhcp (jgranado).
239     Resolves: rhbz#444919
240     - Do not include removed physical volumes in pvlist (rvykydal).
241     Resolves: rhbz#502438
242    
243     * Thu May 21 2009 Joel Granados <jgranado@redhat.com> 11.1.2.177-1
244     - Do not load storage drivers before loading DUD over network (rvykydal).
245     Resolves: rhbz#454478
246    
247     * Thu May 21 2009 Joel Granados <jgranado@redhat.com> 11.1.2.176-1
248     - Remove LVM metadata when doing clearpart (rvykydal).
249     Resolves: rhbz#462615
250     - Put lspci in the minstg2.img so inVmware doesn't traceback (clumens).
251     Resolves: rhbz#476476
252    
253     * Mon May 18 2009 Joel Granados <jgranado@redhat.com> 11.1.2.175-1
254     - Change the description of be2net (msivak).
255     Resolves: rhbz#496875
256     - Revert to libdhcp from rhel5.3 (dcantrell).
257     Related: rhbz#500775
258    
259     * Wed May 13 2009 Joel Granados <jgranado@redhat.com> 11.1.2.174-1
260     - Include valid timezones in stage 2 (rvykydal).
261     Resolves: rhbz#481617
262     - Fix traceback in timezone setting (kickstart interactive text mode) (rvykydal).
263     Resolves: rhbz#481617
264     - Compute size of modules buffer in loader (dcantrell).
265     Resolves: rhbz#484092
266     - Include /sbin/ipcalc for IP address validation (dcantrell).
267     Resolves: rhbz#460579
268     - Require latest libdhcp (dcantrell).
269     Resolves rhbz#444919
270     - Make buildinstall error out if mount of loop device fails (rvykydal).
271     Resolves: rhbz#472552
272     - Update Anaconda with new description for Emulex lpfc driver (msivak).
273     Resolves: rhbz#498511
274     - Get the libfipscheck from correct location (library was rebased) (msivak)
275     Resolves: rhbz#498992
276     - Add support for LSI MPT Fusion SAS 2.0 Device Driver (msivak).
277     Resolves: rhbz#475671
278     - IBM improvements to linuxrc.s390 (dcantrell).
279     Resolves: rhbz#475350
280    
281     * Wed May 6 2009 Joel Granados <jgranado@redhat.com> 11.1.2.173-1
282     - Allow bootloader on mbr when /boot is mdraid1 (hansg).
283     Resolves: rhbz#475973
284     - Don't traceback on read only (write protected) disks (hansg).
285     Resolves: rhbz#471883
286     - most noticably it fixes chap / reverse chap in combination with ibft (hansg).
287     Resolves: rhbz#497438
288     - Recognize mpath iscsi setups as using iscsi (hansg).
289     Resolves: rhbz#466614
290    
291     * Tue May 5 2009 Joel Granados <jgranado@redhat.com> 11.1.2.172-1
292     - The lambda function in run() is not needed (jgranado).
293     Resolves: rhbz#498935
294     - Increase max NIC identification duration to 5 minutes (dcantrell).
295     Resolves: rhbz#473747
296     - Correct a spelling error (dcantrell).
297     Resolves: rhbz#489997
298     - Remove noise from isys/nl.c (dcantrell).
299     Resolves: rhbz#490735
300    
301     * Thu Apr 30 2009 Chris Lumens <clumens@redhat.com> 11.1.2.171-1
302     - Remove umask temporarily so device permissions are correct (wmealing).
303     Resolves: rhbz#383531
304    
305     * Tue Apr 28 2009 Chris Lumens <clumens@redhat.com> 11.1.2.170-1
306     - No longer set cachedir since the rebased yum won't let us.
307     Resolves: rhbz#497288
308     - Support a dashed format of MAC in kickstarts (msivak).
309     Resolves: rhbz#480309
310     - Fix a typo in the parted exception ignoring patch
311     Related: rhbz#455465
312     - Add support for Marvell RAID bus controller MV64460/64461/64462 (msivak).
313     Resolves: rhbz#493179
314     - Add support for the "Emulex OneConnect 10GbE NIC" (msivak).
315     Resolves: rhbz#496875
316    
317     * Thu Apr 23 2009 Martin Sivak <msivak@redhat.com> 11.1.2.169-1
318     - Activate ipv6 nics when an ipv6 ip is defined (jgranado).
319     Resolves: rhbz#445394
320     - Check for DNS validity (jgranado).
321     Resolves: rhbz#465174
322     - Do not crash when more than 32 tape devices are present (rvykydal)
323     Resolves: rhbz#476186
324     - Ignore a subset of parted errors that are not critical (clumens)
325     Resolves: rhbz#455465
326     - The FTP USER command does not need to be followed by a PASS (msivak)
327     Resolves: rhbz#477536
328     - patch to skip accounts screen if using autostep and encrypted root password (msivak)
329     Resolves: rhbz#471122
330     - rhel5 fix for cmdline being overridden by text when graphical install is detected as unworkable (msivak)
331     Resolves: rhbz#456325
332     - Rewrote parts of pkgorder script to improve it's speed. (mgracik)
333     Resolves: rhbz#451083
334     - Fix for traceback in Partitions.doMetaDeletes.addSnap() (dcantrell)
335     Resolves: rhbz#433824
336     - More robust filtering of physical volumes in autopartitioning (rvykydal)
337     Resolves: rhbz#475271
338     - Fix user --groups kickstart option (rvykydal)
339     Resolves: rhbz#454418
340     - Let LCS devices come online after s390 installation (dcantrell)
341     Resolves: rhbz#471101
342     - Added support for mdadm raid10 installs (mgracik)
343     Resolves: rhbz#467996
344     - Updated the project URL (mgracik)
345     Resolves: rhbz#482781
346 slords 1.6
347 slords 1.7 * Thu Dec 18 2008 Joel Granados <jgranado@redhat.com> 11.1.2.168-1
348     - Make anaconda work with new API change in YUM (jgranado)
349     Resolves: rhbz:#476957
350    
351     * Wed Dec 17 2008 Joel Granados <jgranado@redhat.com> 11.1.2.167-1
352     - Fix anaconda build (hdegoede).
353     Related: rhbz:#476739
354    
355     * Tue Dec 16 2008 Joel Granados <jgranado@redhat.com> 11.1.2.166-1
356     - Load the raid45 modules at init time (jgranado).
357     Related: rhbz#475385
358     - Make sure the raid45 modules are in the images (jgranado).
359     Related: rhbz#475385
360    
361     * Mon Dec 15 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.165-1
362     - Final translations for instnum text (clumens)
363     Related: rhbz#474375
364    
365     * Fri Dec 12 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.164-1
366     - Fix non-CHAP iBFT install cases (hdegoede)
367     Resolves: rhbz#432819
368     - More translations for the instnum text (clumens)
369     Related: rhbz#474375
370    
371     * Wed Dec 10 2008 Chris Lumens <clumens@redhat.com> 11.1.2.163-1
372     - Mark some new translations as fuzzy to fix the build.
373     Related: rhbz#474375
374    
375     * Wed Dec 10 2008 Chris Lumens <clumens@redhat.com> 11.1.2.162-1
376     - Update translation files for the instnum text change.
377     Related: rhbz#474375
378    
379     * Wed Dec 3 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.161-1
380     - Include the libwrap in the initrd image
381     Resolves: rhbz#473955
382    
383     * Mon Dec 1 2008 Joel Granados <jgranado@redhat.com> 11.1.2.160-1
384     - Allow ssh and telnet to the install (jgranado).
385     Resolves: rhbz:#473955
386    
387     * Mon Dec 1 2008 Joel Granados <jgranado@redhat.com> 11.1.2.159-1
388     - The LV size is smaller than the totall sum of the partitions that make it up (jgranado).
389     Resolves: rhbz:#468944
390    
391     * Tue Nov 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.158-1
392     - Fix up ibft use cases (pjones).
393     - Partition requests can be None when populating the tree (dlehman).
394     Resolves: rhbz#472788
395     - Remove the name check on driver disk packages.
396     Resolves: rhbz#472951
397     - Remove missing PVs before removing obsolete VG (rvykydal).
398     Resolves: rhbz#468431
399     - Make the driverdisc label uppercase (msivak).
400     Related: rhbz#316481
401    
402     * Wed Nov 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.157-1
403     - Include ide-cs module into initrd (msivak).
404     Related: rhbz#448009
405    
406     * Wed Nov 12 2008 Chris Lumens <clumens@redhat.com> 11.1.2.156-1
407     - Fix a variety of pychecker errors (clumens, dcantrell, dlehman, rvykydal).
408     Resolves: rhbz#469734
409     - Remove defunct VG before creating new one of the same name (rvykydal).
410     Resolves: rhbz#469700
411     - Fix detection of ext4 on raid in rescue and upgrade (rvykydal).
412     Resolves: rhbz#470221
413    
414     * Tue Nov 11 2008 Joel Granados <jgranado@redhat.com> 11.1.2.155-1
415     - Enable the DD repository if the DD autodetection feature was used (msivak).
416     Related: rhbz:#316631
417     - Call insmod in linuxrc.s390, not insert_module (dcantrell).
418     Related: rhbz:#184648
419     - Load FCP modules early for CD/DVD install (dcantrell).
420     Related: rhbz:#184648
421     - Update mk-s390-cdboot.c to work with large kernel images (dcantrell).
422     Related: rhbz:#184648
423     - Fix all trivial (1 liner fixes) errors found by pychecker (hdegoede).
424     Related: rhbz:#469730
425    
426     * Wed Nov 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.154-1
427     - Include the new fnic driver (jgranado).
428     Related: rhbz#462387
429     - Run the busProbe after we have all driver disks loaded (msivak).
430     Related: rhbz#316481
431    
432     * Wed Nov 5 2008 Joel Granados <jgranado@redhat.com> 11.1.2.153-1
433     - Use struct audit_reply instead of struct auditd_reply_list (hdegoede).
434     Resolves: rhbz:#469873
435     - The Encryption button was missing in one migrate case (msivak).
436     Resolves:#469849
437     - kickstart expects --dhcpclass instead of --class (clumens).
438     Resolves: rhbz:#468972
439     - Fix the mounting procedure for autodetected driverdiscs (msivak).
440     Resolves: rhbz:#316481
441    
442     * Fri Oct 31 2008 Joel Granados <jgranado@redhat.com> 11.1.2.152-1
443     - Prepare environemnt so the AutoDD is properly detected (msivak).
444     Resolves: rhbz:#316481
445     - Don't write luks passphrases to anaconda-ks.cfg (dlehman).
446     Resolves: rhbz:#468907
447     - Write zeros to remove metadata before running luksFormat (dlehman).
448     Resolves: rhbz:#469177
449    
450     * Wed Oct 29 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.151-1
451     - Write correct OPTIONS line to ifcfg files on s390 for layer2 (dcantrell)
452     Resolves: rhbz#468755
453    
454     * Wed Oct 29 2008 Joel Granados <jgranado@redhat.com> 11.1.2.150-1
455     - Call createrepo in buildinstall only if --pkgorder is present (rvykydal).
456     Resolves: rhbz:#467341
457    
458     * Tue Oct 28 2008 Joel Granados <jgranado@redhat.com> 11.1.2.149-1
459     - Actually use the stderr parameter instead of duping to stdout (dlehman).
460     Resolves: rhbz:#467289
461     - Revert "Specify a default cio_ignore parameter for s390x (#253075)" (dcantrell).
462     Related: rhbz:#253075
463     - Revert "Enable CCW devices used for installation (#253075)" (dcantrell).
464     Related: rhbz:#253075
465     - Revert "Correctly enable ignored CCW devices in linuxrc.s390 (#253075)" (dcantrell).
466     Related: rhbz:#253075
467    
468     * Fri Oct 24 2008 Joel Granados <jgranado@redhat.com> 11.1.2.148-1
469     - Probe the devices to populate cache for DD routines (msivak).
470     Resolves: rhbz:#316481
471    
472     * Thu Oct 23 2008 Joel Granados <jgranado@redhat.com> 11.1.2.147-1
473     - Dont execute the extra information message for all the devices (jgranado).
474     Resolves: rhbz:#466291
475    
476     * Tue Oct 21 2008 David Cantrell <dcnatrell@redhat.com> 11.1.2.146-1
477     - Fix up CCW device enabling on s390x (dcantrell)
478     Resolves: rhbz#253075
479    
480     * Mon Oct 20 2008 Dave Lehman <dlehman@redhat.com> 11.1.2.145-1
481     - Handle device names containing "/" in LUKS name fixup
482     Related: rhbz#464769
483    
484     * Thu Oct 16 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.144-1
485     - Enable CCW devices used for installation (dcantrell)
486     Resolves: rhbz#253075
487    
488     * Wed Oct 15 2008 Joel Granados <jgranado@redhat.com> 11.1.2.143-1
489     - Change order when calling dasdFmt to avoid race condition while formating dasd drives (jgranado).
490     Resolves: rhbz:#466474
491    
492     * Tue Oct 14 2008 Joel Granados <jgranado@redhat.com> 11.1.2.142-1
493     - Add the enic driver (jgranado).
494     Resolves: rhbz:#462387
495     - Get the right list elements for the iscsi text interface (clumens).
496     Resolves: rhbz:#466902
497     - Fix detection of ext4/ext4dev root partitions in rescue (rvykydal).
498     Resolves: rhbz:#466868
499    
500     * Mon Oct 13 2008 Joel Granados <jgranado@redhat.com> 11.1.2.141-1
501     - Prevent creation of encrypted swraid partitions (dlehman).
502     Resolves: rhbz:#456283
503     - Enable the iBFT by default and set the fallbacks to mimic the w/o iBFT behaviour (msivak).
504     Resolves: rhbz:#445721
505    
506     * Fri Oct 10 2008 Peter Jones <pjones@redhat.com> - 11.1.2.140-1
507     - Don't display errors from nl_set_device_mtu() (dcantrell)
508     Resolves: rhbz#466305
509     - Use a correct path for addnote, since the one in the original patch
510     wasn't what the kernel group thought they were telling me.
511     Related: rhbz#462663
512    
513     * Thu Oct 09 2008 Chris Lumens <clumens@redhat.com> 11.1.2.139-1
514     - Handle None in luks device name rectification (pjones).
515     Resolves: rhbz#466348
516    
517     * Wed Oct 08 2008 Peter Jones <pjones@redhat.com> - 11.1.2.138-2
518     - Start the iBFT configured drives during iSCSI startup (msivak)
519     Resolves: rhbz#445721
520    
521     * Wed Oct 08 2008 Peter Jones <pjones@redhat.com> - 11.1.2.138-1
522     - Add note to bootable kernel image on ppc64 (dhowells)
523     Related: rhbz#462663
524    
525     * Mon Oct 06 2008 Chris Lumens <clumens@redhat.com> 11.1.2.137-2
526     - Better error checking when retrieveing info from iBFT (msivak).
527     Related: rhbz#445721
528     - Fix a typo in the anaconda-runtime %post scriptlets.
529     Resolves: rhbz#465441
530    
531     * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.136-2
532     - Fix build.
533     Related: rhbz:#445721
534    
535     * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.136-1
536     - Rebuild to make brew happy.
537     Related: rhbz:#445721
538    
539     * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.135-1
540     - iBFT has MAC addresses with wrong case, use strcasecmp to compare them (msivak).
541     Resolves: rhbz:#445721
542     - Look up correct luks name before trying to decide on our boot device (pjones).
543     Resolves: rhbz:#464769
544     - Add new LUKS devices to partitions.encryptedDevices (dlehman).
545     Resolves: rhbz:#464769
546     - Add a workaround for lvm-on-raid size miscomputation (clumens).
547     Resolves: rhbz:#463431
548     - Do not use labels to specifiy LUKS devices in /etc/fstab (dlehman).
549     Resolves: rhbz:#461702
550    
551     * Thu Oct 2 2008 Joel Granados <jgranado@redhat.com> 11.1.2.134-1
552     - Fix traceback when using kickstart and device encryption (pjones).
553     Resolves: rhbz:#461700
554     - Fix traceback when using encryption with kickstart (pjones).
555     Resolves: rhbz:#461700
556     - Fix ext4/ext4dev detection on existing partitions (rvykydal).
557     Resolves: rhbz:#465248
558    
559     * Tue Sep 30 2008 Joel Granados <jgranado@redhat.com> 11.1.2.133-1
560     - Set a label on /etc/sysconfig/keyboard (clumens).
561     Resolves: rhbz:#463785
562     - Add comps.dtd to anaconda-runtime package (dcantrell).
563     Resolves: rhbz:#442138
564     - Make sure /etc/xml/catalog is updated on package removal (dcantrell).
565     Resolves: rhbz:#442138
566     - Fix a logging traceback in the encryption code (clumens).
567     Resolves: rhbz:#464771
568     - Fix lvm partitioning in gui that was broken (rvykydal).
569     Resolves: rhbz:#415871
570     - Fix computing of lvm partition sizes wrt physical extent size in gui (rvykydal).
571     Resolves: rhbz:463780
572     - Add pointer initialization (rvykydal).
573     Resolves: rhbz#439461
574    
575     * Fri Sep 26 2008 Joel Granados <jgranado@redhat.com> 11.1.2.132-1
576     - When we use kickstart with specified UI mode, do not prompt for VNC (msivak).
577     Resolves: rhbz##453551
578    
579     * Thu Sep 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.131-1
580     - Fix rescue mode typo.
581     Resolves: rhbz#463920
582     - Fix traceback accessing obsolete data member (dlehman).
583     Resolves: rhbz#463778
584    
585     * Tue Sep 23 2008 Chris Lumens <clumens@redhat.com> 11.1.2.130-1
586     - Fix the test for if we should remove the Virt group.
587     Resolves: rhbz#462907.
588    
589     * Mon Sep 22 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.129-1
590     - Fix mk-s390-cdboot so it doesn't SIGSEGV when generating images (dcantrell)
591     Related: rhbz#184648
592     - Add libfipscheck to initrd for sshd on s390x (clumens)
593     Resolves: rhbz#463273
594    
595     * Fri Sep 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.128-1
596     - Include the correct version of the spec file in the source archive.
597     Related: rhbz#461700
598    
599     * Fri Sep 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.127-1
600     - Support for system-wide passphrase for encrypted block devices (dlehman).
601     Resolves: rhbz#461700
602    
603     * Wed Sep 17 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.126-1
604     - Add a stub to cmdline UI for getLuksPassphrase (dlehman)
605     Resolves: rhbz#462491
606     - Don't add a LUKSDevice to autopart PVs unless we're encrypting (dlehman)
607     Resolves: rhbz#462640
608     - Support upgrade of systems that use encrypted block devices (dlehman)
609     Resolves: rhbz#461696
610     - Disallow use or creation of encrypted software RAID partitions (dlehman)
611     Resolves: rhbz#456283
612     - Use UUIDs instead of device nodes in crypttab (dlehman)
613     Resolves: rhbz#461702
614     - Add support for OSA Express 2 ports per CHPID (rvykydal)
615     Resolves: rhbz#439461
616     - Fix kickstart timezone value checking (rvykydal)
617     Resolves: rhbz#462595
618     Resolves: rhbz#404321
619    
620     * Tue Sep 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.125-1
621     - Include the programs needed to manage ext4 filesystems (clumens).
622     Resolves: rhbz#462476
623     - Fix a reference to a variable before it exists in network.py (clumens).
624     Resolves: rhbz#462480
625    
626     * Mon Sep 15 2008 Chris Lumens <clumens@redhat.com> 11.1.2.124-1
627     - Fix blkid_dev_next return value checking (rvykydal).
628     Resolves: rhbz#462175
629     - Add the reverse chap bits for kickstart as well (pjones).
630     Related: rhbz#432819
631     - Make iBFT reading explicit from a higher level (pjones).
632     - Fix device nodes creating for more than 8 cciss devices (rvykydal).
633     Resolves: rhbz#445765
634     - Disable iBFT support for s390 and s390x (dcantrell).
635    
636     * Thu Sep 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.123-1
637     - Disable iBFT support on s390 and s390x (dcantrell)
638     Related: rhbz#445721
639    
640     * Thu Sep 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.122-1
641     - Add full CHAP support to iSCSI (pjones)
642     Resolves: rhbz#432819
643     - Don't set iscsi devices to autostart (pjones)
644     Resolves: rhbz#437891
645     - Support iSCSI CHAP and Reverse CHAP authentication (pjones)
646     Resolves: rhbz#402431
647     Resolves: rhbz#432819
648     - Partitions growing fixed (rvykydal)
649     Resolves: rhbz#442628
650     - Do not traceback when no root partitions are found in upgrade (rvykydal)
651     Resolves: rhbz#444527
652     - Add support for ext4dev/ext4 filesystem (rvykydal)
653     Resolves: rhbz#444527
654     - Add support for reading NIC setup from the iBFT table (msivak)
655     Resolves: rhbz#445721
656     - Add 802.1q driver (rvykydal)
657     Resolves: rhbz#431915
658     - Add libfipscheck to the images (clumens)
659     Resolves: rhbz#461923
660     - Display drive model and size in MB in partitioning UI (dcantrell)
661     Resolves: rhbz#460697
662    
663     * Wed Sep 03 2008 Chris Lumens <clumens@redhat.com> 11.1.2.121-1
664     - Enable the dlabel=on for RHEL by default (msivak).
665     Related: rhbz#316481.
666    
667     * Thu Aug 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.120-2
668     - libuuid is provided by e2fsprogs-devel.
669     Related: rhbz#316481.
670    
671     * Thu Aug 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.120-1
672     - Include the nss libraries that the new RPM is linked against.
673     Resolves: rhbz#460375.
674     - Add automatic driver disk detection (msivak).
675     Resolves: rhbz#316481.
676    
677     * Wed Aug 6 2008 Joel Granados <jgranado@redhat.com> 11.1.2.119-1
678     - Support VDSK devices on s390x (dcantrell).
679     Resolves: rhbz#264061
680    
681     * Wed Jul 30 2008 Joel Granados <jgranado@redhat.com> 11.1.2.118-1
682     - Use fedorakmod.py plugin from yum-utils package, don't pack it in anaconda (rvykydal).
683     Resolves: rhbz#434804
684     - Make sure bootproto=query settings carry over to stage2 (clumens).
685     Resolves: rhbz#453863
686     - Probe BUS_VIRTIO again after probing BUS_PCI (markmc).
687     Resolves: rhbz#446232
688     - Add virtio drives to multipath blacklist (markmc).
689     Resolves: rhbz#446232
690     - Add virtio max partition count (markmc).
691     Resolves: rhbz#446232
692     - Sort virtio devices first (markmc).
693     Resolves: rhbz#446232
694     - Probe on BUS_VIRTIO for devices (markmc).
695     Resolves: rhbz#446232
696     - Explicitly include virtio_pci in the initrd (markmc).
697     Resolves: rhbz#446232
698     - Add virtio to module-info (markmc).
699     Resolves: rhbz#446232
700     - Add virtio support to devMakeInode() (markmc).
701     Resolves: rhbz#446232
702     - Offer physical NIC identification in stage 1 (dcantrell).
703     Resolves: rhbz:#261101
704     - Suspend the curses interface before calling scripts and resume afterwards (msivak).
705     Resolves: rhbz#435314
706    
707     * Wed Jul 23 2008 Joel Granados <jgranado@redhat.com> 11.1.2.117-1
708     - Fix the build.
709     - Change the Makefile so it doesn't replace tags.
710    
711     * Wed Jul 23 2008 Joel Granados <jgranado@redhat.com> 11.1.2.116-1
712     - Specify a default cio_ignore parameter for s390x (dcantrell).
713     Resolves: rhbz#253075
714     - Call dhcpNetDevice() instead of removed pumpNetDevice() (rvykydal).
715     Resolves: rhbz#452664
716     - Add support for the --only-use argument to RHEL5 (rvykydal).
717     Resolves: rhbz#318351
718     - Log a message informing about the critical upgrade error (jgranado).
719     Resolves: rhbz#436865
720     - Support booting from FCP-attached CD/DVD drive on s390 (dcantrell).
721     Resolves: rhbz#184648
722     - The actual size of a logical volume must be rounted down (jgranado).
723     Resolves: rhbz#415871
724     - Set network device MTU if user specified mtu= (dcantrell).
725     Resolves: rhbz#435874
726    
727     * Wed Jul 16 2008 Joel Granados <jgranado@redhat.com> 11.1.2.115-1
728     - Pass the cmdline options to the nfs structure (jgranado).
729     Resolves: rhbz#432603
730     - Remove hicolor-icon-theme>gtk2 from whiteout.py (msivak).
731     Resolves: rhbz#369251
732     - Ask the user if he wants to use VNC instead of text mode (msivak).
733     Resolves: rhbz#453551
734     - Leftover bits of encrypted block device support (dlehman).
735     Resolves: rhbz#229865
736     - Rescue of systems containing encrypted block devices (dlehman).
737     Resolves: rhbz#229865
738     - Support preexisting encrypted block devices (dlehman).
739     Resolves: rhbz#229865
740     - Kickstart support for encrypted block devices (dlehman).
741     Resolves: rhbz#229865
742     - User interface for manipulating encrypted block devices (dlehman).
743     Resolves: rhbz#229865
744     - Partitioning with encrypted block devices (dlehman).
745     Resolves: rhbz#229865
746     - Device-level support for encrypted block devices (dlehman).
747     Resolves: rhbz#229865
748    
749     * Wed Jul 9 2008 Joel Granados <jgranado@redhat.com> 11.1.2.114-1
750     - Enable upgrades for mayor version in rhel5 only (jgranado).
751     Resolves: rhbz#436865
752     - Handling of invalid timezone value in kickstart added (rvykydal).
753     Resolves: rhbz#404321
754     - GCC is complaining about unchecked return value from read call (msivak).
755     Resolves: rhbz#448009
756     - Enable re-IPL on s390x after installation (dcantrell).
757     Resolves: rhbz#432416
758     - Change the maximum recommended swap size to "2000 + (current ram)" (jgranado).
759     Resolves: rhbz#447372
760     - Don't show the virtualization option if we are in Xen or in Vmware (jgranado).
761     Resolves: rhbz#258441
762     - Prepare the system a little before initializing the pcmcia devices (msivak).
763     Resolves: rhbz#448009
764     - Change the total number of processed packages/files/.. to avoid negative counter in remaining packages (msivak).
765     Resolves: rhbz#436103
766     - Create additional /dev/xvda device nodes (clumens).
767     Resolves: rhbz#437752
768     - Don't use error messages from dosfslabel as the label (clumens)
769     Resolves: rhbz#427457
770     - Add nui driver (jgranado).
771     Resolves: rhbz#444820
772     - Allow the use of the "-" character in lvm names (jgranado).
773     Resolves: rhbz#430907
774     - yum.remove removes installed packages, not to be installed packages (msivak).
775     Resolves: rhbz#442325
776     - Allow removing packages by glob now that yum supports it (msivak).
777     Resolves: rhbz#442325
778 slords 1.3
779 slords 1.5 * Wed Apr 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.113-1
780     - Require the latest version of libnl-devel.
781     Resolves: rhbz#441922
782     - Fix definition of __libc_setlocale_lock for new glibc.
783     Resolves: rhbz#441940
784     - Add support for the bcm5710 driver.
785     Resolves: rhbz#442553
786     - Require the latest libdhcp (dcantrell).
787     Resolves: rhbz#435978
788     - Fix networking tracebacks (pjones, clumens).
789     Resolves: rhbz#442020
790    
791     * Tue Apr 08 2008 Chris Lumens <clumens@redhat.com> 11.1.2.112-1
792     - Make isys.dhcpNetDevice() work in rescue mode (dcantrell).
793     Related: rhbz#435978
794    
795     * Wed Apr 02 2008 Chris Lumens <clumens@redhat.com> 11.1.2.111-1
796     - Don't rebuild the initrds if no modules were installed.
797     Resolves: rhbz#439379
798     - Bootable requests can not be on logical volumes.
799     Resolves: rhbz#439270
800     - Name the xen images for ia64 in the .treeinfo file (jgranado).
801     - Fix reporting on transaction errors (jgranado).
802     Resolves: rhbz#437813
803     - Fix loop iteration in nl_ip2str (dcantrell).
804     Resolves: rhbz#437773
805     - Allow GPT on ppc or ppc64 (dcantrell).
806     Resolves: rhbz#438683
807    
808     * Tue Mar 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.110-1
809     - Don't try to initialize iSCSI when the portal cannot be detected (msivak).
810     Resolves: rhbz#435173
811    
812     * Tue Mar 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.109-1
813     - Make sure DHCP works in rescue mode (dcantrell).
814     Resolves: rhbz#435978
815    
816     * Mon Mar 17 2008 Chris Lumens <clumens@redhat.com> 11.1.2.108-1
817     - Avoid SIGSEGV on s390x in netlink loop (dcantrell).
818     Resolves: rhbz#436377
819    
820     * Thu Mar 6 2008 Jeremy Katz <katzj@redhat.com> - 11.1.2.107-1
821     - Fix another case which could have None options
822     Resolves: rhbz#435998
823    
824     * Wed Mar 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.106-1
825     - Fix the case where we're checking for _netdev but options is None (pjones).
826     Resolves: rhbz#435998
827    
828     * Mon Mar 03 2008 Chris Lumens <clumens@redhat.com> 11.1.2.105-1
829     - Add support for _rnetdev mount option in fstab (pjones).
830     Resolves: rhbz#435716
831     - Lots of network UI configuration fixes (dcantrell).
832     Resolves: rhbz#432011
833     - Fix lvm error handling (msivak).
834     Related: rhbz#224636
835    
836     * Thu Feb 21 2008 Chris Lumens <clumens@redhat.com> 11.1.2.104-1
837     - Handle exceptions when setting up repos not enabled by a key.
838     Resolves: rhbz#433028
839     - Show unconfigured interfaces as UNCONFIGURED (dcantrell).
840     Related: rhbz#275291
841    
842     * Tue Feb 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.103-1
843     - Fix a traceback in the backported pkgorder fix.
844     Resolves: rhbz#432006
845     - Fix wrong function names for iscsi login/start (pjones).
846     Resolves: rhbz#433276
847    
848     * Sat Feb 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.102-1
849     - Correct auth command reading problem for ks files (dcantrell).
850     Related: rhbz#427388
851     - Use correct salt length for MD5, SHA256, & SHA512 (dcantrell).
852     Related: rhbz#427388
853    
854     * Wed Feb 13 2008 Chris Lumens <clumens@redhat.com> 11.1.2.101-1
855     - Make sure interface description is defined (dcantrell).
856     Resolves: rhbz#432635
857     - Set an attribute when iscsid is started
858     Resolves: rhbz#431904
859    
860     * Mon Feb 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.100-1
861     - Better fixes for iscsi probing (pjones, jlaska)
862     Related: rhbz#431924
863     - Make man pages work in the chrooted environment (jgranado)
864     Resolves: rhbz#243443
865     - Use correct variable in comparison (jgranado)
866     Related: rhbz#432035
867    
868     * Fri Feb 08 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.99-1
869     - Prevent writing out IPV6ADDR=none lines to ifcfg-ethX files (jgranado)
870     Resolves: rhbz#432035
871    
872     * Thu Feb 07 2008 Chris Lumens <clumens@redhat.com> 11.1.2.98-1
873     - Fix an infinite loop in using libnl (dcantrell).
874     Related: rhbz#303681
875    
876     * Thu Feb 07 2008 Chris Lumens <clumens@redhat.com> 11.1.2.97-1
877     - Add module dependencies of qeth.ko.
878     Resolves: rhbz#431922
879     - Make sure ISCSIADM and such are defined (pjones).
880     Resolves: rhbz#431924
881     - Use libnl to read MAC and IP addresses (dcantrell).
882     Resolves: rhbz#303681
883     - Fix usage of minstg2 vs. stage2 in low-mem cases (jgranado).
884     Resolves: rhbz#207657
885    
886     * Tue Feb 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.96-1
887     - Include libnssutil3.so in the initrd for s390 as well.
888     Resolves: rhbz#431054
889     - Document the dhcptimeout parameter (msivak).
890     Related: rhbz#198147, rhbz#254032
891    
892     * Mon Feb 04 2008 Chris Lumens <clumens@redhat.com> 11.1.2.95-1
893     - Propagate hostname from stage 1 to stage 2 on s390x (dcantrell).
894     Resolves: rhbz#354021
895    
896     * Fri Feb 01 2008 Chris Lumens <clumens@redhat.com> 11.1.2.94-1
897     - Include libnssutil3.so for sshd on s390 (dcantrell).
898     - Remove old IP addresses from interface on reconfig (dcantrell).
899     Resolves: rhbz#218273
900     - More fixes for .treeinfo (jgranado).
901    
902     * Wed Jan 30 2008 Chris Lumens <clumens@redhat.com> 11.1.2.93-1
903     - Support network --bootproto=query in kickstart installs.
904     Resolves: rhbz#401531
905     - Set the format flag for new volume groups (msivak).
906     Resolves: rhbz#246523
907     - More fixes for .treeinfo (jgranado).
908     Related: rhbz#253992
909    
910     * Mon Jan 28 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.92-1
911     - Fix remaining issues with createLuserConf() changes
912     Related: rhbz#430237
913    
914     * Mon Jan 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.91-1
915     - Include python-iniparse in stage2 for pirut.
916     Resolves: rhbz#430212
917     - Update the information contained in .treeinfo files (jgranado).
918     Resolves: rhbz#253992
919     - Fix namespace issue with createLuserConf (dcantrell).
920     Resolves: rhbz#430237
921     - Write /etc/resolv.conf and /etc/hosts in stage1 on s390 (dcantrell).
922     Related: rhbz#428694, rhbz#216158
923    
924     * Wed Jan 23 2008 Chris Lumens <clumens@redhat.com> 11.1.2.90-1
925     - Add the stage2 to the .treeinfo file (jgranado).
926     Resolves: rhbz#253992
927     - Fix handling %packages section in output anaconda-ks.cfg file.
928     Related: rhbz#280101
929     - Fix a traceback caused by the patch for 427388.
930     Resolves: rhbz#429902
931     - Fix some additional errors in createLuserConf() (dcantrell).
932     Resolves: rhbz#429902
933     - Fix iscsi so that mkinitrd can talk to the running daemon (pjones).
934    
935     * Mon Jan 21 2008 Chris Lumens <clumens@redhat.com> 11.1.2.89-1
936     - Support SHA256/SHA512 password encoding from kickstart (dcantrell).
937     Resolves: rhbz#427388
938    
939     * Fri Jan 18 2008 Chris Lumens <clumens@redhat.com> 11.1.2.88-1
940     - Allow users to back up past instkey dialog (dlehman).
941     Resolves: rhbz#252349
942     - Handle missing FTP files the same way as missing HTTP files (dlehman).
943     Resolves: rhbz#350251
944     - Add support for iSCSI iBFT (msivak).
945     Resolves: rhbz#307761
946     - Do not display NICs as UNCONFIGURED in network_text.py (dcantrell).
947     Resolves: rhbz#275291
948     - If bootproto is dhcp, unset any static settings (dcantrell).
949     Resolves: rhbz#218489
950     - Add support for the mptctl driver.
951     Resolves: rhbz#382941
952     - Fix a traceback running pkgorder in non-base products (dgregor).
953     Resolves: rhbz#317131
954     - Fix a traceback when adding zFCP disk without specifying details (msivak).
955     Resolves: rhbz#428180
956     - Catch lvm tools errors when creating logical volumes (msivak).
957     Resolves: rhbz#224636
958     - Add support for specifying the dhcp timeout (msivak).
959     Resolves: rhbz#198147, rhbz#254032
960     - Don't add a trailing 1 to filesystem labels (jgranado).
961     Resolves: rhbz#415861
962     - Add spufs support (jgranado).
963     Resolves: rhbz#247720
964     - List iSCSI multipath devices in the installer UI. (dcantrell).
965     Resolves: rhbz#391951
966     - Fix selected device when adding an advanced storage device (msivak).
967     Resolves: rhbz#248447
968     - Add maketreeinfo.py script (jgranado).
969     Resolves: rhbz#253992
970     - Make F12 work for the network config screen in text installs (jgranado).
971     Resolves: rhbz#250982
972     - Add the ixgbe driver (jgranado).
973     Resolves: rhbz#350911
974     - Write out IPV6INIT= to network-scripts (jgranado).
975     Resolves: rhbz#243524
976     - Close md devices to fix RAID tracebacks (jgranado).
977     Related: rhbz#208970
978     - Use input %packages section for anaconda-ks.cfg (msivak).
979     Resolves: rhbz#280101
980     - Add option for selecting different comps file (msivak).
981     Resolves: rhbz#352081
982     - Add nicdelay parameter (msivak).
983     Resolves: rhbz#349521
984     - Be more accepting in which strings we wait for from sshd (alanm).
985     Resolves: rhbz#286031
986     - Allow the use of double quotes in the pxeboot config file (jgranado).
987     Resolves: rhbz#248170
988     - Read the nic info before showing the configuration window (jgranado).
989     Resolves: rhbz#278451
990     - Make the back button work on the network config screen in loader (jgranado).
991     Resolves: rhbz#233655
992     - Get lcs interface name correctly (msivak).
993     Resolves: rhbz#237508
994     - Include more terminfo files to fix s390 telnet mode (msivak).
995     Resolves: rhbz#231173
996     - Fix kickstart docs for --dhcpclass parameter (jgranado).
997     Resolves: rhbz#248910
998     - Fix traceback when displaying autopartition error messages (jgranado).
999     Resolves: rhbz#247257
1000     - Fix comparison of unusual network interface names (jgranado).
1001     Resolves: rhbz#246135
1002     - Populate the kickstart file dialog with the original value (jgranado).
1003     Resolves: rhbz#245936
1004     - Make the man pages work in rescue mode (jgranado).
1005     Resolves: rhbz#243443
1006     - Sort text package list (jgranado).
1007     Resolves: rhbz#242456
1008     - Don't eject the cd before the %post scripts are run (jgranado).
1009     Resolves: rhbz#238711
1010 slords 1.1
1011 slords 1.2 * Wed Oct 17 2007 Chris Lumens <clumens@redhat.com> 11.1.2.87-1
1012     - Prompt for manual network configuration in the loader if needed.
1013     Related: rhbz#296081
1014    
1015     * Mon Oct 15 2007 Chris Lumens <clumens@redhat.com> 11.1.2.86-1
1016     - Don't try to use DHCP in networks with static IP configuration.
1017     Resolves: rhbz#296081
1018    
1019     * Wed Oct 03 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.85-1
1020     - Check both IP structure members in getFileFromNfs()
1021     Resolves: rhbz#316251
1022    
1023     * Thu Sep 27 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.84-1
1024     - Check return values correctly on netlink_interfaces_ip2str() and
1025     netlink_interfaces_mac2str()
1026     Resolves: rhbz#230525
1027     Related: rhbz#209284
1028    
1029     * Wed Sep 19 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.83-1
1030     - Add cxgb3 driver (pjones)
1031     Resolves: rhbz#296791
1032    
1033     * Tue Sep 18 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.82-1
1034     - Fix kickstart over NFS installs on s390x (ks=nfs:host:/path)
1035     Resolves: rhbz#250689
1036    
1037     * Mon Sep 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.81-1
1038     - Make major and minor long ints in devMakeInode()
1039     Related: rhbz#218816
1040    
1041     * Mon Sep 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.80-1
1042     - Create all variations of tape drive device nodes (dlehman)
1043     Resolves: rhbz#218816
1044    
1045     * Fri Sep 14 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.79-1
1046     - Correct infinite loop problem with new recvfrom() code for reading large
1047     netlink messages
1048     Related: rhbz#230525
1049     - Make sure we clear the netlink cache before looking up IP or MAC addrs
1050     Related: rhbz#235824
1051    
1052     * Thu Sep 13 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.78-1
1053     - Fix manual IPv4 configuration when adding an iSCSI device
1054     Related: rhbz#235824
1055    
1056     * Wed Sep 12 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.77-1
1057     - Revert netlink_init_interfaces_list() changes
1058     Resolves: rhbz#287541
1059    
1060     * Tue Sep 11 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.76-1
1061     - Fix going back to the network device selection screen in loader
1062     Resolves: rhbz#253285
1063     - Rework netlink_get_interface_ip() to handle large recvfrom responses (pjones)
1064     Related: rhbz#230525
1065     - Driver disk fixes (clumens)
1066     Related: rhbz#213318
1067     - Make sure MACADDR is written to ifcfg-* files (bhinson)
1068     Related: rhbz#248049
1069    
1070     * Wed Sep 05 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.75-1
1071     - Fix network handling via CMS conf file on s390x
1072     Resolves: rhbz#278261
1073    
1074     * Wed Sep 05 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.74-1
1075     - Find all NICs with netlink call
1076     Related: rhbz#230525
1077    
1078     * Tue Sep 04 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.73-1
1079     - Handle empty VSWITCH parameter (bhinson AT redhat DOT com)
1080     Related: rhbz#248049
1081    
1082     * Tue Sep 04 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.72-1
1083     - Rebuild against kudzu-1.2.57.1.15
1084     Resolves: rhbz#276161
1085    
1086     * Fri Aug 31 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.71-1
1087     - Remove extra newtPopWindow() call
1088     Related: rhbz#260621
1089    
1090     * Thu Aug 30 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.70-1
1091     - Fix text wrap width on partition type combo (dlehman)
1092     Related: rhbz#221791
1093     - Avoid SIGSEGV in for kickstart installs on Configure TCP/IP window
1094     Related: rhbz#260621
1095    
1096     * Wed Aug 29 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.69-1
1097     - Skip Configure TCP/IP window for kickstart installs
1098     Resolves: rhbz#260621
1099     - Do not run _isys.vtActivate() on s390x
1100     Related: rhbz#217563
1101     - Keep drive selection box disabled if user clicks Back (clumens)
1102     Related: rhbz#219207
1103    
1104     * Mon Aug 27 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.68-1
1105     - Do not return after NIC config for iSCSI setup
1106     Resolves: rhbz#233029
1107    
1108     * Fri Aug 24 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.67-1
1109     - Fix "no more mirrors" problems when retrieving packages (dlehman)
1110     Resolves: rhbz#240582
1111     - Don't add duplicate fstab entries if the fstype is none (clumens)
1112     Resolves: rhbz#253485
1113     - Allow users to change their NIC and reconfigure it in loader
1114     Resolves: rhbz#253285
1115     - Validate IP addresses correctly for manual entry on s390x linuxrc
1116     Related: rhbz#234152
1117     - Correct setting addon repository names (clumens)
1118     Related: rhbz#206152
1119    
1120     * Fri Aug 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.66-1
1121     - Select appropriate kernel devel package (dlehman)
1122     Related: rhbz#226784
1123    
1124     * Fri Aug 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.65-1
1125     - Don't assume tb[IFLA_ADDRESS] contains data
1126     Resolves: rhbz#252988
1127     - Add support for VSWITCH and MACADDR conf variables on s390x
1128     Resolves: rhbz#248049
1129     - Fix ks=nfs: regression on s390x
1130     Resolves: rhbz#250689
1131    
1132     * Mon Aug 13 2007 Peter Jones <pjones@redhat.com> - 11.1.2.64-1
1133     - Fix memory size comparison in PAE test.
1134     Related: rhbz#207573
1135     - Add e1000e and igb modules.
1136     Resolves: rhbz#251733
1137     Resolves: rhbz#251735
1138    
1139     * Fri Aug 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.63-1
1140     - Disable zFCP device before removing LUN (bhinson AT redhat DOT com)
1141     Resolves: rhbz#249341
1142    
1143     * Wed Aug 08 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.62-1
1144     - Add a symlink in /etc to /mnt/runtime/etc/yum, handle kABI
1145     requires/provides (dlehman)
1146     Resolves: rhbz#241412
1147     - Fix converting UI selections into which drives should be used for
1148     partitioning (clumens)
1149     Resolves: rhbz#247997
1150    
1151     * Mon Aug 06 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.61-1
1152     - Honor ip=<val>/ipv6=<val>/noipv4/noipv6 boot parameters and skip the
1153     loader configuration if enough settings are passed on the boot line
1154     Resolves: rhbz#246603
1155    
1156     * Fri Jul 20 2007 Peter Jones <pjones@redhat.com> - 11.1.2.60-1
1157     - Hopefully fix usb-storage reloading. Still needs testing
1158     Related: rhbz#247830
1159     - Ignore failure to unmount /mnt/source if we don't think there's a real mount
1160     (dlehman)
1161     Related: rhbz#223059
1162     - Prevent SIGSEGV when going back from NFS entry box after manual IPv4
1163     configuration (dcantrell)
1164     Resolves: rhbz#248075
1165     - Fix the timezone window (dcantrell)
1166     Resolves: rhbz#248928
1167    
1168     * Wed Jul 18 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.59-1
1169     - Correctly discover underlying physical disks for RAID devices (pjones)
1170     Resolves: rhbz#248616
1171     - Mark iSCSI root with _netdev mount option (markmc AT redhat DOT com)
1172     Resolves: rhbz#244994
1173     - Clear screen after post-install NIC settings
1174     Resolves: rhbz#248130
1175     - Display mpath model and unit info on text partitioning screen
1176     Related: rhbz#185852
1177    
1178     * Mon Jul 16 2007 Peter Jones <pjones@redhat.com> - 11.1.2.58-1
1179     - Only skip redhat-lsb during dependency resolution if it's not
1180     the only thing left
1181     Resolves: rhbz#248195
1182    
1183     * Thu Jul 12 2007 Peter Jones <pjones@redhat.com> - 11.1.2.57-1
1184     - Only use GPT when we've got really big disks
1185     Resolves: rhbz#247830
1186     - Allow ia64 virt installs without "debug" option
1187     Resolves: rhbz#246718
1188     - Copy firmware files correctly from driver disks
1189     Related: rhbz#224076
1190    
1191     * Thu Jul 12 2007 Peter Jones <pjones@redhat.com> - 11.1.2.56-1
1192     - Save "nodmraid" option so mkinitrd won't turn it on during boot
1193     Related: rhbz#185852
1194     - Don't mark partitions as bootable on GPT disks unless we're using EFI
1195     Related: rhbz#130236
1196     - Fix size display errors with large disks
1197     Related: rhbz#130236
1198    
1199     * Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.55-1
1200     - Display mpath model information on the custom partitioning screen
1201     Related: rhbz#185852
1202    
1203     * Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.54-1
1204     - Add missing colon on an if statement in getMpathModel()
1205     Related: rhbz#185852
1206     - Do not add extra 'mapper/' to fulldev in getMpathModel()
1207     Related: rhbz#185852
1208    
1209     * Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.53-1
1210     - Use scsi_id to gather WWID info in getMpathModel()
1211     Related: rhbz#185852
1212     - Do not strip 'mapper/' from mpath device names in the partitioning UI
1213     Related: rhbz#185852
1214    
1215     * Mon Jul 09 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.52-1
1216     - If we have seen an mpath device, do not gather its WWID again
1217     Related: rhbz#185852
1218     - Fix code indentation errors
1219     Related: rhbz#185852
1220     - Fix errors in the getMpathInfo() function when executing multipath
1221     Related: rhbz#185852
1222     - Display mpath devices without the 'mapper/' text
1223     Related: rhbz#185852
1224     - Get WWID from bindings file if multipath command returns nothing
1225     Related: rhbz#185852
1226     - Require that USB devices remain stable for a longer time period (pjones)
1227     Resolves: rhbz#222684
1228    
1229     * Mon Jul 09 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.51-1
1230     - Ignore empty lines when collecting WWIDs per mpath device
1231     Related: rhbz#185852
1232     - Comment out existing blacklist and blacklist_exceptions blocks in the
1233     /etc/multipath.conf file
1234     Related: rhbz#185852
1235     - Reset SELinux file contexts on multipath.conf and bindings files
1236     Related: rhbz#185852
1237    
1238     * Fri Jul 06 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.50-1
1239     - Read default multipath.conf values from either the target system or the
1240     anaconda stage2 environment. Make sure we only read one WWID per mpath
1241     alias and log an error if we didn't.
1242     Related: rhbz#185852
1243     - Install the PAE kernel when applicable (e.g., >4GB memory)
1244     Resolves: rhbz#207573
1245     - Read mpathNNN devices when generating the bindings and multipath.conf files
1246     Related: rhbz#185852
1247     - Make sure the partitioning UI screen displays WWID and model information
1248     for multipath devices
1249     Related: rhbz#185852
1250     - Use GPT on all architectures with non-boot disks >=2TB (pjones)
1251     Resolves: rhbz#130236
1252    
1253     * Thu Jul 05 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.49-1
1254     - Generate multipath bindings and multipath.conf before package
1255     installation. Use scsi_id to collect WWIDs rather than the multipath
1256     command to maintain consistency with what pyblock has done.
1257     Related: rhbz#185852
1258    
1259     * Fri Jun 29 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.48-1
1260     - Support new driver disk repo layout.
1261     Resolves: rhbz#213318
1262     - Add missing TEXT_EDIT_BUTTON constants back (dcantrell).
1263     Resolves: rhbz#245606.
1264     - Fix a traceback when writing out multipath configs (dcantrell).
1265     Related: rhbz#185852.
1266    
1267     * Thu Jun 28 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.47-1
1268     - Fix traceback when writing out repo lines.
1269     Resolves: rhbz#246084
1270    
1271     * Wed Jun 27 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.46-1
1272     - Create package header directory since yum doesn't anymore (katzj).
1273     Resolves: rhbz#245918
1274     - Write out repo lines to anaconda-ks.cfg.
1275     Resolves: rhbz#206152
1276     - Enable multipathd on mpath installs (dcantrell).
1277     Resolves: rhbz#243421
1278     - Pull scsi_id from /lib/udev, include kpartx and mpath commands (dcantrell).
1279     Resolves: rhbz#185852
1280     - Display model information in the UI for mpath devices (dcantrell).
1281     Resolves: rhbz#208341
1282     - Add nspr libraries and additional nss libraries.
1283     Related: rhbz#245215
1284     - Fox error reporting in iscsi connection code (pjones).
1285    
1286     * Tue Jun 26 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.45-1
1287     - Add keyutils-libs (clumens)
1288     Resolves: rhbz#245734
1289     - Set up and use yum backend plugins (dlehman)
1290     Resolves: rhbz#241412
1291     - Install debuginfo packages (james.antill)
1292     Resolves: rhbz#236033
1293    
1294     * Tue Jun 26 2007 James Antill <jantill@redhat.com> - 11.1.2.44-2
1295     - Remove default exclude for debuginfo.
1296     - Resolves: rhbz#236033
1297    
1298     * Fri Jun 22 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.44-1
1299     - Fix typo in multipath part of making stage2 image (dcantrell).
1300     - Include the scsi_id command in the stage2 image (dcantrell).
1301     Resolves: rhbz#185852
1302     - Write out a minimal /etc/multipath.conf (dcantrell).
1303     Related: rhbz#185852
1304    
1305     * Thu Jun 21 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.43-1
1306     - Correct iSCSI portal discovery
1307     Resolves: rhbz#233029
1308    
1309     * Thu Jun 21 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.42-1
1310     - Handle ip=dhcp correctly so kickstart files are fetched automatically
1311     Resolves: rhbz#244418
1312     - Write newline after NETWORKING_IPV6=yes line
1313     Resolves: rhbz#226911
1314     - Make sure libnss3.so is included in the stage2 image
1315     Resolves: rhbz#245215
1316    
1317     * Wed Jun 20 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.41-1
1318     - Include Xen block devices in the blacklist_exception block
1319     Related: rhbz#243527
1320     - Remove the lvm.conf filter modification to avoid regression
1321     Related: rhbz#243531
1322     - Fix traceback when looking for multipath devices to collect WWIDs for
1323     Related: rhbz#185852
1324    
1325     * Tue Jun 19 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.40-1
1326     - Add libselinux-python to the stage2 image (clumens)
1327     Resolves: rhbz#244892
1328     - Copy static multipath commands in to stage2 image
1329     Related: rhbz#185852
1330     - Filter /dev/mapper/mpath* and /dev/mpath* in lvm.conf
1331     Related: rhbz#185852
1332     - Run /sbin/multipath and copy generated bindings file to target system,
1333     populate blacklist_exception block in multipath.conf with WWIDs from
1334     generated bindings file
1335     Related: rhbz#185852
1336    
1337     * Mon Jun 18 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.39-1
1338     - Flush driveDict so zFCP are picked up after being brought online
1339     Resolves: rhbz#236903
1340     - Warn user when more than 15 partitions found on a libata-controlled disk
1341     Resolves: rhbz#238858
1342     - Add mpath filters to lvm.conf on target system
1343     Resolves: rhbz#243531
1344     - Make sure target system has multipath bindings file, add multipath WWIDs
1345     to blacklist_exception block in multipath.conf
1346     Resolves: rhbz#243527
1347     - Always print device node name for mpath devices in fstab
1348     Resolves: rhbz#243532
1349    
1350     * Thu Jun 14 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.38-1
1351     - Import tempfile to fix kickstart install tracebacks.
1352     Resolves: rhbz#244240
1353    
1354     * Tue Jun 12 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.37-1
1355     - Add support for Areca RAID controllers (clumens)
1356     Resolves: rhbz#238014
1357     - Pass -br to the X server so there is no more hatch (clumens)
1358     Resolves: rhbz#195919
1359     - Echo 1 to each zFCP LUN to make entire device available (dcantrell)
1360     Resolves: rhbz#207097
1361     - Prevent static network configuration from failing (dcantrell)
1362     Resolves: rhbz#221660
1363     - Allow user to skip entering a gateway or nameserver when adding an iSCSI
1364     address (dcantrell)
1365     Resolves: rhbz#235824
1366     - Do not log errors when unmounting /mnt/source if it was not supposed to
1367     be mounted in the first place (dlehman)
1368     Resolves: rhbz#223059
1369     - Handle F13 shortcut key on installation key dialog (dlehman)
1370     Resolves: rhbz#210673
1371     - Create nodes for and probe for tape drives (dlehman)
1372     Resolves: rhbz#218816
1373     - Improve configuration screens for systems with multiple NICs (dcantrell)
1374     Resolves: rhbz#218200
1375     - Per-interface IPv4 and IPv6 configuration (dcantrell)
1376     Resolves: rhbz#213110
1377     Related: rhbz#218200
1378     - Add logging for yum logging (katzj)
1379     Resolves: rhbz#212259
1380     - Only ask user to run VNC is Xvnc is present (dcantrell)
1381     Resolves: rhbz#217563
1382     - Add /sbin/sfdisk (dcantrell)
1383     Resolves: rhbz#224297
1384     - For /dev/hvc0 terminals, set TERM to vt320 (dcantrell)
1385     Resolves: rhbz#219556
1386     - Set DHCPv6_DISABLE flag when using IPv6 auto neighbor discovery (dcantrell)
1387     Resolves: rhbz#231645
1388     - Handle more than 10 Ethernet interfaces (dcantrell)
1389     Resolves: rhbz#230525
1390     - Support OSA layer 2 networking on zSeries (bhinson)
1391     Resolves: rhbz#233376
1392     - Handle ksdevice=BOOTIF correctly (dcantrell)
1393     Resolves: rhbz#209284
1394     - Fix text wrap width in auto partitioning text mode screen (dlehman)
1395     Resolves: rhbz#221791
1396     - Correctly count SCSI disk devices (dlehman)
1397     Resolves: rhbz#230526
1398     - Include /usr/sbin/dmidecode on ia64 (dlehman)
1399     Resolves: rhbz#232947
1400     - Bind mount /dev/pts in rescue mode (dlehman)
1401     Resolves: rhbz#228714
1402     - Do not ignore productpath in pkgorder (dlehman)
1403     Resolves: rhbz#230487
1404     - Describe 'nfs --opts' in kickstart-docs.txt (clumens)
1405     Resolves: rhbz#234187
1406     - Sanity check network info on zSeries (dcantrell)
1407     Resolves: rhbz#234152
1408     - Do not bring up network in stage 2 if it's already up (dcantrell)
1409     Resolves: rhbz#232400
1410     - Do not traceback when trying to remove the /mnt/sysimage tree (dcantrell)
1411     Resolves: rhbz#227650
1412     - Write correct infor to /etc/sysconfig/network (dcantrell)
1413     Resolves: rhbz#222147
1414     - If custom partitioning is selected, make drive selection non
1415     sensitive (clumens)
1416     Resolves: rhbz#219207
1417     - Do not traceback if users neglects to enter an lvsize (clumens)
1418     Resolves: rhbz#221253
1419     - Do not load a module when the kickstart device line is incorrect (clumens)
1420     Resolves: rhbz#227510
1421     - Handle errors resulting from malformed repositories (clumens)
1422     Resolves: rhbz#219274
1423     - Remove all invalid RAID requests when using kickstart (clumens)
1424     Resolves: rhbz#235279
1425     - Avoid traceback getting the PID of iscsiadm (clumens)
1426     Resolves: rhbz#223257
1427     - Make sure kickstart scripts execute with correct working dir (clumens)
1428     Resolves: rhbz#237317
1429     - Support multiple ksappend lines (clumens)
1430     Resolves: rhbz#222201
1431     - Write out fstab after migrate (clumens)
1432     Resolves: rhbz#223215
1433     - Make the packages section in anaconda-ks.cfg match UI selections (clumens)
1434     Resolves: rhbz#227383, rhbz#231121, rhbz#235881
1435     - Copy volume group format attribute to new request (clumens)
1436     Resolves: rhbz#217585
1437     - Use /dev/ nodes for probing RAID superblocks (clumens)
1438     Resolves: rhbz#208970
1439     - Put more space between device description and the stripe for tall
1440     languages (clumens)
1441     Resolves: rhbz#217294
1442     - Add netxen_nic driver (clumens)
1443     Resolves: rhbz#230245
1444     - Provide detailed disk info in text mode partitioning screen (dcantrell)
1445     Resolves: rhbz#235054
1446     - If wrong interface is selection, allow user to choose another one (clumens)
1447     Resolves: rhbz#213787
1448     - Focus installation key text box and populate fields correctly (dlehman)
1449     Resolves: rhbz#223831
1450     - Make sure the regkey settings are written to anaconda-ks.cfg (dlehman)
1451     Resolves: rhbz#221450
1452     - Select kernel-xen-devel when optional packages selected (dlehman)
1453     Resolves: rhbz#226784
1454     - Fix typo in message shown when user skips entering the install key (dlehman)
1455     Resolves: rhbz#224491
1456     - If autopart selection is custom, make sure review checkbox is active and
1457     not sensitive. (dlehman)
1458     Resolves: rhbz#220951
1459     - Write NETWORKING_IPV6=no to /etc/sysconfig/network if IPv6 is disabled
1460     during installation. (dcantrell)
1461     Resolves: rhbz#226911
1462     - Fix input validation loop in manual network config in loader
1463     Resolves: rhbz#223193 (dcantrell)
1464     - Make "description" translate correctly (pjones)
1465     Resolves: rhbz#216067
1466 slords 1.1
1467     * Thu Feb 1 2007 Peter Jones <pjones@redhat.com> - 11.1.2.36-1
1468     - Fix traceback when using text mode with a language that we can't display
1469     Resolves: #225528
1470    
1471     * Fri Jan 26 2007 Peter Jones <pjones@redhat.com> - 11.1.2.35-1
1472     - Don't set the migration flag for FAT labels if we're formatting the
1473     partition
1474     Resolves: #223898
1475     - Process directories recursively when relabelling
1476     Resolves: #218791
1477    
1478     * Fri Jan 26 2007 Jeremy Katz <katzj@redhat.com> - 11.1.2.34-2
1479     - fix ordering for split media installs (#223090)
1480    
1481     * Wed Jan 24 2007 Peter Jones <pjones@redhat.com> - 11.1.2.34-1
1482     - The PAE kernel isn't named according to the normal convention, so we need
1483     "kernel-PAE" instead of "kernel-pae" in the list for grub.
1484     Resolves: #223941
1485    
1486     * Tue Jan 23 2007 Peter Jones <pjones@redhat.com> - 11.1.2.33-1
1487     - Handle FAT/VFAT labels on upgrade better
1488     Resolves: #223890
1489     - Include kernel-pae in the list of kernels we set up in grub.conf (#223941)
1490    
1491     * Mon Jan 22 2007 Peter Jones <pjones@redhat.com> - 11.1.2.32-1
1492     - Don't try to migrate fat/vfat labels if there's no fstab yet (#223554).
1493     - Always dasdfmt when we're relabeling a dasd device.
1494     Resolves: #223492
1495     - Don't use FAT/VFAT labels that are in use on other filesystems
1496     Resolves: #218957
1497    
1498     * Fri Jan 19 2007 Peter Jones <pjones@redhat.com> - 11.1.2.31-1
1499     - Fix typo in yesterday's iscsi fix
1500     Resolves: #223257
1501    
1502     * Thu Jan 18 2007 Peter Jones <pjones@redhat.com> - 11.1.2.30-1
1503     - Fix iscsi shutdown's "ps" call
1504     Resolves: #223257
1505     - Fix "halt" kickstart directive
1506     Resolves: #222953
1507    
1508     * Wed Jan 17 2007 Peter Jones <pjones@redhat.com> - 11.1.2.29-1
1509     - fix rhpl import
1510     Resolves: #222991
1511    
1512     * Tue Jan 16 2007 Peter Jones <pjones@redhat.com> - 11.1.2.28-1
1513     - Use a GtkWindow for the release notes viewer (katzj)
1514     Resolves: #220418
1515     - Add pirut to our textdomain so strings get translated (katzj)
1516     Resolves: #216067
1517     - Don't log a pvrequest's "drive" attribute, since they don't all have them
1518     Resolves: #221992
1519     - Fix "clearpart" and such to only happen once
1520     Resolves: #220021
1521     - Handle multiple repo paths better
1522     Resolves: #221146
1523     Resolves: #221260
1524     - label fat filesystems for /boot/efi on ia64
1525     Resolves: #218957
1526     - Don't overwrite hdinstall partition when "clearpart --all --initlabel" is
1527     in ks.cfg (dlehman)
1528     Resolves: #220331
1529     - Fix depsolver progress meter problems when there's not enough space (dlehman)
1530     Resolves: #215493
1531     - Don't show "unsupported language" error when not in interactive mode (clumens)
1532     Resolves: #222096
1533     - Change default mpath option to disabled
1534     Related: #219843
1535     - Remove packages pulled in for deps when there's a space error (dlehman)
1536     Resolves: #222894
1537     - Disable betanag (katzj)
1538    
1539     * Thu Jan 4 2007 Peter Jones <pjones@redhat.com> - 11.1.2.27-1
1540     - Include cdroms in the scsi disk count (katzj, #207336)
1541     - Translation display fixes (katzj, #216067)
1542     - Wait longer for usb floppy access (#211222)
1543     - Make the package repo path list right (#221260)
1544    
1545     * Wed Jan 3 2007 Peter Jones <pjones@redhat.com> - 11.1.2.26-1
1546     - Fix bug trying to find repomd files (#221146)
1547     - Don't do 'clearpart' stuff on fsset if we're not in a kickstart (#221090)
1548    
1549     * Tue Jan 2 2007 Peter Jones <pjones@redhat.com> - 11.1.2.25-1
1550     - Turn off multipath support by default (enable with "mpath" during boot)
1551     - Don't clear partitions if it's already been done (#220021)
1552     - Handle upgrade conditionals better (pnasrat, #218909, #214747)
1553     - Handle new repo dict format (dlehman, #220241, #220326)
1554     - Don't log messages about VT tech preview on s390 and ppc (dlehman, #220236)
1555    
1556     * Mon Dec 18 2006 Peter Jones <pjones@redhat.com> - 11.1.2.24-1
1557     - Make sure reg keys are written out un upgrade (dlehman, #219791)
1558     - handle 'regkey --skip' correctly in kickstart (dlehman, #219544)
1559     - Allow users to go back and change regkeys (dlehman, #219361)
1560     - Do not accept regkeys that don't match the install media (dlehman, #219823)
1561     - Honor dhcpclass parameter in isys (dcantrell, #220057)
1562     - Pick paths better for url iso installs (#219205)
1563    
1564     * Fri Dec 15 2006 David Cantrell <dcantrell@redhat.com> - 11.1.2.23-1
1565     - Use subprocess in execConsole (clumens, #210481, #216155)
1566     - Leave a way for mkinited to discover lack of mpath (pjones, #219843)
1567     - Pass 'anaconda' to instClass.installDataClass() (pjones, #219793)
1568     - Use intf, not self.anaconda.intf in partedUtils
1569     - Handle DiskSet instantiation from LabelFactory when anaconda=None
1570     - Resolves: rhbz#210481 rhbz#216155 rhbz#219843 rhbz#219793
1571    
1572     * Thu Dec 14 2006 Peter Jones <pjones@redhat.com> - 11.1.2.22-1
1573     - Only show information appropriate to the install class specified by the
1574     reg key (dlehman, #218967)
1575     - Fix dasd formatting (dcantrell, #218861)
1576     - Fix iscsi portal discovery (#216164)
1577     - Update xvc0 major/minor (katzj, #218050)
1578     - Fix device node creation in 'rescue' (clumens)
1579     - Fix zFCP device addition (dcantrell, #210635)
1580    
1581     * Wed Dec 13 2006 Peter Jones <pjones@redhat.com> - 11.1.2.21-1
1582     - Handle reg keys with dashes (dlehman, #218716)
1583     - Don't traceback with no iscsi (katzj, #218513)
1584     - Unmount cdrom after installation when using local stage2 during http
1585     install (dlehman)
1586     - Fix typo in iscsi code (katzj, #218513)
1587     - Remove LIBUSER_CONF from the environment before running
1588     post (clumens, #218213)
1589     - Don't allow virt by default on ia64 (#215429)
1590     - Fix lvm off-by-one-extent problems with previously created volume groups
1591     (pjones, #217913)
1592    
1593     * Wed Dec 6 2006 Peter Jones <pjones@redhat.com> - 11.1.2.20-1
1594     - Remove language choices for which there is no font (katzj, #217498)
1595     - Add stex module (katzj, #209179)
1596     - Fix debug output (pnasrat, #217751, #217774)
1597    
1598     * Fri Dec 1 2006 Dennis Gregorovic <dgregor@redhat.com> - 11.1.2.19-2
1599     - rebuild
1600     - Related: rhbz#217861
1601    
1602     * Wed Nov 29 2006 Chris Lumens <clumens@redhat.com> - 11.1.2.19-1
1603     - Don't always write out xconfig and monitor lines (#211977).
1604     - Pull in xinf files from X driver packages on url images.
1605     - Fix for changed API (katzj, #217673, #217689).
1606    
1607     * Tue Nov 28 2006 Chris Lumens <clumens@redhat.com> - 11.1.2.18-1
1608     - Fix registration key dialog (katzj).
1609     - Base shown tasks on registration key (katzj).
1610     - Init wreq structure before use (dcantrel, #215367).
1611     - Fetch new release notes file on language change (#217501).
1612     - Add ipv6= command line argument (dcantrel).
1613     - Rework loader network config screen (dcantrel, #213108, #213112).
1614     - Disable testing registration keys when out of beta (katzj, #217360).
1615     - Fix si_LK timezone (katzj, #217288).
1616     - Set the right home directory on kickstart user command (#216681).
1617     - Allow correcting kickstart file location on error/typo (#216446).
1618     - Check for .discinfo instead of using a static number (pjones, #214787).
1619     - Nodes property typo (pnasrat, #216410).
1620     - Only set broadcast and network addr if ipv4 is enabled (dcantrel, #215451).
1621    
1622     * Fri Nov 17 2006 Chris Lumens <clumens@redhat.com> - 11.1.2.17-1
1623     - Preserve drive order specified in kickstart (#214881).
1624     - Be smarter about checking if iscsi is available (katzj, #216128).
1625     - Install language support packages in text mode (nasrat, #215867).
1626     - Fix kernel naming (katzj, #215746).
1627     - Fix handling of iscsiadm output and activation of devices (pjones).
1628     - Depsolve on optional/non-grouped packages (nasrat, #214848).
1629     - Update kickstart documentation.
1630     - Make sure source is unmounted on image installs before %post (#214677).
1631     - Use mode 0600 for install-num file (katzj, #214853).
1632    
1633     * Thu Nov 09 2006 Paul Nasrat <pnasrat@redhat.com> -11.1.2.16-1
1634     - Fix traceback due to incorrect no discs (#214787)
1635    
1636     * Wed Nov 8 2006 Peter Jones <pjones@redhat.com> - 11.1.2.15-1
1637     - Fix segfault when there's no EDD, as on ppc (#214653)
1638     - Always skip networking screen on kickstart installs (clumens, #214584)
1639     - Update install method docs (clumens, #214159)
1640    
1641     * Mon Nov 6 2006 Peter Jones <pjones@redhat.com> - 11.1.2.14-1
1642     - Avoid traceback with PReP partitions on disks that aren't currently
1643     in use (clumens, #211098)
1644     - Fix traceback when all space is in use (ddearau AT us.ibm.com, #213616)
1645     - Fix text mode traceback (katzj, #213869)
1646     - Use better API for network configuration dialog (katzj, #213356)
1647    
1648     * Fri Nov 03 2006 Chris Lumens <clumens@redhat.com> - 11.1.2.13-1
1649     - Install in text mode if a KVM confused X autodetection.
1650    
1651     * Fri Nov 03 2006 Paul Nasrat <pnasrat@redhat.com> - 11.1.2.12-1
1652     - Fix traceback on ftp loopback iso installs (#212014)
1653     - Enable IPv6 dns support in loader (dcantrell)
1654    
1655     * Wed Nov 1 2006 Peter Jones <pjones@redhat.com> - 11.1.2.11-1
1656     - Fix localhost6 line in /etc/hosts (dcantrell, #210050)
1657     - Add more fonts to the install image (katzj, #207428)
1658     - Remove i386 dmraid on multi-arch upgrades (katzj, #209011)
1659     - Improve split ISO URL installs (clumens)
1660     - Fix line wrapping in clearpart (clumens, #213425)
1661     - Always set an active value in the LVM PE size combo box (clumens, #212317)
1662     - Don't try to clear partitions on drives in the skippedList (clumens)
1663     - Don't try to resolve port numbers from urls as hostnames (clumens, #212622)
1664    
1665     * Fri Oct 27 2006 Peter Jones <pjones@redhat.com> - 11.1.2.10-1
1666     - Don't use keepalive sockets when they won't be reused (#212571)
1667    
1668     * Fri Oct 27 2006 Jeremy Katz <katzj@redhat.com> - 11.1.2.9-1
1669     - Fix install key handling (#212548)
1670     - Catch hard drives that don't exist (clumens, #212377)
1671     - Fix typo for slovak keyboard (#212304)
1672    
1673     * Thu Oct 26 2006 Chris Lumens <clumens@redhat.com> - 11.1.2.8-1
1674     - Fall over to the next mirror correctly (#208077, #212014).
1675    
1676     * Wed Oct 25 2006 Jeremy Katz <katzj@redhat.com> - 11.1.2.7-1
1677     - Fix zfcp (#210094)
1678     - Remove unneeded whiteout
1679     - Fix a case where we might have leaked an fd (#212191)
1680    
1681     * Tue Oct 24 2006 Jeremy Katz <katzj@redhat.com> - 11.1.2.6-1
1682     - Add Sinhala (#207426)
1683     - Fix a traceback in shell exec (pnasrat, #211830)
1684     - Write out proper ipv6 localhost in /etc/hosts (dcantrel, #211800)
1685     - Merge swap/graphical limits from fc6 (#211649)
1686     - Fix canceling with iscsi (#211996)
1687     - Fix static IPs with iscsi/repo adding
1688     - Fix use of repos on upgrade (#211547)
1689     - Add real key format (dlehman, #207752)
1690    
1691     * Fri Oct 20 2006 David Cantrell <dcantrell@redhat.com> - 11.1.2.5-1
1692     - Build against libdhcp-1.16
1693     - Continue if vname or vparm are NULL in readNetInfo (#211502)
1694     - Add fonts-telugu (katzj, #207428)
1695     - Fix install progress bar/window dimensions (katzj, #211526)
1696     - Don't specify a stdout of stderr for shells on zSeries (clumens, #210481)
1697     - Use execConsole function to run shells (clumens)
1698     - Only use netlink messages with ARP Ethernet headers (katzj, #210195)
1699     - Force swap formatting on ppc (pnasrat, #206523)
1700     - Don't traceback without a key in cmdline mode (katzj, #211476)
1701     - Pass noipv4/noipv6 settings from stage 1 to stage 2 (#208334)
1702     - Correct --onbiosdisk handling (clumens, #210705)
1703     - Keep runlevel 3 if doing a VNC install (clumens, #211318)
1704     - Don't use unicode line drawing on vt100-nav terminals (katzj, #208374)
1705     - Remove multilib packages (pnasrat, #209011)
1706    
1707     * Tue Oct 17 2006 David Cantrell <dcantrell@redhat.com> - 11.1.2.4-1
1708     - yum fix retry on failure (katzj, #211117)
1709     - Fix ordering for iSCSI tools on CD installs (katzj, #208832)
1710     - Only go back a screen from regKeyScreen is possible (katzj, #211101)
1711     - Support --skip for instkey (katzj)
1712     - Parse /tmp/netinfo correctly on zSeries (#207991)
1713     - Fix for virtualization being the group instead of xen (katzj)
1714    
1715     * Mon Oct 16 2006 Jeremy Katz <katzj@redhat.com> - 11.1.2.3-1
1716     - Better regex for finding ISO loopback mounts (clumens, #205133)
1717     - Setup baseurl better for additional repos (clumens, #210877)
1718     - Add qla2400 and qla2xxx to late module load list (#210886)
1719     - Write out zfcp to anaconda-ks.cfg
1720     - Write out iscsi to anaconda-ks.cfg
1721     - Preserve installation number in anaconda-ks.cfg and on the system (#207029)
1722     - Add support for 'key' directive in kickstart for installation number
1723     - Handle non-base repos which may or may not exist better (#202810)
1724     - Fix zfcp (#210094)
1725     - Take up more space for package descriptions (#210531)
1726     - New installation number dialog (#207752)
1727    
1728     * Thu Oct 12 2006 David Cantrell <dcantrell@redhat.com> - 11.1.2.2-1
1729     - Fix layout where extra repo selection box is not displayed (clumens)
1730     - Fix desktop upgrade (katzj, #210408)
1731     - Don't start a new process group and do exit(0) instead of return
1732     after receiving SIGTERM (pjones)
1733     - Only do auditDaemon if we're not in test or rootpath mode (pjones)
1734     - Error only when checking the initiator name (katzj, #210347)
1735     - Don't force gateway and DNS values (#200029)
1736     - Set IPv6 entry box sensitivity correctly in text mode
1737     - Initialize useIPv4 and useIPv6 correctly when existing net info is there
1738    
1739     * Wed Oct 11 2006 Chris Lumens <clumens@redhat.com> - 11.1.2.1-1
1740     - Ignore basepath in getHeader to fix CD installs (pnasrat).
1741     - Fix package installation.
1742    
1743     * Tue Oct 10 2006 Jeremy Katz <katzj@redhat.com> - 11.1.2.0-1
1744     - Allow setting the language to something not in lang-table (clumens, #176538)
1745     - Fix split media (pnasrat)
1746     - Fix going back from advanced bootloader (clumens, #210190)
1747     - Bump early swap to be higher
1748     - Add Telugu (#207428)
1749     - Update edd support (Rez Kabir, #207331)
1750     - Sleep hacks for usb-storage (zaitcev, #207336)
1751    
1752     * Mon Oct 9 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.110-1
1753     - Fix SELinux contexts for iscsi
1754     - Fix traceback if addrepos isn't shown (#209997)
1755     - Fix traceback looking up hostnames (clumens, #209672)
1756     - Fix split media (pnasrat)
1757     - Fix network to be enabled after install on non-network installs
1758    
1759     * Fri Oct 6 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.109-1
1760     - Fix iscsi for toolchain changes and targets with multiple IPs
1761     - Validate ips like 9.1.2.3 (dcantrel, #209654)
1762    
1763     * Fri Oct 6 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.108-1
1764     - Fix endless spinning with redhat-lsb depcheck (#209665)
1765     - Fix usefbx (clumens)
1766     - Fix traceback with loopback isos (pnasrat)
1767    
1768     * Thu Oct 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.107-1
1769     - minor yum api fix
1770    
1771     * Wed Oct 4 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.105-1
1772     - Fix details in tui pkgselection (#209310)
1773     - Add Assamese (#207424)
1774     - More network UI sanity checking (dcantrel)
1775     - Disable release notes url clicking (dcantrel)
1776     - Fix traceback going back on upgrade (#205198)
1777     - Try to fix up sr_CS.UTF-8@Latn some more (#182591)
1778    
1779     * Tue Oct 03 2006 Chris Lumens <clumens@redhat.com> - 11.1.0.104-1
1780     - More netconfig fixes (dcantrel).
1781     - Reset protected partitions list (#204405).
1782     - Handle more iscsi error cases (katzj, #208671).
1783     - Don't bring down network interfaces after fetching files (dcantrel,
1784     #201194).
1785    
1786     * Mon Oct 2 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.103-1
1787     - More netconfig fixing (dcantrel)
1788     - Fix some translation problems (#206620)
1789     - Don't do netconfig on task toggle (#208562)
1790     - Some mpath/dmraid fixes (pjones, #208423)
1791     - Only set graphical if VNC is enabled in kickstart, not
1792     all kickstarts (clumens)
1793     - Ensure RAID levels get sorted (#208478)
1794     - Fix handling of locales we can't display (#208841)
1795     - Fix traceback in partition editing (clumens, #208677)
1796     - Try to fix sr_CS.UTF-8@Latn (#182591)
1797     - Ensure a depcheck on redhat-lsb (#201222)
1798     - Fix pkgorder to order "needed" groups early (#206778)
1799    
1800     * Thu Sep 28 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.102-1
1801     - Disable repo writing for now
1802     - Fixup text network config (dcantrel)
1803     - More HTTP response codes (clumens)
1804     - Don't try to use updates disk image by default (clumens)
1805     - Give an error message when netconfig fails
1806     - Don't prompt for non-existent cd
1807     - Fix DNS with dhcp for extras on CD install
1808    
1809     * Wed Sep 27 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.101-1
1810     - Give indication of no optional packages (#204242)
1811     - Don't give an error on partition mount errors looking for upgrades (#201805)
1812     - Firewire fix (notting)
1813     - Make initrd.size have 0644 perms (dcantrel, #197773)
1814     - More netconfig tweaks (dcantrel)
1815     - Support loopback URL mounts (pnasrat, #207904)
1816     - Turn off firstboot on s390 (clumens, #207926)
1817     - Set display mode if vnc ks (clumens, #204736)
1818     - Fix partitioning traceback (#208101)
1819     - Fix lowres (clumens)
1820     - xfs tweak (esandeen, #208323)
1821     - Add qla4xxx (#208324) and qla3xxx
1822    
1823     * Thu Sep 21 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.100-1
1824     - Fix a few tracebacks (#207594, #207587)
1825     - Allow only iSCSI disks (#207471)
1826     - Fix bootdisk.img on x86_64
1827    
1828     * Wed Sep 20 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.99-1
1829     - Fix CD stage2 + URL installs (clumens, #205571, #206072)
1830     - Remove hostap (clumens, #196334)
1831     - Fix input validation for manual network config (dcantrel,
1832     #206148, #206678, #206537)
1833     - More network UI improvements (dcantrel)
1834     - Fix upgrade tracebacks (pnasrat, #206913)
1835     - Improved zfcp code (#204145)
1836     - Format swap on ppc upgrades (pnasrat, #206523)
1837     - Fix network interface bringup (dcantrel, #206192, #200109)
1838     - Allow running anaconda with --target arch for stateless (#206881)
1839     - Improve iscsi and zfcp TUI and kickstart config
1840    
1841     * Fri Sep 15 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.98-1
1842     - Fix stage2 creation (prarit, #206638)
1843     - Add ehea driver (pjones)
1844     - Fix rescue mode for the early shell case
1845    
1846     * Thu Sep 14 2006 Chris Lumens <clumens@redhat.com> 11.1.0.97-1
1847     - Compile fix (pjones).
1848    
1849     * Thu Sep 14 2006 Chris Lumens <clumens@redhat.com> 11.1.0.96-1
1850     - Use -no-fragments to mksquashfs (katzj, #206472).
1851     - Fix scsi and usb module loading (pjones).
1852     - Better testing for driver disk correctness (katzj, #195899).
1853     - Support HTTP redirects in the loader (#188198, #204488).
1854     - Write out repo configuration (pnasrat, #199468).
1855     - Fix installing from additional repos on CD/DVD installs (katzj, #205846).
1856     - Network UI fixes (katzj).
1857     - --vesa -> --xdriver (pjones).
1858     - Fix when group selection should appear in kickstart installs.
1859     - Fix logical volume size checking again (#206039).
1860     - Skip attached devices without media present again (#205465).
1861     - Install fs packages if they're needed for installation (katzj, #205865).
1862     - Only collect network addresses for running interfaces (dcantrel).
1863     - zSeries initrd fixes (dcantrel, #197773).
1864    
1865     * Fri Sep 8 2006 Peter Jones <pjones@redhat.com> - 11.1.0.95-1
1866     - Look for repodata where the CDs are mounted, not where they're
1867     stored (clumens)
1868     - Reverse traceback print order in the UI so most recent call is listed
1869     first (clumens, #204817)
1870     - Don't install device-mapper-multipath or kpartx except when selected or
1871     required by install media.
1872    
1873     * Thu Sep 07 2006 Chris Lumens <clumens@redhat.com> 11.1.0.94-1
1874     - Allow opening release notes more than once (dcantrel, #203147).
1875     - Fix NFS iso installs.
1876     - More files to restorecon.
1877     - Rework GUI network configuration screen (dcantrel).
1878     - isys network cleanups (dcantrel).
1879     - Fix taking sreenshots (#204480).
1880     - Skip broken repositories in kickstart (#204831).
1881     - Pull in all policy modules in initrd making.
1882     - Fix yum traceback (katzj, #205450).
1883     - Add hptiop module (katzj, #205337).
1884    
1885     * Wed Sep 6 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.93-1
1886     - unbreak xen installs
1887     - add hptiop drivers (#205337)
1888     - Fix a traceback (#205450)
1889    
1890     * Tue Sep 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.92-1
1891     - fix the build some more
1892    
1893     * Tue Sep 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.91-1
1894     - build fix (pjones)
1895     - traceback fix (dcantrel)
1896    
1897     * Tue Sep 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.90-1
1898     - Update for newer iscsi code
1899     - Fix with yum API change
1900     - More files to restorecon (clumens)
1901     - Don't crash with duplicate repos (clumens)
1902     - Back to clearlooks (notting)
1903     - dmraid for dmraid, not kpartx (pjones)
1904    
1905     * Thu Aug 31 2006 Peter Jones <pjones@redhat.com> - 11.1.0.89-1
1906     - Fix going back to the repo screen (clumens)
1907     - Install correct supplementary packages when using dmraid or multipath
1908    
1909     * Wed Aug 30 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.88-1
1910     - Fix a case where images don't exist (#204648)
1911     - More making pkgorder quieter
1912    
1913     * Wed Aug 30 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.87-1
1914     - Fix traceback on editing lvm (#204631)
1915     - Fix SELinux context setting
1916     - Don't do file logging in pkgorder
1917    
1918     * Tue Aug 29 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.86-1
1919     - Fix ia64 pxeboot dir (#199274)
1920     - Remember manual TCP/IP settings (dcantrel, #202662)
1921     - Clean up extra repo stuff some more (clumens)
1922    
1923     * Tue Aug 29 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.85-1
1924     - Sanity check more device names for LVM (notting, #2040387)
1925     - Exception handling fixes (clumens)
1926     - Fix Extras selection (clumens, #204267)
1927     - Setup repos later
1928     - Improved verbage (Paul Frields, #204249)
1929     - Filter out some non-addressable storage from hd dict (pjones)
1930     - Handle xen virtual serial
1931     - Reset file contexts on mountpoints (#202525)
1932     - Ensure programs used by anaconda are installed (clumens, #203216)
1933    
1934     * Wed Aug 23 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.84-1
1935     - Run in English for CJKI text installs (clumens, #180417, #202738)
1936     - Don't mistake hard drives for CD drives (clumens, #202714)
1937     - Start to add s390x mpath support (pjones)
1938     - Whiteout scim-libs (clumens, #202543)
1939     - Fix LV size check with growing (clumens, #203095)
1940     - Fix graphical selection of drives (pjones)
1941     - Speed up mke2fs (pjones, #201645)
1942     - Add a simple audit daemon to get rid of audit spam (pjones)
1943     - Some tweaks to repo addition/task selection
1944     - Fix multipath for x86_64 (pjones, #203425)
1945     - Set language to English every time it's unsupported (clumens, #203331)
1946    
1947     * Wed Aug 16 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.83-1
1948     - Fix text timezone typo (clumens, #202844)
1949     - Some installclass tweaking
1950     - Fix nfsiso to handle changing repopaths
1951     - Fix x86_64 install traceback (#202660)
1952     - Adjust for new theme
1953    
1954     * Tue Aug 15 2006 Chris Lumens <clumens@redhat.com> 11.1.0.82-1
1955     - Make Turkish translation build again.
1956    
1957     * Tue Aug 15 2006 Chris Lumens <clumens@redhat.com> 11.1.0.81-1
1958     - Fix serial console shell IO (#201479).
1959     - Don't traceback if URL install path is just "/" (#202368).
1960     - Fix font typo (katzj, #202167).
1961     - SELinux fixups (pjones).
1962     - Handle virtpconsole option again (katzj, #201749, #202450).
1963     - Kickstart install fixes (#202471, #202483).
1964     - Mark strings for translation (#199022).
1965     - Fix ISO install method traceback (#201775).
1966     - Don't enable the back button if there's no screen to show (#197766).
1967     - Don't clobber a working /etc/resolv.conf on VNC installs (#201874).
1968     - Remember user choices on network config (dcantrel, #200986, #200797).
1969     - More greek fixing (katzj, #196980).
1970     - Sync pkgorder with what distill is expecting (katzj, #201923).
1971     - RHEL upgrade tweaks (katzj, #201741).
1972     - Install class detection (katzj, #201745).
1973     - Fix text upgrade traceback (katzj, #201960).
1974     - Add more libraries for s390 (katzj, #200985).
1975     - Add SATA probing (pjones).
1976     - Add registration key options (katzj, #201738).
1977     - Don't automatically set UTC check box on kickstart installs (#181737).
1978     - Patch from Paul Schroder <pschroeder@uplogix.com> for nogr mode.
1979    
1980     * Tue Aug 08 2006 Paul Nasrat <pnasrat@redhat.com> 11.1.0.80-1
1981     - Blacklist e2fsprogs.ppc64 on upgrades (#200233)
1982     - Set self.currentMedia to [] (dcantrel, #201722).
1983     - Remove multiple error messages (dcantrel, #201247)
1984     - Revert logMessage calls (clumens, #201707)
1985    
1986     * Mon Aug 07 2006 Chris Lumens <clumens@redhat.com> 11.1.0.79-1
1987     - s390 build fix.
1988    
1989     * Mon Aug 07 2006 Chris Lumens <clumens@redhat.com> 11.1.0.78-1
1990     - Fix password writing for interactive kickstart installs (#201455).
1991     - Don't check percentage on preexisting LVs (#193341).
1992     - Log added repos (#201212).
1993     - Start adding things for ia64 Xen (katzj).
1994     - Use new raid module name (katzj, #201361).
1995     - Look for ifconfig in the right place during rescue mode (#201372).
1996     - Fix segfault in FTP and HTTP path typos (#197403, #201243, #201367).
1997     - Don't display the askmethod screen on CD installs (#201108).
1998     - Do a better job at updating mkfs percentage bar (pjones).
1999     - Fix finding the release notes (#201232).
2000     - Add libvolume_id for gfs2-utils (katzj).
2001    
2002     * Wed Aug 02 2006 Paul Nasrat <pnasrat@redhat.com> 11.1.0.77-1
2003     - Fix pkgorder isdir check
2004     - Reinstate frequent rescanning of devices (clumens)
2005    
2006     * Wed Aug 02 2006 Chris Lumens <clumens@redhat.com> 11.1.0.76-1
2007     - Don't raise an exception when someone tries to delete empty space (pjones).
2008     - Fix X ks writing traceback (#201047).
2009     - Add file to describe initrd to fir LPAR installs (katzj, #197773).
2010     - Add libXau for s390 (katzj, #200985).
2011     - Sleep for disks to settle (katzj, #200589).
2012    
2013     * Tue Aug 1 2006 Peter Jones <pjones@redhat.com> - 11.1.0.75-1
2014     - Fix iSCSI and MultiPath coexistance
2015     - Don't use mygethostbyname on ipv6 yet (dcantrell)
2016     - Better logging on nfsinstall and kickstart (dcantrell, #195203)
2017     - Remove ddc probing (clumens)
2018    
2019     * Mon Jul 31 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.74-1
2020     - Fix method=http vs method=ftp (pjones)
2021     - Various xconfig fixes (clumens, #200755 #200758)
2022     - Fix FTP/HTTP installs by hostname (dcantrel, #200771)
2023     - Fix command-stubs/mknod (#200820)
2024    
2025     * Fri Jul 28 2006 Peter Jones <pjones@redhat.com> - 11.1.0.73-1
2026     - Revert DNS changes from yesterday (dcantrel)
2027     - Do the backtrace initialization after analyzing args (katzj)
2028     - Use rhpxl for all X startup tasks (clumens, #199437)
2029     - Create users under the rootpath (patch from Clark Williams)
2030     - Update to use newer dmraid libraries
2031     - Remove /nss usage (dcantrell)
2032    
2033     * Thu Jul 27 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.72-1
2034     - Don't allow ipv6-only nfs installs (dcantrel)
2035     - Fix segfault with ksdevice= (pjones, #200451)
2036     - Fix ipv6 ftp installs (dcantrel)
2037     - Ignore options we don't understand to our modprobe to help fix X
2038     startup on radeon
2039     - Use rootpath in a few places we had /mnt/sysimage hardcoded
2040     - Fix method=
2041     - Fix translation mismatch
2042    
2043     * Thu Jul 27 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.68-1
2044     - And another fix for the RHEL installclass
2045    
2046     * Thu Jul 27 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.67-1
2047     - FTP/HTTP ipv6 fixes (dcantrel)
2048     - Better prepboot handling (pnasrat)
2049     - RHEL installclass fixes
2050    
2051     * Wed Jul 26 2006 Peter Jones <pjones@redhat.com> - 11.1.0.66-1
2052     - Fix md raid request class
2053     - Check for busybox utilties in /usr/sbin (katzj)
2054     - Be smarter about log files during kickstart (clumens)
2055     - Make multipath and dmraid work
2056     - Add Kannada language (katzj)
2057     - Don't show onboot for rescue mode (katzj)
2058     - Fix AF_INET6 usage when making in6_addr (dcantrell)
2059    
2060     * Tue Jul 25 2006 Paul Nasrat <pnasrat@redhat.com> - 11.1.0.65-1
2061     - Fix noipv6 (pjones)
2062     - Fix nodmraid and nompath (katzj)
2063     - Make kickstart inherit from used installclass (katzj)
2064     - Hide rhel installclass by default (katzj)
2065     - Remove gstreamer/gstreamer-tools whiteout (#197139, katzj)
2066    
2067     * Mon Jul 24 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.64-1
2068     - Fix build failure (pjones)
2069     - Fix error handling when adding iscsi
2070     - Make things a bit more flexible based on the install class
2071     - Fix noipv4 (dcantrel)
2072     - Try not to run dmidecode a bazillion times
2073     - Cleanups for various package selection things
2074    
2075     * Fri Jul 21 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.63-1
2076     - Fix serial kickstart installs (clumens)
2077     - Add labels for LVM and RAID (clumens)
2078     - Show preexisting labels when they exist (clumens, #149375)
2079     - Fix traceback for no dosFilesystems (pnasrat)
2080     - Clean up to handle packages in $PRODUCTPATH or $PRODUCTPATH/RPMS
2081     - Various iscsi fixups
2082    
2083     * Thu Jul 20 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.62-1
2084     - Fix drivelist sensitivity when adding devices
2085     - Fix text mode package selection (clumens, #186043)
2086     - Make GMT offset timezones available (clumens, #199076)
2087     - Use attr=2 for xfs per sandeen
2088     - Fix labels of stuff created before install starts (#199605)
2089     - Add Malayalam and Oriya (#197783)
2090     - Fix partitioning (#199459)
2091    
2092     * Wed Jul 19 2006 Chris Lumens <clumens@redhat.com> 11.1.0.61-1
2093     - Bring down network interface after fetching files (dcantrel).
2094     - Use dejavu fonts instead of vera (katzj).
2095     - Tweak iSCSI, partitioning, and tasksel UI (katzj, #199451).
2096     - Fix busybox symlinks (katzj, #199463).
2097     - Use reboot instead of shutdown (katzj, #199262).
2098     - Fix DHCP error messages (dcantrel, #199452).
2099    
2100     * Tue Jul 18 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.60-1
2101     - Fix va_copy() argument ordering in logMessageV() in loader
2102    
2103     * Tue Jul 18 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.59-1
2104     - Add rudimentary firmware loading support to the loader (pjones)
2105     - Drop some whiteout (pnasrat, #196733)
2106     - Fix exec'ing of symlinks (clumens)
2107     - Add basic multipath support (pjones)
2108     - Basic support for multiple repo setup in graphical mode
2109     - Add missing files (clumens)
2110    
2111     * Mon Jul 17 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.58-1
2112     - Clean up noipv4/noipv6 stuff stuff (clumens)
2113     - Fix exception handling for test mode
2114     - Lots of iscsi changes
2115     - Create mount points for protected partitions (clumens)
2116     - Add multipath kernel modules (pjones)
2117     - Add dhcp libs needed by isys to stage2
2118    
2119     * Thu Jul 13 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.57-1
2120     - Fix unknown error on shadow file (#196705, clumens)
2121     - Removed inet_calcGateway (clumens)
2122     - Don't guess gateway address in text network UI (#197578, clumens)
2123     - Change iutil.copyFile calls to shutil.copyfile (clumens)
2124     - Removed DRI enable/disable code from xsetup (clumens)
2125     - Removed copyFile, getArch, memInstalled, and rmrf from iutil (clumens)
2126     - Don't pass command as first argument to subprocess calls (clumens)
2127     - Added network debugging mode for readNetConfig() in loader
2128     - Removed "BOOTP" string from loader network config UI
2129     - Added new dialog for network device config in stage2 (katzj)
2130     - Write gateway address to correct struct in manualNetConfig
2131     - Removed IP_STRLEN macro since that's moved to libdhcp
2132     - Link and compile libisys with libdhcp
2133     - Added back 'confignetdevice' and 'pumpnetdevice' in iutil
2134     - Removed isys_calcNetmask and isys_calcNS (clumens)
2135     - Added xkeyboard-config to fix VT switching (katzj)
2136    
2137     * Tue Jul 11 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.56-1
2138     - Many changes and fixes in the loader2 network configuration, both
2139     dhcp and manual IP entry
2140     - Fix stdin/stdout on VNC shells (clumens)
2141     - Check all bootloader entries for Windows (clumens)
2142     - Set UTC box in text install based on Windows existing or not (clumens)
2143     - Remove standalone argument for rhpxl call (clumens)
2144     - Remove call to deprecated method in yuminstall (clumens)
2145     - Fix group selection traceback in text mode (katzj, #197858)
2146    
2147     * Mon Jul 10 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.55-1
2148     - Fix findExistingRoots (clumens, #197900)
2149     - Add smartctl to rescue image (dcantrel, #198052)
2150     - Allow relative --rootpath (markmc, #197669)
2151     - Try to fix up RAID6 (#197844)
2152     - Fix keymap generation with serial console (Alexander Dupuy, #198310)
2153    
2154     * Fri Jul 7 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.54-1
2155     - Loader changes to support enabling/disabling IPv4 & IPv6
2156     - Manual IP configuration changes in loader to better support IPv{4,6}
2157     - Let GFS2 command line option work (katzj)
2158     - Rescue mode shell fixes (clumens, #197315)
2159     - Add filesystem label chooser to rescue mode (clumens, #196345)
2160     - Use configured interface for VNC connections (clumens, #197721)
2161     - Init process cleanups
2162     - Log requiring package as well as require name (pnasrat)
2163    
2164     * Wed Jul 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.53-1
2165     - fix typo
2166    
2167     * Wed Jul 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.52-1
2168     - Add Marathi (#194572)
2169     - Try to let UI fit a little better in LVM dialog (#197334)
2170     - Give a message if we fail to make teh device node (markmc, #197514)
2171     - Fix rescue CD
2172     - Fix minstg2 linking error (#197593)
2173     - Log the transaction error
2174     - gfs2 fixes
2175    
2176     * Fri Jun 30 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.51-1
2177     - Remove non-existent paths from LD_LIBRARY_PATH (katzj)
2178     - Calculate IPv4 broadcast address for static IP config
2179     - Started adding debugging mode to init
2180     - Return value checking for exec calls in init and loader
2181     - Do not use wait4()
2182     - WIFEXITED and WEXITSTATUS logic fixes
2183     - Remove runroot stuff from buildinstall (katzj)
2184     - Remove --comp argument from upd-instroot (katzj)
2185     - Do not allow /boot on GFS2 (katzj)
2186     - Move second images to images/ subdirectory (katzj)
2187    
2188     * Fri Jun 30 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.50-1
2189     - Rebuild against new libdhcp for fixing more loader segfaults
2190     - Pass the debug log level to libdhcp (markmc, #197175)
2191     - Look for the ks.cfg on all cd drives (notting, #197192)
2192     - Add wlite here, use it (pjones, #196099, #186701)
2193     - Add the start of gfs2 support
2194    
2195     * Wed Jun 28 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.49-1
2196     - Fix some memory leaks in the loader (pjones)
2197     - Display fs labels next to rescue choices (clumens, #196345)
2198     - Force graphical mode under vnc (clumens, #190099)
2199     - Fix splitting trees with symlinks (pnasrat, #195240)
2200     - Require system-config-date (clumens, #196452)
2201     - Ensure network UI bits end up written out (clumens, #196756)
2202     - Fix memory corruption in CD install (dcantrel)
2203     - Fix double free with ksdevice=macaddr (dcantrel)
2204     - Fix double free with HTTP/FTP installs (dcantrel, #195749)
2205     - Ensure keyboard layout gets set (clumens, #196466)
2206     - Fix text mode traceback for langs not supported in text
2207     mode (clumens, #196615)
2208     - Fix up for yum 2.9.2
2209    
2210     * Fri Jun 23 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.48-1
2211     - various pychecker inspired cleanups (clumsn)
2212     - don't try to unmount CDs twice (clumens)
2213     - filter devices without media rather than removable devices (clumens)
2214     - add iscsistart to second stage
2215     - fix pkgorder for yum api changes
2216     - fix manual ip entry (#196154)
2217     - fix tyop in zfcp gui
2218     - fix serial console being propagated to installed system (#196375)
2219    
2220     * Wed Jun 21 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.47-1
2221     - Fix iscsi-related tracebacks (clumens/katzj)
2222     - Remove some hacks that were added for s390 so that we fix them right
2223     - Set MALLOC_CHECK_ and _MALLOC_PERTURB for the loader to help flush
2224     out possible problems
2225     - Fix kernel selection on s390 (#196150)
2226     - Fixes for inet_pton usage (pjones)
2227     - Use a longer timeout for dhcp requests
2228    
2229     * Wed Jun 21 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.46-1
2230     - more tweaking of greek lang-table (#193872)
2231     - mark some strings for translation (#194617)
2232     - add back handling of ksdevice=macaddr (dcantrel, #195907)
2233     - copy libnss_dns* and libnss_files* to stage1 image to try to fix some
2234     of the dhcp oddities (dcantrel)
2235     - fix setupPythonUpdates (clumens)
2236     - wait for usb to be stable when reloading (pjones)
2237     - don't pass netlogger output as a format specifier (pjones)
2238     - fix traceback in zfcp_gui (#196097)
2239     - sort drive list more correctly in autopartitioning
2240     - bunch of tweaking to iscsi code
2241     - ensure that xvd devices are sorted as "first" so they're in front
2242     of things like iscsi devices
2243    
2244     * Fri Jun 16 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.45-1
2245     - setfiles moved. more fixing of policy
2246     - Give info on when we add packages as deps (#189050)
2247    
2248     * Fri Jun 16 2006 Peter Jones <pjones@redhat.com> - 11.1.0.44-1
2249     - require newer libdhcp
2250     - fix rescue mode console setup (clumens and pnasrat)
2251    
2252     * Thu Jun 15 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.43-1
2253     - Some s390 fixes
2254     - dmraid fixing (pjones)
2255    
2256     * Thu Jun 15 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.42-1
2257     - Ensure all kernel packages end up in pkgorder
2258     - Fix syntax errors in zfcp code
2259     - Fix broadcast address calculation on 64bit machines
2260     - Fix network config on s390
2261     - Some minor iscsi tweaks
2262    
2263     * Thu Jun 15 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.41-1
2264     - fix dep problem
2265    
2266     * Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.40-1
2267     - add some more kernels to the pkgorder fun
2268     - don't try to switch cds if we've already got the right one inserted
2269     - libaudit for s390
2270     - need openssh installed when building s390 trees
2271    
2272     * Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.39-1
2273     - only select groups which exist
2274    
2275     * Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.38-1
2276     - and fix ppc boot.iso (pnasrat)
2277    
2278     * Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.37-1
2279     - Remove the step ordering debug commit
2280     - Fix traceback due to new xen kernel names
2281     - Another attempt at s390
2282     - Include gptsync in install image so that mactels will boot
2283    
2284     * Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.36-1
2285     - new xen kernel names
2286     - more trying to fix s390
2287    
2288     * Tue Jun 13 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.34-1
2289     - Fix logging segfaults in loader on x86_64
2290     - More release notes viewer fixes
2291    
2292     * Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.33-1
2293     - Fix text mode package selection (clumens)
2294     - Fix IP editing (clumens)
2295     - Fix segfault on x86_64 dhcp (dcantrel)
2296     - Filter out sitX devs (dcantrel)
2297     - More release notes fixes (dcantrel)
2298     - More pkgorder fixage
2299    
2300     * Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.32-1
2301     - fix ppc images
2302    
2303     * Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.31-1
2304     - Fix loader sigsegv (dcantrel, #194882)
2305     - Fix so we don't require yum.conf (clumens, #194987)
2306     - Fix s390 tree
2307     - Fix pkgorder for new yum API
2308     - Fix release notes (dcantrel)
2309     - More api fixing (clumens/nasrat)
2310    
2311     * Mon Jun 12 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.30-1
2312     - make loader flags global (dcantrel)
2313     - fixups for yum 2.9, pull in yum-metadata-parser
2314    
2315     * Sat Jun 10 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.29-1
2316     - Fix syslinux requires
2317     - Fix autopartitioning on the mactels
2318     - Close leaky fd in reiserfs label reading code so that partitioning
2319     succeeds in that case
2320    
2321     * Fri Jun 9 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.28-1
2322     - fix dep problem (clumens)
2323     - initial pass at support for the intel-based macs
2324     - more trying to get s390 trees so they work
2325     - more ipv6 (dcantrel)
2326     - simplify error handling and return values in autopart code (clumens)
2327     - fix going back in a few places (clumens)
2328     - enable user_xattrs and acls by default
2329    
2330     * Thu Jun 08 2006 Chris Lumens <clumens@redhat.com> 11.1.0.26-1
2331     - Revert anaconda-runtime files fix.
2332    
2333     * Thu Jun 08 2006 Chris Lumens <clumens@redhat.com> 11.1.0.25-1
2334     - More IPv6 fixes (dcantrell).
2335     - Add ipv6 kernel module to image (dcantrell).
2336     - Add noipv6 installer flag (dcantrell).
2337     - Add dosfstools to requires (katzj).
2338     - Fix anaconda-runtime spec file segment (#189415, #194237).
2339     - Better partitioning error messages (#181571).
2340     - Warn if non-linux filesystems can't be mounted on upgrade (#185086).
2341     - Simplify IP address widgets for IPv6 support.
2342     - Use libdhcp instead of pump, fix requires (dcantrell).
2343    
2344     * Tue Jun 6 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.24-1
2345     - Read from right stdin for kickstart scripts (Hannu Martikka, #192067)
2346     - Fix ip addr getting on 64bit boxes (clumens, #193609)
2347     - Don't specify window position (clumens)
2348     - Handle PE sizes we don't expect in the UI (clumens, #185272)
2349     - Rescue mode fixes (clumens)
2350     - Remove pointless back button (clumens, #187158)
2351     - Add user-agent to loader HTTP requests (clumens, #98617)
2352     - Use IP instead of hostname if needed (clumens, #191561)
2353     - Write out ipv6 localhost (clumens, #44984)
2354     - Add greek (#193872)
2355     - Fix s390x images (#192862)
2356     - Fix rhpxl location (clumens)
2357    
2358     * Tue May 30 2006 Chris Lumens <clumens@redhat.com> 11.1.0.23-1
2359     - Require glib2-devel.
2360     - Look for libglib in the right place on 64-bit machines.
2361    
2362     * Tue May 30 2006 Chris Lumens <clumens@redhat.com> 11.1.0.22-1
2363     - Fix going back in the UI.
2364     - Don't try to mount protected partitions twice.
2365     - Hook up new netlink code, debugging (dcantrell).
2366     - Package is actually named pyobject2 (katzj).
2367    
2368     * Thu May 25 2006 Chris Lumens <clumens@redhat.com> 11.1.0.21-1
2369     - Fix required CD dialog (pnasrat).
2370     - More anaconda class in the interfaces (dcantrel).
2371     - More netlink helper functions (dcantrel).
2372     - Don't allow logical volumes to be smaller than the volume group's PE
2373     size in interactive installs (#186412).
2374     - Make error handling for missing packages more robust and allow retrying
2375     (clumens, pnasrat, #183974).
2376     - Fix hard drive installs (#185292, #187941).
2377     - Don't always show partition review dialog in text installs.
2378     - Fix text-mode installs by adding more stuff to minstg2.img (#191991).
2379     - Skip netlink messages with invalid ARP header (dcantrel).
2380     - Add pygobject to install images (katzj).
2381    
2382     * Wed May 24 2006 David Cantrell <dcantrell@redhat.com> 11.1.0.20-1
2383     - Added Netlink helper functions to libisys.a
2384     - Do not pop wait window twice in writeBootloader (clumens)
2385     - For kickstart installs only: Do not allow logical volumes to be smaller
2386     than the volume group's PE size (#186412, clumens)
2387     - initrd fixes to account for glib2 library movement (clumens)
2388    
2389     * Tue May 23 2006 Chris Lumens <clumens@redhat.com> 11.1.0.19-1
2390     - Fix unicode stubs (pjones).
2391     - Fix libdir on ppc64 (katzj).
2392    
2393     * Tue May 23 2006 Chris Lumens <clumens@redhat.com> 11.1.0.18-1
2394     - Add slang-devel build requirement.
2395    
2396     * Tue May 23 2006 Chris Lumens <clumens@redhat.com> 11.1.0.17-1
2397     - Display full package name in log (pnasrat, #189308).
2398     - Add flags for multipath (pjones).
2399     - Allow protected partitions to be mounted (#105722).
2400     - Fix pkgorder traceback.
2401    
2402     * Fri May 19 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.16-1
2403     - Added asix driver (pjones)
2404     - Fix i18n build
2405    
2406     * Fri May 19 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.15-1
2407     - Fix indendation error in handleRenderCallback() that caused hang
2408     - Use gobject.threads_init() model
2409     - Remove gtk.threads_enter()/gtk.threads_leave() wrappers
2410     - Disk and filesystem scanning fixes (clumens)
2411    
2412     * Thu May 18 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.14-1
2413     - Few more liveCD tweaks
2414     - And clean up the ppc64 tree a little
2415     - Enable ipv6 by default (pnasrat)
2416     - Fix a traceback in finding root part (clumens)
2417    
2418     * Wed May 17 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.13-1
2419     - Fix image building typo
2420     - Remove some dead code (clumens, dcantrel)
2421     - More thread fixing (dcantrel)
2422     - Fix rescue mode (clumens)
2423     - Fix upgrades (clumens)
2424     - Don't try to mount protected partitions on hd ugprades (clumens)
2425     - Hook copyExtraModules back up (clumens, #185344)
2426     - Don't modify the main fs for user/password info on --rootpath install
2427     - Fix kickstart bootloader install
2428     - Some fixes for live CD
2429    
2430     * Tue May 16 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.12-1
2431     - Make mousedev loading less verbose for built-in case (#191814)
2432     - Ellipsize text (roozbeh, #191844)
2433     - Some more threads for release notes (dcantrel)
2434     - Remove lots of help related stuff (clumens)
2435     - Handle empty drive lists better looking for usb-storage and firewire (pjones)
2436     - Try to make ppc64 trees installable
2437     - Lots of cleanup to the scripts dir.
2438    
2439     * Mon May 15 2006 Chris Lumens <clumens@redhat.com> 11.1.0.11-1
2440     - Fix anaconda class typos (katzj).
2441     - Unmount media after running post scripts (#191381).
2442     - Fix VNC installs.
2443     - Support --mtu= in kickstart files (#191328).
2444     - Rework release notes viewer (dcantrel).
2445     - Fix upgrade traceback.
2446     - Fix console keymaps (pjones, #190983, #191541).
2447     - Allow USB and firewire installs, with a warning (pjones).
2448    
2449     * Mon May 08 2006 Chris Lumens <clumens@redhat.com> 11.1.0.10-1
2450     - s390x build fix.
2451    
2452     * Mon May 08 2006 Chris Lumens <clumens@redhat.com> 11.1.0.9-1
2453     - Fix cmdline installs (clumens, pnasrat).
2454     - Enable multirepo support in kickstart (clumens, pnasrat).
2455     - Begin IPv6 preparations (dcantrel).
2456     - More release notes viewer fixes (dcantrel).
2457    
2458     * Thu May 4 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.8-1
2459     - and fix the build
2460    
2461     * Thu May 04 2006 Paul Nasrat <pnasrat@redhat.com> - 11.1.0.7-1
2462     - class Anaconda (pnasrat, clumens)
2463     - User/service kickstart handlers (clumens)
2464     - Don't include kernel fs headers (katzj)
2465    
2466     * Mon May 1 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.6-1
2467     - fix build
2468    
2469     * Mon May 1 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.5-1
2470     - Fix loopback mounted url installs (dcantrel, #189097, #183999)
2471     - Different message during upgrade post scripts (clumens, #189312)
2472     - Remove obsolete startx stub (clumens)
2473     - Default UTC box to checked if we don't find a windows partition (clumens)
2474     - Fix manual IP config (clumens)
2475     - Don't change timezone in rootpath mode (Jane Dogalt, #185930)
2476     - Don't symlink things that don't exist
2477     - Don't change network config in rootpath mode (#185930)
2478     - Warn on lack of space on upgrade (clumens, #189022)
2479     - Emit --useexisting and --noformat in anaconda-ks.cfg (clumens, #189123)
2480     - Handle NFS mount options (Dave Lehman, #168384)
2481     - Do firewall and auth config in rootpath mode
2482     - Make bootloader code handle live cd case
2483    
2484     * Tue Apr 18 2006 Chris Lumens <clumens@redhat.com> 11.1.0.4-1
2485     - Pass version to mkstamp for discinfo files (jkeating).
2486     - Fix FTP method handling.
2487     - Don't download RPMs twice on FTP and HTTP methods (pnasrat, #183654).
2488     - Use libuser for setting root password.
2489     - Fix up rescue image script problems (dcantrel, #188011).
2490    
2491     * Tue Apr 04 2006 Chris Lumens <clumens@redhat.com> 11.1.0.3-1
2492     - Fix up for rhpxl Modes changes.
2493     - Fix handling of video driver if there's no list of drivers available.
2494     - Add modes files and libuser to images.
2495     - Allow updates to contain entire directories that may be missing.
2496     - Clean up deprecation warnings.
2497    
2498     * Tue Mar 28 2006 Chris Lumens <clumens@redhat.com> 11.1.0.2-1
2499     - Remove reference to pythondeps.
2500    
2501     * Tue Mar 28 2006 Chris Lumens <clumens@redhat.com> 11.1.0.1-1
2502     - Prompt for reformatting ancient swap partitions (dcantrel, #122101)
2503     - Fix lots of deprecation warnings (dcantrel)
2504     - Check for suspend signatures in swap (dcantrel, #186018)
2505     - Support logging command in kickstart
2506     - Clean up URLs we try to fetch in the loader
2507     - Fix SELinux conditional inclusion (pjones)
2508     - Remove customClass
2509     - Always ignore disks listed in ignoredisks (#186438)
2510     - Fix loader segmentation fault (#186210)
2511     - Reiser fs label avoidance (dcantrel, #183183)
2512     - Remove traceonly mode
2513     - Add rhpl to minstg2.img (#185840)
2514     - Remove lots of unneeded code in isys, iutil, and elsewhere
2515     (clumens, dcantrel, pnasrat)
2516    
2517     * Tue Mar 21 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.0-1
2518     - Fix text for rescue images
2519     - Fix some file contexts (#182252)
2520     - Update for new xen kernel names
2521     - Don't try to download package being erased (clumens, #184531)
2522     - Don't show group selection on ks upgrade (pnasrat, #184528)
2523     - Ignore conflicts on upgrade (pnasrat, #184461)
2524     - Don't traceback trying to mount auto fs's (clumens, #182730)
2525     - String fixes (clumens, #181916)
2526     - rootpath fix (clumens, #185172)
2527     - Prompt for missing images on hd installs (clumens, #185274)
2528     - Don't clobber network on upgrades (pnasrat, (#183203)
2529     - Fix some syntax errors (#185275)
2530     - Cap pe size at 128M (#185272)
2531     - Conditionalize selinux (msw)
2532     - Remove some obsolete code (msw, katzj)
2533     - Ensure we don't ask for no longer needed cds if packages are
2534     deselected (pnasrat, #185437)
2535     - Remove amharic and thai since we don't have fonts (clumens)
2536     - Let's try not doing traceonly and see the size difference for minstg2.img
2537     - Fix i5 (pnasrat, #186070)
2538     - Misc cleanups to iutil (clumens)
2539     - Use system-config-date for text-mode timezone too (clumens)
2540    
2541     * Mon Mar 6 2006 Jeremy Katz <katzj@redhat.com> - 10.92.17-1
2542     - fix traceback in size check
2543     - disable size check on upgrade (clumens, #184112)
2544     - try to catch more failures to read repo metadata (clumens)
2545     - only do runlevel 5 if graphical install (dcantrel, #184013)
2546     - adjust to new xen kernel package naming
2547     - add 'vesa' flag to force the use of the vesa driver
2548     - more meaningful error messages on conflicts (pnasrat)
2549     - ensure some dirs are labelled correct (#182252)
2550    
2551     * Fri Mar 3 2006 Paul Nasrat <pnasrat@redhat.com> - 10.92.16-1
2552     - Support Everything/globs in ks (pnasrat, clumens, #177621)
2553     - Allow changes if not enough disk space (clumens, #183878)
2554     - Set controlling tty in rescue mode (dcantrel,#182222)
2555     - Sort list of languages (dcantrel)
2556    
2557     * Fri Mar 3 2006 Jeremy Katz <katzj@redhat.com> - 10.92.15-1
2558     - conditional code is now in yum (pnasrat)
2559     - sort network devices smarter (clumens, #166842)
2560     - select needed fs entries (#183271)
2561     - more serbian fixes (#182591)
2562    
2563     * Tue Feb 28 2006 Jeremy Katz <katzj@redhat.com> - 10.92.14-1
2564     - fix traceback in pkgorder
2565     - don't display xen
2566     - make partitioning type combo wider (dcantrel)
2567     - handle Serbian locales properly (#182591)
2568    
2569     * Mon Feb 27 2006 Jeremy Katz <katzj@redhat.com> - 10.92.12-1
2570     - Dependency whiteout to fix ordering (clumens)
2571     - Fix swap on RAID in kickstart (#176537)
2572     - Add keymap overrides
2573     - Fix segfault with USB CD/DVD drives (#182589)
2574    
2575     * Fri Feb 24 2006 Jeremy Katz <katzj@redhat.com> - 10.92.11-1
2576     - fix traceback with segv handler (pjones)
2577     - various language fixes (dcantrel)
2578     - be clearer about askmethod (#182535)
2579    
2580     * Thu Feb 23 2006 Jeremy Katz <katzj@redhat.com> - 10.92.10-1
2581     - more bogl removal (dcantrel)
2582     - make the exception dumping less braindead about things we don't
2583     want dumped (clumens)
2584     - add backtrace handler to anaconda (pjones)
2585     - fix warnings with new yum in pkgorder
2586     - make conditional packages on deps work (pnasrat)
2587     - suppress some warnings (dcantrel)
2588     - text mode language fixes (dcantrel)
2589    
2590     * Thu Feb 23 2006 Jeremy Katz <katzj@redhat.com> - 10.92.9-1
2591     - Fix text mode traceback (dcantrel)
2592     - Skip a few more things in traceback dumps
2593     - Attempt to fix pkgorder so that we require less CDs for "normal" installs
2594    
2595     * Wed Feb 22 2006 David Cantrell <dcantrell@redhat.com> 10.92.8-1
2596     - Removed obsolete bogl code (katzj)
2597     - Removed unused code in upgrade.py (pnasrat)
2598     - Check version and packages to upgrade (pnasrat)
2599     - Removed old IDE RAID code from isys (katzj)
2600     - Various traceback fixes
2601     - Don't use underline in device names for hotkeys in bootloader gui (pjones)
2602     - Mount /selinux in rescue mode (katzj)
2603    
2604     * Tue Feb 21 2006 Chris Lumens <clumens@redhat.com> 10.92.7-1
2605     - Give Language a default display_mode (dcantrel)
2606     - Get languages that need a default from localeInfo (dcantrel)
2607    
2608     * Tue Feb 21 2006 Chris Lumens <clumens@redhat.com> 10.92.6-1
2609     - Set a default language on text mode CJK installs (dcantrel, #180417)
2610     - Fix case-sensitive matching of devices (notting, #182231)
2611     - Be smarter about required media (pnasrat)
2612     - Set MTU in the loader (katzj)
2613     - Add dev package to remove blacklist (katzj, #181593)
2614     - Try to mount device as ext3 in hard drive installs (katzj)
2615     - Sanity check unknown package & group names (pnasrat)
2616     - Reboot after writing exception dump (#181745)
2617     - Confirm in interactive kickstart installs (#181741)
2618     - Fix showing kickstart package selection again
2619     - Don't traceback if we find a %%include file that doesn't exist yet (#181760)
2620     - Skip partitioning if logvol or raid is given in ks (#181806)
2621     - Initialize UTC checkbox (#181737)
2622    
2623     * Tue Feb 14 2006 Jeremy Katz <katzj@redhat.com> - 10.92.5-1
2624     - Fix traceback in language group selection
2625     - No remote save traceback button if not network (clumens)
2626     - More fixes for minstg2.img (clumens)
2627     - Disable next/back while installing packages (dcantrel)
2628     - Bump minimum amounts for install, graphical and early swap
2629     - Enable Arabic for text mode (notting)
2630    
2631     * Tue Feb 14 2006 Jeremy Katz <katzj@redhat.com> - 10.92.4-1
2632     - improve globbing for xen guest kernels
2633     - Don't add a kernel if one is already selected.
2634    
2635     * Mon Feb 13 2006 Jeremy Katz <katzj@redhat.com> - 10.92.3-1
2636     - Don't debug log about missing help text (clumens)
2637     - Reduce deps for pkgorder
2638     - Updated kickstart docs (clumens)
2639    
2640     * Mon Feb 13 2006 Jeremy Katz <katzj@redhat.com> - 10.92.2-1
2641     - more x86_64 xen guest fixing
2642    
2643     * Mon Feb 13 2006 Jeremy Katz <katzj@redhat.com> - 10.92.1-1
2644     - try to fix x86_64 xen guest
2645    
2646     * Sun Feb 12 2006 Jeremy Katz <katzj@redhat.com> - 10.92.0-1
2647     - Fix length of package name in text install (dcantrel, #180469)
2648     - Various minor cleanups
2649     - Support conditional packages for langsupport (pnasrat, #178029)
2650    
2651     * Thu Feb 09 2006 Chris Lumens <clumens@redhat.com> 10.91.19-1
2652     - Fix loader typo.
2653    
2654     * Thu Feb 09 2006 Chris Lumens <clumens@redhat.com> 10.91.18-1
2655     - Add iscsi support (Patrick Mansfield <patmans AT us.ibm.com>)
2656     - Allow retry if CD image isn't found on NFS server (#109051, dcantrel)
2657     - Fix location of video modes data files
2658     - Add x86_64 kernel-xen-guest (katzj)
2659     - Better loader debugging support (katzj)
2660    
2661     * Wed Feb 08 2006 Paul Nasrat <pnasrat@redhat.com> - 10.91.17-1
2662     - Handle bind mounts correctly (#160911, dcantrel)
2663     - Upgrade package black list and make upgrades work
2664     - Disable repo conf for now
2665     - loader debuginfo
2666     - kickstart - suggest fix (#174597, clumens)
2667    
2668     * Mon Feb 6 2006 Jeremy Katz <katzj@redhat.com> - 10.91.16-1
2669     - fix writing out instdata for root password, etc (#180310)
2670    
2671     * Mon Feb 6 2006 Jeremy Katz <katzj@redhat.com> - 10.91.15-1
2672     - Remove debugging code that broke showing the Xen option on the task screen
2673     - More sqlite files (#171232)
2674     - Fix traceback for new method pirut depends on
2675     - Ensure /dev/root exists (Patrick Mansfield)
2676     - Force buttonbar on main screen active in congrats (dcantrel, #179924)
2677     - Always pass loglevel (dcantrel)
2678     - BR libXt-devel (dcantrel)
2679     - Don't try to make /dev/mapper devs (pjones)
2680     - More consistency in dev naming for dmraid (pjones)
2681     - Start of iscsi patches (Patrick Mansfield)
2682     - Fix pre-existing RAID chunksize reading (#178291)
2683    
2684     * Fri Feb 3 2006 Jeremy Katz <katzj@redhat.com> - 10.91.14-1
2685     - Handle reiserfs labels (dcantrel, #125939)
2686     - Skip more steps in root mode (Jasper Hartline)
2687     - Update driver list for current kernels
2688     - Don't put mapper/ in the swap label (pjones)
2689     - Set file contexts on blkid.tab* (pjones)
2690     - Increase logical volume label field to 32 chars (dcantrel, #174661)
2691     - More exception trimming (clumens)
2692     - Fix args to writeConfiguration (clumens, #179928)
2693     - Fix format strings in label device, proper max for swap labels (pjones)
2694     - Make task definition more dynamic
2695     - Add a hack to remove the xen group if we're running on xen (#179387)
2696    
2697     * Thu Feb 2 2006 Jeremy Katz <katzj@redhat.com> - 10.91.13-1
2698     - Speed up timezone screen (clumens)
2699     - Make kickstart interactive mode work (clumens)
2700     - Fix package selection screen (clumens)
2701     - Add sqlite to traceonly to help http/ftp memory usage
2702     - Write out repo config (pnasrat)
2703     - Fix colors on boot splashes (#178033)
2704     - Select lang groups before going to the screen (#178673)
2705     - Clean up handling of grub vs no boot loader (#159658)
2706    
2707     * Thu Feb 2 2006 Jeremy Katz <katzj@redhat.com> - 10.91.12-1
2708     - improves %%packages section some more (clumens)
2709     - give a better error on kickstart lvm syntax errors (clumens)
2710     - display vncconnect error messages (clumens)
2711     - make swap labels shorter for cciss (dcantrel, #176074)
2712     - Make /dev/root for mkinitrd (#171662)
2713     - Use pirut stuff for graphical group selection
2714    
2715     * Tue Jan 31 2006 Paul Nasrat <pnasrat@redhat.com> - 10.91.11-1
2716     - Factor some yum stuff into yum
2717     - Text Clarification (#178105)
2718     - Don't use install only pkgs (#179381)
2719     - Various dmraid and bootloader fixes (pjones)
2720    
2721     * Tue Jan 31 2006 Peter Jones <pjones@redhat.com> - 10.91.10-1
2722     - add dmraid device renaming support for kickstart (pjones)
2723     - fix paths for expat (clumens)
2724     - remove unused functions (clumens)
2725    
2726     * Mon Jan 30 2006 Jeremy Katz <katzj@redhat.com> - 10.91.9-1
2727     - Skip partition and bootloader screens if requested for textmode
2728     (dcantrel, #178739)
2729     - Don't create /etc/X11/X symlink (dcantrel, #179321)
2730     - Add ethiopic fonts
2731     - Fix traceback in upgrade examine (clumens)
2732     - Free up depsolving storage (pnasrat)
2733     - Fix group selection screen that I mistakenly removed (oops)
2734     - Remove some dead pieces (pnasrat, katzj)
2735    
2736     * Thu Jan 26 2006 Jeremy Katz <katzj@redhat.com> - 10.91.8-1
2737     - Remove rpm whiteout (clumens, #178540)
2738     - Fix text in upgrade continue button (dcantrel, #178096)
2739     - Make %%packages in anaconda-ks.cfg shorter (pnasrat)
2740     - Fix text-mode drawing (clumens, #178386)
2741     - Release notes viewer fixes (dcantrel)
2742     - Reset -> reboot (dcantrel, #178566)
2743     - Create ia64 images again (prarit, #175632)
2744     - Make sure boot loader screen gets skipped (clumens, #178815)
2745     - Don't ask about VNC in kickstart
2746     - Don't ask for keyboard under Xen if it fails
2747     - Add more basic "task" selection screen
2748     - Text mode group selection is better now
2749     - Remove some dead code
2750     - Require squashfs-tools (clumens)
2751     - Fix rescue mode (dcantrel)
2752     - Don't have devices disappear out from under us (Patrick Mansfield)
2753    
2754     * Fri Jan 20 2006 David Cantrell <dcantrell@redhat.com> - 10.91.7-1
2755     - Save state when moving back to "upgrade or install" window (#178095).
2756     - Eject CD when in kickstart and given --eject parameter (clumens, #177554).
2757     - Translate combo box and comments (clumens, #178250).
2758     - Disable backend debugging mode for writeKS().
2759     - Added a PYTHONSTARTUP file to autoload readline, etc. (pjones).
2760     - Write %%packages section in template kickstart file (clumens, pnasrat).
2761    
2762     * Wed Jan 18 2006 David Cantrell <dcantrell@redhat.com> - 10.91.6-1
2763     - i18n fixes (katzj)
2764    
2765     * Wed Jan 18 2006 David Cantrell <dcantrell@redhat.com> - 10.91.5-1
2766     - i386 and ppc rescue image script fixes (jkeating)
2767     - fix kickstart package deselection (clumens, #177530)
2768     - fix header download issues (pnasrat, #177596)
2769     - interface improvements on scp exception dialog (clumens, #177738)
2770     - rescue image additions (pjones, dcantrell, #155399)
2771     - misc kickstart fixes (clumens, #178041, #177519)
2772     - fix fetching repo data on http installs (clumens, #178001)
2773     - add gdk-pixbuf handler for XPM images (#177994)
2774     - timezone screen fixes (clumens, #178140)
2775     - add LSI mptsas driver to module-info (#178130)
2776     - dmraid fixes for kickstart installs (pjones)
2777     - add sr@Latn to lang-table (katzj, #175611)
2778    
2779     * Wed Jan 11 2006 Jeremy Katz <katzj@redhat.com> - 10.91.4-1
2780     - Add xen kernels
2781    
2782     * Wed Jan 11 2006 Jeremy Katz <katzj@redhat.com> - 10.91.3-1
2783     - remove some unneeded bits from the ppc boot.iso to make it smaller
2784     - fix some text display (notting, #177537)
2785     - Misc kickstart fixes (clumens)
2786    
2787     * Tue Jan 10 2006 Jeremy Katz <katzj@redhat.com> - 10.91.2-1
2788     - fix hard drive installs (pjones)
2789    
2790     * Tue Jan 10 2006 Jeremy Katz <katzj@redhat.com> - 10.91.1-1
2791     - more ppc rescue image (jkeating)
2792     - actually commit the dmraid fix (pjones)
2793    
2794     * Mon Jan 9 2006 Jeremy Katz <katzj@redhat.com> - 10.91.0-1
2795     - tweaked selection stuff a little to be the same code as pirut
2796     - tweak exception window to have an image and be better sized (dcantrell)
2797     - write out RAID device name (clumens)
2798     - scroll group list properly (dcantrell)
2799     - fix ppc rescue image (jkeating)
2800     - dmraid detection fix (pjones)
2801    
2802     * Fri Jan 6 2006 Jeremy Katz <katzj@redhat.com> - 10.90.25-1
2803     - no sr@Latn yet since the po files haven't been added
2804    
2805     * Fri Jan 6 2006 Jeremy Katz <katzj@redhat.com> - 10.90.24-1
2806     - move a11y stuff earlier
2807     - fix the text mode progress bar (pnasrat, #176367)
2808     - fix ppc drive unreadable warnings (#176024)
2809     - add serbian locales (#175611)
2810     - preserve review checkbox between combo box selections (dcantrell, #176212)
2811     - quote ethtool args (#176918)
2812     - various spacing cleanups (dcantrell)
2813     - a few fixes to the group selector (dcantrell)
2814     - don't try to make the timezone widget bigger than screen (clumens, #176025)
2815     - fix rescue mode traceback (clumens)
2816     - fix message wording on package retry (clumens, #155884)
2817     - quiet debug spew in anaconda.log (clumens, #171663)
2818     - add ppc rescue script from jkeating (#177003)
2819    
2820     * Tue Dec 20 2005 Jeremy Katz <katzj@redhat.com> - 10.90.23-1
2821     - more pkgorder fixes (pnasrat)
2822     - fix some debug spew (notting)
2823     - segfaults in the loader should at least give us a stacktrace to work from
2824     - fix some padding on the network screen
2825    
2826     * Mon Dec 19 2005 Jeremy Katz <katzj@redhat.com> - 10.90.22-1
2827     - add more encoding modules to traceonly (clumens, #175853)
2828     - Fix text installs (pnasrat, #175773)
2829     - Fix for yum API changes (pnasrat)
2830     - Don't install the smp kernel even if NX is available
2831     - Adjust to be more dynamic about colors with syslinux-splash's
2832     - Use the selected language for default keyboard layout (clumens, #172266)
2833     - Better naming for psuedo-filesystems in /etc/fstab (dcantrel, #176149)
2834     - Clean up image handling for new graphics
2835     - Don't do the splashscreen stuff anymore. If the window is too slow to
2836     appear, we should fix that instead
2837    
2838     * Thu Dec 15 2005 Jeremy Katz <katzj@redhat.com> - 10.90.21-1
2839     - fix pkgorder for new group code
2840     - fix ub vs usb-storage
2841     - remove some redundant code (clumens)
2842    
2843     * Thu Dec 15 2005 Jeremy Katz <katzj@redhat.com> - 10.90.20-1
2844     - Fixes for new timezone stuff (pnasrat)
2845     - Fix transaction sorting (pnasrat)
2846     - Enable dmraid by default
2847    
2848     * Wed Dec 14 2005 Chris Lumens <clumens@redhat.com> 10.90.19-1
2849     - Use system-config-date for timezone selection UI (#155271).
2850     - Work on vnc+shell spawning (dcantrell).
2851     - Whiteout fixes (pnasrat, katzj).
2852     - Progress bar fixes (katzj).
2853     - Depsolving speedups (katzj).
2854    
2855     * Mon Dec 12 2005 Jeremy Katz <katzj@redhat.com> - 10.90.18-1
2856     - Handle monitor configuration in kickstart via "monitor" keyword instead of
2857     "xconfig" consistently (clumens)
2858     - Fix joe as nano (#175479)
2859     - Try to get hard drive installs working again
2860     - First steps towards using ub
2861     - Fix depcheck progress bar to actually give progress.
2862    
2863     * Sun Dec 11 2005 Peter Jones <pjones@redhat.com> - 10.90.17-1
2864     - Full dmraid support. (still disabled by default)
2865    
2866     * Sat Dec 10 2005 Jeremy Katz <katzj@redhat.com> - 10.90.16-1
2867     - Ensure upgrades to depsolve and remove db locks (pnasrat)
2868     - Tweak for improved and sortable groups/categories
2869     - Put back basic text-mode package selection (#175443)
2870    
2871     * Thu Dec 8 2005 Jeremy Katz <katzj@redhat.com> - 10.90.15-1
2872     - Fix various typos in the new group selection code (clumens)
2873     - Support bytesPerInode on RAID (Curtis Doty, #175288)
2874     - Stub some more for the loader to fix line-drawing chars again
2875     - Handle file read failures better (pnasrat)
2876     - Initial support for upgrades again (pnasrat)
2877     - Minor padding tweaks to the UI
2878    
2879     * Thu Dec 8 2005 Jeremy Katz <katzj@redhat.com> - 10.90.14-1
2880     - Fix up for moved x locale data
2881     - Remove vnc hack now that VNC knows where to look for fonts
2882     - Don't go to text mode for no mouse (notting)
2883     - Update to work with yum 2.5.0 cvs snap
2884     - New package selection code
2885     - Add new chinese font back now that we're using squashfs (#172163)
2886     - The return of locale-archive usage
2887    
2888     * Mon Dec 05 2005 Chris Lumens <clumens@redhat.com> 10.90.13-1
2889     - Reword media check dialog (dcantrell, #174530).
2890     - gcc41 compile fixes (pjones).
2891     - Add genhomedircon, setfiles, and /etc/shells for selinux.
2892    
2893     * Thu Dec 1 2005 Jeremy Katz <katzj@redhat.com> - 10.90.12-1
2894     - some release notes viewer fixing (dcantrell)
2895     - allow %%pre scripts in an %%include (clumens, #166100)
2896     - fix the squashfs stuff to actually work
2897     - hack around slang not initializing utf8 mode so that we have line
2898     drawing chars (#174761)
2899    
2900     * Thu Dec 1 2005 Jeremy Katz <katzj@redhat.com> - 10.90.11-1
2901     - reworded media check prompt (dcantrell, #174472)
2902     - let's try squashfs...
2903    
2904     * Wed Nov 30 2005 Jeremy Katz <katzj@redhat.com> - 10.90.10-1
2905     - Don't split transactions on not split install types (pnasrat, #174033)
2906     - Fix None vs "" for vncpasswd in test mode (Patrick Mansfield)
2907     - Make release notes viewer as large as the screen (dcantrell)
2908     - Allow system-logos instead of fedora-logos for the package name
2909     - Try to build SELinux policy so that things work with selinux
2910     2.x policy (#174563)
2911    
2912     * Tue Nov 29 2005 Chris Lumens <clumens@redhat.com> 10.90.9-1
2913     - Another stab at including email.Utils everywhere (#173169).
2914     - Remove unneeded isys.sync calls (pjones).
2915     - Fix /dd.ig in initrd (Dan Carpenter).
2916     - Report no DNS servers if a hostname used (pnasrat, #168957).
2917     - Fix ppc32 from CD (katzj, #174135).
2918     - Don't look for hdlist when booting CD1 and using FTP/HTTP (katzj).
2919     - Fullscreen release notes viewer (dcantrell).
2920    
2921     * Mon Nov 21 2005 Jeremy Katz <katzj@redhat.com> - 10.90.8-1
2922     - don't load pcspkr on ppc to avoid crashes on the g5
2923    
2924     * Sun Nov 20 2005 Jeremy Katz <katzj@redhat.com> - 10.90.7-1
2925     - fix backwards whiteout handling (#173738)
2926     - fix bug in depsolver which would bring in a package for an already
2927     satisfied dep
2928    
2929     * Sat Nov 19 2005 Jeremy Katz <katzj@redhat.com> - 10.90.6-1
2930     - fix removal of packages to not traceback
2931     - fix anaconda.dmraid logging (clumens)
2932    
2933     * Fri Nov 18 2005 Paul Nasrat <pnasrat@redhat.com> - 10.90.5-1
2934     - Disable sqlite cache for pkgorder
2935     - Fix for new selinux context types (katzj)
2936     - vnc parameter handling (clumens)
2937     - Add ellipsis (notting)
2938    
2939     * Thu Nov 17 2005 Jeremy Katz <katzj@redhat.com> - 10.90.4-1
2940     - don't traceback on unresolvable deps (#173508)
2941     - fix pkg.arch for %%packages
2942     - another hack for vnc
2943     - debug prints to log.debug (#173533)
2944    
2945     * Thu Nov 17 2005 Paul Nasrat <pnasrat@redhat.com> - 10.90.3-1
2946     - Add group processing to buildinstall
2947     - Add createrepo requires
2948    
2949     * Thu Nov 17 2005 Jeremy Katz <katzj@redhat.com> - 10.90.2-1
2950     - more pkgorder fixing (clumens)
2951     - fix cd installs to not fall into the "not a real install method" case :)
2952    
2953     * Thu Nov 17 2005 Jeremy Katz <katzj@redhat.com> - 10.90.1-1
2954     - add handling for dmraid/nodmraid
2955     - fix removals of packages which have already been removed
2956     - turn off dmraid by default
2957     - fix pkgorder (clumens)
2958    
2959     * Thu Nov 17 2005 Jeremy Katz <katzj@redhat.com> - 10.90.0
2960     - more tree build fixes
2961     - fix group removal
2962     - non iso install fixes (clumens)
2963     - pkgorder fixing (clumens)
2964     - dmraid support (pjones)
2965     - crude language support group hack
2966    
2967     * Wed Nov 16 2005 Chris Lumens <clumens@redhat.com> 10.89.20.1-1
2968     - Fix indentation.
2969    
2970     * Wed Nov 16 2005 Paul Nasrat <pnasrat@redhat.com> - 10.89.20-1
2971     - Restore YumSorter for pkgorder
2972     - Single anaconda installer yum class
2973     - Switching CD method
2974    
2975     * Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 10.89.19.1-1
2976     - be explict about pango-devel being needed
2977    
2978     * Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 10.89.19-1
2979     - Fix vt switching with modular X
2980     - Lots of CD install fixes (clumens, pnasrat)
2981     - Clean up exception dump stuff
2982     - Some more steps towards dm-raid support (pjones)
2983     - Log info messages
2984    
2985     * Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 10.89.18-1
2986     - remove new chinese font since its too big for cramfs (#172163)
2987     - Fix typo in trimpciids (notting)
2988     - Don't build locale-archive for now since its too big for cramfs
2989    
2990     * Tue Nov 15 2005 Jeremy Katz <katzj@redhat.com> - 10.89.17-1
2991     - missed an x lib somehow
2992    
2993     * Tue Nov 15 2005 Jeremy Katz <katzj@redhat.com> - 10.89.16-1
2994     - lots of updates for modular X
2995     - allow a shell on tty1 if using vnc
2996     - various fixes for cd/install method stuff (pnasrat, clumens, katzj)
2997     - install smp kernel if NX present (#172345)
2998     - work with multiple videoaliases files (notting)
2999    
3000     * Tue Nov 15 2005 Jeremy Katz <katzj@redhat.com> - 10.89.15-1
3001     - fix up for new selinux policy
3002    
3003     * Mon Nov 14 2005 Paul Nasrat <pnasrat@redhat.com> 10.89.14-1
3004     - Move sorter for CD/pkgorder into yuminstall
3005     - Add support for ub devices (katzj)
3006    
3007     * Mon Nov 14 2005 Paul Nasrat <pnasrat@redhat.com> 10.89.13-1
3008     - Reinstate image based install methods (excluding hd for now)
3009     - Clean up install method classes
3010     - device-mapper support (pjones)
3011     - Log warning on no network link (katzj)
3012     - Clean up error handling for pkgorder (clumens)
3013    
3014     * Fri Nov 11 2005 Chris Lumens <clumens@redhat.com> 10.89.12-1
3015     - Add buildreq for yum (katzj)
3016     - Fix loader log levels (katzj)
3017     - Add more libraries for dogtail (katzj)
3018    
3019     * Thu Nov 10 2005 Jeremy Katz <katzj@redhat.com> - 10.89.11-1
3020     - Fix stdout logging to print stuff (clumens)
3021     - Start of some sorting/splitting stuff for CDs (pnasrat)
3022     - Make missing modules lower priority
3023     - Look for xen devices
3024     - Add some of the necessary requirements to try to get dogtail working (#172891)
3025    
3026     * Thu Nov 10 2005 Chris Lumens <clumens@redhat.com> 10.89.10-1
3027     - Add e2fsprogs-libs to the install images.
3028    
3029     * Wed Nov 9 2005 Jeremy Katz <katzj@redhat.com> - 10.89.9-1
3030     - Create interface earlier to prevent kickstart traceback (clumens)
3031     - Logging fixes, everything should be in the logfile (clumens)
3032     - Get rid of help which is irrelevant
3033     - Clean up loader log levels
3034    
3035     * Tue Nov 8 2005 Jeremy Katz <katzj@redhat.com> - 10.89.8-1
3036     - Fix backwards message on upgrade (#172030)
3037     - New chinese fonts (#172163)
3038     - Don't try to update a progress window that's already popped (clumens, #172232)
3039     - Fix snack deprecation warnings (clumens, #172232)
3040     - Get rid of some cruft in traceback dumps (clumens)
3041     - Add a method to check for "real" consoles, add xen console to the list
3042     of weird stuff
3043     - Basic support for transaction errors other than tracebacks...
3044     - Fix a kickstart traceback for authconfig
3045     - Add xenblk and xennet to module-info
3046    
3047     * Mon Nov 7 2005 Jeremy Katz <katzj@redhat.com> - 10.89.7-1
3048     - More detailed error logging (pnasrat)
3049     - Add bnx2 driver (pjones)
3050     - Various kickstart fixes (clumens, #172356)
3051     - Fix shadow password convert (clumens)
3052    
3053     * Fri Oct 28 2005 Jeremy Katz <katzj@redhat.com> - 10.89.6-1
3054     - Make char devices slightly later to avoid tracebacks during tree compose
3055     - Extract kernel-xen-guest for vmlinuz and initrd in images/xen
3056     - Kickstart fix (clumens)
3057     - Add some support for xen xvd blockdevs
3058     - Select kernel-xen-guest as appropriate
3059     - Ensure proper arch of glibc is selected (#171997)
3060     - Select all proper multilib parts of a package (#171026)
3061    
3062     * Thu Oct 27 2005 Jeremy Katz <katzj@redhat.com> - 10.89.5-1
3063     - Another fix for kickstart + help hiding
3064     - Fix finding of kernel type
3065     - Make synaptics device nodes before X starts (clumens)
3066     - Use nofb by default
3067     - Add pycairo stuff (clumens)
3068     - Set minimum displayed log level to WARNING, everything is still in
3069     the logfiles (clumens)
3070     - Try to clean up syslog (clumens)
3071     - Allow installation of hypervisor + xen host kernel by booing with 'xen0' on
3072     the installer command line
3073     - Fix x86_64 traceback
3074    
3075     * Mon Oct 24 2005 Jeremy Katz <katzj@redhat.com> - 10.89.4-1
3076     - changed the wrong field in lang-table
3077    
3078     * Mon Oct 24 2005 Jeremy Katz <katzj@redhat.com> - 10.89.3-1
3079     - don't do xsetroot anymore
3080     - allow retrieving updates.img with
3081     updates=(http|ftp)://host/path/to.img (clumens)
3082     - some upd-instroot fixes (clumens)
3083     - only get yum filelists when needed (pnasrat)
3084     - clean up exception scp'ing (clumens)
3085     - don't write empty authconfig line (clumens, #171558)
3086     - make kickstart errors report line number of error (clumens)
3087     - select most appropriate kernel (kernel-smp, etc)
3088     - ensure we get a boot loader package installed
3089     - minor fix for ia64 image creation
3090     - tweaks to backend setup
3091     - don't have help as visible in the glade file so we don't have the pane
3092     appear when doing a kickstart install
3093     - use pl2 keymap for Polish (3171583)
3094     - allow passing product information with env vars to help live cd
3095    
3096     * Thu Oct 20 2005 Jeremy Katz <katzj@redhat.com> - 10.89.2-1
3097     - fix references to second stage module stuff that caused breakage
3098    
3099     * Thu Oct 20 2005 Jeremy Katz <katzj@redhat.com> - 10.89.1-1
3100     - fix for mkcramfs -> mkfs.cramfs
3101     - Use minstg2.img instead of netstg2.img/hdstg2.img in the loader
3102    
3103     * Thu Oct 20 2005 Jeremy Katz <katzj@redhat.com> - 10.89.0-1
3104     - Fix SELinux policy loading (clumens)
3105     - Fix translation import for kickstart (laroche)
3106     - Add yumcache (pnasrat)
3107     - Upgrade blacklisting (pnasrat)
3108     - Clean up exception copying (clumens)
3109     - Improve text mode exception dialog too (clumens)
3110     - Don't allow bootable partitions on XFS
3111     - Some speed improvements, progress bars, etc for package stuff (pnasrat)
3112     - Clean up image creation, move all modules to initrd.img.
3113    
3114     * Fri Oct 14 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.32-1
3115     - fix typo causing traceback (pnasrat)
3116     - Create character device nodes to fix synaptics (clumens)
3117    
3118     * Wed Oct 12 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.31-1
3119     - Handle missing metadata (pnasrat)
3120     - Give indication of kickstarts scriptlets running (#170017)
3121     - Fix a traceback with RAID (#170189)
3122     - Fix an FTP install traceback (#170428)
3123     - Clean up floppy stuff (clumens)
3124     - Clean up some warnings (clumens)
3125     - Make IDE device node creation cleaner
3126     - Change location of modes data files
3127    
3128     * Mon Oct 10 2005 Chris Lumens <clumens@redhat.com> 10.3.0.30-1
3129     - Fix requirements for s390, s390x, ppc64.
3130     - Fix typo in scripts/upd-instroot.
3131    
3132     * Fri Oct 07 2005 Chris Lumens <clumens@redhat.com> 10.3.0.29-1
3133     - Deal with new load_policy. (katzj)
3134     - Create an SELinux config. (katzj)
3135     - Use rhpxl instead of rhpl for X configuration.
3136     - Use pykickstart.
3137    
3138     * Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 10.3.0.28-1
3139     - Add yuminstall (katzj, #169228)
3140     - Skip bootloader screen unless modifying partitions (katzj, #169817)
3141     - Don't skip manual partitioning on custom (katzj, #169001)
3142     - Partitioning UI fixes (katzj)
3143     - Don't overwrite empty strings in ksdata with None.
3144     - Move kickstart file handling into pykickstart package.
3145     - Kickstart LVM and RAID partitioning fixes.
3146    
3147     * Fri Sep 30 2005 Chris Lumens <clumens@redhat.com> 10.3.0.27-1
3148     - More kickstart script fixes.
3149    
3150     * Tue Sep 27 2005 Chris Lumens <clumens@redhat.com> 10.3.0.26-1
3151     - kickstart script fixes
3152    
3153     * Sat Sep 24 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.25-1
3154     - single ppc boot images stuff from dwmw2 (pnasrat, #166625)
3155     - ppc netboot stuff from dwmw2 (pnasrat, #165239)
3156     - fix some of the yum backend for yum changes
3157     - Add a button to the traceback dialog to allow saving via scp (clumens)
3158     - Don't load the parallel port module (#169135)
3159     - Fix group deselection to not remove everything
3160     - Move repo setup and group selection earlier (pnasrat)
3161    
3162     * Tue Sep 20 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.24-1
3163     - Some kickstart %packages fixes (clumens)
3164     - Don't copy null bytes into syslog (clumens)
3165     - New exception dialog (clumens)
3166     - Fix a traceback (pnasrat)
3167     - FTP/HTTP installation might now work (pnasrat)
3168     - Very basic group selection in the UI
3169    
3170     * Mon Sep 19 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.23-1
3171     - fix a silly typo that would cause tracebacks
3172     - Look for help in /tmp/updates too (#168155)
3173     - Add skge driver (#168590)
3174     - Some fixes to hopefully get x86_64 trees working
3175    
3176     * Fri Sep 16 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.22-1
3177     - Fix segfaults with nfs mounting
3178     - Start of url install methods (pnasrat)
3179     - Basic package/group selection is back in kickstart
3180     - Macro magic fixups
3181     - Use onboot by default for network devices in kickstart
3182    
3183     * Thu Sep 15 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.21-1
3184     - Run pre scripts for kickstart (clumens)
3185     - Another tree fix
3186     - Handle NULL for device->driver from kudzu (notting)
3187     - Clean up internal mount stuff to be more extend-able
3188    
3189     * Wed Sep 14 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.20-1
3190     - Fix runlevel setting (pnasrat)
3191     - More dead stuff fixing.
3192    
3193     * Tue Sep 13 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.19-1
3194     - Fix pcmcia import traceback
3195     - Some more kickstart fixing (clumens)
3196     - Make SELinux/firewall defaults be done by the objects, not in the UI
3197     - This fixes booting with selinux=0, policy load failure, etc
3198     - Allow sparse updates.img with yum, urlgrabber and rpmUtils too
3199     - Some dead code removal
3200     - PCMCIA for the loader again (notting)
3201     - install.log tweaking
3202    
3203     * Mon Sep 12 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.18-1
3204     - Add back genhdlist to try to fix multiarch composes (pnasrat)
3205     - Really fix disabling of upgrades
3206     - Some typo fixes for X configuration and post-install config
3207     - Remove some dead code related to boot disks, using fdisk/fdasd, X
3208     configuration, pcmcia
3209     - Move ppc X stuff to rhpl (clumens)
3210     - Fix some kickstart stuff (clumens)
3211     - Fix RPM logging output -> the log file
3212     - Use gtkhtml2 for release notes
3213    
3214     * Fri Sep 9 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.17-1
3215     - more X fixage
3216     - build against new kudzu that doesn't segfault :)
3217    
3218     * Fri Sep 9 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.16-1
3219     - More typo fixes (notting)
3220     - Fix rhpl requires
3221    
3222     * Fri Sep 9 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.15-1
3223     - Fix typo that broke image building.
3224     - Start of getting post-install stuff working (pnasrat)
3225    
3226     * Fri Sep 09 2005 Chris Lumens <clumens@redhat.com> 10.3.0.14-1
3227     - logging fix when running in test mode
3228    
3229     * Fri Sep 09 2005 Bill Nottingham <notting@redhat.com> 10.3.0.13-1
3230     - adapt to new X driver model in kudzu and associated rhpl changes
3231     - pcitable/modules.pcimap/modules.usbmap are no longer used in probing;
3232     remove support for them and add modules.alias usage
3233     - Turn off help (katzj)
3234     - Kickstart fixes (clumens)
3235    
3236     * Wed Sep 07 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.12-1
3237     - yum backend selinux file_context
3238     - Start using new kickstart code (clumens)
3239     - Error handling and messages for kickstart (clumens)
3240     - Partitioning kickstart fixups (clumens)
3241    
3242     * Thu Sep 01 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.11-1
3243     - Yum backend work (macro support, whitelist)
3244     - qla2100 (katzj, #167065)
3245     - Kickstart Parser (clumens)
3246     - authconfig handling changes (clumens)
3247     - Autopartitiong Traceback fix (katzj)
3248    
3249     * Fri Aug 26 2005 Jeremy Katz <katzj@redhat.com>
3250     - More work from pnasrat on getting the yum backend working
3251     - Don't set some irrelevant network TYPE= (#136188, #157193)
3252     - New and improved autopartitioning screen
3253    
3254     * Fri Aug 19 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.10-1
3255     - Working towards new backend architecture
3256    
3257     * Thu Aug 18 2005 Chris Lumens <clumens@redhat.com> 10.3.0.9-1
3258     - Rebuild for new cairo.
3259     - Add support for ksdevice=bootif (Alex Kiernan, #166135).
3260     - Fix /dev/tty3 logging problems.
3261     - Add support for Pegasos machines (dwmw2, #166103).
3262     - Switch to Sazanami font (#166045).
3263     - Fix for autopart not in lvm (msw).
3264    
3265     * Mon Aug 15 2005 Chris Lumens <clumens@redhat.com> 10.3.0.8-1
3266     - Remove dead --ignoredeps code (katzj, #165224).
3267     - New logging system with log levels and remote logging capabilities.
3268     - Fix typo in network code (pnasrat, #165934).
3269     - Fix buffer overrun in md5sum code (Dustin Kirkland).
3270     - Add mptspi and mptfc drivers (katzj).
3271     - Timestamp fixes (dgregor, #163875).
3272    
3273     * Thu Jul 21 2005 Chris Lumens <clumens@redhat.com> 10.3.0.7-1
3274     - Remove firewall configuration screen. Open SSH by default and set
3275     SELinux to enforced.
3276    
3277     * Wed Jul 20 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.6-1
3278     - Ensure boot flag only on correct partition on pmac (#157245)
3279     - Plug in yum for nfs:/ by default
3280     - Include sungem_phy for pmac
3281    
3282     * Wed Jul 13 2005 Chris Lumens <clumens@redhat.com> 10.3.0.5-1
3283     - Fix pygtk bug on progress bars.
3284     - Bump ia64 boot.img size (katzj, #162801).
3285     - Fix for clearpart --none (katzj, #162445).
3286     - yum dependancy fixes (pnasrat).
3287     - name.arch fix for kickstart (pnasrat).
3288     - Fix multiple NICs in kickstart config files (#158556).
3289    
3290     * Thu Jul 07 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.4-1
3291     - Select kernel-devel (katzj #160533)
3292     - Fixups for ia64 images from prarit (katzj #162072)
3293     - Include yum libraries in stage2
3294     - Remove gzread.py (clumens)
3295    
3296     * Wed Jun 29 2005 Chris Lumens <clumens@redhat.com> 10.3.0.3-1
3297     - Mount "auto" filesystems on upgrade (#160986).
3298     - Add cairo for new pango/gtk (katzj).
3299     - Delete labels on swap and ext3 partitions before formatting.
3300     - Remove langsupport keyword from kickstart.
3301    
3302     * Mon Jun 20 2005 Bill Nottingham <notting@redhat.com> - 10.3.0.2-1
3303     - fix genhdlist
3304    
3305     * Fri Jun 17 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.1-1
3306     - Fix release notes for ftp installs (#160262)
3307     - Fix fd leak in edd support (Jon Burgess, #160693)
3308     - Fix typo breaking pseries console (pnasrat, #160573)
3309     - Allow ignoring packages without specifying the arch (clumens, #160209)
3310     - Add gpart (clumens, #55532)
3311     - Some warning fixes.
3312     - Use full bterm font if available (#159505)
3313     - Fix quoting of pvs in anaconda-ks.cfg (#159193)
3314     - Fix segfault on upgrades
3315     - String tweaks (clumens, #159044, #156408)
3316     - Don't traceback on preexisting RAID (clumens, #159079, #159182)
3317     - Fix display size of PVs (clumens, #158696)
3318     - Don't consider drives without free space for partitions (pjones)
3319     - Langsupport fixes (clumens, #154572, #158389)
3320     - Hack around usb-storage slowness at finding devices that leads to the
3321     reload not occurring
3322     - Handle FC3 swap label format and convert to right format (#158195)
3323     - Only set things up to change the default kernel if we're booting us (#158195)
3324     - Fix deps on upgrades (#157754)
3325     - Try to keep install screen from moving with length of strings
3326     - Fix autopart problem leaving some freespace the size of where you
3327     started your partition growing
3328     - Allow excluding name.arch in kickstart (Dave Lehman, #158370)
3329     - Don't spew an error if essid or wepkey isn't set (#158223)
3330     - Add megaraid and other new drivers (#157420)
3331     - Left pad RAID uuid (clumens, #136051)
3332     - synaptics tweak (pnasrat)
3333     - Fix telnetd to use devpts instead of legacy ptys (#124248)
3334    
3335     * Thu May 19 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.64-1
3336     - Handle longer arch strings (notting)
3337     - Fix traceback in network screen (#158134)
3338     - Include synaptics for X config (pnasrat)
3339     - Magic boot for mac vs mac64 on disc1/dvd (pnasrat)
3340     - Bump point at which we use graphical stage2 for http/ftp (#157274)
3341     - Use uuid in mdadm.conf, stop using copy of md.h (#136051)
3342     - Support deletion of bootloader entries in text mode (#125358)
3343     - Support RAID /boot on pSeries along with handling of multiple PReP
3344     partitions (Dustin Kirkland)
3345    
3346     * Tue May 17 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.63-1
3347     - add arch to buildstamp (notting, #151927)
3348     - Fix am.po format strings
3349    
3350     * Tue May 17 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.62-1
3351     - Fix execcon used for anaconda (pjones)
3352     - Fix traceback on tui netstg2.img install (#157709)
3353     - Fix various splittree bugs (clumens, #157722, #157721, #157723)
3354     - Blacklist perl.i386 on x86_64 to be removed on upgrade (pnasrat, #156658)
3355     - Fix drive sorting (clumens)
3356     - Remove %%installclass support for kickstart since it's never worked (#149690)
3357     - Fix name.arch in packages (pnasrat)
3358     - Remove bogus pre-existing RAID info on kickstart installs (clumens, #88359)
3359     - Pretend to have nano in the rescue environment
3360     - Don't load stage2.img into RAM for rescue mode if booted
3361     with 'linux text' (#155398)
3362    
3363     * Thu May 5 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.61-1
3364     - and fix pkgorder for the gfs stuff
3365    
3366     * Thu May 5 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.60-1
3367     - Better handling of the langsupport group (clumens)
3368     - Don't install the gfs stuff for all kernel variants, that brings in
3369     kernel-smp on an everything install (#156849)
3370     - Don't grow a partition beyond the largest freespace on a drive
3371     - HFS+ support
3372     - Pull in more selinux policy files to try to get /home labeled right
3373     - Fix typo causing segfault (pnasrat)
3374    
3375     * Tue May 3 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.59-1
3376     - Try to use the fb res on pmac
3377     - Always reset terminal attrs on ppc (notting, #156411)
3378     - Remove bogus preexisting LVM info when doing kickstart
3379     installs (clumens, #156283)
3380    
3381     * Mon May 2 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.58-1
3382     - Beep on CD insertion, not after
3383     - Fix language support selection (clumens)
3384     - Fix nfsiso (clumens)
3385     - Misc X config fixes for ppc. Boot with "usefbx" to use fbdev
3386     instead again (#149188)
3387    
3388     * Thu Apr 28 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.57-1
3389     - Fix bind mounts (clumens, #151458)
3390     - Fix hard drive installs (clumens)
3391     - Re-add bluecurve icons
3392     - Attempt to fix Chinese
3393    
3394     * Wed Apr 28 2005 Peter Jones <pjones@redhat.com> - 10.2.0.56-1
3395     - Fix mediacheck calls from cdinstall.c, and make mediacheck.c include
3396     its own header so typechecking works.
3397    
3398     * Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.55-1
3399     - Don't spam about package downloads in cmdline mode (#155250)
3400     - Apply jnovy's patch to fix space calculations for > 2 TB devices (#155709)
3401     - Set default font for CJK better (clumens, #156052)
3402     - Add --label for part in kickstart (clumens, #79832)
3403     - Ensure decimal IP addrs (#156088)
3404     - Apply patch from Joe Pruett for rpmarch= fixes (#101971)
3405     - Don't set SUPPORTED unnecessarily (#115847)
3406     - Give more room for cyl #s (#119767)
3407     - Bump size of diskboot.img
3408     - Add back button for required media message (#114770)
3409     - Fix lvs showing up with a mountpoint of 0 (#153965)
3410     - Nuke some debug code
3411     - Don't try to unmount (tmpfs) /dev
3412     - Write a minimal mtab to avoid fsck/mount complaints (pjones)
3413    
3414     * Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.54-1
3415     - Only select kernel-smp that matches the arch of kernel (#149618)
3416     - Apply the read of Dustin Kirkland's checkpoint fragment sum patch
3417     - Fix order of retry/reboot (#155884)
3418     - Probe macio (pnasrat, #154846)
3419    
3420     * Tue Apr 26 2005 Chris Lumens <clumens@redhat.com> 10.2.0.53-1
3421     - Beep at CD prompt and on install completion (katzj, #109264, #116681).
3422     - Add kernel-smp-devel and kernel-hugemem-devel to exclude list (katzj).
3423     - Fix buffer overflow when CD/DVD images are several directories deep
3424     (#154715).
3425     - Fix media check (pjones).
3426     - Set language on CD and no pass installs (#149688).
3427     - Fix disappearing button bar (#151837).
3428     - Upgrade PReP on iSeries (pnasrat).
3429    
3430     * Thu Apr 21 2005 Chris Lumens <clumens@redhat.com> 10.2.0.52-1
3431     - Allow mediacheck in kickstart (katzj, #116429)
3432     - Check for a drive being selected in autopart (katzj, #124296)
3433     - Fix traceback in language selection screen (#155103)
3434     - Mark "Downloading" for translation (katzj, #155214)
3435     - Applied Dustin Kirkland's checkpoint fragment sum patch for mediacheck.
3436     - Make anaconda-ks.cfg ro (pnasrat)
3437     - Ensure there are <= 27 RAID members (katzj, #155509)
3438     - Fix fsoptions for preexisting partitions in kickstart (#97560).
3439    
3440     * Fri Apr 15 2005 Chris Lumens <clumens@redhat.com> 10.2.0.51-1
3441     - Decode source URL for writing to anaconda-ks.cfg (#154149).
3442     - Add kernel-xen?-devel to the exclude list (katzj, #154819).
3443     - Fix text wrapping (#153071, #154786).
3444     - Various UI fixes.
3445     - Select language packages for all selected languages (#153748, #154181).
3446    
3447     * Wed Apr 13 2005 Peter Jones <pjones@redhat.com> - 10.2.0.50-1
3448     - revert last week's nptl hack in upd-instroot
3449    
3450     * Wed Apr 13 2005 Peter Jones <pjones@redhat.com> - 10.2.0.49-1
3451     - Cut summaries off to avoid layout problems (katzj, #154459)
3452     - Add script to update loader in initrd (katzj)
3453     - Typo fixes in upgrade.py (katzj, #154522)
3454     - Fix rescue mode network enabling (katz, #153961)
3455     - Add libaudit to the graphical stage2 file list, for Xorg
3456     - Various language fixes (clumens, #152404)
3457    
3458     * Mon Apr 11 2005 Peter Jones <pjones@redhat.com> - 10.2.0.48-1
3459     - Typo fixes in gui.py (menthos, #154324)
3460     - Don't try to do early swap in test mode, and use yesno not okcancel (msw)
3461     - If the install language is an unknown locale, use en_US.UTF_8
3462     - Fix upgrade to make devices available in the changeroot
3463    
3464     * Thu Apr 7 2005 Peter Jones <pjones@redhat.com> - 10.2.0.47-1
3465     - put ncurses in the net images, too.
3466     - (notting) put redhat-artwork in the GR images.
3467    
3468     * Thu Apr 7 2005 Peter Jones <pjones@redhat.com> - 10.2.0.46-1
3469     - put readline in the net images
3470     - fix linxuthreads warnings in upd-instroot
3471     - (clumens) fix build-locale-archive
3472    
3473     * Wed Apr 6 2005 Elliot Lee <sopwith@redhat.com> - 10.2.0.45-1
3474     - Deal with GUI-mode language traceback
3475    
3476     * Wed Apr 6 2005 Elliot Lee <sopwith@redhat.com> - 10.2.0.44-1
3477     - Deal with text-mode language traceback
3478     - (clumens) Don't set SYSFONTACM
3479    
3480     * Wed Apr 06 2005 Peter Jones <pjones@redhat.com> - 10.2.0.43-1
3481     - Don't remove libraries in stage2 that don't match the one from linuxthreads/
3482    
3483     * Tue Apr 05 2005 Peter Jones <pjones@redhat.com> - 10.2.0.42-1
3484     - Use linuxthreads libraries even if they're not the default, unless
3485     explicitly told to use nptl
3486    
3487     * Tue Apr 05 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.41-1
3488     - Make sure $LANG is set right for the second stage.
3489     - Fix kickstart traceback trying to skip a nonexistant step.
3490     - Import encodings.idna (sopwith, #153754).
3491     - Fix image building problems.
3492     - Fix kickstart traceback when using shortened forms of language names
3493     (#153656).
3494    
3495     * Mon Apr 04 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.40-1
3496     - Add locale information for 'C' to fix RPM building.
3497    
3498     * Sat Apr 2 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.39-1
3499     - fix makefile deps to fix build
3500    
3501     * Fri Apr 01 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.38-1
3502     - Set default language for /etc/sysconfig/i18n (#149688).
3503     - Make sure hostname option isn't greyed out if using static IP (#149116).
3504     - Remove unused packages, python library bits, and locale info (katzj).
3505     - Add missing Indic font packages (katzj).
3506     - Various language fixups.
3507    
3508     * Wed Mar 30 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.37-1
3509     - try not using maxcpus=1 for arches which still had it
3510     - don't use the reserved variable name str (sopwith)
3511     - various language fixups (clumens)
3512    
3513     * Tue Mar 29 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.36-1
3514     - tree build fix
3515    
3516     * Tue Mar 29 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.35-1
3517     - dead files can't really be installed (aka, fix the build)
3518    
3519     * Tue Mar 29 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.34-1
3520     - Adjust pcmcia module loading for new in-kernel ds (pjones, #151235)
3521     - Make the rescue images identify which arch they're for (pjones, #151501)
3522     - Delete LV snapshots before the parent LV (pjones, #151524)
3523     - Check various forms of a language nick.
3524     - Allow setting MTU on the command line (katzj, #151789)
3525     - Remove dead code in config file handling and sparc booting (katzj)
3526     - Product name and path simplification (katzj)
3527     - Fixes for lang-table format change (katzj, clumens)
3528    
3529     * Fri Mar 25 2005 Bill Nottingham <notting@redhat.com> - 10.2.0.33-1
3530     - fix typo in partedUtils.py
3531    
3532     * Thu Mar 24 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.32-1
3533     - Switch theme to clearlooks
3534     - Add new Solaris partition id
3535     - Mark some more strings for translation
3536     - Fix xfs fs creation (Lars Hamann, #151378)
3537    
3538     * Wed Mar 23 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.31-1
3539     - Add libgcc for images.
3540     - Rewrite language handling.
3541     - Fix readImageFromFile deprecation warning (katzj).
3542     - Don't hide groups which just have metapkgs (katzj, #149182).
3543     - Load SELinux booleans (katzj, #151896).
3544    
3545     * Tue Mar 22 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.30-1
3546     - Try harder on the libstdc++ include.
3547     - Fix /etc/resolv.conf fir interactive kickstart installs (#151472).
3548    
3549     * Mon Mar 21 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.29-1
3550     - Fix beta nag translation
3551     - Fix button growing (clumens, #151208)
3552     - Add libstdc++ for images (clumens)
3553     - Clean up congrats screen (clumens, #149526)
3554     - Fix CD ejecting in loader (pnasrat, #151232)
3555     - Exclude Xen kernels from everything install (#151490)
3556     - Add reserve_size for ppc to leave room on disc1 (#151234)
3557     - Add some more locales
3558    
3559     * Mon Mar 14 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.28-1
3560     - fix swap detection on upgrade (pjones)
3561     - don't use os.read to make a buffer of '\x00' (pjones)
3562     - move availRaidLevels to raid.py from fsset.py (pjones)
3563     - fix Xvnc parameters (clumens, #150498)
3564     - unmount loopback-mounted ISO images to free loop0 (clumens, #150887)
3565     - fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patch
3566     from Colin Charles. (pjones)
3567     - sqlite3->sqlite (pnasrat)
3568     - support longer package names in hdlist (pnasrat, #146820)
3569     - Fix handling of --debug (Ingo Pakleppa, #150920, #150925)
3570     - Fix for font location changes (#150889)
3571     - More cjk text shuffling (#149039)
3572    
3573     * Mon Mar 7 2005 Peter Jones <pjones@redhat.com> - 10.2.0.27-1
3574     - supress lvm fd warning messages
3575     - fewer log messages when growing partitions
3576     - clamp LVs to pesize during grow
3577    
3578     * Mon Mar 7 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.26-1
3579     - urlgrabber stuff is in its own package now
3580    
3581     * Sun Mar 6 2005 Peter Jones <pjones@redhat.com> - 10.2.0.25-1
3582     - Empty blacklist in upgrade.py (notting, #142893)
3583     - Add new font package names (katzj)
3584     - Yet another fix of autopart with lvm (pjones)
3585    
3586     * Tue Mar 1 2005 Peter Jones <pjones@redhat.com> - 10.2.0.24-1
3587     - gcc4 fixes (clumens, pjones)
3588     - build C files with -D_FORTIFY_SOURCE=2 (pjones)
3589    
3590     * Mon Feb 28 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.23-1
3591     - Don't write out filesystems to fstab we haven't mounted (katzj, #149091).
3592     - Deal with multiple Apple Bootstrap partitions (pnasrat).
3593     - Set hostname sensitivity UI bug.
3594     - Eject CD when failing (pnasrat, #147272).
3595     - Better handling of Apple Bootstrap throughout (pjones).
3596     - Do ethtool setup everywhere (pnasrat, #145522).
3597     - Fix "debug" command line arg (pjones).
3598     - Import new libkrb5support library (#149856).
3599     - Add -once to ensure Xvnc exits (katzj, #137337).
3600    
3601     * Sun Feb 20 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.22-1
3602     - revert some of the ppc changes so that lvm is used (nasrat)
3603     - Try to fix bogl stuff some more (#149039)
3604     - x86_64 install fixes (#149040)
3605    
3606     * Sun Feb 20 2005 Peter Jones <pjones@redhat.com> - 10.2.0.21-1
3607     - get rid of lilo
3608     - make grub work with raid1 /boot and /root
3609    
3610     * Sat Feb 19 2005 Paul Nasrat <pnasrat@redhat.com> - 10.2.0.20-1
3611     - Pull in translations
3612     - s390 linuxrc silence nonexistant group warnings (karsten)
3613     - ppc mac autopartitioning and G5 boot.iso (#121266) and (#149081)
3614    
3615     * Sat Feb 12 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.19-1
3616     - fix x86_64 installs for bad urlgrabber import
3617     - Fix traceback with no %post (clumens)
3618     - Put hostname in the text entry (clumens, #132826)
3619    
3620     * Tue Feb 8 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.18-1
3621     - Remove some old cruft
3622     - Fix-up for new module naming in gnome-python2-canvas 2.9.x
3623     - Add needed requirements for rpm 4.4
3624     - Fix segfault when rpm tries to write to non-existent fd during
3625     transaction ordering
3626     - Support --erroronfail as an option for %pre/%post (clumens, #124386)
3627    
3628     * Tue Feb 8 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.17-1
3629     - Use rhpl.archscore to fix iseries upgrades (pnasrat, #146915)
3630     - Only configure ksdevice if no --device (pnasrat, #138852)
3631     - Don't redraw help if disasbled on next button click (clumens, #145691)
3632     - Fix exception in exception handler (msw)
3633     - Rebuild for new librpm
3634    
3635     * Fri Feb 4 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.16-1
3636     - Support setting fs options in kickstart via --fsoptions (#97560)
3637     - Fix tracebacks
3638    
3639     * Wed Feb 2 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.15-1
3640     - Fix some bugs in the reduce-font changes
3641     - Fix urlgrabber import
3642     - Remove langsupport screen, base additional language support off of groups
3643     selected
3644    
3645     * Wed Feb 2 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.14-1
3646     - Fix deprecation warnings for pygtk 2.5 (clumens)
3647     - Fix bootloader --location=none (clumens, #146448)
3648     - Use urlgrabber (clumens)
3649     - Create reduced bogl font at upd-instroot time to include more
3650     characters (#92146, #140208)
3651     - Allow passing --src-discs=0 to get no srpm discs from splittree
3652     (based on patch from Armijn Hemel, #119070)
3653     - Mount pseudo-fs's with a more descriptive device name (#136820)
3654     - Minor tweaks to completion message (#138688)
3655    
3656     * Tue Jan 25 2005 Peter Jones <pjones@redhat.com> - 10.2.0.13-1
3657     - Hopefully fix LVM size bug (#145183)
3658     - Support multiple iso sets in the same directory (#146053)
3659    
3660     * Wed Jan 19 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.12-1
3661     - Fix partitioning bugs (#101432, #137119)
3662     - Support --bytes-per-inode on a per-partition basis (#57550)
3663    
3664     * Thu Jan 13 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.11-1
3665     - Fix some tracebacks with the new glade code
3666     - Use busybox ash instead of ash for netstg2.img/hdstg2.img
3667     - Initialize terminals to avoid color palette change from
3668     bterm (pjones, #137849)
3669    
3670     * Thu Jan 13 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.10-1
3671     - Handle /sbin/lvm not existing anymore
3672     - Allow installclasses to turn off showing the upgrade option
3673     - Ensure that Core exists in your comps file (#143930)
3674     - Don't fall back to text mode if we fail to start graphics in test mode
3675     - Display better error messages for HTTP/FTP errors (clumens, #144546)
3676     - Switch main UI to use glade, set up infrastructure for use of glade
3677     - Remove some old code
3678     - Add buildprereq for intltool (fixed for b.g.o 163981)
3679    
3680     * Wed Jan 5 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.9-1
3681     - Fix some typos (#143257, #144006)
3682     - Fix from Matthew Miller for multiple dns servers (#84409)
3683     - Fix formatting of fcp disks (#144199)
3684     - Include a README for x86_64 images (clumens, #143366)
3685     - Make an x86_64 rescue image (clumens, #143366)
3686     - Add libXfixes for new gtk2
3687    
3688     * Thu Dec 23 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.8-1
3689     - Use tmpfs not ramfs for /dev
3690     - Blacklist "root" as a VG name (#142785)
3691     - Better error message if swap can't be mounted (clumens, #143000)
3692     - Some fixes to the new /dev handling in init
3693     - Make more certain hwaddr gets written out (#143535)
3694     - Handle new swap label format (#143447)
3695     - Let the user know they're in rescue mode earlier (clumens, #136171)
3696    
3697     * Mon Dec 20 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.7-1
3698     - Better error handling on device creation (#142273)
3699     - Reset package selection to defaults if selected (#142415)
3700     - LVM on RAID1 fix (nasrat, #141781)
3701     - Add support for biosdev in driverdisk from Rez Kabir (#142738)
3702     - Some more SX8 fixes
3703     - Create /dev as a tmpfs (#141570)
3704     - Remove some old code
3705     - Improve quoting of fstype in anaconda-ks.cfg (Danen Brücker)
3706    
3707     * Wed Dec 8 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.6-1
3708     - Write out wepkey better (#140645)
3709     - Try to skip source isos with nfsiso (#106017)
3710     - Don't traceback for bad/missing / in fstab (nasrat, #141174)
3711     - Include pesize in generated ks.cfg (#141370)
3712     - Loop less on shutdown
3713     - Better handling of partial volume groups (#139058)
3714    
3715     * Tue Nov 30 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.5-1
3716     - CTCPROT fix (karsten, #133088)
3717     - Fix LVM partitions becoming negative sized (nasrat, #141268)
3718     - Fix removal/editing of zfcp devices in gui (#140559)
3719     - Fix segfault (#140541, #140876)
3720     - Fix handling of pre-existing parts on disks that we then ignore (#131333)
3721    
3722     * Tue Nov 23 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.4-1
3723     - Update python version in urllib hack
3724     - /init in initramfs instead of /linuxrc
3725     - Improved ppc console detection (nasrat, #134397)
3726     - Better handling of going back when out of space (#133773)
3727     - Better handling of LVM failures (#134263)
3728     - Set a default when boot loader to upgrade is indeterminate (#139603)
3729     - No more diet on i386
3730    
3731     * Tue Nov 16 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.3-1
3732     - Create initramfs images instead of initrds for boot media
3733     - Remove some old code in a few places
3734     - Allow passing --notksdevice in network lines of a ks.cfg to avoid
3735     confusion with multiple network lines and a ksdevice= (#136903)
3736     - Allow going back to change the network device if ksdevice= is
3737     passed and isn't correct (#136903)
3738     - Fix for console= to automatically imply serial as needed (#137971)
3739    
3740     * Mon Nov 15 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.2-1
3741     - Do some more unmounts if we run out of space (#133773)
3742     - Fix for obsoletes E being long (nasrat, #138485)
3743     - Make serial imply nofb (#134167)
3744     - Set fstype to vfat if user selected /boot/efi in the
3745     mountpoint dropdown (#138580)
3746     - Copy the X log to the installed system
3747     - Add fix from HJ Lu to fix hang with no bootloader install (#138932)
3748     - Fix splittree error msg (nasrat, #139391)
3749     - Ignore IBM *STMF disks (#137920)
3750    
3751     * Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.1-1
3752     - whrandom is deprecated in python 2.4, use random instead
3753     - fix some syntax errors
3754     - fallback to English for languages that can't do text-mode (#138308)
3755     - More CTCPROT/PORTNAME tweaks (karsten)
3756    
3757     * Sun Nov 7 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.0-1
3758     - Switch to python 2.4
3759     - Clean up warning on network screen from pygtk
3760     - Parse pxelinux IPAPPEND for loader network info, patch
3761     from Bastien Nocera (#134054)
3762     - Clean up handling of binaries busybox should override
3763     - Do misc package selection earlier so we know all the CDs needed
3764     when confirming the install (#122017)
3765     - Mark some strings for translation (#137197)
3766     - Don't reference boot disks in boot loader screen (#135851)
3767     - Add hardware address information to network screen (#131814)
3768     - Fix exception handling in label reading
3769    
3770     * Thu Nov 4 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.4-1
3771     - Fix traceback with CJK upgrades (#137345)
3772     - Allow 128 bit WEP keys (#137447)
3773     - Fix race condition with X client startup (krh, #108777)
3774     - Fix segfault in hd kickstart install (twaugh, #137533)
3775     - Better handling of errors reading labels (#137846)
3776     - Try harder to find LCS interface names (karsten)
3777     - Improve CTCPROT handling (karsten)
3778     - Fix traceback going back in rescue mode network config (#137844)
3779     - Don't use busybox shutdown, poweroff, reboot (#137948)
3780     - Set permissions on anaconda logs
3781     - Make autopartioning better with native storage on legacy iSeries
3782     - Sync onboot behavior of gui/text network screens (#138011)
3783     - Load some drivers later to try to avoid having FC disks be sda
3784     - Sizes in ks.cfg need to be an integer (#138109)
3785    
3786     * Tue Oct 26 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.3-1
3787     - Pull in firefox on upgrade if mozilla/netscape were installed (#137244)
3788     - Fix s390 tracebacks (#130123, #137239)
3789    
3790     * Tue Oct 26 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.2-1
3791     - Handle our LVM autopart lines slightly better (#137120)
3792     - Use busybox sleep for s390 since sleep requires librt again (#131167)
3793     - Handle onboot in ks.cfg properly in the loader (#136903)
3794     - Punjabi shouldn't try to do text mode (#137030)
3795     - Add sgiioc4 driver for Altix CD installs (#136730)
3796     - pci.ids trimming (notting)
3797    
3798     * Wed Oct 20 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.1-1
3799     - Create a netboot.img again for ppc64 (#125129)
3800    
3801     * Wed Oct 20 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.0-1
3802     - Lowercase OSA addresses from the parm file too (karsten)
3803    
3804     * Tue Oct 19 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.21-1
3805     - Lowercase OSA addresses to make the kernel happy (#133190)
3806     - Don't hard code the VG name used for auto-partitioning to avoid
3807     colliding with existing ones
3808     - Make sure that we don't do runlevel 5 if people don't have X, etc
3809     installed (#135895)
3810     - Update for new Indic font filenames
3811    
3812     * Mon Oct 18 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.20-1
3813     - Fix traceback with %post logging (Gijs Hollestelle, #136154)
3814     - When using a local stage2.img for FTP/HTTP install, give an error earlier
3815     if you point at an invalid tree (#135603, #117155, #120101)
3816     - Add a trailing newline to /etc/sysconfig/kernel
3817     - Try to fix the icon theme
3818     - Rebuild against new dietlibc, hopefully fixes CJK text installs
3819    
3820     * Sun Oct 17 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.19-1
3821     - Fix font size to fit on disk display better (#135731)
3822     - Write out part lines for autopart lvm correctly (#135714)
3823     - Remove empty row in drive order for boot loader (#135944)
3824     - Replace % in URLs to avoid format string weirdness (#135929)
3825     - Bind mount /dev for rescue mode (#135860)
3826     - Fix Dutch and Danish keyboard defaults (#135839)
3827     - add s2io 10GbE driver
3828    
3829     * Thu Oct 14 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.18-1
3830     - Add fonts for ta, gu, bn, hi, pa (#119283)
3831     - Re-enable bterm for testing (#113910)
3832     - Fix segfault when using biospart with a ks hdinstall. Patch from
3833     Rez Kabir (#135609)
3834     - Write out /etc/sysconfig/kernel for use with new-kernel-pkg changes (#135161)
3835     - Fix telnet logins for s390 (karsten)
3836     - Hardcode LCS as eth instead of tr (karsten)
3837    
3838     * Tue Oct 12 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.17-1
3839     - Only use "our" LVM partitions with auto-partitioning (#135440)
3840     - Remove localboot option from syslinux.cfg for diskboot.img (#135263)
3841     - Handle the great input method switch on upgrade (#129218)
3842     - Don't save the hwaddr for qeth (#135023)
3843     - Add rhgb boot loader arguments in postinstall (msw)
3844     - Reverse Norwegian blacklisting (#129453) (notting)
3845     - Add sata_nv, sata_sx4, ixgb, ahci, sx8 modules to the initrd (notting)
3846    
3847     * Thu Oct 7 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.16-1
3848     - s390/s390x: Fix traceback with unpartitioned disks (karsten)
3849     - improve fit of bengali network screen (#134762)
3850     - don't allow formatting of a pre-existing partition without also
3851     mounting it (#134865)
3852     - Don't show "0" as a mountpoint for an LV that's not being mounted (#134867)
3853     - Add prelink config bits (#117867)
3854     - Sort packages in text package group details (#123437)
3855     - Don't traceback on upgrade if /dev/mapper/control exists (#124092)
3856    
3857     * Tue Oct 5 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.15-1
3858     - Fix creation of scsi device nodes (#134709)
3859     - Fix multiple kickstart scriptlets with different interpreters (#134707)
3860    
3861     * Mon Oct 4 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.14-1
3862     - Some zfcp fixes
3863     - Don't traceback if we have a %%include inside a scriptlet (#120252)
3864     - Fix SELinux for text-mode ftp/http installs (#134549)
3865    
3866     * Mon Oct 4 2004 Mike McLean <mikem@redhat.com> - 10.0.3.12-1
3867     - add command line options to pkgorder (mikem)
3868    
3869     * Mon Oct 4 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.11-1
3870     - Handle 32 raid devs (#134438)
3871     - Fix LCS PORTNAME (#134487)
3872     - Add logging of kickstart scripts with --log to %post/%pre
3873     - Copy /tmp/anaconda.log and /tmp/syslog to /var/log/anaconda.log
3874     and /var/log/anaconda.syslog respectively (#124370)
3875     - Fix Polish (#134554)
3876     - Add arch-specific package removal (#133396)
3877     - Include PPC PReP Boot partition in anaconda-ks.cfg (#133934)
3878     - Fix changing of VG name going through to boot loader setup (#132213)
3879     - Add support for > 128 SCSI disks (#134575)
3880    
3881     * Fri Oct 1 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.10-1
3882     - add kickstart zfcp configuration (#133288, #130070)
3883     - Use NFSv3 for NFS installs. Fixes NFSISO installs from DVD (#122032)
3884     - Fix megaraid_mbox module name (#134369)
3885     - Another uninitialized fix (#133996)
3886     - Add the zh_CN font (#133330)
3887    
3888     * Thu Sep 30 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.9-1
3889     - translation updates
3890     - Install compat-arch-support by default (#133514)
3891     - Warn if an older version is chosen for upgrading if product is RHEL (#134523)
3892     - Fix traceback on upgrade with possible lvm1 (#134258)
3893     - Make changing the DNS server work (#122554)
3894     - More fixes from pnasrat for arch handling on upgrade
3895    
3896     * Thu Sep 30 2004 Paul Nasrat <pnasrat@redhat.com> - 10.0.3.8-1
3897     - Fix missing rpm.ts (#133045)
3898    
3899     * Wed Sep 29 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.7-1
3900     - Don't ask about mouse type on remote X display (#133902)
3901     - Label swap filesystems (#127892)
3902     - Fix possible crash on hd kickstart installs (#133996)
3903     - Improve multiarch upgrade (#133045)
3904     - Avoid changing the default language when selecting additional
3905     language support (#134040)
3906     - Remove spurious blank option in upgrade combo (#134058)
3907     - Fix driver disk hang (#131112, #122952)
3908     - Fix detection of unformatted dasd (#130123)
3909    
3910     * Mon Sep 27 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.6-1
3911     - Fix traceback from auto-partitioning if you don't have enough space (#131325)
3912     - Update FCP config for adding SCSI LUNs (#133290)
3913    
3914     * Mon Sep 27 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.5-1
3915     - Fix driver disk segfault when using a partition (#133036)
3916     - Let driver disk images on ext2 partitions work
3917     - Fix nonet/nostorage
3918     - Allow name.arch syntax in ks.cfg (#124456)
3919     - Fix traceback unselecting last language (#133164)
3920     - Skip version 0 swap (#122101)
3921     - Handle /dev being present in device names of ks.cfg (#121486)
3922     - Use no instead of no-latin1 for Norwegian keyboard (#133757)
3923     - include other dm modules (#132001)
3924    
3925     * Fri Sep 24 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.4-1
3926     - fix megaraid module name (notting)
3927     - don't prompt for a driver disk on pSeries boxes with just
3928     virtual devices (#135292)
3929     - don't use PROBE_LOADED for cd probe (#131033)
3930     - i2o devices don't use a "p" separator (#133379)
3931     - switch back zh_CN font to default (#133330)
3932     - add 3w-9xxx to modules.cgz (#133525)
3933     - fix showing of freespace (#133425)
3934    
3935     * Wed Sep 22 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.3-1
3936     - fix going back unmount of /dev/pts (#133301)
3937     - fix SRPMs disc (#122737)
3938     - add localboot option to isolinux.cfg (#120687)
3939     - fix tree build on ia64 and x86_64
3940     - fix a syntax error for text mode selinux config
3941    
3942     * Tue Sep 21 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.2-1
3943     - some fixes for Arabic (#122228)
3944     - support using ksdevice=macaddr (#130605)
3945     - add an images/pxeboot directory on ia64
3946    
3947     * Tue Sep 21 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.1-1
3948     - improve handling of non-physical consoles on some ppc and ia64 machines
3949     - add Bengali(India) and Gujarati to the lang-table (#126108)
3950     - add support for setting the CTC protocol on s/390 (#132324, #132325)
3951     - don't offer to do vnc if we don't have active nwtorking (#132833)
3952     - various typo/grammar fixes
3953     - add support for 'nostorage' and 'nonet' command line options to avoid
3954     auto-loading just network or storage devices
3955     - fix editing of pre-existing lvm (#132217)
3956     - fix going back from the partitions list on a driver disk (#132096)
3957     - don't show login error if silent errors (#132673)
3958    
3959     * Thu Jun 3 2004 Jeremy Katz <katzj@redhat.com>
3960     - require system-logos and anaconda-help, obsolete anaconda-images
3961    
3962     * Fri Apr 30 2004 Jeremy Katz <katzj@redhat.com>
3963     - Update description, remove prereq on stuff that was only needed
3964     for reconfig mode
3965    
3966     * Tue Feb 24 2004 Jeremy Katz <katzj@redhat.com>
3967     - buildrequire libselinux-devel
3968    
3969     * Thu Nov 6 2003 Jeremy Katz <katzj@redhat.com>
3970     - require booty (#109272)
3971    
3972     * Tue Oct 8 2002 Jeremy Katz <katzj@redhat.com>
3973     - back to mainstream rpm instead of rpm404
3974    
3975     * Mon Sep 9 2002 Jeremy Katz <katzj@redhat.com>
3976     - can't buildrequire dietlibc and kernel-pcmcia-cs since they don't always
3977     exist
3978    
3979     * Wed Aug 21 2002 Jeremy Katz <katzj@redhat.com>
3980     - added URL
3981    
3982     * Thu May 23 2002 Jeremy Katz <katzj@redhat.com>
3983     - add require and buildrequire on rhpl
3984    
3985     * Tue Apr 02 2002 Michael Fulbright <msf@redhat.com>
3986     - added some more docs
3987    
3988     * Fri Feb 22 2002 Jeremy Katz <katzj@redhat.com>
3989     - buildrequire kernel-pcmcia-cs as we've sucked the libs the loader needs
3990     to there now
3991    
3992     * Thu Feb 07 2002 Michael Fulbright <msf@redhat.com>
3993     - goodbye reconfig
3994    
3995     * Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com>
3996     - update the BuildRequires a bit
3997    
3998     * Fri Jan 4 2002 Jeremy Katz <katzj@redhat.com>
3999     - ddcprobe is now done from kudzu
4000    
4001     * Wed Jul 18 2001 Jeremy Katz <katzj@redhat.com>
4002     - own /usr/lib/anaconda and /usr/share/anaconda
4003    
4004     * Fri Jan 12 2001 Matt Wilson <msw@redhat.com>
4005     - sync text with specspo
4006    
4007     * Thu Aug 10 2000 Matt Wilson <msw@redhat.com>
4008     - build on alpha again now that I've fixed the stubs
4009    
4010     * Wed Aug 9 2000 Michael Fulbright <drmike@redhat.com>
4011     - new build
4012    
4013     * Fri Aug 4 2000 Florian La Roche <Florian.LaRoche@redhat.com>
4014     - allow also subvendorid and subdeviceid in trimpcitable
4015    
4016     * Fri Jul 14 2000 Matt Wilson <msw@redhat.com>
4017     - moved init script for reconfig mode to /etc/init.d/reconfig
4018     - move the initscript back to /etc/rc.d/init.d
4019     - Prereq: /etc/init.d
4020    
4021     * Thu Feb 03 2000 Michael Fulbright <drmike@redhat.com>
4022     - strip files
4023     - add lang-table to file list
4024    
4025     * Wed Jan 05 2000 Michael Fulbright <drmike@redhat.com>
4026     - added requirement for rpm-python
4027    
4028     * Mon Dec 06 1999 Michael Fulbright <drmike@redhat.com>
4029     - rename to 'anaconda' instead of 'anaconda-reconfig'
4030    
4031     * Fri Dec 03 1999 Michael Fulbright <drmike@redhat.com>
4032     - remove ddcprobe since we don't do X configuration in reconfig now
4033    
4034     * Tue Nov 30 1999 Michael Fulbright <drmike@redhat.com>
4035     - first try at packaging reconfiguration tool
4036    

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