/[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.22 - (hide annotations) (download)
Sat Sep 17 20:44:05 2011 UTC (12 years, 9 months ago) by slords
Branch: MAIN
CVS Tags: anaconda-11_1_2_242-1_el5_sme
Changes since 1.21: +62 -1 lines
* Sat Sep 17 2011 Shad L. Lords <slords@mail.com> 11.1.2.242-1.el5.sme
- No warnings if kernel not upgraded
  (recreate initrd if kernel was installed)
- No warnings if unable to remove rpm databases
- Always pick best arch for package
- Allow creating/mounting degraded raid arrays
  (log info about degraded arrays instead of not starting them)
- Start /boot raid device first so it will be in sync for grub install
- Automatically upgrade bootloader if necessary
- Log install errors but don't bug user about them
- Search for language updates on upgrade disk
- Force time to be based on UTC
- Add final warning before installing
- Make install headless but still write keyboard info out
  (don't ask us to use vnc mode)
- Make install window wider
  (fix titlebar spacing)
- Don't email root on raid events
- Make boot loader use SME labels
- Determine upgradability of SME server
  (change erase disks to upgrade dialog)
- Run SME post-install scripts on kickstart install/upgrade
- Limit languages to those supported by SME

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

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