/[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.28 - (hide annotations) (download)
Sun Nov 10 06:13:34 2013 UTC (10 years, 7 months ago) by wellsi
Branch: MAIN
Changes since 1.27: +1 -1 lines
Corrected version in Changelog

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

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