/[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.21 - (hide annotations) (download)
Sat Sep 17 20:38:53 2011 UTC (12 years, 9 months ago) by slords
Branch: MAIN
CVS Tags: anaconda-11_1_2_242-1
Changes since 1.20: +141 -74 lines
Upstream import

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

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