/[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.23 - (hide annotations) (download)
Sun Oct 6 16:09:18 2013 UTC (10 years, 8 months ago) by wellsi
Branch: MAIN
CVS Tags: anaconda-11_1_2_242-1_el5_sme_1
Changes since 1.22: +8 -3 lines
* Sun Oct 6 2013 Ian Wells <esmith@wellsi.com> 11.1.2.242-1.el5.sme.1
- Update warning about re-formatting attached hard drives [SME: 4788]

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

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