/[smeserver]/rpms/anaconda/sme9/anaconda.spec
ViewVC logotype

Annotation of /rpms/anaconda/sme9/anaconda.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.25 - (hide annotations) (download)
Tue Dec 8 14:06:21 2015 UTC (8 years, 5 months ago) by vip-ire
Branch: MAIN
CVS Tags: anaconda-13_21_239-1_el6_sme_2
Changes since 1.24: +6 -1 lines
* Tue Dec 8 2015 Daniel Berteaud <daniel@firewall-services.com> - 13.21.239-1.sme.2
- Remove bogus empty line in lang-table [SME: 9150]

1 wellsi 1.1 %define livearches %{ix86} x86_64 ppc ppc64
2     %define _libdir %{_prefix}/lib
3    
4     Summary: Graphical system installer
5     Name: anaconda
6 vip-ire 1.24 Version: 13.21.239
7 vip-ire 1.25 Release: 1%{?dist}.2
8 wellsi 1.1 License: GPLv2+
9     Group: Applications/System
10     URL: http://fedoraproject.org/wiki/Anaconda
11    
12     # To generate Source0 do:
13     # git clone http://git.fedorahosted.org/git/anaconda.git
14     # git checkout -b archive-branch anaconda-%{version}-%{release}
15     # ./autogen.sh
16     # ./configure
17     # make dist
18     Source0: %{name}-%{version}.tar.bz2
19     Patch1000: anaconda-centos-installclass.patch
20     Patch1002: anaconda-centos-droprepos.patch
21     Patch1003: anaconda-centos-unsupported-hardware-note.patch
22    
23 wellsi 1.3 Patch10001: 0001-anaconda.id.displayMode.patch
24     Patch10002: 0002-RemovePartitionTypeDialog.patch
25     Patch10003: 0003-SMEServerBranding.patch
26     Patch10004: 0004-UTC.patch
27     Patch10005: 0005-DegradedRAID1.patch
28     Patch10006: 0006-InstallerHDWarning.patch
29     Patch10007: 0007-VolGroup.patch
30 charliebrady 1.7 Patch10011: 0011-CheckArch.patch
31 wellsi 1.8 Patch10012: 0012-CheckArch2.patch
32 wellsi 1.9 Patch10013: 0013-Limit-languages.patch
33 wellsi 1.10 Patch10014: 0014-Make-boot-loader-use-SME-labels.patch
34 wellsi 1.11 Patch10015: 0015-Determine-upgradability-of-SME-server.patch
35     Patch10016: 0016-Automatically-upgrade-bootloader-if-necessary.patch
36 wellsi 1.12 Patch10017: 0017-Headless-install.patch
37 wellsi 1.13 Patch10018: 0018-RaidN.patch
38 wellsi 1.14 Patch10019: 0019-UpgradeText-whitespace.patch
39     Patch10020: 0020-PreventTooOldUpgrades.patch
40 wellsi 1.15 Patch10021: 0021-RaidN-v2.patch
41 wellsi 1.16 Patch10022: 0022-InstallerLanguages.patch
42 vip-ire 1.25 Patch10023: 0023-remove_empty_line_in_lang_table.patch
43 vip-ire 1.17
44 wellsi 1.1 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
45    
46     # Versions of required components (done so we make sure the buildrequires
47     # match the requires versions of things).
48     %define dmver 1.02.17-6
49     %define gettextver 0.11
50     %define genisoimagever 1.1.9-4
51     %define intltoolver 0.31.2-3
52     %define libnlver 1.0
53     %define libselinuxver 1.6
54 vip-ire 1.21 %define pykickstartver 1.74.18
55 wellsi 1.1 %define rpmpythonver 4.2-0.61
56     %define slangver 2.0.6-2
57     %define yumver 2.9.2
58     %define partedver 1.8.1
59     %define pypartedver 3.0
60     %define syscfgdatever 1.9.48
61     %define pythonpyblockver 0.45-2
62     %define e2fsver 1.41.0
63     %define nmver 1:0.7.1-3.git20090414
64     %define dbusver 1.2.3
65     %define createrepover 0.4.7
66     %define yumutilsver 1.1.11-3
67     %define iscsiver 6.2.0.870-3
68     %define pythoncryptsetupver 0.0.6
69     %define mehver 0.8
70     %define sckeyboardver 1.3.1
71     %define libblkid 2.17.1-1
72     %define fcoeutilsver 1.0.12-3.20100323git
73     %define isomd5sumver 1.0.6
74    
75     BuildRequires: audit-libs-devel
76     BuildRequires: bzip2-devel
77     BuildRequires: device-mapper-devel >= %{dmver}
78     BuildRequires: e2fsprogs-devel >= %{e2fsver}
79     BuildRequires: elfutils-devel
80     BuildRequires: gettext >= %{gettextver}
81     BuildRequires: gtk2-devel
82 vip-ire 1.17 BuildRequires: gdk-pixbuf2-devel
83 wellsi 1.1 BuildRequires: intltool >= %{intltoolver}
84     BuildRequires: isomd5sum-devel >= %{isomd5sumver}
85     BuildRequires: libarchive-devel
86     BuildRequires: libX11-devel
87     BuildRequires: libXt-devel
88     BuildRequires: libXxf86misc-devel
89     BuildRequires: libblkid-devel >= %{libblkid}
90     BuildRequires: libcurl-devel
91     BuildRequires: libnl-devel >= %{libnlver}
92     BuildRequires: libselinux-devel >= %{libselinuxver}
93     BuildRequires: libsepol-devel
94     BuildRequires: libxml2-python
95     BuildRequires: newt-devel
96     BuildRequires: pango-devel
97     BuildRequires: pykickstart >= %{pykickstartver}
98     BuildRequires: python-devel
99     BuildRequires: python-urlgrabber >= 3.9.1-5
100     BuildRequires: rpm-devel
101     BuildRequires: rpm-python >= %{rpmpythonver}
102     BuildRequires: slang-devel >= %{slangver}
103     BuildRequires: xmlto
104     BuildRequires: yum >= %{yumver}
105     BuildRequires: zlib-devel
106     BuildRequires: NetworkManager-devel >= %{nmver}
107     BuildRequires: NetworkManager-glib-devel >= %{nmver}
108     BuildRequires: dbus-devel >= %{dbusver}
109     BuildRequires: system-config-keyboard >= %{sckeyboardver}
110     %ifarch %livearches
111     BuildRequires: desktop-file-utils
112     %endif
113     BuildRequires: iscsi-initiator-utils-devel >= %{iscsiver}
114     %ifarch s390 s390x
115     BuildRequires: s390utils-devel
116     %endif
117    
118     Requires: python-meh >= %{mehver}
119     Requires: policycoreutils
120     Requires: rpm-python >= %{rpmpythonver}
121     Requires: comps-extras
122     Requires: parted >= %{partedver}
123     Requires: pyparted >= %{pypartedver}
124     Requires: yum >= %{yumver}
125     Requires: libxml2-python
126     Requires: python-urlgrabber >= 3.9.1-5
127     Requires: system-logos
128     Requires: pykickstart >= %{pykickstartver}
129     Requires: system-config-date >= %{syscfgdatever}
130     Requires: device-mapper >= %{dmver}
131     Requires: device-mapper-libs >= %{dmver}
132     Requires: dosfstools
133     Requires: e2fsprogs >= %{e2fsver}
134     Requires: gzip
135     Requires: xz
136     Requires: libarchive
137     %ifarch %{ix86} x86_64 ia64
138     Requires: dmidecode
139     %endif
140     Requires: python-pyblock >= %{pythonpyblockver}
141     Requires: libuser-python
142     Requires: newt-python
143     Requires: authconfig
144     Requires: system-config-firewall-base
145     Requires: cryptsetup-luks
146     Requires: python-cryptsetup >= %{pythoncryptsetupver}
147     Requires: mdadm
148     Requires: lvm2
149     Requires: util-linux-ng >= 2.15.1
150     Requires: system-config-keyboard >= %{sckeyboardver}
151     Requires: dbus-python
152     Requires: cracklib-python
153     Requires: python-nss
154     Requires: tigervnc-server
155     %ifarch %livearches
156     Requires: usermode
157     Requires: zenity
158     %endif
159     Requires: createrepo >= %{createrepover}
160     Requires: squashfs-tools
161     Requires: genisoimage >= %{genisoimagever}
162     %ifarch %{ix86} x86_64
163     Requires: syslinux >= 3.73
164     Requires: makebootfat
165     Requires: device-mapper
166 wellsi 1.2 Requires: fcoe-utils >= %{fcoeutilsver}
167 wellsi 1.1 %endif
168     %ifarch s390 s390x
169     Requires: openssh
170     %endif
171     Requires: isomd5sum
172     Requires: yum-utils >= %{yumutilsver}
173     Requires: NetworkManager >= %{nmver}
174     Requires: dhclient
175     Requires: anaconda-yum-plugins
176     Requires: libselinux-python >= %{libselinuxver}
177     %ifarch %{sparc}
178     Requires: elftoaout piggyback
179     %endif
180     Obsoletes: anaconda-images <= 10
181     Provides: anaconda-images = %{version}-%{release}
182     Obsoletes: anaconda-runtime < %{version}-%{release}
183     Provides: anaconda-runtime = %{version}-%{release}
184     Obsoletes: booty
185    
186     %description
187     The anaconda package contains the program which was used to install your
188     system. These files are of little use on an already installed system.
189    
190     %prep
191     %setup -q
192 vip-ire 1.17
193 wellsi 1.1 %patch1000 -p1
194     %patch1002 -p1
195     %patch1003 -p1
196 charliebrady 1.6
197 wellsi 1.3 %patch10001 -p1
198     %patch10002 -p1
199     %patch10003 -p1
200     %patch10004 -p1
201     %patch10005 -p1
202     %patch10006 -p1
203     %patch10007 -p1
204 charliebrady 1.6 %patch10011 -p1
205 wellsi 1.8 %patch10012 -p1
206 wellsi 1.9 %patch10013 -p1
207 wellsi 1.10 %patch10014 -p1
208 wellsi 1.11 %patch10015 -p1
209     %patch10016 -p1
210 wellsi 1.12 %patch10017 -p1
211 wellsi 1.13 %patch10018 -p1
212 wellsi 1.14 %patch10019 -p1
213     %patch10020 -p1
214 wellsi 1.15 %patch10021 -p1
215 wellsi 1.16 %patch10022 -p1
216 vip-ire 1.25 %patch10023 -p1
217 wellsi 1.2
218 wellsi 1.1 %build
219     %configure --disable-static
220     %{__make} %{?_smp_mflags}
221    
222     %install
223     %{__rm} -rf %{buildroot}
224     %{__make} install DESTDIR=%{buildroot}
225     find %{buildroot} -type f -name "*.la" | xargs %{__rm}
226    
227     %ifarch %livearches
228     desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop
229     %else
230     %{__rm} -rf %{buildroot}%{_bindir}/liveinst %{buildroot}%{_sbindir}/liveinst
231     %endif
232    
233     %find_lang %{name}
234    
235     %clean
236     %{__rm} -rf %{buildroot}
237    
238     %ifarch %livearches
239     %post
240     update-desktop-database &> /dev/null || :
241     %endif
242    
243     %ifarch %livearches
244     %postun
245     update-desktop-database &> /dev/null || :
246     %endif
247    
248     %files -f %{name}.lang
249     %defattr(-,root,root)
250     %doc COPYING
251     %doc docs/command-line.txt
252     %doc docs/install-methods.txt
253     %doc docs/mediacheck.txt
254     %doc docs/anaconda-release-notes.txt
255     /lib/udev/rules.d/70-anaconda.rules
256     %{_sbindir}/anaconda
257     %ifarch i386 i486 i586 i686 x86_64
258     %{_sbindir}/gptsync
259     %{_sbindir}/showpart
260     %endif
261     %{_datadir}/anaconda
262     %{_prefix}/lib/anaconda
263     %{_prefix}/lib/anaconda-runtime
264     %ifarch %livearches
265     %{_bindir}/liveinst
266     %{_sbindir}/liveinst
267     %config(noreplace) %{_sysconfdir}/pam.d/*
268     %config(noreplace) %{_sysconfdir}/security/console.apps/*
269     %{_sysconfdir}/X11/xinit/xinitrc.d/*
270     %{_datadir}/applications/*.desktop
271     %{_datadir}/icons/hicolor/*
272     %endif
273    
274     %changelog
275 vip-ire 1.25 * Tue Dec 8 2015 Daniel Berteaud <daniel@firewall-services.com> - 13.21.239-1.sme.2
276     - Remove bogus empty line in lang-table [SME: 9150]
277    
278 vip-ire 1.24 * Wed Sep 30 2015 Daniel Berteaud <daniel@firewall-services.com> - 13.21.239-1.sme.1
279 vip-ire 1.21 - Rebase on Anaconda 13.21.239 [SME: 9080]
280    
281     * Wed Jul 22 2015 Johnny Hughes <johnny@centos.org> - 13.21.239-1
282     - Roll in CentOS Branding
283 vip-ire 1.20
284 vip-ire 1.21 * Tue Jun 30 2015 Brian C. Lane <bcl@redhat.com> - 13.21.239-1
285     - Align end sector in the appropriate direction for resize. (bcl)
286     Resolves: rhbz#1236506
287     - Filter out free regions too small for alignment of partitions (bcl)
288     Resolves: rhbz#1236506
289    
290     * Fri Jun 19 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.238-1
291     - Include drbg module in the initrd. (sbueno+anaconda)
292     Resolves: rhbz#1233088
293    
294     * Thu Jun 11 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.237-1
295     - Fix scanning of non-leaf lvs. (dlehman)
296     Resolves: rhbz#1213748
297     - Fix KeyError in devicetree. (sbueno+anaconda)
298     Resolves: rhbz#1225469
299     - Fix partition alignment problems. (sbueno+anaconda)
300     Resolves: rhbz#1209424
301    
302     * Tue May 19 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.236-1
303     - Include lvm thinp utilities. (dlehman)
304     Resolves: rhbz#1212735
305     - TypeError: argument must be string (jkonecny)
306     Resolves: rhbz#1209414
307    
308     * Thu May 07 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.235-1
309     - Don't remove pps_core from ppc64.img (sbueno+anaconda)
310     Resolves: rhbz#1213417
311     - Check for FBA DASDs so we don't try to format them with dasdfmt.
312     (sbueno+anaconda)
313     Resolves: rhbz#1144979
314     - Include hyperv modules in mk-images (sbueno+anaconda)
315     Resolves: rhbz#1132770
316    
317     * Tue Apr 14 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.234-1
318     - Fix lvm detection broken with introduction of thinp support. (dlehman)
319     Resolves: rhbz#1200832
320     Related: rhbz#1083459
321     - RHEL 6.6 Upgrade Fails from AttributeError on Multipath (rmarshall)
322     Resolves: rhbz#1129499
323     - Drop hy.po Armenian translation (bcl)
324     Resolves: rhbz#1205286
325     Related: rhbz#1205286
326     - Update translation documentation for Zanata (bcl)
327     Resolves: rhbz#1205286
328     Related: rhbz#1205286
329     - Switch translation support to fedora.zanata.org (bcl)
330     Resolves: rhbz#1205286
331    
332     * Fri Mar 13 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.233-1
333     - Keep track of whether users should be prompted to format CDL dasds.
334     (sbueno+anaconda)
335     Resolves: rhbz#1164240
336     Related: rhbz#1164240
337 vip-ire 1.19
338 vip-ire 1.21 * Tue Mar 03 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.232-1
339     - Remove even more drivers for ppc64 32M limit (bcl)
340     Resolves: rhbz#1198173
341     - Fix detection of unformatted and LDL DASDs. (sbueno+anaconda)
342     Resolves: rhbz#1144979
343     - On interactive kickstart installs, still get the password from the ks file.
344     (clumens)
345     Resolves: rhbz#995531
346     - Enable sharing of the VNC server. (sbueno+anaconda)
347     Resolves: rhbz#1168024
348     - RHEL6 Basic Video Driver Install to Windows2012 VM Fails (rmarshall)
349     Resolves: rhbz#1083586
350     - dracut needs iscsi_firmware cmdline arg (bcl)
351     Resolves: rhbz#1185792
352     - Exclude prelink package in FIPS mode (bcl)
353     Resolves: rhbz#697938
354     - Handle NoneType Exception after deleting PPC partitions (rmarshall)
355     Resolves: rhbz#1021445
356     - Bring support for nicdelay back using NM's GATEWAY_PING_TIMEOUT (rvykydal)
357     Resolves: rhbz#979163
358 vip-ire 1.18
359 vip-ire 1.21 * Thu Feb 12 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.231-1
360     - Add support for lvm thin provisioning via ks custom storage. (dlehman)
361     Resolves: rhbz#1083459
362     - Make sure new freebl libs are part of initrd. (sbueno+anaconda)
363     Resolves: rhbz#1183134
364     - Prevent anaconda from crashing due to repeated calls to rpmReadConfigFiles.
365     (sbueno)
366     Resolves: rhbz#1021534
367    
368     * Tue Feb 03 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.230-1
369     - Shrink the LV if the VG is out of space (bcl)
370     Resolves: rhbz#1153376
371     - Only set GPT boot flag on ESP partition (bcl)
372     Resolves: rhbz#1139606
373     - Add anaconda support for using clearpart --cdl option. (sbueno+anaconda)
374     Resolves: rhbz#1164240
375     - Properly check and show warnings for LDL DASDs (sbueno+anaconda)
376     Resolves: rhbz#1144979
377     - Add new freebl libraries (bcl)
378     Resolves: rhbz#1182595
379     - Write new options to zipl.conf (sbueno+anaconda)
380     Resolves: rhbz#1171053
381     - Detect and show a warning for LDL DASDs. (sbueno+anaconda)
382     Resolves: rhbz#1144979
383     - Make EFI.bootDevice() return best device for several calling contexts
384     (amulhern)
385     Resolves: rhbz#1145812
386 vip-ire 1.17
387     * Mon Sep 08 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.229-1
388     - Revert "Use edd fcoe boot option instead of enumerating all ifaces"
389     (rvykydal)
390     Resolves: rhbz#1103920
391    
392     * Fri Sep 05 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.228-1
393     - Prevent duplicate snapshot accounting. (dlehman)
394     Related: rhbz#1043916
395    
396     * Fri Aug 29 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.227-1
397     - Fix typo in previous patch "Correctly determine whether...". (dlehman)
398     Related: rhbz#842920
399    
400     * Mon Aug 25 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.226-1
401     - Let tmp use more than 250M when there is more RAM (bcl)
402     Resolves: rhbz#1123791
403     - Move totalMemory into its own file (bcl)
404     Related: rhbz#1123791
405     Resolves: rhbz#1123791
406    
407     * Tue Aug 12 2014 Brian C. Lane <bcl@redhat.com> - 13.21.225-1
408     - Allow missing swap devices to be skipped during upgrade (dshea)
409     Resolves: rhbz#1044716
410     - Don't force installation of authconfig, chkconfig, or system-config-firewall.
411     (clumens)
412     Resolves: rhbz#1123481
413     - Provide ways in kickstart to skip kernel and bootloader. (clumens)
414     Related: rhbz#1123481
415     - Implement %packages --instLangs. (clumens)
416     Related: rhbz#1123481
417     - Allow skipping installation of the core group, if asked for in kickstart.
418     (clumens)
419     Related: rhbz#1123481
420     - Fix ks fetching on nfs via vlan (sbueno+anaconda)
421     Resolves: rhbz#1067857
422     - Fix traceback when rpm scriptlets fail during pkg install. (sbueno+anaconda)
423     Resolves: rhbz#1122532
424    
425     * Wed Jun 25 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.224-1
426     - Add shared-mime-info to the instroot (dshea)
427     Resolves: rhbz#1110834
428    
429     * Tue Jun 24 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.223-1
430     - Change pixbuf loaders path. (sbueno+anaconda)
431     Resolves: rhbz#1110834
432     - Remove unnecessary drivers to contain the size of ppc64.img.
433     (sbueno+anaconda)
434     Resolves: rhbz#1112405
435    
436     * Mon Jun 23 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.222-1
437     - Rm device from lvm reject filter if in action list. (sbueno+anaconda)
438     Resolves: rhbz#885755
439     - The boot menu entry should contain the RHEL major release number (mkolman)
440     Resolves: rhbz#1001960
441    
442     * Wed Jun 18 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.221-1
443     - Add BuildRequires: gdk-pixbuf2-devel (sbueno+anaconda)
444     Resolves: rhbz#1109298
445     - If kernel-kdump is installed, don't set it as the default kernel.
446     (sbueno+anaconda)
447     Resolves: rhbz#734121
448     - Close yum objects before running post scripts (bcl)
449     Resolves: rhbz#1110148
450     - Catch custom partitioning problems on UEFI (bcl)
451     Resolves: rhbz#991620
452     - Mark dracut-network for installation on mpath. (sbueno+anaconda)
453     Resolves: rhbz#1007463
454     - Write --percent to kickstart output even if --grow was used (mkolman)
455     Resolves: rhbz#1046320
456    
457     * Fri Jun 13 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.220-1
458     - Fix wrong attribute name in swap ks line (bcl)
459     Resolves: rhbz#1002924
460     Related: rhbz#1002924
461     - Look up MD arrays by MD UUID, not FS UUID. (dlehman)
462     Related: rhbz#868182
463     - Remove snapshots as needed when removing LVs. (dlehman)
464     Resolves: rhbz#1043916
465     - Let LVM determine alignment for PV data areas. (dlehman)
466     Resolves: rhbz#962961
467     - Correctly determine whether any partitioning has been done. (dlehman)
468     Resolves: rhbz#842920
469     - Fix handling of LUKS when using onpart. (dlehman)
470     Resolves: rhbz#840890
471    
472     * Thu Jun 05 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.219-1
473     - Fix typo from commit ed3caa7b (bcl)
474     Related: rhbz#1039051
475     Resolves: rhbz#1039051
476     - Write fsoptions to anaconda-ks.cfg (bcl)
477     Resolves: rhbz#1002924
478     - Add logging to bootloaderInfo (bcl)
479     Resolves: rhbz#974996
480    
481     * Wed Jun 04 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.218-1
482     - Fix rsyslogd calls to remove deprecated flag. (sbueno+anaconda)
483     Resolves: rhbz#1104234
484     - Maintain original device order in identifyMultipaths (artur.paszkiewicz)
485     Resolves: rhbz#868182
486     - network: add kickstart --domain (ifcfg DOMAIN) option (rvykydal)
487     Resolves: rhbz#1039051
488    
489     * Tue May 20 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.217-1
490     - Correct matching of md raid names containing special characters
491     (artur.paszkiewicz)
492     Resolves: rhbz#1096889
493     - network: hide (debug) confusing log message for ipv6.conf (rvykydal)
494     Resolves: rhbz#1031481
495     - network: write bond options in generated kickstart (rvykydal)
496     Resolves: rhbz#1009376
497     - network: fix --bondopts used in kickstart %pre section (rvykydal)
498     Resolves: rhbz#1038001
499     - Add ping to initrd for NM's GATEWAY_PING_TIMEOUT / nicdelay (rvykydal)
500     Related: rhbz#979163
501     Resolves: rhbz#979163
502     - Remove more drivers on ppc64 to reduce initrd size (bcl)
503     Resolves: rhbz#1098486
504    
505     * Mon May 12 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.216-1
506     - Add buildarch option to buildinstall (bcl)
507     Related: rhbz#1087466
508     Resolves: rhbz#1087466
509     - Remove actions that try to remove non-existing devices (vpodzime)
510     Resolves: rhbz#906807
511     - Rename dev_actions to prune_actions (vpodzime)
512     Related: rhbz#906807
513     - Add dm-raid45 to initrd (mmatsuya)
514     Resolves: rhbz#1056830
515     - Fix echo typo (bcl)
516     Resolves: rhbz#969339
517     - Copy firmware updates to rootPath (bcl)
518     Resolves: rhbz#1043372
519     - Skip comments in dmidecode output (bcl)
520     Resolves: rhbz#1064701
521     - Replace hard-coded console device in generic.prm. (sbueno+anaconda)
522     Resolves: rhbz#1081596
523     - Don't remove the .efi files from buildinstall (vpodzime)
524     Resolves: rhbz#1076369
525    
526 wellsi 1.2 * Tue Oct 22 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.215-1
527     - Explicitly load dm-raid.ko for lvm raid segment types. (dlehman)
528     Resolves: rhbz#873281
529    
530     * Mon Oct 21 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.214-1
531     - Don't traceback due to unpartitioned devices (mkolman)
532     Resolves: rhbz#1007683
533    
534     * Wed Oct 16 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.213-1
535     - Remove manual call to recreate initrd if installing on iSCSI.
536     (sbueno+anaconda)
537     Resolves: rhbz#1007884
538     - Some devices may not be present during kickstart parse, so when there is no
539     match revert to previous behavior and just use the name as-is. (bcl)
540     Resolves: rhbz#1014658
541    
542     * Tue Oct 15 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.212-1
543     - Fix getDiskPart for nvme devices (vpavlin)
544     Resolves: rhbz#1018703
545     - fcoe: rise fipvlan timeout to 100 (rvykydal)
546     Resolves: rhbz#1009691
547     - Revert "Check if disklabel is set (mkolman)"
548     Resolves: rhbz#1007683
549     - Check if disklabel is set (mkolman)
550     Resolves: rhbz#1007683
551    
552     * Wed Oct 09 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.211-1
553     - Do not limit swap size to 10 % of disk space for hibernation (vpodzime)
554     Resolves: rhbz#1003844
555     - Fix the display of multipath devices (dshea)
556     Related: rhbz#914637
557     Resolves: rhbz#1007641
558     - Fix traceback in s390x bootloader code. (sbueno+anaconda)
559     Resolves: rhbz#1017068
560     - Support bonding in %pre section (rvykydal)
561     Resolves: rhbz#971961
562    
563     * Mon Oct 07 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.210-1
564     - Fix bootloader issues on s390x. (sbueno+anaconda)
565     Resolves: rhbz#1008941
566     Resolves: rhbz#875644
567     Resolves: rhbz#894050
568    
569     * Fri Oct 04 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.209-1
570     - Forced removal of some kernel modules in the ppc64 ramdisk (dcantrell)
571     Resolves: rhbz#1014719
572     - Add some more safety checks for the initrd.img size check on ppc64.
573     (dcantrell)
574     Related: rhbz#1014719
575    
576     * Thu Oct 03 2013 David Cantrell <dcantrell@redhat.com> - 13.21.208-1
577     - Catch BUILDARCH set to 'ppc' or 'ppc64' when trimming down the image.
578     (dcantrell)
579     Related: rhbz#1014719
580     - Move and fix the ppc64 image size check (dshea)
581     Resolves: rhbz#1014719
582     - Whitespace changes for mk-images.ppc (dshea)
583     Related: rhbz#1014719
584    
585     * Thu Sep 26 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.207-1
586     - Remove firmware from the boot image that does not apply to ppc64 (dcantrell)
587     Resolves: rhbz#1006043
588     - fcoe: adapt bnx2fc detection to changed sysfs path structure (rvykydal)
589     Resolves: rhbz#1008731
590     - Do not select FS packages over and over (vpodzime)
591     Resolves: rhbz#994504
592     - Check size of images/netboot/ppc64.img to see if it's larger than 32M.
593     (dcantrell)
594     Related: rhbz#1006043
595    
596     * Fri Sep 13 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.206-1
597     - Fix traceback occurring in ppc bootloader code. (sbueno+anaconda)
598     Related: rhbz#877852
599     Resolves: rhbz#1007724
600    
601     * Wed Sep 11 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.205-1
602     - PPC: strengthen PReP-picking algorithm (wwoods)
603     Resolves: rhbz#877852
604     - Drop support for ssh protocol version 1 (bcl)
605     Resolves: rhbz#1004752
606    
607     * Tue Aug 20 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.204-1
608     - Don't require fcoe-utils if we're on s390. (sbueno+anaconda)
609     Resolves: rhbz#998486
610    
611     * Wed Aug 14 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.203-1
612     - Update spec file to require new pykickstart. (sbueno+anaconda)
613     Related: rhbz#886010
614     - Revert "Don't filter partitions on mpath devices in lvm (sbueno+anaconda)"
615     Resolves: rhbz#996595
616     Related: rhbz#885755
617     - Fix bootloader upgrades if using zIPL. (sbueno+anaconda)
618     Resolves: rhbz#894050
619     - Fix issue where extra mpath entries wrongly shown in UI. (sbueno+anaconda)
620     Resolves: rhbz#914637
621     - Show warning msg if re-using a partition without formatting.
622     (sbueno+anaconda)
623     Resolves: rhbz#886020
624    
625     * Mon Aug 12 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.202-1
626     - Add support for preexisting lvm using raid segment types. (dlehman)
627     Resolves: rhbz#873281
628     - Add a bit of padding for metadata in new md size estimates. (dlehman)
629     Resolves: rhbz#895982
630     - Expand warning text for package install issues. (sbueno+anaconda)
631     Resolves: rhbz#895098
632     - Don't filter partitions on mpath devices in lvm (sbueno+anaconda)
633     Resolves: rhbz#885755
634     - Move "nousbstorage" and "nousb" handling into init.c. (clumens)
635     Resolves: rhbz#947704
636    
637     * Wed Aug 07 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.201-1
638     - Ensure x86 /boot is on a partition < 2TB (dshea)
639     Resolves: rhbz#915666
640     - Fix bootloader device detection on ks upgrades for s390x (sbueno+anaconda)
641     Resolves: rhbz#875644
642    
643     * Tue Aug 06 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.200-1
644     - discinfo isn't needed for rescue (bcl)
645     Resolves: rhbz#859569
646    
647     * Fri Aug 02 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.199-1
648     - Fix issue where installation hangs in linuxrc.s390. (sbueno+anaconda)
649     Resolves: rhbz#949409
650     - Pass mountopts to swap options (bcl)
651     Resolves: rhbz#857517
652     - Enable the AMD IOMMU driver if tboot is installed. (dshea)
653     Resolves: rhbz#928144
654     - Fix crash in handling of PReP Boot partitions (dshea)
655     Resolves: rhbz#881005
656    
657     * Wed Jul 24 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.198-1
658     - Use the active window as parent for new dialogs (dshea)
659     Resolves: rhbz#888292
660     - Add kickstart network --ipv6gateway option (rvykydal)
661     Resolves: rhbz#905227
662     - Limit the maximum swap size to 10 % of disk space (vpodzime)
663     Resolves: rhbz#878907
664     Related: rhbz#879232
665     - Don't kill FCoE vlan connections when configuring network in UI (rvykydal)
666     Resolves: rhbz#882452
667     - Use correct error message when running out of partition slots (mkolman)
668     Resolves: rhbz#859420
669    
670     * Wed Jul 17 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.197-1
671     - Check if selected repos have the core package group (mkolman)
672     Resolves: rhbz#901515
673     - Use install tree from repo=hd (bcl)
674     Resolves: rhbz#818233
675     - Allow /dev/disk/by-* in bootloader --driveorder (bcl)
676     Resolves: rhbz#890095
677    
678     * Wed Jul 10 2013 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 13.21.196-1
679     - Only pass exclusiveDisks for autopart (bcl)
680     Resolves: rhbz#852523
681     - Use standard losetup utility to get a free loop device (vpodzime)
682     Resolves: rhbz#846336
683     - Write directly to /etc/sysconfig/network so that inotify works (rvykydal)
684     Resolves: rhbz#845572
685     - Fix spelling errors in the About LVM dialog (vpodzime)
686     Resolves: rhbz#851284
687     - Set proper SELinux context of /etc/multipath. (sbueno+anaconda)
688     Resolves: rhbz#919409
689     - Fix max supported size for XFS partitions. (sbueno+anaconda)
690     Resolves: rhbz#880577
691     - Filter out /dev/sr* from list-harddrives (bcl)
692     Resolves: rhbz#847600
693     - Show ks LVM DeviceErrors in the UI (bcl)
694     Resolves: rhbz#880625
695     - Send host-name to dhcp server in installer for dhcp + hostname (rvykydal)
696     Resolves: rhbz#917815
697     - Use edd fcoe boot option instead of enumerating all ifaces (rvykydal)
698     Resolves: rhbz#909463
699     - Don't write vlan kickstart configuration to parent device ifcfg file
700     (mmatsuya)
701     Resolves: rhbz#903689
702     - Fix --vlanid option in generated kickstart file (rvykydal)
703     Resolves: rhbz#921609
704 wellsi 1.1
705     * Tue Jan 22 2013 Brian C. Lane <bcl@redhat.com> - 13.21.195-1
706     - Disconnect active slaves before activating bond (rvykydal)
707     Related: rhbz#662007
708     Resolves: rhbz#662007
709     - Some modules for Microsoft PV have different names (vpodzime)
710     Related: rhbz#834689
711    
712     * Tue Jan 15 2013 Brian C. Lane <bcl@redhat.com> - 13.21.194-1
713     - Fix nompath handling in advanced storage filter path. (dlehman)
714     Resolves: rhbz#821042
715    
716     * Tue Jan 08 2013 Brian C. Lane <bcl@redhat.com> - 13.21.193-1
717     - catch runtime errors and display message to user (sbueno+anaconda)
718     Resolves: rhbz#730023
719     - raise OSError with an error code and error string (sbueno+anaconda)
720     Resolves: rhbz#730023
721    
722     * Tue Dec 18 2012 Brian C. Lane <bcl@redhat.com> - 13.21.192-1
723     - Fix handling of nompath option. (dlehman)
724     Related: rhbz#821042
725    
726     * Fri Dec 14 2012 Brian C. Lane <bcl@redhat.com> - 13.21.191-1
727     - include .ssh.hmac in image (bcl)
728     Resolves: rhbz#886479
729     - Pass lv name sans vg name to safeLvmName. (dlehman)
730     Resolves: rhbz#886150
731     - Validate and correct vg names as needed. (dlehman)
732     Related: rhbz#747278
733    
734     * Tue Dec 11 2012 Brian C. Lane <bcl@redhat.com> - 13.21.190-1
735     - Don't perform unnecessary str formatting on boot dev name (sbueno+anaconda)
736     Resolves: rhbz#875652
737     - Generate kickstart fcoe commands for devices added in UI (rvykydal)
738     Related: rhbz#813998
739     Resolves: rhbz#813998
740    
741     * Mon Dec 10 2012 Brian C. Lane <bcl@redhat.com> - 13.21.189-1
742     - Revert "Generate kickstart fcoe commands for devices added in UI"
743    
744     * Mon Dec 10 2012 Brian C. Lane <bcl@redhat.com> - 13.21.188-1
745     - Revert "Reserve 50% of VG for interactive installs (bcl)"
746     Resolves: rhbz#875918
747     Resolves: rhbz#884761
748     - Fix fipvlan -f argument once more and for good (rvykydal)
749     Related: rhbz#836321
750     - Generate kickstart fcoe commands for devices added in UI (rvykydal)
751     Related: rhbz#813998
752     Resolves: rhbz#813998
753    
754     * Thu Nov 29 2012 Brian C. Lane <bcl@redhat.com> - 13.21.187-1
755     - cleanup addon repo cache dirs before upgrade (bcl)
756     Resolves: rhbz#746925
757    
758     * Mon Nov 26 2012 Brian C. Lane <bcl@redhat.com> - 13.21.186-1
759     - always show reserved space in lvm dialog (bcl)
760     Resolves: rhbz#879667
761    
762     * Mon Nov 19 2012 Brian C. Lane <bcl@redhat.com> - 13.21.185-1
763     - update mdraid superBlock space calculation (bcl)
764     Resolves: rhbz#876450
765    
766     * Fri Nov 16 2012 Brian C. Lane <bcl@redhat.com> - 13.21.184-1
767     - Reserve 50% of VG for interactive installs (bcl)
768     Resolves: rhbz#875918
769    
770     * Fri Oct 26 2012 Brian C. Lane <bcl@redhat.com> - 13.21.183-1
771     - Add Microsoft PV drivers (vpodzime)
772     Resolves: rhbz#834689
773    
774     * Mon Oct 22 2012 Brian C. Lane <bcl@redhat.com> - 13.21.182-1
775     - Do not use boot= in grub with fips=1 and /boot on / (vpodzime)
776     Resolves: rhbz#851249
777     - Add missing pieces for kickstart encryption cipher option. (dlehman)
778     Related: rhbz#838736
779    
780     * Mon Oct 15 2012 Brian C. Lane <bcl@redhat.com> - 13.21.181-1
781     - mpath: fix bug in parseMultipathOutput (wwoods)
782     Resolves: rhbz#803883
783     - Configure new-kernel-pkg to keep tboot configuration on updates (pjones)
784     Resolves: rhbz#742885
785     - Honor the nompath parameter. (dlehman)
786     Resolves: rhbz#821042
787     - Validate lv names. (dlehman)
788     Resolves: rhbz#747278
789     - Add support for specifying encryption cipher mode via kickstart. (dlehman)
790     Related: rhbz#838736
791     - Implementing a delay algorithm for slow bios storage devices (B_B_Singh)
792     Resolves: rhbz#848741
793     - Add support for fcoe --autovlan kickstart option (rvykydal)
794     Resolves: rhbz#813998
795     - Add fcoe kickstart support (rvykydal)
796     Resolves: rhbz#813998
797     - add unsupported_hardware kickstart command (bcl)
798     Resolves: rhbz#824963
799    
800     * Wed Oct 03 2012 Brian C. Lane <bcl@redhat.com> - 13.21.180-1
801     - use udev_resolve_devspec to resolve raid onpart members (bcl)
802     Resolves: rhbz#809641
803     - fix duplicate raid error message on unsupported arch (kamalesh)
804     Resolves: rhbz#811197
805     - handle zero size package metadata (bcl)
806     Resolves: rhbz#823690
807     - Fix handling of non-valid nameserver ips (rvykydal)
808     Resolves: rhbz#795535
809     Related: rhbz#795535
810     - Support multiple nameservers in loader TUI (rvykydal)
811     Resolves: rhbz#795535
812    
813     * Thu Sep 20 2012 Brian C. Lane <bcl@redhat.com> - 13.21.179-1
814     - Take into account all configured ifaces when setting GATEWAY (rvykydal)
815     Resolves: rhbz#846393
816     - Use proper labeling of automatic ipv6 configuration in loader (rvykydal)
817     Resolves: rhbz#656315
818     - Don't limit linksleep option to ksdevice="link" ifaces (dustymabe)
819     Resolves: rhbz#784001
820     - Rescan all disks when moving back through UI (bcl)
821     Resolves: rhbz#804557
822     - vlan support: enable vlan in NM in target system (rvykydal)
823     Resolves: rhbz#668065
824     - Do not do kssendmac by default. That's what the parameter is for (mpoole).
825     (clumens)
826     Resolves: rhbz#814253
827     - bonding support: enable bonding in NM in target system (rvykydal)
828     Resolves: rhbz#662007
829     - bonding support: only in loader (i.e. for activated devices) (rvykydal)
830     Resolves: rhbz#662007
831     - bonding support: kickstart (rvykydal)
832     Resolves: rhbz#662007
833     - bonding support: boot option (rvykydal)
834     Resolves: rhbz#662007
835     - vlan support: only in loader (i.e. for activated devices) (rvykydal)
836     Resolves: rhbz#668065
837     - vlan support: enable vlan in NM in installer (sysconfig/network) (rvykydal)
838     Resolves: rhbz#668065
839     - vlan support: vlan device is found only when activated (rvykydal)
840     Resolves: rhbz#668065
841     - vlan support: loader (rvykydal)
842     Resolves: rhbz#668065
843     - Add missing '-fcoe' suffix to fipvlan -f option (rvykydal)
844     Resolves: rhbz#836321
845     - Enable modprobe blacklists (msivak)
846     Resolves: rhbz#840723
847     - Restore execute bits for DUD binaries (msivak)
848     Resolves: rhbz#819564
849     - Require new version of pykickstart (vpodzime)
850     Related: rhbz#848818
851     - Add support for swap --hibernation on LVM (vpodzime)
852     Resolves: rhbz#848818
853     - Try to use both udev_resolve_devspec(pv) and pv as device name (vpodzime)
854     Resolves: rhbz#809640
855    
856     * Thu Aug 16 2012 Brian C. Lane <bcl@redhat.com> - 13.21.178-1
857     - verify package checksums against metadata (bcl)
858     Resolves: rhbz#681224
859     - Include sha256sum in the installroot (jkeating)
860     Resolves: rhbz#838742
861     - change missing boot partition error (bcl)
862     Resolves: rhbz#821336
863     - fix typo in GPT warning (bcl)
864     Resolves: rhbz#801337
865    
866     * Tue Aug 14 2012 Brian C. Lane <bcl@redhat.com> - 13.21.177-1
867     - Enable all addon repos when doing upgrade (vpodzime)
868     Resolves: rhbz#746925
869     - Add VMware PV drivers (vpodzime)
870     Resolves: rhbz#837835
871     - Use udev_resolve_devspec to recognize the partition used in --onpart
872     (vpodzime)
873     Resolves: rhbz#809640
874     - Clear internal dasd list when resetting storage (jkeating)
875     Resolves: rhbz#823534
876     - Reset selinux context on /etc/zipl.conf (jkeating)
877     Resolves: rhbz#818875
878     - Remove unnecessary BOOTPROTO line from ifcfg files (jkeating)
879     Resolves: rhbz#819486
880     - Make zipl call sensitive to non-zero exit (jkeating)
881     Resolves: rhbz#730023
882     - Provide option to make non-zero exits fatal (jkeating)
883     Related: rhbz#730023
884     - Keep format _mountType in sync with _type (jkeating)
885     Resolves: rhbz#828650
886     - Check passphrase unless explicit cancel (jkeating)
887     Resolves: rhbz#821724
888     - Accept iSCSI details on F12 press (jkeating)
889     Resolves: rhbz#823447
890     - Add readonly disks to the ignored list (jkeating)
891     Resolves: rhbz#772977
892     - Trigger udev to get device details visible (jkeating)
893     Resolves: rhbz#729910
894     - Add ability to match sysname when triggering udev (jkeating)
895     Related: rhbz#729910
896    
897     * Tue Jun 12 2012 David Cantrell <dcantrell@redhat.com> - 13.21.176-1
898     - Find initiator name for partial offload iscsi bnx2i devices (rvykydal)
899     Resolves: rhbz#830756
900    
901     * Fri Jun 01 2012 David Cantrell <dcantrell@redhat.com> - 13.21.175-1
902     - Adapt to fipvlan naming change (rvykydal)
903     Resolves: rhbz#823086
904     - Handle offload qla4xxx iscsi devices properly (rvykydal)
905     Resolves: rhbz#823810
906    
907     * Tue May 29 2012 David Cantrell <dcantrell@redhat.com> - 13.21.174-1
908     - Pick up latest translation work (dcantrell)
909     Resolves: rhbz#816414
910    
911     * Tue May 15 2012 David Cantrell <dcantrell@redhat.com> - 13.21.173-1
912     - Set network configuration for root on partial offload iscsi devices
913     (rvykydal)
914     Resolves: rhbz#819132
915     - Fix traceback trying to import textw.netconfig_text (dcantrell)
916     Resolves: rhbz#785400
917    
918     * Fri May 11 2012 David Cantrell <dcantrell@redhat.com> - 13.21.172-1
919     - Change swap suggestions to the chart proposed in the discussion
920     (vpodzime)
921     Resolves: rhbz#744129
922    
923     * Mon May 07 2012 David Cantrell <dcantrell@redhat.com> - 13.21.171-1
924     - Load mlx4 modules after DDs to make updates possible (msivak)
925     Resolves: rhbz#801094
926     - Make sure all kickstart partition reqs get appropriate weight setting.
927     (dlehman)
928     Resolves: rhbz#813158
929     - Show lvm vg free space as a whole number in the partition gui. (dlehman)
930     Related: rhbz#734128
931     - Add sg_inq and sg_readcap to the install image (mgracik)
932     Resolves: rhbz#737097
933    
934     * Wed Apr 25 2012 David Cantrell <dcantrell@redhat.com> - 13.21.170-1
935     - Add ip= dracut parameter for iscsi nodes using default iface (rvykydal)
936     Resolves: rhbz#500273
937     Related: rhbz#500273
938     - Do not pass :default:default iscsi nic specification to dracut (rvykydal)
939     Resolves: rhbz#500273
940     Related: rhbz#500273
941     - Fix a question in a storage init, when no dispatcher is present (msivak)
942     Resolves: rhbz#805910
943    
944     * Mon Apr 16 2012 David Cantrell <dcantrell@redhat.com> - 13.21.169-1
945     - fall back to global proxy for repos (bcl)
946     Resolves: rhbz#788537
947     - set PROXY environmental variables (bcl)
948     Resolves: rhbz#800388
949     - Add /usr/bin/id to install image (mgracik)
950     Resolves: rhbz#773545
951     - Disable NM for iface used by root on iscsi (rvykydal)
952     Resolves: rhbz#500273
953     Related: rhbz#500273
954    
955     * Fri Apr 13 2012 David Cantrell <dcantrell@redhat.com> - 13.21.168-1
956     - Don't write iscsi targets set up via ibft in generated ks (rvykydal)
957     Resolves: rhbz#811426
958     Related: rhbz#811426
959     - Fix parsing of iscsi iface udev info for offload devices (rvykydal)
960     Resolves: rhbz#811426
961     - Honour dhcptimeout set for NM in anaconda (rvykydal)
962     Resolves: rhbz#769145
963     Related: rhbz#769145
964    
965     * Thu Apr 05 2012 David Cantrell <dcantrell@redhat.com> - 13.21.167-1
966     - Use the translated repo name in the Edit Repository dialog (vpodzime)
967     Resolves: rhbz#728556
968    
969     * Thu Apr 05 2012 David Cantrell <dcantrell@redhat.com> - 13.21.166-1
970     - Unpack also auto_vlan item of fcoe.nic. (rvykydal)
971     Related: rhbz#735857
972     - Add getopt to all architectures (mgracik)
973     Resolves: rhbz#773545
974    
975     * Wed Apr 04 2012 David Cantrell <dcantrell@redhat.com> - 13.21.165-1
976     - Set productIsFinal default value to False (mgracik)
977     Resolves: rhbz#808935
978     - Correct and simplify handling of "bootable" partition requests (dlehman)
979     Resolves: rhbz#804915
980     - Add semicolon to dhclient timeout option (rvykydal)
981     Resolves: rhbz#769145
982     Related: rhbz#769145
983    
984     * Thu Mar 29 2012 David Cantrell <dcantrell@redhat.com> - 13.21.164-1
985     - Fix onbiosdisk comparison for kickstart installs (dcantrell)
986     Resolves: rhbz#802397
987     - Catch exception when returning tty control to init on s390(x) (vpodzime)
988     Resolves: rhbz#747219
989    
990     * Mon Mar 26 2012 David Cantrell <dcantrell@redhat.com> - 13.21.163-1
991     - Fix sense of test to identify /boot versus PReP. (dlehman)
992     Related: rhbz#725418
993     - We have to return tty's control to init's process group at exit (vpodzime)
994     Resolves: rhbz#747219
995     - ISIG is not an iflag but lflag (vpodzime)
996     Related: rhbz#747219
997    
998     * Tue Mar 20 2012 David Cantrell <dcantrell@redhat.com> - 13.21.162-1
999     - Fix for checking the number of CPUs on s390x (jstodola)
1000     Resolves: rhbz#736457
1001    
1002     * Mon Mar 12 2012 Martin Sivak <msivak@redhat.com> - 13.21.161-1
1003     - Use netdevices.items() to unpack values (mgracik)
1004     Resolves: rhbz#802222
1005    
1006     * Fri Mar 09 2012 David Cantrell <dcantrell@redhat.com> - 13.21.160-1
1007     - There is no product named 'Red Hat Enterprise Linux Public Beta' (dcantrell)
1008     Resolves: rhbz#801335
1009    
1010     * Wed Mar 07 2012 David Cantrell <dcantrell@redhat.com> - 13.21.159-1
1011     - Add auto_vlan option for fcoe devices in UI (rvykydal)
1012     Resolves: rhbz#735857
1013     - Fix value for infiniband type used in ifcfg files (rvykydal)
1014     Related: rhbz#660686
1015     Resolves: rhbz#660686
1016     - Install and enable rdma service when using IPoIB network device (rvykydal)
1017     Related: rhbz#660686
1018     Resolves: rhbz#660686
1019    
1020     * Wed Mar 07 2012 David Cantrell <dcantrell@redhat.com> - 13.21.158-1
1021     - Use read-only locking for lvm commands in udev rules. (dlehman)
1022     Related: rhbz#783841
1023     - On PPC use only the boot disk in yaboot.conf (mgracik)
1024     Resolves: rhbz#753108
1025    
1026     * Mon Mar 05 2012 David Cantrell <dcantrell@redhat.com> - 13.21.157-1
1027     - Allow installation of optional packages from the base group via ks. (clumens)
1028     Resolves: rhbz#727186
1029     - iscsi: add iface binding support to discovery and setup TUI (rvykydal)
1030     Resolves: rhbz#500273
1031     - iscsi: add interface binding support to kickstart (rvykydal)
1032     Resolves: rhbz#500273
1033     - iscsi: add Configure Network to advanced storage GUI (rvykydal)
1034     Resolves: rhbz#500273
1035     Related: rhbz#500273
1036     - iscsi: Display iface in login success dialog (rvykydal)
1037     Resolves: rhbz#500273
1038     - iscsi: display iface in Discovered Nodes dialog (rvykydal)
1039     Resolves: rhbz#500273
1040     - iscsi: add iface binding support to iscsi device class (nic) (rvykydal)
1041     Resolves: rhbz#500273
1042     - iscsi: add iface binding support to discovery and setup GUI (rvykydal)
1043     Resolves: rhbz#500273
1044    
1045     * Fri Mar 02 2012 David Cantrell <dcantrell@redhat.com> - 13.21.156-1
1046     - Find the CMSDASD device on guests with one CPU active (dcantrell)
1047     Resolves: rhbz#736457
1048     - Make sure /boot is on the same disk as prepboot (mgracik)
1049     Resolves: rhbz#727136
1050     - Implement dhcptimeout boot option (rvykydal)
1051     Resolves: rhbz#769145
1052     - Fix EFI boot from multipath device (msivak)
1053     Resolves: rhbz#691794
1054     - ipoib support - write TYPE to ifcfg also for disabled devices (rvykydal)
1055     Related: rhbz#660686
1056     Resolves: rhbz#660686
1057     - Fix sense of disklabel size check and add some logging (bcl)
1058     Resolves: rhbz#671230
1059    
1060     * Tue Feb 28 2012 David Cantrell <dcantrell@redhat.com> - 13.21.155-1
1061     - Update the fs size limit for ext3/ext4 from 8TB to 16TB. (dlehman)
1062     Resolves: rhbz#767727
1063     - Clean up obsolete extended partitions if partitioning fails. (dlehman)
1064     Resolves: rhbz#725395
1065     - Yaboot cannot find /boot if it is on a logical partition. (dlehman)
1066     Resolves: rhbz#725418
1067     - Add support for reserving space in lvm vgs via kickstart. (dlehman)
1068     Resolves: rhbz#663647
1069     - Enforce lvm limit of 50 character name length for lvs, vgs. (dlehman)
1070     Resolves: rhbz#747278
1071    
1072     * Mon Feb 27 2012 David Cantrell <dcantrell@redhat.com> - 13.21.154-1
1073     - Revert "Support XFS on all filesystems except /boot"
1074     Related: rhbz#766878
1075    
1076     * Mon Feb 27 2012 David Cantrell <dcantrell@redhat.com> - 13.21.153-1
1077     - Support XFS on all filesystems except /boot (dcantrell)
1078     Resolves: rhbz#766878
1079     - Add --same-as-ram kickstart option for swap size specification (vpodzime)
1080     Resolves: rhbz#744129
1081     - Limit the size of swap partitions (vpodzime)
1082     Resolves: rhbz#744129
1083     - Correctly handle reqs with max size no larger than base size. (vpodzime)
1084     Related: rhbz#744129
1085     - Add swapSameAsRam and use it for autopartitioning (vpodzime)
1086     Resolves: rhbz#744129
1087     - Change swap size suggestion to values from documentation (vpodzime)
1088     Resolves: rhbz#744129
1089     - Pass ifname to dracut for disconnected fcoe ifaces (rvykydal)
1090     Resolves: rhbz#743784
1091     - iscsi: fix listing of active nodes of a target (rvykydal)
1092     Resolves: rhbz#752066
1093     Related: rhbz#752066
1094     - Fix debug message (an oversight from the patch with fix) (rvykydal)
1095     Resolves: rhbz#752066
1096     Related: rhbz#752066
1097     - Generate repo= ks command only for repos added by user (rvykydal)
1098     Resolves: rhbz#738577
1099    
1100     * Thu Feb 16 2012 David Cantrell <dcantrell@redhat.com> - 13.21.152-1
1101     - Try nslookup for DNS test in linuxrc.s390 (dcantrell).
1102     Resolves: rhbz#756608
1103     - Change the ordering of unmount, unlink and rename in shutdown sequence
1104     (vpodzime)
1105     Resolves: rhbz#750417
1106     - Generate connection UUID in inital ifcfg files created by anaconda (rvykydal)
1107     Resolves: rhbz#705328
1108     - Take in change of a binary name (brcm_iscsiuio -> iscsiuio) (rvykydal)
1109     Resolves: rhbz#731761
1110     - Add xhci-hcd module to the initrd (mgracik)
1111     Resolves: rhbz#783245
1112     - Fix the autogenerated kickstart (mgracik)
1113     Resolves: rhbz#738580
1114     - Retry automatically when package download fails (mgracik)
1115     Resolves: rhbz#732108
1116     - Clear partitions' metadata when 'clearpart --initlabel' used. (dlehman)
1117     Resolves: rhbz#783841
1118     - Fix support for detecting existing mirrored lvs. (dlehman)
1119     Resolves: rhbz#734128
1120     - Use proper binary (/usr/bin/udisks) to start livecd anaconda (msivak)
1121     Resolves: rhbz#746495
1122     - Set ONBOOT=yes for FCoE devices (rvykydal)
1123     Resolves: rhbz#755147
1124     - Added virt-what to install environment (mgracik)
1125     Resolves: rhbz#773545
1126     - Added lsscsi (mgracik)
1127     Resolves: rhbz#737097
1128     - Added sg3_utils (mgracik)
1129     Resolves: rhbz#737097
1130    
1131     * Wed Feb 08 2012 David Cantrell <dcantrell@redhat.com> - 13.21.151-1
1132     - Disable ipv6 on target system when using noipv6 option (rvykydal)
1133     Resolves: rhbz#735791
1134     - set bootloader default when no bootloader detected (bcl)
1135     Resolves: rhbz#754375
1136     - Focus the Add/Edit boot loader dialog after error (mgracik)
1137     Resolves: rhbz#745797
1138     - iscsi: no discovery on each target login (ks + consolidate) (rvykydal)
1139     Resolves: rhbz#752066
1140     - iscsi: no discovery on each target login (UI) (rvykydal)
1141     Resolves: rhbz#752066
1142    
1143     * Tue Jan 31 2012 David Cantrell <dcantrell@redhat.com> - 13.21.150-1
1144     - Set default BOOTPROTO=dhcp for network service (minimal installs) (rvykydal)
1145     Resolves: rhbz#723404
1146     - Select the same device for ksdevice=link in loader and stage2 (jbastian)
1147     Resolves: rhbz#760250
1148     - Add mnemonics to Configure Network button (rvykydal)
1149     Resolves: rhbz#766902
1150     - Search /lib/firmware/updates and /tmp/DD/lib/firmware/updates (msivak)
1151     Resolves: rhbz#784327
1152     - Single quote values in show_parms() in linuxrc.s390 (dcantrell)
1153     Resolves: rhbz#772970
1154     - Fix scan of already-active mdbiosraidarrays before scan of container.
1155     (dlehman)
1156     Resolves: rhbz#740870
1157     - i18n: Do not include newlines in the reinit dialog's label. (akozumpl)
1158     Resolves: rhbz#728556
1159     - Silence xrandr. (akozumpl)
1160     Resolves: rhbz#732966
1161     - Fix problems found by Coverity scan (dcantrell)
1162     Resolves: rhbz#727881
1163     - Write isfinal to the buildstamp for sparc too (mgracik)
1164     Resolves: rhbz#740164
1165     - Remove BETANAG, use productIsFinal instead (mgracik)
1166     Resolves: rhbz#740164
1167     - Add productIsFinal variable (mgracik)
1168     Resolves: rhbz#740164
1169     - Make the rhgb and quiet kernel arguments appear last (mgracik)
1170     Resolves: rhbz#742169
1171     - Workaround a bash bug to install some packages also on ix86. (msivak)
1172     Resolves: rhbz#750126
1173     - Allow the user to change his mind about drive reinitializing (msivak)
1174     Resolves: rhbz#730959
1175     - Fix the parser for devel argument so it works when it is the last one.
1176     (msivak)
1177     Resolves: rhbz#754031
1178     - Add netcat and it's requirement libbsd to anaconda (msivak)
1179     Resolves: rhbz#770486
1180     - Pass the noprobe arguments to loadDriverFromMedia (msivak)
1181     Resolves: rhbz#690058
1182     - Name the boot loader add/edit dialog better (mgracik)
1183     Resolves: rhbz#745942
1184     - Show warning if the bootloader password is empty (mgracik)
1185     Resolves: rhbz#745805
1186     - Focus the bootloader dialog after error message (mgracik)
1187     Resolves: rhbz#745797
1188     - Add curl to the install image (mgracik)
1189     Resolves: rhbz#625697
1190     - check if stdout and stderr are the same in execWithRedirect and open
1191     the file only once in such cases
1192     Resolves: rhbz#750710
1193     - pass through the network step in text mode in both directions
1194     Resolves: rhbz#737452
1195    
1196     * Fri Nov 04 2011 Chris Lumens <clumens@redhat.com> - 13.21.149-1
1197     - use 800x600 as minimal mainWindow size (vpodzime) (mgracik)
1198     Resolves: rhbz#750764
1199    
1200     * Wed Nov 02 2011 Chris Lumens <clumens@redhat.com> - 13.21.148-1
1201     - Support prefix length in ipv6= cmdline option (rvykydal)
1202     Resolves: rhbz#679108
1203     Related: rhbz#679108
1204    
1205     * Tue Oct 25 2011 David Cantrell <dcantrell@redhat.com> - 13.21.147-1
1206     - Make sure to clean up temp vg paths after lvm edit. (dlehman)
1207     Resolves: rhbz#747606
1208     - Add xenfs module to initrd.img (dcantrell).
1209     Resolves: rhbz#747388
1210    
1211     * Mon Oct 17 2011 David Cantrell <dcantrell@redhat.com> - 13.21.146-1
1212     - mpath: flush more eagerly in filter_gui. (akozumpl)
1213     Resolves: rhbz#744772
1214    
1215     * Thu Oct 13 2011 David Cantrell <dcantrell@redhat.com> - 13.21.145-1
1216     - Block button handlers after a button is pressed (mgracik)
1217     Resolves: rhbz#738217
1218    
1219     * Mon Oct 10 2011 David Cantrell <dcantrell@redhat.com> - 13.21.144-1
1220     - Do not require transifex-client for builds. (dcantrell)
1221     Related: rhbz#744094
1222    
1223     * Mon Oct 10 2011 David Cantrell <dcantrell@redhat.com> - 13.21.143-1
1224     - Remove references to 'ku', 'lo', and 'my' languages. (dcantrell)
1225     Related: rhbz#744094
1226     - Ignore po/*.po (dcantrell)
1227     Related: rhbz#744094
1228     - Remove po/*.po files as we are using transifex now. (dcantrell)
1229     Related: rhbz#744094
1230     - Use transifex to pull translations for rhel6-branch (dcantrell)
1231     Related: rhbz#744094
1232     - Update ja translations (dcantrell)
1233     Resolves: rhbz#744094
1234     - fcoe: modprobe the VLAN layer module. (akozumpl)
1235     Related: rhbz#641420
1236     - Wait after udev settles in DD code as usb has hardcoded timeout in kernel
1237     module (msivak)
1238     Related: rhbz#732496
1239     - Fix intendation error (dcantrell)
1240     Resolves: rhbz#740870
1241     - Only check relevant devices for dirty filesystems. (dlehman)
1242     Resolves: rhbz#741206
1243    
1244     * Mon Oct 03 2011 David Cantrell <dcantrell@redhat.com> - 13.21.142-1
1245     - Fix logging= parameter for tboot.gz grub.conf configuration (dcantrell)
1246     Resolves: rhbz#742152
1247    
1248     * Tue Sep 27 2011 David Cantrell <dcantrell@redhat.com> - 13.21.141-1
1249     - grub: write 'ip=eth0:dhcp,auto6' instead of 'ip=eth0:dhcp ip=eth0:auto6'
1250     (akozumpl)
1251     Resolves: rhbz#740222
1252    
1253     * Tue Sep 20 2011 David Cantrell <dcantrell@redhat.com> - 13.21.140-1
1254     - Exclude Xen guests when configuring tboot (dcantrell)
1255     Resolves: rhbz#737094
1256     - Fix format.majorminor caching. (akozumpl)
1257     Related: rhbz#731973
1258     - Fix detection of RAW driverdisc partitions while in manual selection mode
1259     (msivak)
1260     Related: rhbz#732496
1261     - fcoe: handle Broadcom fcoe devices correctly. (akozumpl)
1262     Resolves: rhbz#641420
1263     - fcoe: the control path in sysfs is now /sys/module/libfcoe (akozumpl)
1264     Related: rhbz#641420
1265     - fcoe: load bnx2fc if relevant. (akozumpl)
1266     Related: rhbz#641420
1267     - Fix the list-harddrives test script (mgracik)
1268     Resolves: rhbz#706099
1269     - Fix loadkeys-test (mgracik)
1270     Resolves: rhbz#706099
1271     - Fix PartitionDevice.path to work with device-mapper disks. (dlehman)
1272     Related: rhbz#731973
1273     - Allow DeviceFormat.cacheMajorminor to fail without an exception. (akozumpl)
1274     Resolves: rhbz#731973
1275     - Set formats' device attr when associating the format with a device. (dlehman)
1276     Related: rhbz#731973
1277     - Cache the value of Format.majorminor(). (akozumpl)
1278     Related: rhbz#731973
1279     - More partition dialogs focusing after error (mgracik)
1280     Resolves: rhbz#679810
1281    
1282     * Wed Sep 07 2011 David Cantrell <dcantrell@redhat.com> - 13.21.139-1
1283     - mpath: create /etc/multipath/bindings if we are using friendly names.
1284     (akozumpl)
1285     Resolves: rhbz#734374
1286    
1287     * Thu Sep 01 2011 David Cantrell <dcantrell@redhat.com> - 13.21.138-1
1288     - On ppc64, call initrd image "initrd.img" (dcantrell)
1289     Related: rhbz#703914
1290     - Do not exit when loadkeys hits SystemError (mgracik)
1291     Resolves: rhbz#733595
1292     - Use loop7 instead of loop0 for the losetup test (mgracik)
1293     Resolves: rhbz#706099
1294    
1295     * Fri Aug 26 2011 David Cantrell <dcantrell@redhat.com> - 13.21.137-1
1296     - Fix import error in list-harddrives-test (mgracik)
1297     Resolves: rhbz#706099
1298     - Rescan for netdevs after clearing blacklist in linuxrc.s390 (dcantrell)
1299     Resolves: rhbz#733299
1300    
1301     * Wed Aug 24 2011 David Cantrell <dcantrell@redhat.com> - 13.21.136-1
1302     - Fix parsing of network kickstart command (mmatsuya)
1303     Resolves: rhbz#731274
1304    
1305     * Tue Aug 23 2011 David Cantrell <dcantrell@redhat.com> - 13.21.135-1
1306     - Convert a None from libiscsi.discover() to an empty list. (akozumpl)
1307     Resolves: rhbz#732380
1308    
1309     * Mon Aug 22 2011 David Cantrell <dcantrell@redhat.com> - 13.21.134-1
1310     - Fix the partitioning section of interactive kickstart installs (clumens).
1311     Resolves: rhbz#641861
1312    
1313     * Mon Aug 22 2011 David Cantrell <dcantrell@redhat.com> - 13.21.133-1
1314     - Fix typo in d5cabdd21c9f3c20e1e39863c15bff153e9e608f. (akozumpl)
1315     Resolves: rhbz#732358
1316    
1317     * Fri Aug 19 2011 David Cantrell <dcantrell@redhat.com> - 13.21.132-1
1318     - Fix indentation errors in iw/lvm_dialog_gui.py (dcantrell)
1319     Related: rhbz#679810
1320     - Use GPT on non-UEFI for disks larger than 2TB (dcantrell)
1321     Resolves: rhbz#671230
1322     - Make sure we don't remove the lvm symlinks (mgracik)
1323     Resolves: rhbz#676404
1324     - Do not show the lang and kbd screens again in stage2 (mgracik)
1325     Resolves: rhbz#706675
1326     - Focus many partition dialogs after error (mgracik)
1327     Resolves: rhbz#679810
1328     - Create the image file in losetup stub test (mgracik)
1329     Resolves: rhbz#706099
1330     - Print a newline after error message (mgracik)
1331     Resolves: rhbz#706099
1332     - Use Popen instead of check_output (mgracik)
1333     Resolves: rhbz#706099
1334    
1335     * Thu Aug 18 2011 David Cantrell <dcantrell@redhat.com> - 13.21.131-1
1336     - rescue mode: fix traceback calling progressWindow() (akozumpl)
1337     Resolves: rhbz#730714
1338    
1339     * Wed Aug 17 2011 David Cantrell <dcantrell@redhat.com> - 13.21.130-1
1340     - Move the trusted_boot setting into AnacondaYum.run (clumens).
1341     Resolves: rhbz#731260
1342     - Do not invalidate _cachedDevices (dcantrell)
1343     Resolves: rhbz#618535
1344    
1345     * Tue Aug 16 2011 David Cantrell <dcantrell@redhat.com> - 13.21.129-1
1346     - Add multiboot support for tboot (gang.wei)
1347     Resolves: rhbz#697419
1348     - Deal with zFCP multipath devices in the filter UI (dcantrell)
1349     Resolves: rhbz#618535
1350    
1351     * Mon Aug 15 2011 David Cantrell <dcantrell@redhat.com> - 13.21.128-1
1352     - Add /sbin/cio_ignore to s390x initrd.img (dcantrell)
1353     Resolves: rhbz#730650
1354     - Copy /etc/multipath/wwids to the sysimage. (akozumpl)
1355     Resolves: rhbz#701371
1356     - raid ui: compute max number of spares based on raid members selected.
1357     (akozumpl)
1358     Resolves: rhbz#729716
1359     - Include the command-stubs test scripts in the archive (mgracik)
1360     Resolves: rhbz#706099
1361     - Do not skip Lang and Kbd steps (mgracik)
1362     Resolves: rhbz#706675
1363     - Focus the Add/Edit repo dialog after error (mgracik)
1364     Resolves: rhbz#679810
1365     - Attempt to bring the network up before saving a bug report (clumens).
1366     Resolves: rhbz#668570
1367     - Show the progress in cmdline mode (mgracik)
1368     Resolves: rhbz#663644
1369     - Reuse existing /boot/efi and ignore vfat on non-boot devices (bcl)
1370     Resolves: rhbz#723976
1371     Resolves: rhbz#729062
1372    
1373     * Thu Aug 11 2011 David Cantrell <dcantrell@redhat.com> - 13.21.127-1
1374     - Carry rdloaddriver= parameters through to the boot loader config. (dcantrell)
1375     Related: rhbz#689029
1376     - Implement rdloaddriver= in loader (dcantrell)
1377     Resolves: rhbz#689029
1378     - Support rdblacklist= boot parameter in addition to blacklist= (dcantrell)
1379     Related: rhbz#689029
1380     - Allow DriverDisc to contain vendor provided tools (msivak)
1381     Resolves: rhbz#659790
1382     - Raise informative error for ks=bootif, missing BOOTIF case (rvykydal).
1383     Resolves: rhbz#681803
1384     Related: rhbz#681803
1385     - edd: fix traceback on Xen. (akozumpl)
1386     Resolves: rhbz#728280
1387     - Don't raise Retry dialog in loader kickstart networking (rvykydal)
1388     Resolves: rhbz#722276
1389     - Don't write duplicate lines for encrypted block devices. (dlehman)
1390     Resolves: rhbz#605938
1391     - Add a writeKS method for encrypted partitions. (cherry picked from commit
1392     509dd717e1fcd8dd0115ed9029878be9a0330222) (clumens)
1393     Related: rhbz#605938
1394    
1395     * Wed Aug 03 2011 David Cantrell <dcantrell@redhat.com> - 13.21.126-1
1396     - Honor linksleep boot option (rvykydal)
1397     Resolves: rhbz#713991
1398     - Make the yum debuglevel more reasonable. (akozumpl)
1399     Resolves: rhbz#726804
1400     - Prevent SIGSEGV when going back after driver source selection
1401     (yoshihide.sonoda.ua)
1402     Resolves: rhbz#718901
1403    
1404     * Fri Jul 29 2011 David Cantrell <dcantrell@redhat.com> - 13.21.125-1
1405     - Only warn when swaps with no UUID are preexisting. (dlehman)
1406     Related: rhbz#695740
1407     - Skip cleardisks screen for custom partition layouts. (dlehman)
1408     Related: rhbz#709961
1409     - Add a warning about the fstab implications of swap devices with no UUID.
1410     (dlehman)
1411     Resolves: rhbz#695740
1412     - Fail gracefully when device name collisions occur in kickstart. (dlehman)
1413     Resolves: rhbz#691817
1414     - Don't traceback if disks go missing before/during partitioning. (dlehman)
1415     Resolves: rhbz#709961
1416     - Remove hasFreeDiskSpace and related code. (dlehman)
1417     Resolves: rhbz#683632
1418     - ssl: 'noverifyssl' kernel boot argument. (akozumpl)
1419     Resolves: rhbz#696696
1420     - edd: fix syntax in situation when two edd directories point to the same
1421     device. (akozumpl)
1422     Resolves: rhbz#725777
1423    
1424     * Wed Jul 27 2011 David Cantrell <dcantrell@redhat.com> - 13.21.124-1
1425     - Include the files required for libreport. (clumens)
1426     Resolves: rhbz#705274
1427     - Add libnsspem.so to the stage1 image. (akozumpl)
1428     Related: rhbz#696696
1429     - edd: do not traceback with cciss devices. (akozumpl)
1430     Resolves: rhbz#723194
1431     - edd: do not traceback when can not find the respective pci device. (akozumpl)
1432     Resolves: rhbz#723344
1433    
1434     * Mon Jul 25 2011 David Cantrell <dcantrell@redhat.com> - 13.21.123-1
1435     - Get the ownership of terminal in stage2 (msivak)
1436     Resolves: rhbz#716920
1437     - Do not traceback on mpath errors caused by faulty hardware. (akozumpl)
1438     Resolves: rhbz#689520
1439     - If crashkernel= is given in kickstart, don't add crashkernel=auto (clumens).
1440     Resolves: rhbz#691910
1441     - Check the format of /boot when using EFI (bcl)
1442     Resolves: rhbz#689996
1443     - Catch .treeinfo errors (bcl)
1444     Resolves: rhbz#715130
1445     - Don't allow creating a new bootloader config in text mode (clumens)
1446     Resolves: rhbz#676025
1447    
1448     * Thu Jul 21 2011 David Cantrell <dcantrell@redhat.com> - 13.21.122-1
1449     - Add accelerators to reinitialize dialog (bcl)
1450     Resolves: rhbz#673048
1451     - Use getDiskPart for efibootmgr (bcl)
1452     Resolves: rhbz#704378
1453     - Change xhost auth when doing a liveinst. (bcl)
1454     Resolves: rhbz#698282
1455     - Raise an exception if X*Display functions fail. (clumens)
1456     Related: rhbz#698282
1457     - Fix the filter UI to sort capacity as numbers, not characters. (clumens)
1458     Resolves: rhbz#614504
1459     - Fix the filesystem migration dialog in text mode. (clumens)
1460     Resolves: rhbz#688314
1461     - Add lvm symlinks to rescue image (mgracik)
1462     Resolves: rhbz#676404
1463    
1464     * Thu Jul 14 2011 David Cantrell <dcantrell@redhat.com> - 13.21.121-1
1465     - Fix network --device=bootif value processing in stage2 (vpodzime)
1466     Resolves: rhbz#681803
1467     - Enable support for static ipv6= cmdline option (rvykydal)
1468     Resolves: rhbz#679108
1469     - Fix nfsiso install with options (mgracik)
1470     Resolves: rhbz#699640
1471     - Copy the command stubs test scripts to initrd (mgracik)
1472     Resolves: rhbz#706099
1473     - Remove raidstart-stub and raidstop-stub (mgracik)
1474     Related: rhbz#706099
1475     - Improvements to loadkeys-stub (mgracik)
1476     Related: rhbz#706099
1477     - Add test script for loadkeys-stub (mgracik)
1478     Related: rhbz#706099
1479     - Improvements to losetup-stub (mgracik)
1480     Related: rhbz#706099
1481     - Add test script for losetup-stub (mgracik)
1482     Related: rhbz#706099
1483     - Improvements to list-harddrives-stub (mgracik)
1484     Related: rhbz#706099
1485     - Add test script for list-harddrives-stub (mgracik)
1486     Related: rhbz#706099
1487     - Improvements to mknod-stub (mgracik)
1488     Related: rhbz#706099
1489     - Add test script for mknod-stub (mgracik)
1490     Related: rhbz#706099
1491     - Compress initrd.img with lzma, not xz (wwoods)
1492     Resolves: rhbz#694198
1493    
1494     * Fri Jul 08 2011 David Cantrell <dcantrell@redhat.com> - 13.21.120-1
1495     - Hide header image on all but 800x600 displays (dcantrell).
1496     Resolves: rhbz#712487
1497     - Use xz compression on initrd.img, add back gfx firmware (dcantrell)
1498     Resolves: rhbz#703914
1499     - i18n: Maintain the translated repo name upon modifying. (akozumpl)
1500     Resolves: rhbz#682599
1501     - Handle systems with more than 2147483647 kB of memory (dcantrell).
1502     Resolves: rhbz#704593
1503     - Remove support for the ext4migrate option (dcantrell).
1504     Resolves: rhbz#712195
1505     - Use a more general EnvironmentError to catch timezone-file errors. (akozumpl)
1506     Resolves: rhbz#718099
1507     - edd: refactor and enhance the edd module. (akozumpl)
1508     Related: rhbz#694800
1509     Resolves: rhbz#621175
1510     - unit tests: provide 'glob.glob' and 'os.listdir' in the DiskIO class.
1511     (akozumpl)
1512     Related: rhbz#621175
1513    
1514     * Fri Jul 01 2011 David Cantrell <dcantrell@redhat.com> - 13.21.119-1
1515     - Pulsing progress bar instead of the static popup during device discovery.
1516     (akozumpl)
1517     Resolves: rhbz#616641
1518     - Add an exception to DUD version checking for 6.0 and 6.1 kernels (msivak)
1519     Resolves: rhbz#699745
1520     - Keep dracut settings in sets instead of many long strings. (akozumpl)
1521     Resolves: rhbz#711002
1522     - 'part' command checks if the disk is partitionable. (akozumpl)
1523     Resolves: rhbz#679073
1524     - Honor noprobe flag during DUD loading (msivak)
1525     Resolves: rhbz#690058
1526     - Show a message when ejecting media after test (msivak)
1527     Resolves: rhbz#656378
1528     - Handle partition allocation failures due to alignment adjustments. (dlehman)
1529     Resolves: rhbz#693271
1530     - Maximize extended partition even when logical reqs' sizes are capped.
1531     (dlehman)
1532     Resolves: rhbz#698429
1533     - Don't magically adjust fstype when mountpoint is set to "/boot". (dlehman)
1534     Resolves: rhbz#695362
1535     - Implement an option that lets anaconda name mpath devices by the wwid.
1536     (akozumpl)
1537     Resolves: rhbz#709653
1538     - Add the tests/mock framework to rhel6-branch. (akozumpl)
1539     Related: rhbz#709653
1540     - Remove unused udev_device_is_{multipath,dmraid}_partition functions.
1541     (dlehman)
1542     Related: rhbz#709653
1543     - Generalize some of the device-mapper partition handling. (dlehman)
1544     Related: rhbz#709653
1545     - Use dm subsystem functions to identify dmraid,mpath partitions. (dlehman)
1546     Related: rhbz#709653
1547     - In kickstart, specify multipaths by their wwids. (akozumpl)
1548     Related: rhbz#709653
1549     Resolves: rhbz#677263
1550     - multipath: allow mpath<X> specfifications in kickstart. (akozumpl)
1551     Resolves: rhbz#696876
1552     - multipath: do not set any mpath aliases explicitly. (akozumpl)
1553     Related: rhbz#640735
1554     Resolves: rhbz#674241
1555     - Improve parsing and pass the devel flag to loader through the command line
1556     (msivak)
1557     Related: rhbz#664981
1558     - When in devel mode, do not catch tracebacks, we want the core file (msivak)
1559     Related: rhbz#664981
1560     - Add better debugging capabilities to loader (msivak)
1561     Related: rhbz#664981
1562     - Allow driver disc to be marked as usable for more than one kernel (msivak)
1563     Resolves: rhbz#699745
1564    
1565     * Tue Jun 14 2011 David Cantrell <dcantrell@redhat.com> - 13.21.118-1
1566     - Fix --mtu option to kickstart network command (icomfort)
1567     Resolves: rhbz#689081
1568     - RAID gui: fix how the "Number of spares" spin button is manipulated.
1569     (akozumpl)
1570     Resolves: rhbz#700804
1571     - iscsi: use the --target parameter from the iscsi kickstart command.
1572     (akozumpl)
1573     Resolves: rhbz#676118
1574     - shutdown: kill processes in the anaconda process group. (akozumpl)
1575     Related: rhbz#679397
1576     - fix mnemonics in the 'Add Repository' dialog (akozumpl)
1577     Resolves: rhbz#679058
1578     - imount.c: first wait() for mount then close its stdin/stdout. (akozumpl)
1579     Resolves: rhbz#693732
1580     - cosmetic, iscsi: make the 'no credentials' string more general. (akozumpl)
1581     Resolves: rhbz#697849
1582     - iscsi: disable the 'Login' button with no nodes selected. (akozumpl)
1583     Resolves: rhbz#701220
1584     - Fix rebooting after a kickstart error is detected. (akozumpl)
1585     Resolves: rhbz#690748
1586    
1587     * Tue May 10 2011 David Cantrell <dcantrell@redhat.com> - 13.21.117-1
1588     - Trim "/dev/" from dev.path for all architectures (dcantrell)
1589     Resolves: rhbz#702430
1590    
1591     * Fri May 06 2011 Chris Lumens <clumens@redhat.com> - 13.21.116-1
1592     - Fix list-harddrives output for CCISS devices (clumens).
1593     Resolves: rhbz#702430
1594    
1595     * Wed Apr 20 2011 David Cantrell <dcantrell@redhat.com> - 13.21.115-1
1596     - Write 'edd' instead of 'ethX' for fcoe= dracut parameter. (dcantrell)
1597     Related: rhbz#692939
1598    
1599     * Tue Apr 19 2011 Martin Sivak <msivak@redhat.com> - 13.21.114-1
1600     - Fix SIGSEGV for netwowrk --device=<MAC> which is not found (rvykydal)
1601     Resolves: rhbz#697432
1602     - Set mainWindow size request to current res reported by xrandr (dcantrell)
1603     Resolves: rhbz#694760
1604    
1605     * Mon Apr 18 2011 Martin Sivak <msivak@redhat.com> - 13.21.113-1
1606     - If there are no RAID arrays, do not write an mdadm.conf (clumens).
1607     Resolves: rhbz#696907
1608     - fipscheck has to be in /usr/bin (mgracik)
1609     Resolves: rhbz#692825
1610     - Revert "Don't write HWADDR into ifcfg files (rvykydal)"
1611     Related: rhbz#690589
1612     - Revert "Fix traceback of network --device=<MAC> (rvykydal)"
1613     Related: rhbz#694768
1614    
1615     * Wed Apr 13 2011 Martin Sivak <msivak@redhat.com> - 13.21.112-1
1616     - Add more files needed by sshd in fips mode (mgracik)
1617     Resolves: rhbz#692825
1618     - Fix traceback of network --device=<MAC> (rvykydal)
1619     Resolves: rhbz#694768
1620     - Remove maximum limit on EFI partition (bcl)
1621     Resolves: rhbz#684860
1622    
1623     * Wed Apr 06 2011 David Cantrell <dcantrell@redhat.com> - 13.21.111-1
1624     - Add libraries needed for fips mode to initrd on s390 (mgracik)
1625     Resolves: rhbz#692825
1626     - Prevent debug and kdump kernels from becoming the default (dcantrell)
1627     Resolves: rhbz#693702
1628     - Use znet_cio_free to clear network devices from cio_ignore. (dcantrell)
1629     Related: rhbz#633469
1630    
1631     * Tue Apr 05 2011 Martin Sivak <msivak@redhat.com> - 13.21.110-1
1632     - Use correct interface to obtain HwAddress property (rvykydal)
1633     Resolves: rhbz#693614
1634     - Ignore --device=ibft in stage 2 kickstart handling (rvykydal)
1635     Related: rhbz#638131
1636     Resolves: rhbz#638131
1637     - loader.c: remove stage2param, unused. (akozumpl)
1638     Related: rhbz#688757
1639     - nfs/kickstart: do not throw away the --opts part (akozumpl)
1640     Related: rhbz#688757
1641    
1642     * Sat Apr 02 2011 David Cantrell <dcantrell@redhat.com> - 13.21.109-1
1643     - timeout= in yaboot.conf is in tenths of seconds (dcantrell)
1644     Resolves: rhbz#692409
1645     - Install dracut-fips package when fips=1 is specified (dcantrell)
1646     Resolves: rhbz#692350
1647     - Don't write HWADDR into ifcfg files (rvykydal)
1648     Resolves: rhbz#690589
1649     - Stop user if we have no /boot and / is an LV (dcantrell)
1650     Related: rhbz#618376
1651     - Prevent singlePV lv requests from being > the size of any pv (dcantrell)
1652     Related: rhbz#618376
1653     - Implement a general version of InstallInterfaceBase.methodstrRepoWindow().
1654     (akozumpl)
1655     Related: rhbz#688757
1656    
1657     * Tue Mar 29 2011 David Cantrell <dcantrell@redhat.com> - 13.21.108-1
1658     - Fix missed conversion of createMetadataVer->metadataVersion. (dlehman)
1659     Resolves: rhbz#690469
1660     - Ensure new kernel is default in zipl.conf on upgrade installs (dcantrell)
1661     Resolves: rhbz#683891
1662    
1663     * Wed Mar 23 2011 David Cantrell <dcantrell@redhat.com> - 13.21.107-1
1664     - Don't touch resolv.conf which is handled by NM. (rvykydal)
1665     Resolves: rhbz#687953
1666     - Check size limits on pre-existing partitions (bcl)
1667     Resolves: rhbz#684860
1668     - Do on-demand scanning of md container if needed. (cherry picked from commit
1669     9f83e8e70302d04b13645d5f65f8be8384bf6547) (dlehman)
1670     Resolves: rhbz#683113
1671     - Fix kickstart handling of md spares. (cherry picked from commit
1672     7194ca6edd44545037b4aa1f4711996ceffb667d) (dlehman)
1673     Resolves: rhbz#683605
1674    
1675     * Mon Mar 21 2011 Martin Sivak <msivak@redhat.com> - 13.21.106-1
1676     - Don't write out a duplicate mtab to /mnt/sysimage (clumens).
1677     Resolves: rhbz#657257
1678     - Align lv sizes when adding to vg total space used. (dlehman)
1679     Resolves: rhbz#682156
1680     - Don't include incomplete md arrays in the devicetree. (dlehman)
1681     Resolves: rhbz#683614
1682     - Only pass --update=super-minor when activating v0 metadata md arrays.
1683     (dlehman)
1684     Resolves: rhbz#681136
1685     - Set context on files as well as directories (clumens).
1686     Resolves: rhbz#685090
1687    
1688     * Wed Mar 16 2011 Martin Sivak <msivak@redhat.com> - 13.21.105-1
1689     - IB: add missing modules to the image. (akozumpl)
1690     Related: rhbz#660686
1691     - Support for IPoIB. (akozumpl)
1692     Related: rhbz#660686
1693    
1694     * Wed Mar 09 2011 David Cantrell <dcantrell@redhat.com> - 13.21.104-1
1695     - Remove 'Back' button on depsolving exception for ks installs (dcantrell)
1696     Resolves: rhbz#673170
1697     - Make our resetFileContext loop truly recursive (clumens).
1698     Resolves: rhbz#681494
1699    
1700     * Tue Mar 08 2011 David Cantrell <dcantrell@redhat.com> - 13.21.103-1
1701     - Handle boot loader upgrades on s390 (dcantrell)
1702     Resolves: rhbz#682783
1703     - Fix test for resized LV to ensure we schedule the format resize action.
1704     (dlehman)
1705     Resolves: rhbz#681597
1706    
1707     * Mon Mar 07 2011 David Cantrell <dcantrell@redhat.com> - 13.21.102-1
1708     - Fix md array spares test. (dlehman)
1709     Related: rhbz#652874
1710     - Add /var/lib/yum to the list of directories we set context on (clumens).
1711     Resolves: rhbz#681494
1712     - Check all PV ancestor devices for growable partitions. (dlehman)
1713     Resolves: rhbz#677915
1714     - Gotta catch 'em all parted exceptions. (akozumpl)
1715     Resolves: rhbz#680248
1716    
1717     * Wed Mar 02 2011 David Cantrell <dcantrell@redhat.com> - 13.21.101-1
1718     - Fixed uninitialized GError* variable (mganisin)
1719     Resolves: rhbz#681511
1720     - Remove 'Back' button on depsolving exception for ks installs (dcantrell)
1721     Resolves: rhbz#673170
1722     - Ensure remount requests go through isys.mount() (dcantrell)
1723     Resolves: rhbz#678520
1724     - Do not activate first ks network device in non-network installs. (rvykydal)
1725     Related: rhbz#638131
1726    
1727     * Wed Feb 23 2011 David Cantrell <dcantrell@redhat.com> - 13.21.100-1
1728     - Fix problem with /boot on LVM on a zFCP multipath device (dcantrell)
1729     Related: rhbz#670856
1730     - Don't show the cleardisk dialog on upgrades (clumens).
1731     Resolves: rhbz#679725
1732     - Add the fipscheck library (mgracik)
1733     Resolves: rhbz#679072
1734     - Fix downloading .treeinfo files for --noverifyssl repos. (akozumpl)
1735     Resolves: rhbz#678574
1736     - Only apply global passphrase to devices with no passphrase. (dlehman)
1737     Resolves: rhbz#679224
1738     - Write --noverifyssl to repos and urls in kickstart where fit. (akozumpl)
1739     Resolves: rhbz#678576
1740    
1741     * Mon Feb 21 2011 Martin Sivak <msivak@redhat.com> - 13.21.99-1
1742     - Be better at handling killed metacity. (akozumpl)
1743     Resolves: rhbz#677605
1744     - Fix calculation of md array spare count. (dlehman)
1745     Resolves: rhbz#678028
1746     - Revert "beaker debugging" (pushed by accident, was just a debugging patch)
1747     (akozumpl)
1748     Related: rhbz#677689
1749     - Support cciss devices in get_sysfs_path_by_name(). (akozumpl)
1750     Resolves: rhbz#677689
1751    
1752     * Tue Feb 15 2011 David Cantrell <dcantrell@redhat.com> - 13.21.98-1
1753     - Halt build if ramdisk.image.gz on ppc64 is too large. (dcantrell)
1754     Related: rhbz#675685
1755     - s390x has firstboot now (dcantrell)
1756     Related: rhbz#463564
1757     - Don't add --enablefingerprint unless fprintd-pam is installed (clumens).
1758     Resolves: rhbz#676854
1759    
1760     * Thu Feb 10 2011 David Cantrell <dcantrell@redhat.com> - 13.21.97-1
1761     - Fix mis-management of luks dict when renaming encrypted lvs. (dlehman)
1762     Resolves: rhbz#674773
1763     - iscsi: better IBFT logging. (akozumpl)
1764     Related: rhbz#529443
1765    
1766     * Tue Feb 08 2011 David Cantrell <dcantrell@redhat.com> - 13.21.96-1
1767     - Fix logMessage() call in loader/cdinstall.c (dcantrell)
1768     Related: rhbz#604614
1769    
1770     * Tue Feb 08 2011 David Cantrell <dcantrell@redhat.com> - 13.21.95-1
1771     - Ensure ppc64 ramdisk.image file is <= 32MB (dcantrell)
1772     Resolves: rhbz#675685
1773     - Perform terminations before unmounting filesystems on shutdown. (dlehman)
1774     Resolves: rhbz#604614
1775     - Include killall5 and pidof from sysvinit-tools in the initrd. (dlehman)
1776     Related: rhbz#604614
1777     - Don't unmount /proc or /sys during shutdown. (dlehman)
1778     Related: rhbz#604614
1779     - Remove unused lochangefd functionality. (dlehman)
1780     Related: rhbz#604614
1781     - Don't transfer the stage2 image to the target system. (dlehman)
1782     Related: rhbz#604614
1783     - URL installs no longer have special memory requirements. (dlehman)
1784     Related: rhbz#604614
1785     - Always put stage2 into RAM. (dlehman)
1786     Related: rhbz#604614
1787     - In text mode we have to treat strings and lists separately while printing
1788     them (msivak)
1789     Resolves: rhbz#674322
1790    
1791     * Thu Feb 03 2011 Martin Sivak <msivak@redhat.com> - 13.21.94-1
1792     - Don't write our own udev persistent net rules; use udev's generator. (notting)
1793     Resolves: rhbz#674685
1794     - There's no more MainframeDiskDevice, so don't call its __str__ (clumens)
1795     Resolves: rhbz#674242
1796     - Honour network --nodefroute option also in case of network configuration.
1797     (rvykydal)
1798     Related: rhbz#638131
1799     - Set default resolution of anaconda.glade to 800x600 (dcantrell)
1800     Related: rhbz#663411
1801     - Make singlePV a more useful boolean, clean up _getSinglePV() (dcantrell)
1802     Related: rhbz#618376
1803     - Sort singlePV=True requests so they come first. (dcantrell)
1804     Related: rhbz#618376
1805     - Remove width and height parameters from gui.readImageFromFile() (dcantrell)
1806     Related: rhbz#663411
1807     - Do not scale image on welcome screen. (dcantrell)
1808     Related: rhbz#663411
1809    
1810     * Thu Jan 27 2011 David Cantrell <dcantrell@redhat.com> - 13.21.93-1
1811     - Move reipl step to be after instbootloader step. (dcantrell)
1812     Related: rhbz#618376
1813     - Remove 'Change device' button from bootloader screen on EFI systems (wwoods)
1814     Resolves: rhbz#582143
1815     - Remove forced 800x600 geometry switch for Xvnc (dcantrell)
1816     Related: rhbz#663411
1817     - Disable partition resize support for DASD labels (dcantrell)
1818     Resolves: rhbz#605912
1819    
1820     * Wed Jan 26 2011 Martin Sivak <msivak@redhat.com> - 13.21.92-1
1821     - Add noeject support anaconda (bcl)
1822     Resolves: rhbz#665094
1823     - Add noeject support to loader (bcl)
1824     Related: rhbz#665094
1825     Resolves: rhbz#665094
1826     - biosdevname is in sbin not bin (mgracik)
1827     Related: rhbz#654063
1828     - Initialize loaderData values in kickstart network command. (rvykydal)
1829     Resolves: rhbz#638131
1830     - Always activate first kickstart network device (rvykydal)
1831     Resolves: rhbz#668395
1832     - Make kickstart network command reconfigure active device in loader (rvykydal)
1833     Resolves: rhbz#668395
1834     - Use NM for ibft configuration (rvykydal)
1835     Resolves: rhbz#634016
1836     - Reset only ifcfg file of device we failed to activate (rvykydal)
1837     Resolves: rhbz#638131
1838     - Initialize iface structure properly (rvykydal)
1839     Resolves: rhbz#638131
1840     - Add kickstart network --nodefroute option (rvykydal)
1841     Resolves: rhbz#638131
1842     - Add support for ks network --bootproto=ibft (rvykydal)
1843     Resolves: rhbz#638131
1844     - Wait for activation of specific devices instead of NM (rvykydal)
1845     Resolves: rhbz#638131
1846     - Parse all kickstart network commands in loader too (rvykydal)
1847     Resolves: rhbz#638131
1848     - Activate all devices set by kickstart network --activate command (rvykydal)
1849     Resolves: rhbz#638131
1850     - Pick RHEL6 kickstart superclass in rhel 6 (rvykydal)
1851     Related: rhbz#638131
1852     - VNC does not support runtime SecurityTypes changes (mgracik)
1853     Resolves: rhbz#670832
1854    
1855     * Tue Jan 25 2011 Martin Sivak <msivak@redhat.com> - 13.21.91-1
1856     - Add confirmation dialog to dlabel code and make one DD dialog less confusing
1857     (msivak)
1858     Resolves: rhbz#669647
1859    
1860     * Mon Jan 24 2011 David Cantrell <dcantrell@redhat.com> - 13.21.90-1
1861     - Make sure /sbin/biosdevname is included in initrd.img (dcantrell)
1862     Related: rhbz#654063
1863     - gui: remove "swapped" attribute from anaconda.glade (akozumpl)
1864     Related: rhbz#663411
1865     - Introduce flags.preexisting_x11. (akozumpl)
1866     Related: rhbz#663411
1867     - Adjust main window size based on install type. (bcl)
1868     Related: rhbz#663411
1869     - Run anaconda in fullscreen mode (clumens).
1870     Resolves: rhbz#663411
1871     - On interactive text kickstart installs, still skip certain steps (clumens).
1872     Resolves: rhbz#652222
1873     - Make sure /boot is mapped to a single LVM PV on s390x (dcantrell)
1874     Related: rhbz#618376
1875     - Unmount filesystems before shutdown or reboot on s390x (dcantrell)
1876     Resolves: rhbz#605577
1877     - Make the advanced storage dialogs stay in the foreground. (akozumpl)
1878     Resolves: rhbz#671107
1879     - Revert "Bold the warning for GPT on non-EFI (bcl)
1880     Resolves: rhbz#614585
1881    
1882     * Thu Jan 20 2011 Martin Sivak <msivak@redhat.com> - 13.21.89-1
1883     - Don't offer minors of ignored md devices when creating new md devices.
1884     (dlehman)
1885     Resolves: rhbz#559973
1886     - Make sure devices ignored by the devicetree are in _ignoredDisks. (dlehman)
1887     Related: rhbz#559973
1888     - Do disklabel handling for whole disk formats unknown to anaconda (hdegoede)
1889     Resolves: rhbz#619721
1890     - Add support for detecting lvm vorigin snapshot volumes. (dlehman)
1891     Resolves: rhbz#633038
1892     - Don't display free space at end of extended unless > 1MB. (dlehman)
1893     Resolves: rhbz#626025
1894     - Don't try to add spares to active md arrays. (dlehman)
1895     Resolves: rhbz#652874
1896     - Fix booty error on s390 when /boot is not on LVM. (dcantrell)
1897     Related: rhbz#618376
1898     - Add biosdevname to installer environment (dcantrell)
1899     Resolves: rhbz#654063
1900     - Fix the traceback from afbf164a1ce35aef50075cf0e22b9ece057bf1a1. (akozumpl)
1901     Related: rhbz#640735
1902     - mpath: create /etc/multipath/bindings file. (akozumpl)
1903     Resolves: rhbz#640735
1904    
1905     * Tue Jan 18 2011 Martin Sivak <msivak@redhat.com> - 13.21.88-1
1906     - When discovering dirtiness of filesystems, mount the /mnt/sysimage read only
1907     (msivak)
1908     Resolves: rhbz#601862
1909     - If DD cannot be copied to destination, only throw error into log file
1910     (msivak)
1911     Resolves: rhbz#640260
1912     - Don't assume BOOTIF present for ksdevice=bootif. (rvykydal)
1913     Related: rhbz#647462
1914     - We have to mount /boot/efi when we find an old one. (pjones)
1915     Related: rhbz#593984
1916     - Only allow one EFI System Partition to exist at a time. (pjones)
1917     Resolves: rhbz#593984
1918     - Check fstab entries against fmt.mountType not fmt.type (pjones)
1919     Resolves: rhbz#594032
1920     - Fix writing of network --hostname option in generated ks. (rvykydal)
1921     Related: rhbz#643008
1922     - Bold the warning for GPT on non-EFI (bcl)
1923     Related: rhbz#614585
1924     Resolves: rhbz#614585
1925     - Warn the user when using a GPT bootdisk on non-EFI systems (bcl)
1926     Resolves: rhbz#614585
1927     - Support /boot on logical volume on s390x (dcantrell)
1928     Resolves: rhbz#618376
1929     - Update example ssh command in linuxrc.s390 (dcantrell)
1930     Related: rhbz#621590
1931     - Start rsyslogd from linuxrc.s390 (dcantrell)
1932     Resolves: rhbz#601337
1933     - Update spinbutton value in dialogs (bcl)
1934     Related: rhbz#621490
1935     Resolves: rhbz#621490
1936    
1937     * Wed Jan 12 2011 Martin Sivak <msivak@redhat.com> - 13.21.87-1
1938     - Use the same error message in text mode and GUI (rvykydal)
1939     Resolves: rhbz#625809
1940     - mpath: use both 'multipath -d' and 'multipath -ll' to get the topology.
1941     (akozumpl)
1942     Related: rhbz#636570
1943     - mpath: remove a harmful udev_trigger() in filter_gui (akozumpl)
1944     Related: rhbz#636570
1945     - Merge rsyslogd from master, the loader part. (akozumpl)
1946     Related: rhbz#601337
1947     - ppc: do not allow creating a second PReP partition on one drive. (akozumpl)
1948     Resolves: rhbz#625831
1949     - image: put nss libraries to /usr/lib/ where they belong. (akozumpl)
1950     Resolves: rhbz#667122
1951     - Properly identify device-mapper partitions set up by kpartx. (dlehman)
1952     Resolves: rhbz#659324
1953     - mpath: filter out the slave devices and their partitions
1954     Related: rhbz#659324
1955    
1956     * Thu Jan 06 2011 Martin Sivak <msivak@redhat.com> - 13.21.86-1
1957     - Use a different method to get the sysfs_path for device-mapper devices.
1958     (clumens)
1959     Related: rhbz#591713
1960     - Allow existing /var/log during liveinst (bcl)
1961     Resolves: rhbz#667606
1962    
1963     * Tue Jan 04 2011 Martin Sivak <msivak@redhat.com> - 13.21.85-1
1964     - Merge rsyslogd from master, the buildinstall parts. (akozumpl)
1965     Related: rhbz#601337
1966     - Use cio_ignore and *_cio_free commands in linuxrc.s390 (dcantrell)
1967     Resolves: rhbz#633469
1968     - Add /sbin/cio_ignore to the KEEPFILE list on s390x (dcantrell)
1969     Related: rhbz#633469
1970     - Remove MainframeDiskDevice class, use description property. (dcantrell)
1971     Related: rhbz#632325
1972     - Change the device reinitialization dialog (mgracik)
1973     Resolves: rhbz#657376
1974     - Fix looking up storage device IDs when writing out anaconda-ks.cfg (clumens).
1975     Resolves: rhbz#591713
1976     - mpath: make sure /var/log exists exists early. (akozumpl)
1977     Related: rhbz#636570
1978     - mpath: flush mpath devices in iw/filter_gui.py (akozumpl)
1979     Resolves: rhbz#636570
1980     - mpath: log the /etc/multipath.conf contents (akozumpl)
1981     Related: rhbz#636570
1982     - logging: put timestamps in /tmp/syslog. (akozumpl)
1983     Related: rhbz#636570
1984    
1985     * Mon Dec 13 2010 Martin Sivak <msivak@redhat.com> - 13.21.84-1
1986     - memory: bump epsilon in within_available_memory() (akozumpl).
1987     Resolves: rhbz#624355
1988     - Use chreipl to set the IPL device on s390x (dcantrell)
1989     Resolves: rhbz#632325
1990     - Add /usr/sbin/chreipl to KEEPFILE. (dcantrell)
1991     Related: rhbz#632325
1992     - Create a MainframeDiskDevice class for common s390 attributes. (dcantrell)
1993     Related: rhbz#632325
1994     - Do not shut down zFCP storage in Storage.shutdown() (dcantrell)
1995     Resolves: rhbz#612626
1996     - Clarify the ssh modes for installation on s390x (dcantrell).
1997     Resolves: rhbz#621590
1998     - Set installer environment hostname for sw raid LABELs (rvykydal)
1999     Resolves: rhbz#640743
2000     - Improve network (ifcfg) logging (rvykydal).
2001     Resolves: rhbz#642998
2002     - Do not backtrace if repo is specified through kickstart only (akozumpl).
2003     Related: rhbz#632526
2004     Resolves: rhbz#659781
2005     - Add proxy handling to .treeinfo (bcl)
2006     Resolves: rhbz#634655
2007     - Move setProxy to AnacondaYum (bcl)
2008     Related: rhbz#634655
2009     Resolves: rhbz#634655
2010     - Restore list-harddrives output to what users expect (dcantrell)
2011     Resolves: rhbz#654436
2012     - Permit ext4 and ext2 for /boot on s390x (dcantrell)
2013     Resolves: rhbz#638734
2014     - Check for ARPHRD_ETHER and ARPHRD_SLIP types in getDevices (dcantrell)
2015     Resolves: rhbz#596826
2016     - Fix "logvol --percent=" (jruemker).
2017     Resolves: rhbz#651445
2018     - Update generating of anaconda-ks.cfg for ipv6 (rvykydal)
2019     Resolves: rhbz#643008
2020     - Fix default of network --device option to match rhel5 (rvykydal).
2021     Resolves: rhbz#647462
2022     - Update ks network command for ipv6 in stage 2 (rvykydal)
2023     Resolves: rhbz#643005
2024     - gui: hide text in the proxy password field (akozumpl).
2025     Resolves: rhbz#611825
2026     - support for partial offload in udev_*_iscsi() functions. (akozumpl)
2027     Related: rhbz#442980
2028     - iscsi: partial offload drivers. (akozumpl)
2029     Related: rhbz#442980
2030     - Add command-line.txt back into the package (clumens).
2031     Resolves: rhbz#650316
2032     - Revert "Do not use _rnetdev as fstab option for network based /" (clumens)
2033     Resolves: rhbz#644525
2034     - Don't ignore %packages if --default is given (dcantrell).
2035     Resolves: rhbz#621349
2036     - Don't traceback when displaying %post error messages (clumens).
2037     Resolves: rhbz#654074
2038     - Display a warning message on TAINT_HARDWARE_UNSUPPORTED (clumens).
2039     Resolves: rhbz#623140
2040     - If getting .treeinfo fails, try treeinfo (clumens).
2041     Resolves: rhbz#635065
2042     - Add rdate, tty, which to install image (mgracik)
2043     Resolves: rhbz#654432
2044     - Fix a missing _ped import. (clumens)
2045     Resolves: rhbz#640829
2046     - Focus the window after changing language (mgracik)
2047     Resolves: rhbz#628426
2048     - Ignore immutable disks in clearPartitions (bcl)
2049     Resolves: rhbz#657115
2050     Related: rhbz#614812
2051     - Rescan disks when moving back through upgrade check (bcl)
2052     Resolves: rhbz#614812
2053     - Enable network when getting .treeinfo (rvykydal)
2054     Resolves: rhbz#632526
2055     - Preset default config for immediate Close in nm-c-e enablement (rvykydal)
2056     Resolves: rhbz#636526
2057     - Write out correct nfs url for repo= in /root/anaconda-ks.cfg (rvykydal)
2058     Resolves: rhbz#635201
2059     - Fix non-dhcp network enablement in stage 2 (rvykydal)
2060     Resolves: rhbz#641324
2061     - Do not try to prompt for network for escrow in kickstart (rvykydal)
2062     Resolves: rhbz#636533
2063     - After cancelled stage 2 network enablement remove temporary repo (rvykydal)
2064     Resolves: rhbz#623641
2065     - Fix traceback when using duplicate name for added/edited repo (rvykydal)
2066     Resolves: rhbz#623149
2067     - Add support for ipv6 to text UI network enablement (rvykydal)
2068     Resolves: rhbz#612476
2069     - Remember user's choice when going back in Configure TCP/IP (rvykydal)
2070     Resolves: rhbz#609570
2071     - It's /usr/bin/gdbserver. (akozumpl)
2072     Related: rhbz#442980
2073     - Handle dm-N devices pointed to by /dev/disk/ paths (bcl)
2074     Related: rhbz#605312
2075     Resolves: rhbz#605312
2076     - Resolve /dev/disk/ devices during rescue (bcl)
2077     Resolves: rhbz#605312
2078     - Add ntpdate to install.img (mgracik)
2079     Resolves: rhbz#614399
2080     - Do not auto-check all drives when creating a RAID partition (akozumpl).
2081     Resolves: rhbz#641910
2082     - (Un)select all button in Partition Editor. (akozumpl)
2083     Related: rhbz#641910
2084     - iscsi, cosmetic: fix grammar in the iscsi dialogs. (akozumpl)
2085     Related: rhbz#607827
2086     - iscsi: call iscsi.stabilize() at the end of the iscsi configuration.
2087     (akozumpl)
2088     Related: rhbz#607827
2089     - iscsi: consolidate logging in the UI (akozumpl)
2090     Related: rhbz#607827
2091     - iscsi: allow separate discovery/login credentials in TUI. (akozumpl)
2092     Related: rhbz#607827
2093     - iscsi: migrate the CRED_ constants and parse_ip() to partIntfHelpers.
2094     (akozumpl)
2095     Related: rhbz#607827
2096     - iscsi gui: use abstract methods in the iSCSIWizard interface. (akozumpl)
2097     Related: rhbz#607827
2098     - iscsi gui: factor out the drive adding code. (akozumpl)
2099     Related: rhbz#607827
2100     - iscsi gui: make the iSCSI wizard never return gtk constants. (akozumpl)
2101     Related: rhbz#607827
2102     - text.messageWindow(): make it more resilient to the input. (akozumpl)
2103     Related: rhbz#607827
2104     - iscsi: copyright notice in add_drive_text.py (akozumpl)
2105     Related: rhbz#607827
2106     - iscsi: discovery and node login wizard. (akozumpl)
2107     Related: rhbz#607827
2108     - ui: C_reate mnemonics in Create Storage dialog (akozumpl).
2109     Resolves: rhbz#626600
2110     - Use SHA-512 for bootloader password encryption (mitr)
2111     Related: rhbz#554874
2112     - Set focus after error message (tmlcoch)
2113     Resolves: rhbz#611430
2114     - Fix support for "part --ondisk=/dev/disk/by-..." (clumens).
2115     Resolves: rhbz#621515
2116    
2117     * Mon Oct 18 2010 Chris Lumens <clumens@redhat.com> - 13.21.83-1
2118     - Add the subscription manager yum plugin (dgregor).
2119     Resolves: rhbz#643438
2120    
2121     * Mon Aug 30 2010 David Cantrell <dcantrell@redhat.com> - 13.21.82-1
2122     - Disable BETANAG for RHEL6 (clumens).
2123     Resolves: rhbz#628459
2124    
2125     * Wed Aug 25 2010 David Cantrell <dcantrell@redhat.com> - 13.21.81-1
2126     - mpath: put quotes around the wwids, they can have spaces. (akozumpl)
2127     Related: rhbz#626842
2128     - filtering UI: don't be picky about udev wwid length. (akozumpl)
2129     Related: rhbz#626842
2130     - Use ID_SERIAL_RAW for multipath, if available (clumens).
2131     Resolves: rhbz#626842
2132    
2133     * Tue Aug 24 2010 David Cantrell <dcantrell@redhat.com> - 13.21.80-1
2134     - mpath: filter member partitions wiser in lvm. (akozumpl)
2135     Related: rhbz#624175
2136     - mpath: do not deactivate mpath partitions in teardown(). (akozumpl)
2137     Related: rhbz#624175
2138    
2139     * Thu Aug 19 2010 David Cantrell <dcantrell@redhat.com> - 13.21.79-1
2140     - lvm: filter 'sda[0-9]*' when filtering 'sda' (akozumpl)
2141     Resolves: rhbz#624175
2142     - mpath: do not deactivate mpath device upon its teardown. (akozumpl)
2143     Related: rhbz#624175
2144    
2145     * Tue Aug 17 2010 David Cantrell <dcantrell@redhat.com> - 13.21.78-1
2146     - Fix the provides we look for when installing DUD (msivak)
2147     Resolves: rhbz#618862
2148    
2149     * Mon Aug 16 2010 David Cantrell <dcantrell@redhat.com> - 13.21.77-1
2150     - Fix the paths for DD in postinstall phase (msivak)
2151     Related: rhbz#619745
2152    
2153     * Fri Aug 13 2010 David Cantrell <dcantrell@redhat.com> - 13.21.76-1
2154     - NetworkManager uses a different config file now (clumens).
2155     Resolves: rhbz#623937
2156     - mpath: teardown format from MultipathDevice.teardown() (akozumpl).
2157     Resolves: rhbz#616273
2158     - Do not use autoconfiguration for DHCPv6 (rvykydal)
2159     Resolves: rhbz#623216
2160     - Remove spurious colon (misvak)
2161     Related: rhbz#619745
2162    
2163     * Thu Aug 12 2010 David Cantrell <dcantrell@redhat.com> - 13.21.75-1
2164     - Fix "Cancel" in stage 2 network enablement dialog (rvykydal)
2165     Resolves: rhbz#623151
2166     - Proper detection of successful module update (msivak)
2167     Resolves: rhbz#618862
2168     - We checked for updated driver with wrong path prefix (msivak)
2169     Resolves: rhbz#619745
2170    
2171     * Wed Aug 11 2010 David Cantrell <dcantrell@redhat.com> - 13.21.74-1
2172     - LVM and LUKS now align everything to 1MB boundaries. (dlehman)
2173     Resolves: rhbz#623458
2174    
2175     * Wed Aug 11 2010 David Cantrell <dcantrell@redhat.com> - 13.21.73-1
2176     - Rebuild to include latest translation updates
2177     Resolves: rhbz#593202
2178    
2179     * Tue Aug 10 2010 David Cantrell <dcantrell@redhat.com> - 13.21.72-1
2180     - Translate task and repo names based on the product.img (clumens).
2181     Resolves: rhbz#622064
2182    
2183     * Tue Aug 10 2010 David Cantrell <dcantrell@redhat.com> - 13.21.71-1
2184     - Rebuild to include latest translation updates
2185     Resolves: rhbz#527925
2186    
2187     * Fri Aug 06 2010 David Cantrell <david.l.cantrell@gmail.com> - 13.21.70-1
2188     - Require newest pykickstart. (david.l.cantrell)
2189     Related: rhbz#620855
2190     - Correct processing of driverdisk --biospart=. (clumens)
2191     Related: rhbz#620855
2192     - Log exclusiveDisks, ignoredDisks, and reasons for ignoring devices. (dlehman)
2193     Related: rhbz#596468
2194     - Include mpath/fwraid member devices in exclusiveDisks. (dlehman)
2195     Resolves: rhbz#596468
2196     - Use full EFI path to map drives for grub (bcl)
2197     Resolves: rhbz#598572
2198    
2199     * Thu Aug 05 2010 David Cantrell <david.l.cantrell@gmail.com> - 13.21.69-1
2200     - Use part instead of device in PartitionWindow.populate() (dcantrell)
2201     Resolves: rhbz#575749
2202     - Display the method selection details dialog on boot.iso (clumens).
2203     Resolves: rhbz#620746
2204     - mpath: add MultipathDevices first, before their partitions. (akozumpl)
2205     Related: rhbz#595866
2206     Resolves: rhbz#615987
2207    
2208     * Wed Aug 04 2010 David Cantrell <dcantrell@redhat.com> - 13.21.68-1
2209     - Fix typo and set mpaths' sysfs path before querying udevdb. (dlehman)
2210     Resolves: rhbz#620712
2211    
2212     * Tue Aug 03 2010 David Cantrell <dcantrell@redhat.com> - 13.21.67-1
2213     - Honor bootdrive selection when autopartitioning (hdegoede)
2214     Resolves: rhbz#620442
2215     - mdadm -I no longer accepts --no-degraded (hdegoede)
2216     Resolves: rhbz#620359
2217     - Set AUTO_VLAN=yes in fcoe config files (dcantrell)
2218     Resolves: rhbz#618875
2219     - ibft: always configure network devices if there's ibft available (akozumpl).
2220     Resolves: rhbz#617860
2221    
2222     * Fri Jul 30 2010 Chris Lumens <clumens@redhat.com> - 13.21.66-1
2223     - fix typo in 7c540b2cd19db3e098e768f88ac8a42272b22e06 (akozumpl)
2224     Resolves: rhbz#619659
2225    
2226     * Thu Jul 29 2010 David Cantrell <dcantrell@redhat.com> - 13.21.65-1
2227     - Fix quoting that was causing boot.iso to not be made (dgregor).
2228     Resolves: rhbz#619279
2229    
2230     * Thu Jul 29 2010 David Cantrell <dcantrell@redhat.com> - 13.21.64-1
2231     - Add missing parameter (rvykydal)
2232     Resolves: rhbz#619269
2233    
2234     * Wed Jul 28 2010 David Cantrell <dcantrell@redhat.com> - 13.21.63-1
2235     - DEBUG -> DEBUGLVL (dcantrell)
2236     Related: rhbz#611154
2237     - Make sure multipathd starts on systems using mpath storage (dcantrell)
2238     Resolves: rhbz#615040
2239    
2240     * Wed Jul 28 2010 David Cantrell <dcantrell@redhat.com> - 13.21.62-1
2241     - Check if an mpath should be ignored before adding it to the devicetree.
2242     (dlehman)
2243     Resolves: rhbz#596468
2244     - Add handling for mpath and fwraid devices in exclusiveDisks. (dlehman)
2245     Related: rhbz#596468
2246     - Add functions to identify specific types of device-mapper devices. (dlehman)
2247     Related: rhbz#596468
2248     - Ignore active fwraids and mpaths when setting up the filter ui. (dlehman)
2249     Related: rhbz#596468
2250     - Handle systems where all disks have a whole disk format (dcantrell)
2251     Resolves: rhbz#617554
2252     - Include modprobe file for Mellanox 10GB driver (dcantrell)
2253     Resolves: rhbz#611997
2254     - Revert "Set stage2= on x86 boot.iso" (clumens)
2255     Related: rhbz#611154
2256     - Skip the askmethod dialog on boot.iso+method= (clumens).
2257     Resolves: rhbz#611154
2258    
2259     * Fri Jul 23 2010 David Cantrell <dcantrell@redhat.com> - 13.21.61-1
2260     - does not properly recognize hpt45x_raid_member (hdegoede)
2261     Resolves: rhbz#617438
2262     - Show allowable prepboot size range in exception (dcantrell)
2263     Resolves: rhbz#603188
2264     - Skip the Filter UI in Basic Storage mode (hdegoede)
2265     Resolves: rhbz#605544
2266     - Propagate MACADDR from loaderData to iface (dcantrell)
2267     Resolves: rhbz#595388
2268     - Only write changed DASD attributes to rd_DASD params (dcantrell)
2269     Resolves: rhbz#606783
2270    
2271     * Tue Jul 20 2010 David Cantrell <dcantrell@redhat.com> - 13.21.60-1
2272     - Support for ks: --ipv6 command, and ipv6 values for --gateway (rvykydal)
2273     Resolves: rhbz#490794
2274     - Enforce limits on partition start/end sectors. (dlehman)
2275     Related: rhbz#604059
2276     - Revert "Add "askmethod" as a default argument." (clumens)
2277     Related: rhbz#611154
2278     - Don't skip method selection if using media with no packages (clumens).
2279     Resolves: rhbz#611154
2280     - Handle serial = None in the right place (clumens).
2281     Resolves: rhbz#615936
2282    
2283     * Fri Jul 16 2010 David Cantrell <dcantrell@redhat.com> - 13.21.59-1
2284     - Add uname to initrd.img (dcantrell)
2285     Resolves: rhbz#614770
2286     - Permanently skip the filter UI steps in text mode (clumens).
2287     Resolves: rhbz#611000
2288     - Fix indentypo (rvykydal)
2289     Resolves: rhbz#614001
2290     - Fix config of ipv6 and ipv4 (auto + manual) in loader (rvykydal)
2291     Resolves: rhbz#609576
2292     - Reset resolver after network device activation (rvykydal)
2293     Resolves: rhbz#614001
2294     - Use blacklist_exceptions for mpath devices (mfuruta)
2295     Resolves: rhbz#612399
2296     - Revert "Skip the bootloader placement window if we're on UEFI (pjones)"
2297     Resolves: rhbz#582143
2298    
2299     * Wed Jul 14 2010 David Cantrell <dcantrell@redhat.com> - 13.21.58-1
2300     - Use long ints for comparisons, not floats (bcl)
2301     Related: rhbz#608172
2302     - Enforce the same logic on autopart shrink as on resize (bcl)
2303     Related: rhbz#608172
2304     - Don't crash when putting mpath devices into the filter name cache (clumens).
2305     Resolves: rhbz#597223
2306    
2307     * Thu Jul 08 2010 David Cantrell <dcantrell@redhat.com> - 13.21.57-1
2308     - Handle 16 digit hex strings for ID_SERIAL_SHORT (dcantrell)
2309     Resolves: rhbz#611554
2310     - Focus default advanced storage type in add dialog (dcantrell)
2311     Resolves: rhbz#603726
2312     - Add multipath member with addUdevDiskDevice instead of DiskDevice (dcantrell)
2313     Resolves: rhbz#582254
2314     - Pass short type names for PartSpec ctor. (dlehman)
2315     Related: rhbz#579715
2316     - During an update don't erase old kernels (bcl)
2317     Resolves: rhbz#594411
2318     - Fix a file descriptor leak in getDevices (mganisin).
2319     Resolves: rhbz#612153
2320     - Pass size of structure not a size of ointer to calloc (msivak)
2321     Resolves: rhbz#592227
2322     - Properly iterate over the netdevices list (clumens).
2323     Resolves: rhbz#610769
2324    
2325     * Wed Jun 30 2010 David Cantrell <dcantrell@redhat.com> - 13.21.56-1
2326     - Translate MAC addresses to devices in the second stage, too. (clumens)
2327     Related: rhbz#185522
2328     - Fix prototype of getIPAddresses (rvykydal)
2329     Resolves: rhbz#605659
2330     - anaconda's lvm vgreduce invocation is not filtering out disks (hdegoede)
2331     Resolves: rhbz#609479
2332    
2333     * Tue Jun 29 2010 David Cantrell <dcantrell@redhat.com> - 13.21.55-1
2334     - Write out missing space on 'part' lines in ks file (dcantrell)
2335     Resolves: rhbz#605938
2336     - Make sure swap devices are included in dracut args (dcantrell)
2337     Resolves: rhbz#607646
2338     - Catch DeviceNotFoundError in cleardisks (dcantrell)
2339     Resolves: rhbz#607661
2340     - anaconda: Disable X server regenerations (ajax)
2341     Resolves: rhbz#609245
2342     - Do not proceed after partitioning errors in text mode (bcl)
2343     Resolves: rhbz#599484
2344     - Add a slash to the path pointing to hdinstall dir (msivak)
2345     Resolves: rhbz#592154
2346     - Check for proper Proxy URL in loader (bcl)
2347     Resolves: rhbz#604126
2348     - Don't resize lv's formatting unless also resizing the lv. (dlehman)
2349     Resolves: rhbz#575046
2350     - Use progressbar instead of waitwindow for repo setup (rvykydal)
2351     Resolves: rhbz#584996
2352     - Account for ipv6 addresses too (rvykydal)
2353     Resolves: rhbz#605659
2354     - Don't deactivate active device before running nm-c-e (rvykydal)
2355     Resolves: rhbz#608773
2356     - Clean up proxy handling in yuminstall.py (bcl)
2357     Resolves: rhbz#604137
2358     - Add full proxy URL to writeKS (bcl)
2359     Related: rhbz#602705
2360     Resolves: rhbz#602705
2361     - loader: print if anaconda was killed by a signal and dump core. (akozumpl)
2362     Related: rhbz#607650
2363     - fixup exclude/excludepkgs usage (bcl)
2364     Resolves: rhbz#607664
2365     - Control all devs by NM by default + filtering (iSCSI, FCoE) (rvykydal)
2366     Resolves: rhbz#606745
2367     - network.dracutSetupstring: properly handle ipv6 (hdegoede)
2368     Resolves: rhbz#605232
2369     - Support for converged traffic during install to FCoE LUN (hdegoede)
2370     Resolves: rhbz#604763
2371     - Show sane non-removable drives too in the DD dialog (msivak)
2372     Resolves: rhbz#594548
2373    
2374     * Sat Jun 26 2010 David Cantrell <dcantrell@redhat.com> - 13.21.54-1
2375     - Take into account the fact that some formats have no min/max size. (dlehman)
2376     Related: rhbz#603188
2377     - Add more stuff to the install image for report (clumens).
2378     Resolves: rhbz#605958
2379     - Put dhcp configuration files in /etc/dhcp (dcantrell)
2380     Resolves: rhbz#607741
2381     - Enforce format min/max size for fixed-size requests. (dlehman)
2382     Resolves: rhbz#603188
2383     - Fix min/max size definitions for PReP Boot format class. (dlehman)
2384     Related: rhbz#603188
2385     - Constrain lvmpv, mdmember, and swap partitions to a single disk. (dlehman)
2386     Resolves: rhbz#605756
2387     - Enforce maximum start sector for partitions. (dlehman)
2388     Resolves: rhbz#604059
2389     - Handle nm-c-e using prefix instead of netmask (hdegoede)
2390     Resolves: rhbz#607762
2391     - Fix repo --includepkgs=, and add more to anaconda-ks.cfg's repo line
2392     (clumens).
2393     Resolves: rhbz#602705
2394     - yum calls it "exclude" instead of "excludepkgs" (clumens).
2395     Resolves: rhbz#607664
2396     - Force the comps object to be reloaded after adding repos (clumens).
2397     Resolves: rhbz#606765
2398     - Remove reference to undefined variable (rvykydal)
2399     Resolves: rhbz#604164
2400    
2401     * Tue Jun 22 2010 David Cantrell <dcantrell@redhat.com> - 13.21.53-1
2402     - Be specific when telling lvm to ignore devices. (dlehman)
2403     Resolves: rhbz#594433
2404     Related: rhbz#578813
2405     - Use baseurl instead of methodstr to get .treeinfo (rvykydal)
2406     Resolves: rhbz#604246
2407     - rpm doesn't always give the callback a tuple (clumens).
2408     Resolves: rhbz#605172
2409     - Handle questionInitializeDASD in cmdline mode (dcantrell)
2410     Resolves: rhbz#605846
2411     - Set SELinux context on dasd.conf and zfcp.conf (dcantrell)
2412     Resolves: rhbz#605597
2413     - Add --fsprofile= to the anaconda-ks.cfg (clumens).
2414     Resolves: rhbz#605944
2415     - Check before running post scripts on kickstart rescue (atodorov).
2416     Resolves: rhbz#605755
2417     - Automatic partitioning should yield no more than one PReP partition.
2418     (dlehman)
2419     Resolves: rhbz#579715
2420     - Put [] around ipv6 addr on the dracut cmdline (hdegoede)
2421     Resolves: rhbz#605300
2422     - Set repo.proxy only after fully assembled (bcl)
2423     Resolves: rhbz#602712
2424     Related: rhbz#602712
2425     - Change proxy regex in loader to match python proxy regex (bcl)
2426     Resolves: rhbz#602712
2427     Related: rhbz#602712
2428     - Add test cases for proxy regex (bcl)
2429     Resolves: rhbz#602712
2430     Related: rhbz#602712
2431     - Replace POSIX regex classes with character ranges (bcl)
2432     Resolves: rhbz#602712
2433    
2434     * Fri Jun 18 2010 David Cantrell <dcantrell@redhat.com> - 13.21.50-9
2435     - Revert "Select default and mandatory packages when enabling repos."
2436     (clumens).
2437     Resolves: rhbz#605289
2438    
2439     * Thu Jun 17 2010 David Cantrell <dcantrell@redhat.com> - 13.21.52-1
2440     - Set wireless devices to NM_CONTROLLED by default (rvykydal)
2441     Resolves: rhbz#594881
2442     - gui: "_use anyway" mnemonic. (akozumpl)
2443     Resolves: rhbz#603137
2444     - Add iSCSI radio button to button group (dcantrell)
2445     Resolves: rhbz#603726
2446     - Honor --timeout=NUM from kickstart files on s390 (dcantrell)
2447     Resolves: rhbz#603032
2448     - Use Decimal instead of float for label calculations (bcl)
2449     Resolves: rhbz#604639
2450     - Fix a typo (rvykydal)
2451     Resolves: rhbz#604628
2452     - fix: zfcp.startup() survives without an interface (akozumpl).
2453     Resolves: rhbz#604542
2454    
2455     * Thu Jun 17 2010 David Cantrell <dcantrell@redhat.com> - 13.21.50-8
2456     - Add md arrays to the devicetree with a md# name rather then md/# (hdegoede)
2457     Related: rhbz#591970
2458     - Handle FCoE over vlan properly (hdegoede)
2459     Resolves: rhbz#486244
2460     - No longer remove persistent udev rules files (clumens)
2461     Resolves: rhbz#605262
2462    
2463     * Wed Jun 16 2010 David Cantrell <dcantrell@redhat.com> - 13.21.50-7
2464     - Fall back on regular device name (dcantrell)
2465     Resolves: rhbz#604776
2466    
2467     * Mon Jun 14 2010 David Cantrell <dcantrell@redhat.com> - 13.21.51-1
2468     - Properly rescan storage with Reset in partition GUI (bcl)
2469     Related: rhbz#595659
2470     Resolves: rhbz#595659
2471     - Save the partition type selection when moving back (bcl)
2472     Related: rhbz#595659
2473     Resolves: rhbz#595659
2474     - Properly rescan disks when moving back (bcl)
2475     Related: rhbz#595659
2476     Resolves: rhbz#595659
2477     - Show zFCP errors in dialog boxes rather than tracebacks (maier)
2478     Resolves: rhbz#598087
2479     - Show by-path names for DASD and zFCP, WWID for mpath (maier)
2480     Resolves: rhbz#580507
2481     - Remember autopart UI choice when going back (dcantrell)
2482     Resolves: rhbz#596146
2483     - Make parent directories for ks scriptlet log files (dcantrell)
2484     Resolves: rhbz#597279
2485     - Do not ask for interface twice in stage 1 (rvykydal)
2486     Resolves: rhbz#594802
2487     - Fix parsing of ifcfg OPTIONS parameter (rvykydal)
2488     Resolves: rhbz#597205
2489     - Don't overwrite 70-persistent-net.rules (rvykydal)
2490     Resolves: rhbz#597625
2491     - Wait only for activation of devices controlled by NM (rvykydal)
2492     Resolves: rhbz#598432
2493     - Add the .sshd.hmac file to initrd (mgracik)
2494     Resolves: rhbz#592186
2495     - Raise an exception when an md dev is in the tree under the wrong name
2496     (hdegoede)
2497     Related: rhbz#591970
2498     - Make sure lvm2 gets installed when we are using lvm (hdegoede)
2499     Resolves: rhbz#601644
2500     - Fix backtrace when a vg starts with freespace (hdegoede)
2501     Resolves: rhbz#597925
2502     - Add md arrays to the devicetree with a md# name rather then md/# (hdegoede)
2503     Related: rhbz#591970
2504     - Handle FCoE over vlan properly (hdegoede)
2505     Resolves: rhbz#486244
2506     - Ignore errors upon restoring /lib and /usr after unmounting filesystems
2507     (hdegoede)
2508     Related: rhbz#598222
2509     - Make sure we still have an elf interpreter after unmounting fs (hdegoede)
2510     Resolves: rhbz#598222
2511     - Rebind hybrid lcs/ctc network devices to correct driver if necessary (maier)
2512     Related: rhbz#561814
2513     Resolves: rhbz#596826
2514     Related: rhbz#557522
2515     - Get netdev name without CONFIG_SYSFS_DEPRECATED_V2 in linuxrc.s390 (maier)
2516     Resolves: rhbz#596826
2517     - Replace rd_CCW with final dracut option rd_ZNET for network-rootfs on s390
2518     (maier)
2519     Related: rhbz#577193
2520     Related: rhbz#533494
2521     - Do parse DOMAIN for DNS search suffixes in loader (maier)
2522     Resolves: rhbz#595388
2523     - Allow loader to parse DNS and write DNS1, DNS2, ... itself (again). (maier)
2524     Resolves: rhbz#595388
2525     - GATEWAY in linuxrc.s390's ifcfg is really IPv4 only (maier)
2526     Resolves: rhbz#595388
2527     - Handle OPTIONS in ifcfg files transparently in loader (dcantrell)
2528     Resolves: rhbz#595388
2529     - Catch and display KickstartErrors coming from execute() cleanly (clumens).
2530     Resolves: rhbz#603059
2531     - Forcibly remove packages from deselected groups (clumens).
2532     Resolves: rhbz#495621
2533     - Default to aes-xts-plain64 for new luks devices. (dlehman)
2534     Resolves: rhbz#600295
2535     - Make minimum shrink size 1 not 0 (bcl)
2536     Resolves: rhbz#602442
2537     - Initialize Decimal for partition slices (bcl)
2538     Related: rhbz#599614
2539     Resolves: rhbz#602376
2540     - Fix driver disc repo baseurl (msivak)
2541     Resolves: rhbz#602343
2542     - or -> and (clumens)
2543     Related: rhbz#594803
2544     - fix: kickstart sshpw command dysfunctional (akozumpl).
2545     Resolves: rhbz#602308
2546     - Include /sbin/blkid in the initrd.img (dcantrell)
2547     Related: rhbz#599197
2548     Related: rhbz#591970
2549     - Correct initrd.img load address on s390 (dcantrell)
2550     Related: rhbz#546422
2551     - "Finding" -> "Examining" storage devices (clumens).
2552     Resolves: rhbz#594804
2553     - In the filter UI, also ignore devices that do not report a size (clumens).
2554     Resolves: rhbz#594803
2555     - translations: loader header files strings missing in anaconda.pot. (akozumpl)
2556     Related: rhbz#598413
2557     - Re-get partedPartition after re-adding failed-to-remove partition. (dlehman)
2558     Related: rhbz#592339
2559     Resolves: rhbz#602351
2560     - Select default and mandatory packages when enabling repos. (dlehman)
2561     Related: rhbz#561164
2562     - Minor fix for parsing of "multipath -d" (pjones)
2563     Resolves: rhbz#592297
2564     - loader: con Newt into thinking LANG is always en_US.UTF-8 (akozumpl).
2565     Resolves: rhbz#601101
2566     - translations: xgettext: _P for plural forms takes two arguments (akozumpl).
2567     Resolves: rhbz#598413
2568     - fix: the po path has to be bound for gtk.glade too. (akozumpl)
2569     Related: rhbz#598413
2570     - translations: don't say context=yes if you don't mean it. (akozumpl)
2571     Related: rhbz#598413
2572     - fix error saving screenshots during package install (akozumpl).
2573     Resolves: rhbz#594826
2574     - The keyboard object is in instdata on rhel6 (clumens).
2575     Resolves: rhbz#601159
2576     - Remember disk selections when going back to the text partition UI (clumens).
2577     Resolves: rhbz#596113
2578     - Fix green strips showing up in partition dialog (bcl)
2579     Resolves: rhbz#599614
2580     - Assign the trimmed identifier so it gets used in the UI. (clumens)
2581     Related: rhbz#560666
2582     - Remember when IPv4 IPADDR has been read from ifcfg file in loader (maier)
2583     Resolves: rhbz#595388
2584     - Don't let loader write HWADDR to ifcfg file on s390. (maier)
2585     Resolves: rhbz#595388
2586     - Tell which stacks to configure in /etc/sysconfig/network on s390 (maier)
2587     Resolves: rhbz#595388
2588     - Really ignore deprecated parm/conf file options in linuxrc.s390 (maier)
2589     Resolves: rhbz#595388
2590     - Correctly pass netdev name from linuxrc.s390 to loader (maier)
2591     Resolves: rhbz#595382
2592     - Re-enable usable pdb with vnc on s390x (maier)
2593     Related: rhbz#597223
2594     - Fix most of what is necessary for install over IPv6 on s390 (dcantrell)
2595     Resolves: rhbz#594090
2596     - Only kill init for reboot/halt and then exit linuxrc.s390 (maier)
2597     Related: rhbz#571370
2598     - If only @Core is installed, add --nobase to the anaconda-ks.cfg. (clumens)
2599     Resolves: rhbz#593548
2600     - translations: scdate can translate timezones better then us. (akozumpl)
2601     Related: rhbz#598413
2602     - Update font list (clumens)
2603     Resolves: rhbz#601501
2604    
2605     * Fri Jun 11 2010 David Cantrell <dcantrell@redhat.com> - 13.21.50-6
2606     - Select default and mandatory packages when enabling repos. (dlehman)
2607     Related: rhbz#561164
2608    
2609     * Thu Jun 10 2010 David Cantrell <dcantrell@redhat.com> - 13.21.50-5
2610     - Remove duplicate md handling code from 70-anaconda.rules (dcantrell)
2611     Resolves: rhbz#599197
2612     Resolves: rhbz#591970
2613     - Correct initrd.img load address on s390 (dcantrell)
2614     Related: rhbz#546422
2615     - Remove python-bugzilla requirement (dcantrell)
2616     Resolves: rhbz#602793
2617     - Include /sbin/blkid in the initrd.img (dcantrell)
2618     Related: rhbz#591970
2619     Related: rhbz#599197
2620    
2621     * Mon Jun 07 2010 Chris Lumens <clumens@redhat.com> - 13.21.50-4
2622     - Fix the patch fuzz so the build system doesn't complain (clumens).
2623     Related: rhbz#600225
2624    
2625     * Mon Jun 07 2010 Chris Lumens <clumens@redhat.com> - 13.21.50-3
2626     - Back out part of the previous patch that removed the call to blkid (clumens).
2627     Resolves: rhbz#600225
2628    
2629     * Wed Jun 02 2010 David Cantrell <dcantrell@redhat.com> - 13.21.50-2
2630     - Remove duplicate md handling code from 70-anaconda.rules (dcantrell)
2631     Resolves: rhbz#599197
2632    
2633     * Tue Jun 01 2010 David Cantrell <dcantrell@redhat.com> - 13.21.50-1
2634     - Replace the Serial Number column with an Identifier column (clumens).
2635     Resolves: rhbz#560666
2636     - Adjust mdraid size estimates (bcl)
2637     Resolves: rhbz#587442
2638     - Extra debugging output (bcl)
2639     Related: rhbz#587442
2640     Resolves: rhbz#587442
2641     - Require newer pykickstart (dcantrell)
2642     Related: rhbz#596804
2643     - Give blkid the final word on device format detection. (dlehman)
2644     Resolves: rhbz#593637
2645     - Set NM_CONTROLLED=no iscsi for storage devices only on system (rvykydal)
2646     Resolves: rhbz#598070
2647     - Allow ignoredisk to be interactive without the rest of the UI (pjones)
2648     Resolves: rhbz#596804
2649     - booty: Make getPhysicalDevices only return physical devices (hdegoede)
2650     Resolves: rhbz#593718
2651     - booty: Don't create device.map entries for devices backing / (hdegoede)
2652     Related: rhbz#593718
2653     - Do not allow editing of extended partitions (hdegoede)
2654     Resolves: rhbz#593754
2655    
2656     * Sun May 30 2010 David Cantrell <dcantrell@redhat.com> - 13.21.49-1
2657     - Add more sanity checks to the mountpoint (bcl)
2658     Resolves: rhbz#592185
2659     - Make sure the product.img directory is mounted before copying (clumens).
2660     Resolves: rhbz#587696
2661    
2662     * Wed May 26 2010 David Cantrell <dcantrell@redhat.com> - 13.21.48-1
2663     - Fixed the setting of LD_LIBRARY_PATH in rescue (mgracik)
2664     Resolves: rhbz#594034
2665     - Set repository in kickstart harddrive command (rvykydal)
2666     Resolves: rhbz#592239
2667     - Give pre-existing mdraid arrays the proper name in the UI (hdegoede)
2668     Resolves: rhbz#596227
2669     - Add nm-c-e translations to stage 2 (rvykydal)
2670     Resolves: rhbz#594982
2671     - set the resolution with resolution= from the cmdline (akozumpl).
2672     Resolves: rhbz#594918
2673    
2674     * Tue May 25 2010 David Cantrell <dcantrell@redhat.com> - 13.21.47-1
2675     - Skip the bootloader placement window if we're on UEFI (pjones)
2676     Resolves: rhbz#582143
2677     - Support cio_ignore functionality for zFCP devices (dcantrell)
2678     Resolves: rhbz#533492
2679     - Add missing newline for 'nfs' line in ks file (dcantrell)
2680     Resolves: rhbz#591479
2681     - Correct problem with initrd.addrsize generation (dcantrell)
2682     Resolves: rhbz#546422
2683     - Add fipscheck to the install.img (mgracik)
2684     Resolves: rhbz#592186
2685     - Don't unconditionally unskip the partition step on failure (clumens).
2686     Resolves: rhbz#595604
2687     - Fix rescue mode startup with kickstart file and without (msivak)
2688     Resolves: rhbz#515896
2689     - fix: traceback in check_memory() (akozumpl).
2690     Resolves: rhbz#595284
2691     - Make re-init all inconsistent lvm mean re-init all instead of ignore all
2692     (hdegoede)
2693     Related: rhbz#591469
2694    
2695     * Mon May 24 2010 David Cantrell <dcantrell@redhat.com> - 13.21.46-1
2696     - Read cciss devices correctly from 'multipath -d' output (dcantrell)
2697     Resolves: rhbz#559507
2698     - Do not enable addon repos by default (dcantrell)
2699     Resolves: rhbz#561164
2700     - On NFS installs, look for product.img and updates.img under images/
2701     (clumens).
2702     Resolves: rhbz#594811
2703     - Remove yum cache for anaconda's temporary repos (clumens).
2704     Resolves: rhbz#593649
2705     - Change the configuration of depmod and link modules to better place (msivak)
2706     Resolves: rhbz#593941
2707     - Fix a syntax error in the advanced storage code (clumens).
2708     Resolves: rhbz#595290
2709     - clearer error messages for missing iscsi initiator name (hdegoede)
2710     Related: rhbz#594434
2711     - fedora is part of iSCSI initiator name (hdegoede)
2712     Resolves: rhbz#594659
2713     - Add default iSCSI initiator name in rescue mode (hdegoede)
2714     Resolves: rhbz#594434
2715     - Make vesa and rescue options available in UEFI (pjones)
2716     Resolves: rhbz#576828
2717    
2718     * Fri May 21 2010 David Cantrell <dcantrell@redhat.com> - 13.21.45-1
2719     - Use correct NM dbus interfaces (rvykydal)
2720     Resolves: rhbz#594716
2721     - Don't autostep past the end of the install screens (bcl)
2722     Resolves: rhbz#593556
2723    
2724     * Thu May 20 2010 David Cantrell <dcantrell@redhat.com> - 13.21.44-1
2725     - Add missing rpm macros file to get rid of the rpm warnings (msivak)
2726     Related: rhbz#593941
2727     - Keep track of pvcount for non existing vgs (hdegoede)
2728     Resolves: rhbz#593871
2729     - Don't clear immutable devices (hdegoede)
2730     Resolves: rhbz#593642
2731     - Store immutable info into the device for easier access (hdegoede)
2732     Related: rhbz#593642
2733     - Check for sane mountpoint in raid dialog (bcl)
2734     Resolves: rhbz#592185
2735     - Check for sane mountpoint in lvm dialog (bcl)
2736     Resolves: rhbz#592185
2737     - Check for sane mountpoint in partition dialog (bcl)
2738     Resolves: rhbz#592185
2739     - Cleaned up sanityCheckMountPoint (bcl)
2740     Related: rhbz#592185
2741     - Return disk to prior state following failed partition removal. (dlehman)
2742     Resolves: rhbz#592339
2743     - Remove partitions after unpartitioned non-partition devices. (dlehman)
2744     Resolves: rhbz#592337
2745     - Pick up mountpoint for existing formats on encrypted LVs. (dlehman)
2746     Resolves: rhbz#587002
2747     - Display unpartitioned disks in main partitioning gui. (dlehman)
2748     Resolves: rhbz#588637
2749     - Don't drop encryption when re-editing new encrypted partitions. (dlehman)
2750     Resolves: rhbz#592340
2751    
2752     * Wed May 19 2010 David Cantrell <dcantrell@redhat.com> - 13.21.43-1
2753     - Handle vgs with duplicate names (hdegoede)
2754     Resolves: rhbz#591469
2755     - Delay setting up lvs until other devices are scanned (hdegoede)
2756     Related: rhbz#591469
2757     - anaconda udev rules should not get lvm info based in volgroup name (hdegoede)
2758     Related: rhbz#591469
2759     - Move creation of lv devices into its own function (hdegoede)
2760     Related: rhbz#591469
2761     - FcoeDiskDevice.dracutSetupString(): use the right dracut syntax (hdegoede)
2762     Resolves: rhbz#486244
2763    
2764     * Tue May 18 2010 David Cantrell <dcantrell@redhat.com> - 13.21.42-1
2765     - Fix the order of arguments in archive read callback and archive closing.
2766     (msivak)
2767     Related: rhbz#508242
2768     - Use "kernel-modules = version" style for locating rpms providing driver
2769     updates (msivak)
2770     Related: rhbz#508242
2771     - Move depmod configuration into new directory structure to get rid of depmod
2772     warning (msivak)
2773     Resolves: rhbz#508242
2774     - Fix descriptor leak and iteration progress in driverdisc code (msivak)
2775     Resolves: rhbz#592225
2776     - Add the rpmrc file to the initrd.img (mgracik)
2777     Resolves: rhbz#508242
2778     - Add the eject package to packages list (mgracik)
2779     Resolves: rhbz#591070
2780     - Add support to livecd for arbitrarily complex dir structures. (dlehman)
2781     Related: rhbz#590384
2782     - livecd.py: set the selected keyboard. (akozumpl)
2783     Related: rhbz#590384
2784     - On live installs, the syslog is /var/log/dmesg. (clumens)
2785     Related: rhbz#590384
2786     - Set up udev environment so anaconda's udev rules run in livecd. (dlehman)
2787     Related: rhbz#590384
2788     - Check for the real device-mapper nodes in /proc/swaps (dlehman).
2789     Resolves: rhbz#590384
2790     - Make checksum error message user-friendlier (rvykydal)
2791     Resolves: rhbz#592324
2792    
2793     * Fri May 14 2010 David Cantrell <dcantrell@redhat.com> - 13.21.41-1
2794     - Only install non-branded anaconda icon on liveinst arches (dcantrell)
2795     Related: rhbz#588737
2796    
2797     * Fri May 14 2010 David Cantrell <dcantrell@redhat.com> - 13.21.40-1
2798     - Add the best package for this arch to the optional package selector
2799     (clumens).
2800     Resolves: rhbz#591653
2801     - Add hmac file for sshd (mgracik)
2802     Resolves: rhbz#592186
2803     - Enable fips mode after fips mode installation (mgracik)
2804     Resolves: rhbz#592188
2805     - Remove wireless support bit causing traceback (rvykydal)
2806     Resolves: rhbz#520146
2807     - Determine if an mdmember is biosraid earlier (hdegoede)
2808     Resolves: rhbz#586298
2809     - cleanup booty x86 flag.serial handling (hdegoede)
2810     Resolves: rhbz#590653
2811     - Update po/POTFILES.in for nm-connection-editor integration. (dcantrell)
2812     Related: rhbz#520146
2813     - Fix typo in loader/nfsinstall.c (dcantrell)
2814     Related: rhbz#587696
2815     - Swap server and opts on the split() call (dcantrell)
2816     Resolves: rhbz#591479
2817     - Handle devices that don't have a /dev/disk/by-path/ symlink (pjones)
2818     Resolves: rhbz#563242
2819     - Make sure we write out multipath.conf before discovery (pjones)
2820     Resolves: rhbz#563242
2821     - Handle >2 way /sbin/multipath output better (pjones)
2822     Resolves: rhbz#563242
2823     - Add non-branded default liveinst icons for anaconda (dcantrell)
2824     Resolves: rhbz#588737
2825     - Look for updates.img and product.img on NFS installs. (clumens)
2826     Related: rhbz#587696
2827     - And add a menu to the right hand side so you can see the new column.
2828     (clumens)
2829     Related: rhbz#560666
2830     - Be more resilient to config files missing sections and options (clumens).
2831     Resolves: rhbz#590591
2832     - Write out ifcfg files only when necessary (rvykydal)
2833     Resolves: rhbz#520146
2834     - Use separate method for copying network configuration to system (rvykydal).
2835     Resolves: rhbz#520146
2836     - Network: remove functions that are not used anymore (rvykydal)
2837     Resolves: rhbz#520146
2838     - Wait for specific activated network devices (rvykydal).
2839     Resolves: rhbz#520146
2840     - Set network devices configured in ks to be nm-controlled (rvykydal).
2841     Resolves: rhbz#520146
2842     - Remove no longer needed devices argument from Network.write() (rvykydal)
2843     Resolves: rhbz#520146
2844     - Actually generate contents of 70-persistent-net.rules (rvykydal)
2845     Resolves: rhbz#520146
2846     - Disable [Network Configuration] button if there are no net devs (rvykydal)
2847     Resolves: rhbz#520146
2848     - Add net device description into selection dialog (rvykydal)
2849     Resolves: rhbz#520146
2850     - Check preselected install network device as nm controlled (rvykydal)
2851     Resolves: rhbz#520146
2852     - Don't ask when configuring net if we have only one network device (rvykydal)
2853     Resolves: rhbz#520146
2854     - Do not mess value change with line formatting (rvykydal)
2855     Resolves: rhbz#520146
2856     - Log change of ifcfg files by nm-c-e (rvykydal)
2857     Resolves: rhbz#520146
2858     - Enable networking in stage 2 using nm-c-e (rvykydal)
2859     Resolves: rhbz#520146
2860     - Write ifcfg files via NetworkDevice in Network.write() method (rvykydal)
2861     Resolves: rhbz#520146
2862     - Use ifcfg files via NetworkDevice in Network class (rvykydal)
2863     Resolves: rhbz#520146
2864     - Use proper attribute instead of NetworkDevice 'DESC' hack (rvykydal)
2865     Resolves: rhbz#520146
2866     - Quote values when writing out to ifcfg files (rvykydal)
2867     Resolves: rhbz#520146
2868     - Network.__str__() little cleanup (rvykydal)
2869     Resolves: rhbz#520146
2870     - Use IfcfgFile class to back NetworkDevice objects (rvykydal)
2871     Resolves: rhbz#520146
2872     - Move some consts to module globals for use in other places (rvykydal)
2873     Resolves: rhbz#520146
2874     - Add class to manupulate ifcfg files (rvykydal)
2875     Resolves: rhbz#520146
2876     - Add nslookup to the install.img (mgracik)
2877     Resolves: rhbz#591064
2878     - Redirect uncpio errors to syslog (bcl)
2879     Resolves: rhbz#588671
2880     - Reset the resolver cache after bringing up the network (clumens).
2881     Resolves: rhbz#587032
2882     - Set runlevel 5 based on the presence of both a display manager and X server.
2883     (notting)
2884     Resolves: rhbz#591610
2885     - Add "Serial Number" column to the right side of the cleardisks UI. (clumens)
2886     Related: rhbz#560666
2887    
2888     * Wed May 12 2010 David Cantrell <dcantrell@redhat.com> - 13.21.39-1
2889     - Set permissions on initrd.addrsize to 0644 (dcantrell)
2890     Resolves: rhbz#591455
2891     - Add the chk files for libraries to the install.img (mgracik)
2892     Resolves: rhbz#590701
2893     - Add the eject command to the install.img (mgracik)
2894     Resolves: rhbz#591070
2895     - Remove raid clone option and code (hdegoede)
2896     Resolves: rhbz#589957
2897     - Correctly parse system-release (lkundrak)
2898     Resolves: rhbz#590407
2899    
2900     * Tue May 11 2010 David Cantrell <dcantrell@redhat.com> - 13.21.38-1
2901     - Add hmac file for libgcrypt to install.img (mgracik)
2902     Resolves: rhbz#590701
2903     - Make sure a given path exists before calling os.statvfs on it. (clumens)
2904     Related: rhbz#591030
2905     - Require a format to have a mountpoint before testing for RO (clumens).
2906     Resolves: rhbz#591030
2907     - Fix verification of DDs, we were looking for wrong path (msivak)
2908     Resolves: rhbz#508242
2909     - isys/auditd was missing from .gitingore. (akozumpl)
2910     Related: rhbz#549653
2911     - Offer to ignore unformatted DASDs rather than forcing exit (dcantrell)
2912     Resolves: rhbz#580456
2913     Related: rhbz#582638
2914     - Fix usage of deviceNameToDiskByPath in devicetree.py (dcantrell)
2915     Resolves: rhbz#589967
2916     - Use iBFT if present and user didn't asked for anything else. (msivak)
2917     Resolves: rhbz#581428
2918     - storage: LUKSDevice takes req_grow after its slave (akozumpl).
2919     Resolves: rhbz#589450
2920    
2921     * Fri May 07 2010 David Cantrell <dcantrell@redhat.com> - 13.21.37-1
2922     - Make Format and Resize checkboxes mutually exclusive (dcantrell)
2923     Resolves: rhbz#589977
2924     - Advance line pointer & don't strdup(val) on error in readNetInfo (dcantrell)
2925     Related: rhbz#522064
2926     - Correct a typo in processModuleLines (dcantrell)
2927     Related: rhbz#586905
2928     - Use module reloading in driver disc operations (msivak)
2929     Resolves: rhbz#586905
2930     - Remove the check for partitions (msivak)
2931     Resolves: rhbz#508242
2932     - Close the dir descriptor after usage. (msivak)
2933     Resolves: rhbz#589574
2934    
2935     * Thu May 06 2010 David Cantrell <dcantrell@redhat.com> - 13.21.36-1
2936     - Just use /dev/dasdX if we can't get a by-path link (dcantrell)
2937     Related: rhbz#589713
2938     - Do not prepend /dev/disk/by-path in format DASD window (dcantrell)
2939     Related: rhbz#589717
2940     Related: rhbz#589713
2941     - Use udev_device_get_by_path() to get /dev/disk/by-path link (dcantrell)
2942     Resolves: rhbz#589717
2943     Resolves: rhbz#589713
2944     - Add udev_device_get_by_path() to return /dev/disk/by-path link (dcantrell)
2945     Related: rhbz#589717
2946     Related: rhbz#589713
2947     - Expand the details pane when showing unformatted DASDs (dcantrell)
2948     Resolves: rhbz#580463
2949     - Log problem line if unquoting failed in readNetInfo() (dcantrell)
2950     Related: rhbz#522064
2951     - Update generic.ins for s390x (dcantrell)
2952     Resolves: rhbz#546422
2953     - Rename geninitrdsz.c to addrsize.c (dcantrell)
2954     Resolves: rhbz#546422
2955     - Generate initrd.addrsize file correctly for LPAR booting (dcantrell)
2956     Resolves: rhbz#546422
2957     - Only allow upgrading from one minor release of RHEL to another (clumens).
2958     Resolves: rhbz#589052
2959     - fcoe: use fipvlan instead of fcoemon to bring up fcoe (hdegoede)
2960     Resolves: rhbz#486244
2961     - memory: increase the RAM limits, check for URL installs (akozumpl).
2962     Resolves: rhbz#549653
2963     - memory: build auditd as a standalone binary and run it so. (akozumpl)
2964     Related: rhbz#549653
2965     - gui: don't let metacity display the title right-click menu (akozumpl).
2966     Resolves: rhbz#588642
2967     - Align extended partitions like we do other partitions. (dlehman)
2968     Resolves: rhbz#560908
2969     - Link /sbin/reboot and /sbin/halt to /sbin/init on s390x (dcantrell)
2970     Resolves: rhbz#571370
2971     - Allow displaying groups that only contain conditional packages (clumens).
2972     Resolves: rhbz#588735
2973     - Don't remove *.hmac files when creating install images (mgracik)
2974     Resolves: rhbz#568295
2975    
2976     * Tue May 04 2010 David Cantrell <dcantrell@redhat.com> - 13.21.35-1
2977     - Make deviceNameToDiskByPath check udev info instead of sysfs (dcantrell)
2978     Related: rhbz#560702
2979     - Fix some minor problems in storage/dasd.py (dcantrell)
2980     Resolves: rhbz#560702
2981     - Read in network settings correctly, as configured by linuxrc.s390 (dcantrell)
2982     Related: rhbz#522064
2983     - Clean up wording for oversized LVs (dcantrell)
2984     Resolves: rhbz#587459
2985     - Tell dracut it should activate the first swap device (hdegoede)
2986     Resolves: rhbz#588351
2987     - Don't add recovery partitions to the grub boot menu (hdegoede)
2988     Resolves: rhbz#588664
2989     - Add nfs options to kickstart if we use nfsiso (mgracik)
2990     Resolves: rhbz#585136
2991    
2992     * Mon May 03 2010 David Cantrell <dcantrell@redhat.com> - 13.21.34-1
2993     - Use g_str_has_suffix() to check end of string (dcantrell)
2994     Related: rhbz#522064
2995     - Add repos for all addons in all enabled repositories (clumens).
2996     Resolves: rhbz#580697
2997     - Remove an unnecessary network test and bringup in doConfigSetup. (clumens)
2998     Related: rhbz#580697
2999     - Add a method that fetches and returns the .treeinfo file. (clumens)
3000     Related: rhbz#580697
3001     - Find stage2 install.img on local hd installs (dcantrell)
3002     Related: rhbz#522064
3003     - Copy install.img to install target on http installs. (pjones)
3004     Resolves: rhbz#549653
3005     - Make sure the install.img exists before attempting to copy (clumens).
3006     Resolves: rhbz#549653
3007     - Copy install.img and remount no matter how many discs (pjones)
3008     Resolves: rhbz#549653
3009     - Prevent root-on-xfs (akozumpl).
3010     Resolves: rhbz#498002
3011     - gui: gray out OK button while adding raid set (akozumpl).
3012     Resolves: rhbz#587161
3013     - Strip quoting from OPTIONS when composing rd_CCW line (dcantrell).
3014     Resolves: rhbz#577193
3015     - Add all possible install class locations to the search path (clumens).
3016     Resolves: rhbz#587696
3017     - Print out device sizes in list-harddrives-stub as well (clumens).
3018     Resolves: rhbz#587395
3019     - Wait for scsi adapters to be done with scanning their busses (hdegoede)
3020     Resolves: rhbz#583143
3021     - Add new return code check for isomd5sum's mediaCheckFile (rvykydal).
3022     Resolves: rhbz#586359
3023     - fix: mnemonics don't work in the welcome screen until user clicks (akozumpl).
3024     Resolves: rhbz#587157
3025     - Set CURL_FAILONERROR to catch url download errors (dcantrell)
3026     Resolves: rhbz#586925
3027     - Bring up network for local hd vnc kickstart installs (dcantrell)
3028     Resolves: rhbz#522064
3029     - gui: no close buttons etc. in window decoration (akozumpl)
3030     Resolves: rhbz#582645
3031     - Added clear command to the install.img (mgracik)
3032     Resolves: rhbz#586499
3033     - Added chvt to the install.img (mgracik)
3034     Resolves: rhbz#575844
3035     - Don't clear BIOS RAID member disks (hdegoede)
3036     Resolves: rhbz#586985
3037     - Remove devices from libparted's cache when destroying them (hdegoede)
3038     Resolves: rhbz#568346
3039    
3040     * Wed Apr 28 2010 David Cantrell <dcantrell@redhat.com> - 13.21.33-1
3041     - Offer to format unformatted DASD devices (dcantrell)
3042     Resolves: rhbz#560702
3043     - Make sure we use 1.0 mdraid metadata when the set is used for boot (hdegoede)
3044     Resolves: rhbz#585106
3045     - Add a preCommitFixup hook to StorageDevice classes (hdegoede)
3046     Related: rhbz#585106
3047     - Check for not having found any disks after populating the tree (hdegoede)
3048     Resolves: rhbz#585105
3049     - init: switch back to tty1 after the installer finishes. (akozumpl)
3050     Resolves: rhbz#576851
3051     - Don't traceback on CD-ROM driver in list-harddrives-stub (clumens).
3052     Resolves: rhbz#586410
3053     - Fetch ks files over NFS when ksdevice is not given (dcantrell)
3054     Resolves: rhbz#541873
3055    
3056     * Mon Apr 26 2010 David Cantrell <dcantrell@redhat.com> - 13.21.32-1
3057     - Revert "Set minswap suggestion on s390x to 1 (dcantrell)."
3058     Resolves: rhbz#466289
3059     - Properly align the first partition we create (hdegoede)
3060     Resolves: rhbz#586144
3061     - Remove the README files (clumens).
3062     Resolves: rhbz#584595
3063     - Make it more clear what the purpose of the "Boot" column is (clumens).
3064     Resolves: rhbz#586177
3065    
3066     * Thu Apr 22 2010 David Cantrell <dcantrell@redhat.com> - 13.21.31-1
3067     - Prune resize and format create/migrate actions if destroying a device.
3068     (dlehman)
3069     Resolves: rhbz#575070
3070     Resolves: rhbz#585026
3071     - Schedule actions when removing existing extended partitions. (dlehman)
3072     Resolves: rhbz#585028
3073     - Don't try to zero out extended partitions. (dlehman)
3074     Resolves: rhbz#585025
3075     - lvm: check resizing against format's targetSize (akozumpl).
3076     Resolves: rhbz#580171
3077     - Restore storage.clearPartType after reset when backing out of GUI. (dlehman)
3078     Resolves: rhbz#559233
3079     - Make Cancel button the default for 'Weak Password' dialog (bcl)
3080     Resolves: rhbz#582660
3081     - Set Create Storage focus to first active radio button (bcl)
3082     Resolves: rhbz#582676
3083    
3084     * Mon Apr 19 2010 David Cantrell <dcantrell@redhat.com> - 13.21.30-1
3085     - Don't make all devices on the boot device selector immutable (clumens).
3086     Resolves: rhbz#583028
3087     - Careful with that WINDOW_TYPE_HINT_DESKTOP, Eugene. (akozumpl)
3088     Resolves: rhbz#582998
3089     - Prevent low-level formatting of DASDs in rescue mode (hdegoede)
3090     Resolves: rhbz#582638
3091     - Move the question about formatting DASD's to the interface class (hdegoede)
3092     Related: rhbz#582638
3093     - Let the user know if adding a zfcp drive fails (hdegoede)
3094     Resolves: rhbz#582632
3095     - Check for presence of filesystem module in FS.mountable (dcantrell)
3096     Resolves: rhbz#580520
3097     - Check for fs utils when determining if an fs can be resized (dcantrell)
3098     Resolves: rhbz#572431
3099    
3100     * Fri Apr 16 2010 David Cantrell <dcantrell@redhat.com> - 13.21.29-1
3101     - Fix hiding the advanced button on the filter UI (clumens).
3102     Resolves: rhbz#565425
3103     Resolves: rhbz#555769
3104     - Select "Advanced Storage Devices" by default on s390 (clumens).
3105     Resolves: rhbz#580433
3106     - Don't sigsegv on stage2= derived from invalid repo= parameter (rvykydal).
3107     Resolves: rhbz#574746
3108     - Removed the tooltips showing glade.gnome.org link (mgracik)
3109     Resolves: rhbz#566773
3110    
3111     * Thu Apr 15 2010 David Cantrell <dcantrell@redhat.com> - 13.21.28-1
3112     - PkgWrangler fixes (dcantrell)
3113     Related: rhbz#543948
3114     - Do not append "rhgb quiet" to s390 boot loader config (dcantrell)
3115     Related: rhbz#526364
3116     Resolves: rhbz#570743
3117     - Try to get boot reqs onto the selected boot device. (dlehman)
3118     Resolves: rhbz#560387
3119     - Ensure proper disklabel type on boot disk if CLEARPART_TYPE_ALL. (dlehman)
3120     Resolves: rhbz#570483
3121     - Add proper support for destruction of disklabels. (dlehman)
3122     Related: rhbz#570483
3123     - Three small fixes to action sorting. (dlehman)
3124     Related: rhbz#570483
3125     - add_drive_text: Pass interface to iscsi.addTarget (hdegoede)
3126     Related: rhbz#571808
3127     - Add a questionInitializeDisk method to the rescue interface (hdegoede)
3128     Resolves: rhbz#582304
3129     - Fix syntax error in kickstart.py (hdegoede)
3130     Related: rhbz#578937
3131     - Add advanced storage support to rescue mode (hdegoede)
3132     Resolves: rhbz#571808
3133     - rescue.py: Put our mount / rw, ro, skip question in a loop (hdegoede)
3134     Related: rhbz#571808
3135     - Move addDriveDialog() and friends to their own class (hdegoede)
3136     Related: rhbz#571808
3137     - partition_text: Make addDriveDialog() not depend on anaconda.storage
3138     (hdegoede)
3139     Related: rhbz#571808
3140    
3141     * Wed Apr 14 2010 David Cantrell <dcantrell@redhat.com> - 13.21.27-1
3142     - Simplify HWADDR removal check on s390x (dcantrell)
3143     Resolves: rhbz#546005
3144     - Set minswap suggestion on s390x to 1 (dcantrell).
3145     Resolves: rhbz#466289
3146     - Check for and offer to format unformatted DASD devices (dcantrell).
3147     Resolves: rhbz#560702
3148     - Add /sbin/reboot and /sbin/halt to s390 initrd.img (dcantrell)
3149     Resolves: rhbz#571370
3150     - Do not append "rhgb quiet" to s390 boot loader config (dcantrell)
3151     Resolves: rhbz#570743
3152     - filter_gui.py: fixup isProtected changes for biosraid and mpath (clumens)
3153     Resolves: rhbz#582418
3154     - Show protected devices in the filter UI, but make them immutable (clumens).
3155     Resolves: rhbz#582380
3156     - Turn protected devices into a property on the Anaconda object (clumens)
3157     Related: rhbz#582380
3158     - Don't make UEFI boot media for i386 (pjones)
3159     Resolves: rhbz#576580
3160    
3161     * Tue Apr 13 2010 David Cantrell <dcantrell@redhat.com> - 13.21.26-1
3162     - Write an AUTO ... line to mdadm.conf (hdegoede)
3163     Resolves: rhbz#581984
3164     - Add udev_settle after setup of LUKSDevice. (dlehman)
3165     Resolves: rhbz#534043
3166     - Fix creation of encrypted md members and pvs in kickstart. (dlehman)
3167     Resolves: rhbz#578890
3168     - Preserve encryption setting when re-editing new encrypted LVs. (dlehman)
3169     Resolves: rhbz#579930
3170     - Enforce maximum partition sizes. (dlehman)
3171     Resolves: rhbz#580302
3172     - Remove rules handled by the device-mapper package's rules. (dlehman)
3173     Resolves: rhbz#580304
3174     - Fix ordering of arguments to xfs_admin for writing fs label. (dlehman)
3175     Resolves: rhbz#580305
3176     - Show the correct device path when formatting as swap or luks. (dlehman)
3177     Resolves: rhbz#580488
3178     - Inherit the ZFCP command from the correct pykickstart class (clumens).
3179     Resolves: rhbz#581829
3180    
3181     * Mon Apr 12 2010 David Cantrell <dcantrell@redhat.com> - 13.21.25-1
3182     - Fix traceback in booty when ppc /boot lives on mdraid (hdegoede)
3183     Resolves: rhbz#531722
3184     - Add some better printing to init for future debugging. (clumens)
3185     Related: rhbz#579044
3186     - Get rid of iutil.exec*()'s searchPath argument, it is harmful. (pjones)
3187     Resolves: rhbz#579654
3188     - Unify two wait*() paths, so we only have two, not three... (pjones)
3189     Resolves: rhbz#579044
3190     - Default to /images/install.img if no dir is given in stage2=hd: (rvykydal)
3191     Resolves: rhbz#549398
3192     - Don't segfault if proxyUser or proxyPassword are empty (clumens).
3193     Resolves: rhbz#580683
3194     - Allow using pre-existing gpt labels for /boot on non EFI x86 (hdegoede)
3195     Resolves: rhbz#580404
3196     - storage/udev.py handle iscsi ID_PATH IPV6 address containing : (hdegoede)
3197     Resolves: rhbz#579761
3198     - Catch errors when downloading the escrow cert (clumens).
3199     Resolves: rhbz#579992
3200     - fix: Tackle race condition issues during X startup (akozumpl).
3201     Resolves: rhbz#579654
3202    
3203     * Tue Apr 06 2010 David Cantrell <dcantrell@redhat.com> - 13.21.24-1
3204     - Update installclasses/rhel.py for latest comps changes (dcantrell)
3205     Resolves: rhbz#579903
3206     - Sort partition create actions before other unpartitioned devices.
3207     (dlehman)
3208     Resolves: rhbz#574379
3209     - Fix up device dialogs' handling of preexisting formatting. (dlehman)
3210     Related: rhbz#572331
3211     - Set up devices using their original formats for certain action types.
3212     (dlehman)
3213     Resolves: rhbz#572331
3214     - Keep a handle to devices' original format instance. (dlehman)
3215     Related: rhbz#572331
3216     - Automatically select devices added via the "Add Advanced" button (clumens)
3217     Resolves: rhbz#579051
3218     - Schedule removal actions for any format on a --onpart= device (clumens)
3219     Resolves: rhbz#578937
3220     - Take the request's format into account when deciding to resize (clumens)
3221     Resolves: rhbz#578471
3222     - DiskLabel.status can't be determined so return False. (dlehman)
3223     Resolves: rhbz#563526
3224     - Ignore probably-spurious disklabels on unpartitionable devices. (dlehman)
3225     Resolves: rhbz#570474
3226     - Remove newly added partition from disk if subsequent commit fails.
3227     (dlehman)
3228     Resolves: rhbz#559907
3229    
3230     * Wed Mar 31 2010 David Cantrell <dcantrell@redhat.com> - 13.21.23-1
3231     - network.dracutSetupString(): handle hosts outside the subnet (#577193)
3232     (hdegoede)
3233     Resolves: rhbz#577193
3234     - Write rd_CCW when root fs is on a network device on s390x (#577193)
3235     (dcantrell)
3236     Resolves: rhbz#577193
3237     - Keep /usr/bin/seq for the initrd.img (#558881). (dcantrell)
3238     Related: rhbz#558881
3239     - Fix syntax for passing a mapping to a translatable string (#578489).
3240     (clumens)
3241     Resolves: rhbz#578489
3242     - Keep the selected device count right when going back to filtering
3243     (#578451). (clumens)
3244     Resolves: rhbz#578451
3245     - Enable network if it is needed when repo is added in UI (#577899)
3246     (rvykydal)
3247     Resolves: rhbz#577899
3248     - Do not try to commit diskLabels on non partitionable devices (#576145)
3249     (hdegoede)
3250     Resolves: rhbz#576145
3251     - Fix typo in linuxrc.s390. ctm should be ctcm (#561816) (dcantrell)
3252     Related: rhbz#561816
3253     - Remove dasdSetup() from loader (#558881) (dcantrell)
3254     Resolves: rhbz#558881
3255     - Include /sbin/*_cio_free commands in s390x initrd.img (#558881).
3256     (dcantrell)
3257     Resolves: rhbz#558881
3258     - Wait for SIGCHILD signals (#540923) (msivak)
3259     Resolves: rhbz#540923
3260     - fcoe: sysfs_edd.sh has been renamed to fcoe_edd.sh (hdegoede)
3261     Related: rhbz#513018
3262     - Use /sbin/dasd_cio_free to free blacklisted DASDs (#558881) (dcantrell)
3263     Resolves: rhbz#558881
3264     - Increase ping timeout for gateway/dns server reachability check (#536815)
3265     (dcantrell)
3266     Resolves: rhbz#536815
3267     - Fix off-by-one error in string initialization (#563210) (msivak)
3268     Resolves: rhbz#563210
3269     - exception.py: switch to tty1 before exit (#576851) (akozumpl)
3270     Resolves: rhbz#576851
3271    
3272     * Fri Mar 26 2010 David Cantrell <dcantrell@redhat.com> - 13.21.22-1
3273     - Try to pull in generic libraries as well as optimized ones (#572178)
3274     (pjones)
3275     - Translate the Back button in glade (#576894) (akozumpl)
3276     - Make the kernel 'sshd' parameter work as expected (#572493) (akozumpl)
3277     - Redo the 'sshd' flag. (#572493) (ajax)
3278     - yum requires the proxy settings to include a protocol (#484788, #567982).
3279     (clumens)
3280     - Only look for extended partitions on partitioned devices (#577383)
3281     (hdegoede)
3282     - Include the report module and related support files (#562656). (clumens)
3283     - report handles exn saving now, and doesn't require a Filer (#562656).
3284     (clumens)
3285     - Adapt to using report's UI API (#562656). (clumens)
3286     - Fix referring to disks by-label, by-uuid, etc (#577385). (clumens)
3287     - Add support for recognizing BIOS EDD configured FCoE drives (#513018)
3288     (hdegoede)
3289     - Update format of cdrom devices when looking for repos on media (#576542)
3290     (rvykydal)
3291    
3292     * Tue Mar 23 2010 David Cantrell <dcantrell@redhat.com> - 13.21.21-1
3293     - Update filter for translation log entries. (dlehman)
3294     - Reset comps/groups info after editing repo in UI (#574761) (rvykydal)
3295     - Set cache base directory for repos added/edited in UI (#574757). (rvykydal)
3296     - Reset conditionals of transaction info too. (#574777) (rvykydal)
3297     - Update po/POTFILES.in and anaconda.pot file. (dcantrell)
3298     - Fix: "Hookup new python EDD code" mismerge (hdegoede)
3299     - Make python start with correct default unicode encoding (#576237).
3300     (akozumpl)
3301     - Add boot= argument to kernel cmdline when in fips mode (#573178) (hdegoede)
3302     - Catch NotImplementedError when scanning for disklabels (#566722) (hdegoede)
3303     - BIOS RAID sets get shown double when adding advanced storage (#574715)
3304     (hdegoede)
3305     - Filter UI do not start / stop BIOS RAID sets to get there size (#574682)
3306     (hdegoede)
3307     - Make filter UI honor nodmraid cmdline option (#574683) (hdegoede)
3308     - Revert "Fix cio_ignore handling for zFCP devices (#533492)." (dcantrell)
3309     - Fix cio_ignore handling for zFCP devices (#533492). (dcantrell)
3310     - Fix focus, repaint, and stack issues for nm-c-e (#520146) (rvykydal)
3311     - Connect nm-connection-editor to network config button (#520146). (rvykydal)
3312     - Add "Configure Network" button to network UI screen (#520146). (rvykydal)
3313     - Add nm-connection-editor to stage2 (#520146). (rvykydal)
3314     - Keep default metacity schema generated for gconf. (#520146) (rvykydal)
3315     - platform.checkBootRequest(): Fix use of map instead of filter (#574940)
3316     (hdegoede)
3317     - If no devices were found do not SIGSEGV (#576240) (msivak)
3318     - Use new API in libblkid to look for driverdiscs on removable devices
3319     (#508242) (msivak)
3320     - metacity, fix a displaying problem with WaitWindow and ProgressWindow
3321     (#520146) (akozumpl)
3322     - Nuke addFrame()'s showtitle parameter (#520146). (akozumpl)
3323     - Remove gui code we no longer need when mini-wm is gone (#520146) (akozumpl)
3324     - Remove mini-wm.c. (#520146) (akozumpl)
3325     - Introduces metacity window manager (#520146) (akozumpl)
3326     - Update Assamese translation (#552197). (clumens)
3327     - Prompt user for install method when going back to STEP_METHOD (#574510)
3328     (dcantrell)
3329     - Add hmac checksums to the initrd image (#568295) (mgracik)
3330     - parted.PartedDisk can throw IOExceptions too (#574481) (hdegoede)
3331     - cleardisk_gui: Fix going back to the cleardisks gui (#574454) (hdegoede)
3332     - Add "crashkernel=auto" to grub.conf for RHEL installs (#561729) (hdegoede)
3333     - FcoeDiskDevice.dracutSetupString: handle DCB on / off option (hdegoede)
3334     - dcbd is being replaced with lldpad (#563790) (hdegoede)
3335     - RescueInterface should inherit from InstallInterfaceBase too (hdegoede)
3336     - Warn when ignoring BIOS RAID members (#560932) (hdegoede)
3337     - Don't traceback when a user tries to put /boot on an LV (#567515)
3338     (hdegoede)
3339     - Fix backtrace when trying to use LV for /boot (#567515) (hdegoede)
3340     - Fix backtrace when adding mdraid arrays (#560360) (hdegoede)
3341     - Remove no longer used isys EDD code (hdegoede)
3342     - Hookup new python EDD code (#478996) (hdegoede)
3343     - Add pure python EDD code parsing and compareDrives substitute (#478996)
3344     (hdegoede)
3345     - Wait for all DASDs to be online after autodetection (#558881). (dcantrell)
3346     - Use lsznet.raw from s390utils package (#563548). (dcantrell)
3347     - Use /sys/devices/{lcs,ctcm} instead of /sys/devices/cu3088 (#561816).
3348     (dcantrell)
3349     - Derive stage2= from repo=nfsiso: correctly (#565885) (rvykydal)
3350     - Include USB ATA bridge modules in initrd (#531532) (rvykydal)
3351     - Select/Deselect All should only apply to the current tab (#516143).
3352     (clumens)
3353     - Add device node names to the filter UI, hidden by default (#566375).
3354     (clumens)
3355     - Display ID_PATH for zFCP devices instead of looking for a WWID. (clumens)
3356     - Fix a couple filtering UI problems caused by switching models around
3357     (#574469). (clumens)
3358     - Fix visibility counting on filter notebook pages. (clumens)
3359     - Fix thinko in displaying the first filter notebook page that disks.
3360     (pjones)
3361     - gtk.TreeStores are iterable, so use indices instead of iterators. (clumens)
3362     - Build sorted models on top of filtered models to make column sorting work.
3363     (clumens)
3364     - Change what columns are shown by default on the basic filtering tab
3365     (#560666). (clumens)
3366     - Add ID_SERIAL in as a backup in case there's no ID_SERIAL_SHORT (#574467).
3367     (clumens)
3368     - Put ZFCP devices on the "Other" tab of the filtering UI. (clumens)
3369     - Display ID_PATH instead of WWID for DASDs as well. (clumens)
3370     - Rename the WWID column to Identifier. (clumens)
3371     - cosmetic: tell them we expect NFSv3 path in loader (#560101). (akozumpl)
3372     - Allow --ignoremissing to work for )
3373     - Add a Requires: for tigervnc-server (#561498). (clumens)
3374     - doReIPL should return when going back through steps, too (#563862).
3375     (clumens)
3376     - By default, libcurl does not appear to follow redirects (#572528).
3377     (clumens)
3378     - Before running shouldClear, make sure a real disk was specified (#572523).
3379     (clumens)
3380    
3381     * Thu Mar 11 2010 David Cantrell <dcantrell@redhat.com> - 13.21.20-1
3382     - Tell ld.so and friends not to use hardware optimized libs (#572178)
3383     (pjones)
3384    
3385     * Wed Mar 10 2010 David Cantrell <dcantrell@redhat.com> - 13.21.19-1
3386     - Ensure ppc64 is not a font arch. (#569505). (dcantrell)
3387     - Startup iscsi / fcoe / zfcp before listing drives in the filter UI
3388     (hdegoede)
3389     - Fix traceback when trying to configure zfcp disks (#572108) (hdegoede)
3390    
3391     * Mon Mar 08 2010 David Cantrell <dcantrell@redhat.com> - 13.21.18-1
3392     - Do not call 'ppc64' a 'ppc' to match rpmUtils.arch.getBaseArch() (#569505)
3393     (dcantrell)
3394    
3395     * Thu Mar 04 2010 David Cantrell <dcantrell@redhat.com> - 13.21.17-1
3396     - Group definition updates (#568348). (dcantrell)
3397     - Correct problem with screenfont and keymap on ppc[64] systems (#569505).
3398     (dcantrell)
3399     - Improve reboot modes in init.c and shutdown.c. (#564297). (akozumpl)
3400     - Fix recognition of partitions on mdraid arrays (#569462) (hdegoede)
3401     - Use new package structure of firstaidkit (#510346) (msivak)
3402    
3403     * Thu Feb 25 2010 David Cantrell <dcantrell@redhat.com> - 13.21.16-1
3404     - Add [images-xen] block to .treeinfo (#559347). (dcantrell)
3405     - Revert "There is no kernel-PAE package anymore, use kernel for xen
3406     (#559347)." (dcantrell)
3407    
3408     * Tue Feb 23 2010 David Cantrell <dcantrell@redhat.com> - 13.21.15-1
3409     - When BUILDARCH==ppc64, set BASEARCH to ppc (#524235). (dcantrell)
3410     - There is no kernel-PAE package anymore, use kernel for xen (#559347).
3411     (dcantrell)
3412     - Don't show BIOS RAID and multipath members in the cleardisks UI (#567281).
3413     (clumens)
3414     - Don't reset the default package selection on text installs (#559593).
3415     (clumens)
3416    
3417     * Thu Feb 18 2010 David Cantrell <dcantrell@redhat.com> - 13.21.14-1
3418     - Don't traceback during kickstart if no ignoredisk line is given (#563581).
3419     (dcantrell)
3420     - cleardisk_gui: Base autoselection of bootdev on detected BIOS order
3421     (hdegoede)
3422     - Pass '--force' to vgremove to avoid interactive prompts. (#563873)
3423     (dlehman)
3424     - Fixed parsing of strings with multiple values in pyudev (mgracik)
3425     - Fixed the problem with string to list properties (#560262) (mgracik)
3426    
3427     * Wed Feb 17 2010 Chris Lumens <clumens@redhat.com> - 13.21.13-1
3428     - Add missing methods to RescueInterface (#566298). (pjones)
3429    
3430     * Tue Feb 16 2010 David Cantrell <dcantrell@redhat.com> - 13.21.12-1
3431     - Use the LUKS UUID, not the filesystem UUID for dracut. (#561373) (dlehman)
3432     - Only check that extended's start sector is within the chunk. (#560908)
3433     (dlehman)
3434     - Add currentSize method to the PartitionDevice class (#565822) (hdegoede)
3435     - Set initrd load address to 32MB for s390x (#546422). (dcantrell)
3436     - Intel BIOS RAID array not recognized (#565458) (hdegoede)
3437     - Fix traceback in filter_gui.py when dealing with RAID10 BIOSRAID (#565444)
3438     (hdegoede)
3439     - "_Do_ override BASEARCH with BUILDARCH, it does make sense (#524235)"
3440     (msivak)
3441    
3442     * Thu Feb 11 2010 David Cantrell <dcantrell@redhat.com> - 13.21.11-1
3443     - Revert "Write ARP=no to ifcfg file when VSWITCH=1 is set on s390x
3444     (#561926)." (dcantrell)
3445     - Update task list for RHEL6 beta 1 (#561164, notting). (clumens)
3446     - Keep the end sector aligned when resizing partitions (#560647) (hdegoede)
3447     - Do not override BASEARCH with BUILDARCH, it doesn't make sense (#524235)
3448     (msivak)
3449     - Prevent init from telling us its story if the shutdown was planned.
3450     (#562166) (akozumpl)
3451     - Remove check for MD_DEVNAME from udev_device_is_md. (#562024) (dlehman)
3452     - Don't try to specify bitmap for RAID0 since mdadm doesn't allow it.
3453     (#562023) (dlehman)
3454    
3455     * Fri Feb 05 2010 David Cantrell <dcantrell@redhat.com> - 13.21.10-1
3456     - Write ARP=no to ifcfg file when VSWITCH=1 is set on s390x (#561926).
3457     (dcantrell)
3458    
3459     * Wed Feb 03 2010 Chris Lumens <clumens@redhat.com> - 13.21.9-1
3460     - Fix typo in action sorting. Disklabels before partitions. (#561306))
3461     (dlehman)
3462     - Fix: execWithRedirect() logging stderr at wrong loglevel. (akozumpl)
3463     - Fix: execWithCallback() not logging stderr. (akozumpl)
3464     - Fix keymaps-override-ppc pickup in mk-images (#524235) (msivak)
3465     - Fix: ArithmeticError: Could not align to closest sector (#561278)
3466     (hdegoede)
3467     - On text kickstart installs, doBasePackageSelect still needs to run
3468     (#559593). (clumens)
3469     - Skip the filtering UI if there's only one disk in the machine (#560671).
3470     (clumens)
3471     - Allow getScreen methods to indicate the screen should be skipped. (clumens)
3472    
3473     * Mon Feb 01 2010 Chris Lumens <clumens@redhat.com> - 13.21.8-1
3474     - Fixup partition aligning (#560586) (hdegoede)
3475     - pyudev: explicitly specify all return value and argument types (#559394)
3476     (hdegoede)
3477    
3478     * Fri Jan 29 2010 Chris Lumens <clumens@redhat.com> - 13.21.7-1
3479     - Correctly add found multipath devices to our dict (#560029). (clumens)
3480     - Remove /sys prefix in udev_enumerate_devices() (#560037) (hdegoede)
3481    
3482     * Thu Jan 28 2010 David Cantrell <dcantrell@redhat.com> - 13.21.6-1
3483     - Use libudev's enumerate_devices function (#559394) (mgracik)
3484     - Update =~ regexps in lsznet.raw for bash-4.1 (#558537). (dcantrell)
3485     - Include /etc/netconfig in the initrd for NFS (#557704). (clumens)
3486     - multipath gives us CCISS devices names with ! in them, but we expect /.
3487     (clumens)
3488    
3489     * Wed Jan 27 2010 Chris Lumens <clumens@redhat.com> - 13.21.5-1
3490     - Make sure we get required nss-softokn libs in the images. (dcantrell)
3491     - Make sure we always check /lib64 and /lib in find_library (#555669).
3492     (dcantrell)
3493     - Add 5 second ping delay for gateway and dns test on s390x (#536815).
3494     (dcantrell)
3495     - Update =~ regexps in linuxrc.s390 for bash-4.1 (#558537). (dcantrell)
3496     - Do not reference Fedora bugs in rhel6-branch commits. (dcantrell)
3497    
3498     * Mon Jan 25 2010 Chris Lumens <clumens@redhat.com> - 13.21.4-1
3499     - DMRaidArrayDevice don't pass major/minor to DMDevice.__init__ (#558440)
3500     (hdegoede)
3501     - Filter UI: don't show cciss controllers without sets (hdegoede)
3502     - Filter UI: give BIOS RAID sets a usable model string and display that
3503     (hdegoede)
3504     - Make MDRaidArray description the same as DMRaidArray (hdegoede)
3505     - Add DMRaidArrayDevice description and model properties (#558440) (hdegoede)
3506     - DMRaidArrayDevices exist when created (#558440) (hdegoede)
3507     - Use description property for MDRaidArrayDevice model (hdegoede)
3508     - MDRaidArrayDevice: Get rid of the ugly self.devices[0].type checking
3509     (hdegoede)
3510     - Make storage.unusedMDFoo also check mdcontainer members (hdegoede)
3511     - Remove MDRaidArrayDevice biosraid property (hdegoede)
3512     - Give MD BIOS RAID arrays there own type (hdegoede)
3513     - Check for devices with no media present in filter_gui.py (#558689)
3514     (hdegoede)
3515     - multipath requires libaio.so (pjones)
3516     - Fix a syntax error in storage/devicetree.py (#558534). (clumens)
3517    
3518     * Fri Jan 22 2010 Chris Lumens <clumens@redhat.com> - 13.21.3-1
3519     - Fix a syntax error in filter_gui.py (hdegoede)
3520     - Fix broken log message. (pjones)
3521     - Make multipath support use device-mapper-multipath to setup mpaths.
3522     (pjones)
3523     - Make PartitionDevice have its own teardown() when used with mpath. (pjones)
3524     - Create multipath.conf (pjones)
3525     - Make sure MultipathDevice is setup correctly. (pjones)
3526     - Remove the multipath name generator, it is no longer used. (pjones)
3527     - Set StorageDevice.exists before calling Device.__init__ (pjones)
3528     - Add another command to .bash_history. (pjones)
3529     - Add mpath device to selection instead of its constituents. (pjones)
3530     - Make all StorageDevice-s support .vendor and .model (pjones)
3531     - Add a parser for 'multipath -d' output. (pjones)
3532     - Multipath members should not be added to the ignored disk list. (pjones)
3533     - Add udev accessor for ID_MODEL_FROM_DATABASE/ID_MODEL. (pjones)
3534     - Add udev_device_get_multipath_name(). (pjones)
3535     - Use mpath names instead of serials to group them. (pjones)
3536     - Add an exception to use when multipath fails. (pjones)
3537     - Add missing log_method_call()s. (pjones)
3538     - Use StorageError insead of enumerating all the different storage errors.
3539     (pjones)
3540     - Make clearDisksWindow use device.model not device.partedDevice.model
3541     (pjones)
3542     - Show call depth with spaces in log_method_call() (pjones)
3543     - nss files moved around again, NM needs more (#557702) (dcantrell)
3544     - Only /boot needs to be on one of the bootFSTypes. (#557718) (dlehman)
3545     - MDRaidMember.__str__ add biosraid attribute to the returned string
3546     (hdegoede)
3547     - Remove setting of _isDisk and _partitionable from iscsi and fcoe disk code
3548     (hdegoede)
3549     - Add isDisk property to MDRaidArrayDevice (hdegoede)
3550     - Make isDisk a property (hdegoede)
3551     - Remove DMRaidDevice.mediaPresent method (hdegoede)
3552     - Honor clearPartDisks when clearing whole disk formatting formatted disks
3553     (hdegoede)
3554     - Fixup MDRaidArrayDevice.biosraid (hdegoede)
3555     - Update exclusiveDisks when handling mdraid BIOSRAID in isIgnored (hdegoede)
3556     - MDRaidDevice does not have serial, vendor or bus arguments (hdegoede)
3557     - Don't traceback on devices without a serial (hdegoede)
3558     - Make addUdevPartitionDevice add lvm filters for ignored partitions
3559     (hdegoede)
3560     - Remove BIOSRAID see if ignored again code from addUdevPartitionDevice
3561     (hdegoede)
3562     - Remove special partition handling from isIgnored (hdegoede)
3563     - Fix MDRaidArrayDevice mediaPresent to not depend on paritioned state
3564     (hdegoede)
3565     - Special handling for mdraid BIOS RAID sets in exclusive disks (hdegoede)
3566     - 2 small mdraid related storage/udev.py changes (hdegoede)
3567     - Fix an infinite loop by properly iterating over the disks store (#557856).
3568     (clumens)
3569     - Add a description attribute to MDRaidArrayDevice (hdegoede)
3570     - Don't do exclusiveDisks checking for BIOS RAID members (hdegoede)
3571     - List biosraids w/ disks and don't include them w/ md arrays in partgui.
3572     (dlehman)
3573     - Add biosraid property and use it in MDRaidArrayDevice.partitionable.
3574     (dlehman)
3575     - Make partitionable a property of StorageDevice instead of a plain attr.
3576     (dlehman)
3577     - make dracut only activate the root LV (#553295) (hdegoede)
3578    
3579     * Wed Jan 20 2010 Chris Lumens <clumens@redhat.com> - 13.21.2-1
3580     - Fix compile problem from 65a3c05. (akozumpl)
3581     - Fix SIGSEGV in dlabel feature (#556390) (msivak)
3582     - Remove unnecessary free from the rpmextract error handler (msivak)
3583     - Support ignore all/reinit all on the disk reinitialization question
3584     (#512011). (clumens)
3585     - Handle reboot better on s390 (#533198) (dcantrell)
3586     - Reset network setting input counters for IPv4 and IPv6 (#553761).
3587     (dcantrell)
3588     - Fix reading dasd status sysfs attribute (#536803). (dcantrell)
3589     - s390 CHPID types must be treated in hex for lookup table to work (#552844)
3590     (maier)
3591    
3592     * Fri Jan 15 2010 Chris Lumens <clumens@redhat.com> - 13.21.1-1
3593     - Include device-mapper-multipath in stage2.img (pjones)
3594     - Load all scsi_dh_* modules, since they can't be modprobe by aliases...
3595     (pjones)
3596     - Display the first filter notebook page that has any disks on it. (clumens)
3597     - The firmware and additional-web-server groups no longer exist (#555609).
3598     (clumens)
3599     - Fix a traceback adding RAID devices to the filtering UI. (clumens)
3600     - reIPL code cleanup in loader (dcantrell)
3601     - Don't log the big parted.Partition string every time we do a flag op.
3602     (dlehman)
3603     - Check for disklabels on unpartitionable devices. (#539482) (dlehman)
3604     - Make partitioned attr depend on whether the device is partitionable.
3605     (dlehman)
3606     - Make sure to clear partitions before destroying a disklabel. (dlehman)
3607     - Raise an exception when /etc/fstab contradicts detected fs type (#536906)
3608     (dlehman)
3609     - Don't include read-only filesystems in fsFreeSpace. (#540525) (dlehman)
3610     - NTFS filesystems are not really modifiable in any real sense. Admit it.
3611     (dlehman)
3612     - Look for the SSH config file in /etc/ssh on s390 as well (#555691).
3613     (clumens)
3614     - Changed the architecture check from __ppc64__ to __powerpc64__ (#555669)
3615     (mgracik)
3616     - Fix the blkid infinite loop. (#555601) (msivak)
3617     - Testing mode was removed. (rvykydal)
3618     - Support the new excludedGroupList in pykickstart (#554717). (clumens)
3619     - Write "#version=RHEL6" to anaconda-ks.cfg (#552230). (clumens)
3620     - Use passed in anaconda parameter instead of relying on handler (hdegoede)
3621     - kickstart.py: Fix stdoutLog not being defined (hdegoede)
3622     - pylint error fixes round 2 (hdegoede)
3623     - Fixup various errors detected by pylint (hdegoede)
3624     - mdraid: various changes to options for new mdraid array creation (hdegoede)
3625     - Emit a dracut setup string for the root device itself (hdegoede)
3626     - Fix path mistakes in dasd_settle() in loader/linuxrc.s390 (dcantrell)
3627     - Do not write HWADDR to ifcfg file on s390x for OSA Layer 2 (#546005)
3628     (dcantrell)
3629     - Poll DASD status for 'online' or 'unformatted' (#536803) (dcantrell)
3630     - Add back hald for Xorg input device queries (#553780) (dcantrell)
3631     - Support moving multiple rows at once in the cleardisks UI. (clumens)
3632     - Allow disks in the filter and cleardisks UIs to be selected via
3633     double-click. (clumens)
3634    
3635     * Wed Jan 13 2010 Chris Lumens <clumens@redhat.com> - 13.21.0-1
3636     - Don't log the size of what we're unpacking anymore. (clumens)
3637     - Update the pyparted and python-pyblock requirements to the latest. (clumens)
3638     - Fix a date ordering problem in the .spec.in changelog. (clumens)
3639     - Add "askmethod" as a default argument (#545730). (clumens)
3640     - Set yum debuglevel by default (dgregor).
3641     - All the nss libraries still appear to be under $LIBDIR (dgregor).
3642     - RHEL6 wants "ppc64" instead of "ppc" coming from iutil.getArch (dgregor).
3643     - Some packages are i386, some i586, and some i686 so support all (dgregor).
3644     - Add a patch for debugging buildinstall (dgregor).
3645     - Enable the .z part of the anaconda version number. (dcantrell)
3646     - Bring in 12.y.z changelog entries for rhel6-branch. (dcantrell)
3647    
3648     * Tue Jan 12 2010 Chris Lumens <clumens@redhat.com> - 13.21-1
3649     - Fix implicit declaration of things in sys/stat.h. (clumens)
3650    
3651     * Tue Jan 12 2010 Chris Lumens <clumens@redhat.com> - 13.20-1
3652     - devicetree.devices is a list, not a dict (#554455). (clumens)
3653     - Try to copy the correct traceback file, not anacdump.txt. (clumens)
3654     - Make sure /tmp/DD exists before trying to copy it. (clumens)
3655    
3656     * Fri Jan 08 2010 David Cantrell <dcantrell@redhat.com> - 13.19-1
3657     - st_size is off64_t on i386, off_t on others. (dcantrell)
3658    
3659     * Fri Jan 08 2010 David Cantrell <dcantrell@redhat.com> - 13.18-1
3660     - RPM version check correction. (dcantrell)
3661    
3662     * Fri Jan 08 2010 David Cantrell <dcantrell@redhat.com> - 13.17-1
3663     - fstat->st_size is a long unsigned int, not a long long unsigned int.
3664     (dcantrell)
3665     - Use libarchive and rpm pkg-config files during build. (dcantrell)
3666     - Take ignoredDisks into account on the filter screen as well. (clumens)
3667     - Don't wait on the filtertype screen on kickstart installs. (clumens)
3668     - Our overridden AutoPart class must be mentioned in commandMap. (clumens)
3669     - Reword filter UI introductory text to be less confusing. (clumens)
3670     - Install the driver discs according to what was loaded in stage1 (msivak)
3671     - Use the updated DriverDisc code in loader (msivak)
3672     - Backport the RHEL5 DriverDisc functionality (msivak)
3673     - Include depmod in stage1 and set it to prefer the DD directory (msivak)
3674     - Add a function to get paths to loaded modules (msivak)
3675     - Add rpm extraction routines (use librpm and libarchive) (msivak)
3676     - Add DriverDisc v3 documentation (msivak)
3677     - When displaying the filter UI, check devices that are in exclusiveDisks.
3678     (clumens)
3679     - get rid of global import of anaconda_log (akozumpl)
3680     - introduce loglevel flag and use it in yum's tty3 logging (akozumpl)
3681     - Remove LoggerClass but maintain loglevel= functionality (akozumpl)
3682     - Do not duplicate exclusiveDisks when going back to filtering UI. (rvykydal)
3683     - Fixes problems in the manual network configuration screen in loader with
3684     IPv6. (akozumpl)
3685     - Bring back missing IPv6 pieces that were lost in time. (dcantrell)
3686     - Add configuration option to enable/disable IPv6 support. (dcantrell)
3687     - Ask about LVM inconsistencies only in storageinit step. (rvykydal)
3688     - Ask about disk initialization only in storageinit step. (rvykydal)
3689     - Fix partition request sorting based on number of allowed disks. (#540869)
3690     (dlehman)
3691    
3692     * Wed Jan 06 2010 Chris Lumens <clumens@redhat.com> - 13.16-1
3693     - Add libblkid as a BuildRequires. (clumens)
3694    
3695     * Wed Jan 06 2010 Chris Lumens <clumens@redhat.com> - 13.15-1
3696     - Also remove requirement for libbdevid (hdegoede).
3697     - Update the python-pyblock version requirement, too. (clumens)
3698     - Bump the required version numbers on a couple of components. (clumens)
3699     - ID_BUS is not always defined (on virt, for instance) so handle that.
3700     (clumens)
3701     - opts should always be treated as a list inside isys.mount(). (clumens)
3702    
3703     * Mon Jan 04 2010 Chris Lumens <clumens@redhat.com> - 13.14-1
3704     - Include fontconfig files needed for scaling of Meera fonts (#531742,
3705     #551363). (clumens)
3706     - Don't write dracut kernel cmdline paramters to anaconda-ks.cfg (hdegoede)
3707     - Write dracut rd_NO_foo options to grub.conf (hdegoede)
3708     - Add dracutSetupString methods to all relevant device classes (hdegoede)
3709     - Avoid duplicate kernel cmdline options and cleanup booty dracut code
3710     (hdegoede)
3711    
3712     * Wed Dec 23 2009 Chris Lumens <clumens@redhat.com> - 13.13-1
3713     - lsreipl from s390-utils uses incorrect path (hamzy).
3714     - fix for a bug in 05ce88b2 that split one line over several in program.log
3715     (akozumpl)
3716     - Dump the initial and final state of the system's storage devices. (dlehman)
3717     - Add a "dict" attribute to Device and DeviceFormat classes. (dlehman)
3718     - Sort Storage.devices by name (not path) for consistency. (dlehman)
3719     - Put fsprofile support back in. (dlehman)
3720     - Fix reset of lvm filtering (#527711) (rvykydal)
3721     - Fix bootloader driveorder dialog. (rvykydal)
3722     - Fix selection of default boot target in UI (#548695) (rvykydal)
3723     - 'cleardiskssel' typos that made it impossible to run text install.
3724     (akozumpl)
3725    
3726     * Fri Dec 18 2009 David Cantrell <dcantrell@redhat.com> - 13.12-1
3727     - Use the per-disk flag to disable cylinder alignment for msdos disklabels.
3728     (dlehman)
3729     - Don't include advanced devices in the total count on the basic filter UI.
3730     (clumens)
3731     - For iSCSI devices, put the path into the UI instead of a WWID. (clumens)
3732     - Add udev_device_get_path. (clumens)
3733     - Make Callbacks._update_size_label callable from outside the object.
3734     (clumens)
3735     - Do not show the "Add Advanced" button on the basic filtering screen.
3736     (clumens)
3737     - Log into program.log through the standard python logging (part of
3738     #524980). (akozumpl)
3739     - Fix typo from commit 13022cc2. (dlehman)
3740     - Restore accidentally removed line in backend.py (hdegoede)
3741     - yuminstall: Fix indentation error (hdegoede)
3742     - No need to special case ignoring of dmraid sets (hdegoede)
3743    
3744     * Wed Dec 16 2009 Chris Lumens <clumens@redhat.com> - 13.11-1
3745     - Clean up setting paths on preupgrade (jvonau). (clumens)
3746     - And call freetmp, too. (Jerry)
3747     - Add a method to remove /tmp/install.img on low memory conditions (jvonau).
3748     (clumens)
3749     - Make sure /mnt/stage2 is mounted before trying to unmount. (Jerry)
3750     - Skip the mediaDevice check before attempting to mount the install.img.
3751     (Jerry)
3752     - Remove install.img from /boot during preupgrade. (Jerry)
3753     - Add __str__ methods to the DeviceFormat classes. (dlehman)
3754     - Expand PartitionDevice.__str__ to include partition geometry and flags.
3755     (dlehman)
3756     - Hide biosraid member devices that contain MDRaidMember formats. (dlehman)
3757     - Move disklabel handling into handleUdevDeviceFormat with the others.
3758     (dlehman)
3759     - DiskDevice.__init__ expects an "exists" parameter, so add it. (clumens)
3760     - Fix multipath filtering. (clumens)
3761     - Log error messages before displaying dialogs. (clumens)
3762     - Include error messages when logging selinux context get/set failures.
3763     (dlehman)
3764     - Catch failures to set selinux contexts so it doesn't cause a crash.
3765     (dlehman)
3766     - Fix typo logging failure to get default file context. (dlehman)
3767     - Use DiskLabel.alignment instead of getDiskAlignment. (dlehman)
3768     - Add an alignment property to DiskLabel. (dlehman)
3769     - iscsi.py: Do not translate log messages (hdegoede)
3770     - Make iscsi,etc startup use the iscsi,etc Singletons (hdegoede)
3771     - kickstart: Move onlining of fcoe/iscsi/zfcp devices to parse phase
3772     (hdegoede)
3773     - Make the fcoe, iscsi and zfcp classes singletons (hdegoede)
3774     - Remove call to no longer existing isys DriveDict method (hdegoede)
3775     - Use the correct yum configuration file when searching for the -logos
3776     package (kanarip)
3777     - Fix two missing closing parens in previous commits. (clumens)
3778     - Add an interface to select the fancy filtering UI vs. the regular one.
3779     (clumens)
3780     - Add a step to prompt for the cleardisks UI. (clumens)
3781     - Add a dialog to configure advanced storage devices. (clumens)
3782     - Add an early user interface for filtering storage devices. (clumens)
3783     - Rework the upgrade vs. install screen a bit to make it look nicer.
3784     (clumens)
3785     - Add the updated and simplified parttype screen. (clumens)
3786     - Add a method to determine whether a device is a CCISS RAID device.
3787     (clumens)
3788     - Move identifyMultipaths from DeviceTree to devicelibs. (clumens)
3789     - Add a method to return a device's WWID. (clumens)
3790     - Add a method to get the bus/interconnect from udev and store it on
3791     devices. (clumens)
3792     - Add a vendor getting udev method, though udev doesn't always know it.
3793     (clumens)
3794     - Add the serial number to all DiskDevices and subclasses. (clumens)
3795     - Put less space between rows and allow text to be longer before wrapping.
3796     (clumens)
3797     - Allow InstallInterfaces to modify the installation steps. (clumens)
3798     - Default /boot to 500 MB. (clumens)
3799     - Some iscsi cleanups (hdegoede)
3800     - Bring auto discovered drives online before parsing the ks file (hdegoede)
3801     - Make a better effort at tearing down everything before action processing.
3802     (dlehman)
3803     - Tighten restrictions on the type of disklabel on x86 and EFI boot disks.
3804     (dlehman)
3805     - Use string instead of parted.diskType for disklabel types. (dlehman)
3806     - A couple of cleanups to warnings about formatting preexisting devices.
3807     (dlehman)
3808     - Rework udev_settle timeout handling (#544177) (hdegoede)
3809     - Remove smp.c from the Makefile.am, too. (clumens)
3810     - Nothing has a kernel-smp anymore so none of this code is useful. (clumens)
3811     - Get rid of the goofy nested try statements. (clumens)
3812     - update reIPL messages (hamzy)
3813     - Change btrfs command line option (josef)
3814    
3815     * Wed Dec 09 2009 Chris Lumens <clumens@redhat.com> - 13.10-1
3816     - Kickstart support for unpartitioned disks. (dlehman)
3817     - Skip disklabel handling for biosraid and multipath members. (dlehman)
3818     - Improve disklabel's name attr so we don't have to hide them anymore.
3819     (dlehman)
3820     - Hide devices with certain formatting in the main partitioning UI. (dlehman)
3821     - Automatic partitioning support for whole-disk formatting. (dlehman)
3822     - Add support for whole-disk formatting. (dlehman)
3823     - Add per-row control over sensitive property for CheckList and
3824     WideCheckList. (dlehman)
3825     - Use a function to add a device to the partition gui. (dlehman)
3826     - Don't crash if there's no intf passed to getLUKSPassphrase. (dlehman)
3827     - Remove unused selinux file context functions from isys. (dlehman)
3828     - Use selinux python module for file context operations. (dlehman)
3829     - Obtain device alignment information from parted. (#529051) (dlehman)
3830     - Handle roots with or without trailing "/" in FileDevice.path. (#541473)
3831     (dlehman)
3832     - sundries.h is no longer used. (clumens)
3833     - Kill yet another unused lodaer flag. (clumens)
3834     - stage1 (init): Make /tmp tmpfs large enough to hold install.img (#540146)
3835     (hdegoede)
3836     - With flags.setupFilesystems gone, justConfig can be removed from booty.
3837     (clumens)
3838     - Nothing sets flags.setupFilesystems anymore, so it can go too. (clumens)
3839     - Remove test mode from the loader, too. (clumens)
3840     - Complain if we're started in test or rootPath mode instead of aborting.
3841     (clumens)
3842     - Remove test mode. (clumens)
3843     - Remove rootPath mode. (clumens)
3844     - Enable method/repo nfs options in stage2. (rvykydal)
3845     - Accept "nfs:" prefix in ks repo --baseurl setting beside "nfs://".
3846     (rvykydal)
3847     - Display url having invalid prefix in repo editing dialog. (rvykydal)
3848     - Do not traceback on invalid ks repo --baseurl values (#543003) (rvykydal)
3849     - Remove /etc/localtime before trying to copy into it (#533240). (akozumpl)
3850     - Whenever storage code tries to log a method call, do so into the
3851     'tmp/storage.log' file. (a part of #524980) (akozumpl)
3852     - Make loader log time with milliseconds (part of #524980). (akozumpl)
3853     - Log storage in the same format as the main anaconda log (a part of
3854     #524980) (akozumpl)
3855    
3856     * Tue Dec 08 2009 Dennis Gregorovic <dgregor@redhat.com> - 12.38.5-1.1
3857     - Rebuilt for RHEL 6
3858    
3859     * Tue Dec 01 2009 Chris Lumens <clumens@redhat.com> - 13.9-1
3860     - Improve text mode fcoe interface (hdegoede)
3861     - Fix udev rule to test whether we're in anaconda. (dlehman)
3862     - Fix devicelibs.dm.device_is_multipath support for new udev rules. (pjones)
3863     - Display progress or wait window when creating devices. (dlehman)
3864     - Display progress or wait window when formatting devices. (dlehman)
3865     - Add optional progress windows to devicelibs create functions. (dlehman)
3866     - Force mkswap to do its job. (dlehman)
3867     - Don't try to get dm node or update sysfs path for lvm vgs. (dlehman)
3868     - Log upon leaving installer steps as well as entering (a part of #524980).
3869     (akozumpl)
3870     - An unitialized variable in iw/partition_gui.py and a typo in kickstart.py
3871     (akozumpl)
3872     - Add DCB option to text mode FCoE setup (#513011) (hdegoede)
3873     - Add DCB option to GUI FCoE setup (#513011) (hdegoede)
3874     - Add DCB option to kickstart FCoE code (#513011) (hdegoede)
3875     - Add support for DCB to fcoe.py (#513011) (hdegoede)
3876     - Include fcoemon and dcbd in install.img for FCoE DCB support (#513011)
3877     (hdegoede)
3878     - Add RAID4 support (#541433) (oliva)
3879     - Clear a partition's BOOT flag when formatting it (hdegoede)
3880     - Do not set boot flag when there is already a partition with the flag
3881     (#533658) (hdegoede)
3882     - Fixes a syntax error in commit b495db2cd56c881a7e661ac55bd31069510cf662.
3883     (akozumpl)
3884     - If /boot is too small to preupgrade, don't allow going back (#499321).
3885     (clumens)
3886     - One reference to earlyKS somehow survived. Kill it. (clumens)
3887     - Quote backticks when writing out the .bash_history file, and add another
3888     cmd. (clumens)
3889     - Set the default keyboard based on language before showing the UI
3890     (#532843). (clumens)
3891     - Don't attempt to get the size of a filesystem unless it's supported
3892     (#540598). (clumens)
3893     - Require /boot to be on a GPT or MSDOS disk label on x86 (#540588).
3894     (clumens)
3895     - Fix killall -USR2 anaconda writing out a traceback file. (clumens)
3896     - Only check for DEVICE_DASD in S390.diskLabelType, not for all platforms.
3897     (clumens)
3898     - Use installclass to make the bootloader timeout 5 seconds on RHEL. (pjones)
3899     - Make sure we get tcp_wrappers-libs installed for stage 2 (pjones)
3900     - Mount usbfs before installing packages (#532397) (mmatsuya)
3901     - Use fs with largest amount of freespace to store install.img (hdegoede)
3902     - Always update booty drivelist before filling bootstore (#533335) (hdegoede)
3903     - Enhance drive specification for clearpart, ignoredisk, and partition.
3904     (clumens)
3905     - Add a function that determines which devices match a given shell glob.
3906     (clumens)
3907     - Extend udev_resolve_devspec to allow specifying devices in more ways.
3908     (clumens)
3909     - Name log files something that doesn't conflict with the system (#539542).
3910     (clumens)
3911     - Adds interactive install support for NFS options (#537764) (akozumpl)
3912     - Introduces check_asprintf macro that checks asprintfs return value and
3913     terminates program in OOM scenarios. (akozumpl)
3914     - Sleep if the kickstart file read fails (#537361) (akozumpl)
3915     - Move libcurl initialization to urlinstTransfer() (#537870). (dcantrell)
3916     - Replace all popt use with glib's option parsing code. (dcantrell)
3917     - Clean up initProductInfo() in loader.c. (dcantrell)
3918     - Use glib string parsing functions in driverselect.c. (dcantrell)
3919     - If a package has %%pre/%%post scriptlet errors, abort the install
3920     (#531599). (clumens)
3921     - If a package has a dependency problem, offer to continue/abort (#511801).
3922     (clumens)
3923     - Generate more complete device.map grub file when upgrading grub. (#533621)
3924     (rvykydal)
3925     - Added the libudev python bindings (mgracik)
3926     - If the kickstart log file's path doesn't exist, make it. (clumens)
3927     - Don't make chown or lsetfilecon errors fatal (#529940). (clumens)
3928     - Get correct boot device in reIPL code for s390 (#537390). (hamzy)
3929     - Expand the proxy table a little bit to reduce clutter (#537878). (clumens)
3930     - Use glib data structures in loader's module handling code. (dcantrell)
3931     - Various improvements to kickstart scriptlet reporting (#510636). (clumens)
3932    
3933     * Thu Nov 12 2009 David Cantrell <dcantrell@redhat.com> - 13.8-1
3934     - Ignore merge commit messages when generating the rpm changelog. (dcantrell)
3935     - Remove last references to hal. (dcantrell)
3936     - Log calls to DiskLabel's commit and commitToDisk methods. (dlehman)
3937     - Fix DiskLabel.status so it returns True, not self.partedDisk, when active.
3938     (dlehman)
3939     - Write /etc/dasd.conf to target system on s390 (#533833). (dcantrell)
3940     - Latest dracut has new syntax for rd_DASD. (dcantrell)
3941     - Handle case of not enough space in VG more gracefully. (#533797) (dlehman)
3942     - Make sure partitioning-related drive lists are sorted properly. (#534065)
3943     (dlehman)
3944     - Remove the early kickstart processing pass (#532453). (clumens)
3945     - Move all the important stuff out of the KickstartCommand.parse methods.
3946     (clumens)
3947     - These changes require a later version of pykickstart. (clumens)
3948     - commandMap and dataMap are now updates to the existing dict. (clumens)
3949     - Set a reference to the kickstart handler on BaseData objects. (clumens)
3950     - Move exception setup to right after instdata is populated. (clumens)
3951     - Leave one free logical block before each logical partition. (dlehman)
3952     - Use Chunk's geometry attr to access the parted Geometry. (dlehman)
3953     - Fix sorting of requests by mountpoint. It was backwards. (dlehman)
3954     - Align logical partitions' start sector up one logical block for metadata.
3955     (dlehman)
3956     - Use parted.Device's sectorSize attr instead of physicalSectorSize.
3957     (dlehman)
3958     - Select partition layout based on potential for growth. (dlehman)
3959     - Reimplement partition growing. (dlehman)
3960     - Create and use a function to obtain a parted alignment for a disk.
3961     (dlehman)
3962     - Create and use a new function to create and add new partitions to disk.
3963     (dlehman)
3964     - Make and use a new function to remove non-existent partitions. (dlehman)
3965     - Disable parted's cylinder alignment code. (dlehman)
3966     - Use new functions for conversion between size and sector count. (dlehman)
3967     - Consider whether a partition is growable when choosing free space.
3968     (dlehman)
3969     - Allocate fixed-size requests before growable requests. (dlehman)
3970     - For the catch-all case, put the message into the UI, not the exn
3971     (#536854). (clumens)
3972     - Add a missing binary to KEEPFILES (#533237) (msivak)
3973     - Set boot flag for /boot on mdraid 1 array too (#533533). (rvykydal)
3974     - Report no media present for cpqarray controllers with no disks attached
3975     (hdegoede)
3976     - Honor existing RUNKS conf file variable on s390 (#513951). (dcantrell)
3977     - Add "Hipersockets" to qeth NETTYPE description (#511962). (dcantrell)
3978     - Set custom_icon to error for advanced storage dialog errors (hdegoede)
3979     - When creating a new md array check we have enough members (#533027)
3980     (hdegoede)
3981     - Convert string.find calls into something modern (jkeating)
3982     - rescue: Don't copy install.ing to /tmp when not enough RAM (#531304,
3983     #529392) (jvonau)
3984     - isys: remove stray debug printf (#533597) (hdegoede)
3985     - Don't activate / de-activate dmraid sets on setup / teardown (hdegoede)
3986     - Remove previous mdadm bug 523334 workaorund (hdegoede)
3987     - Don't stop mdraid containers or their arrays (#532971) (hdegoede)
3988     - Include the command line to put anaconda into debugger mode in history.
3989     (pjones)
3990     - Allow remote(ish) debugging. (pjones)
3991     - Make sure /var/log/lastlog is there so we don't have ugly logs. (pjones)
3992     - Correct modopts initialization in loader (take 2) (#531932). (dcantrell)
3993     - Get rid of dead code, and fix gettimespecofday's math. (pjones)
3994     - Don't exec without forking first when calling udevadm. (pjones)
3995     - If init or loader exit unexpectedly, traceback. (pjones)
3996     - Fix the vim magic in this file to work. (pjones)
3997     - Add handling for sshpw command. (pjones)
3998     - Improve createLuserConf behavior and chroot behavior in users.* (pjones)
3999     - Improve logging of ssh-keygen. (pjones)
4000     - Remove tabs in "anaconda" (pjones)
4001     - pidof is a symlink to killall5, so we need that as well. (pjones)
4002     - Correctly initialize modopts in loader (#531932). (dcantrell)
4003     - Increase the size of /boot a little bit (#530555). (clumens)
4004     - Modify autopart requests to include a separate /home (#150670). (clumens)
4005     - Take the spec's requiredSpace into account when creating LVs. (clumens)
4006     - Add the PartSpec.__str__ method for debugging. (clumens)
4007     - Trim the inital / off the mountpoint before making an LV name from it.
4008     (clumens)
4009     - Remove "anaconda" from attributes to skip (#532612, #532737). (clumens)
4010     - Fix status for and consolidate handling of '-' in vg/lv names. (#527302)
4011     (dlehman)
4012     - Rename "setupShellEnvironment" to "setupSshd". That's all it does.
4013     (pjones)
4014     - Put "killall -USR2 anaconda" in a pre-populated history. (pjones)
4015     - Only try to split proxy commands out if there's actually one specified.
4016     (pjones)
4017     - Consolidate the parsing of nfs: locations for ks= and stage2= (#529197)
4018     (stijn)
4019     - Copy cio_ignore kernel parameter to zipl.conf on s390 (#475675).
4020     (dcantrell)
4021     - Do not modify /etc/hosts from setup package (#530343). (dcantrell)
4022     - In execWithCallback(), support disabling stdout echo (#528386) (dcantrell)
4023     - Select drives in partition dialog, preserving settings. (#529931) (dlehman)
4024     - Clear pot and po updates after a 'make release' or 'make archive'.
4025     (dcantrell)
4026     - Use the new anaconda image in fedora-logos (#529267). (jkeating)
4027     - Call udev_trigger with a "change" action and don't filter out dm devices.
4028     (dlehman)
4029     - Remove unused attr_nomatch keyword argument from baseudev.udev_trigger.
4030     (dlehman)
4031     - Fix logging of isys mount/umount into program.log. (rvykydal)
4032     - Fix "resize failed: 1" errors for ext2/ext3/ext4 (#517491). (dcantrell)
4033     - Log why we're exiting the installer in storage.DASD.startup() (dcantrell)
4034     - Improve detailedMessageWindow() in text.py. (dcantrell)
4035     - Use 'zerombr' kickstart command for DASDs needing dasdfmt (#528386).
4036     (dcantrell)
4037     - Add 'zerombr' to list of early kickstart commands we look for. (dcantrell)
4038    
4039     * Thu Nov 12 2009 David Cantrell <dcantrell@redhat.com> - 12.38.5-1
4040     - Log calls to DiskLabel's commit and commitToDisk methods. (dlehman)
4041     - Fix DiskLabel.status so it returns True, not self.partedDisk, when active.
4042     (dlehman)
4043     - Write /etc/dasd.conf to target system on s390 (#533833). (dcantrell)
4044     - Latest dracut has new syntax for rd_DASD. (dcantrell)
4045     - For the catch-all case, put the message into the UI, not the exn
4046     (#536854). (clumens)
4047     - Add a missing binary to KEEPFILES (#533237) (msivak)
4048     - Honor existing RUNKS conf file variable on s390 (#513951). (dcantrell)
4049     - Add "Hipersockets" to qeth NETTYPE description (#511962). (dcantrell)
4050    
4051     * Mon Nov 09 2009 David Cantrell <dcantrell@redhat.com> - 12.38.4-1
4052     - Remove previous mdadm bug 523334 workaorund (hdegoede)
4053     - Don't stop mdraid containers or their arrays (#532971) (hdegoede)
4054     - Correct modopts initialization in loader (take 2) (#531932). (dcantrell)
4055     - Initialize DASD totalCylinders before progress bar callback (#532420).
4056     (dcantrell)
4057     - Correctly initialize modopts in loader (#531932). (dcantrell)
4058     - Remove "anaconda" from attributes to skip (#532612, #532737). (clumens)
4059     - Copy cio_ignore kernel parameter to zipl.conf on s390 (#475675).
4060     (dcantrell)
4061     - Do not modify /etc/hosts from setup package (#530343). (dcantrell)
4062     - In execWithCallback(), support disabling stdout echo (#528386) (dcantrell)
4063     - Clear pot and po updates after a 'make release' or 'make archive'.
4064     (dcantrell)
4065    
4066     * Fri Oct 30 2009 Chris Lumens <clumens@redhat.com> - 12.38.3-1
4067     - Regardless of where load_policy is, we still need it in the intird
4068     (#532016). (clumens)
4069     - Log why we're exiting the installer in storage.DASD.startup() (dcantrell)
4070     - Improve detailedMessageWindow() in text.py. (dcantrell)
4071     - Use 'zerombr' kickstart command for DASDs needing dasdfmt (#528386).
4072     (dcantrell)
4073     - Add 'zerombr' to list of early kickstart commands we look for. (dcantrell)
4074     - TypeError: '_ped.DiskType' object is not callable (#531730) (hdegoede)
4075     - Remove support for IUCV networking devices on s390. (#531494) (dcantrell)
4076    
4077     * Thu Oct 29 2009 Chris Lumens <clumens@redhat.com> - 13.7-1
4078     - TypeError: '_ped.DiskType' object is not callable (#531730) (hdegoede)
4079     - Fix upgrade of GRUB with md raid boot for versions F11 and earlier.
4080     (rvykydal)
4081     - Remove another code duplication in grub upgrade code. (rvykydal)
4082     - Remove code duplication, use fixed code from writeGrub. (rvykydal)
4083     - Remove target parameter from grub installation code - it is no more
4084     needed. (rvykydal)
4085     - Remove support for IUCV networking devices on s390. (#531494) (dcantrell)
4086     - Find and format any unformatted DASD devices (#528386). (dcantrell)
4087     - Improve detailedMessageWindow() in text.py. (dcantrell)
4088     - Create execWithCallback() function in iutil. (dcantrell)
4089     - preexist -> onPart (#531407). (clumens)
4090     - Add sshd support for non-s390 platforms. (pjones)
4091     - When doing initlabel on a dasd disk create a dasd disklabel (#531209)
4092     (hdegoede)
4093     - Rename platform.diskType to platform.diskLabelType (hdegoede)
4094     - Fix arrow key cycling in the Edit Partition dialog (#519641). (clumens)
4095     - Provide a single checkbox for a minimal install (#523839). (clumens)
4096     - Fix DASD and zFCP device discovery (#530287). (dcantrell)
4097     - Clarify the shrink target message (#530789). (clumens)
4098     - Re-enable running udevadm. (clumens)
4099     - max_logical -> max_logicals (#530786). (clumens)
4100     - Filter out device-mapper devices when doing a udev_trigger. (dlehman)
4101     - Expand udev_trigger to allow attr filtering and action specification.
4102     (dlehman)
4103     - More udev fixups for device-mapper and cryptsetup temp devices. (#526699)
4104     (dlehman)
4105     - Add the bcm5974 kernel module needed for some touchpads (#474225).
4106     (clumens)
4107     - /boot is already being checked by the superclass, so don't check again.
4108     (clumens)
4109     - Allow /boot to be on a variety of filesystems during kickstart (#529846).
4110     (clumens)
4111     - Platform.bootloaderPackage -> Platform.packages (clumens)
4112     - Bootloader choice strings were marked with N_, but never translated
4113     (#530017). (clumens)
4114     - Handle more than x.y version numbers in 'make bumpver'. (dcantrell)
4115     - Mark live device as protected instead of ignoring it. (#517260) (dlehman)
4116     - Don't force logical with a free primary slot and an extended. (#527952)
4117     (dlehman)
4118     - Use rpm to determine how to set bootloader args and default runlevel
4119     (#527520). (clumens)
4120     - Improve message given to user for fsck failures (#527626). (dcantrell)
4121     - 'Packages completed' string should use P_() instead of N_(). (dcantrell)
4122     - Reintegrate reipl to trigger reboot/halt on s390x correctly. (#528380)
4123     (maier)
4124     - Put the icon back on the Back button on livecd installs (#526925).
4125     (clumens)
4126     - Make LOADER_FLAGS_NOSHELL default also for s390x not just s390 (#527063)
4127     (maier)
4128     - Adapt standalone shutdown to nokill changes so s390x can use it. (#528380)
4129     (maier)
4130     - Add dracutSetupData() method to DASDDevice (#526354). (dcantrell)
4131     - Collect DASD kernel parameter information during device tree scan
4132     (#526354). (dcantrell)
4133     - Add dracutSetupString() method to ZFCPDiskDevice (#526354). (dcantrell)
4134     - Write LAYER2 and PORTNO correctly as parts of OPTIONS to ifcfg for s390x
4135     (maier)
4136     - Don't set unnecessary multipath defaults. (pjones)
4137     - Add a "File Bug" button to all possibilitys in turnOnFilesystems
4138     (#528006). (clumens)
4139     - For cmdline mode, add the long text to what messageWindow will print
4140     (#528006). (clumens)
4141     - Use /dev/mapper/live-osimg-min instead of the old device node name
4142     (#526789). (clumens)
4143     - Remove double slash from nfs:// ks repo value for use in UI. (rvykydal)
4144     - Make bootLoaderInfo new-style class, so that its properties work
4145     correctly. (rvykydal)
4146     - liveinst: deactivate mdraid arrays before running liveinst (#528235)
4147     (hdegoede)
4148     - Set parted filesystemtype for swap partitions (hdegoede)
4149    
4150     * Wed Oct 28 2009 Chris Lumens <clumens@redhat.com> - 12.38.2-1
4151     - Find and format any unformatted DASD devices (#528386). (dcantrell)
4152     - Improve detailedMessageWindow() in text.py. (dcantrell)
4153     - Create execWithCallback() function in iutil. (dcantrell)
4154     - When doing initlabel on a dasd disk create a dasd disklabel (#531209)
4155     (hdegoede)
4156     - Rename platform.diskType to platform.diskLabelType (hdegoede)
4157     - DASD disklabels do not allow sector exact partitioning (#527104) (hdegoede)
4158     - Fix DASD and zFCP device discovery (#530287). (dcantrell)
4159     - Pull nss libs from $LIBDIR rather than /usr/$LIBDIR. (dcantrell)
4160     - iutil.isPPC() should return 'ppc64' for RHEL-6. (dcantrell)
4161     - /sbin/load_policy -> /usr/sbin/load_policy (dcantrell)
4162     - RHEL-6 has system-config-firewall base. (dcantrell)
4163     - Inherit RHEL-6 branch changelog entries from dist-cvs. (dcantrell)
4164     - Fix translations of timezones in the UI (#530014). (clumens)
4165     - Bootloader choice strings were marked with N_, but never translated
4166     (#530017). (clumens)
4167    
4168     * Tue Oct 20 2009 David Cantrell <dcantrell@redhat.com> - 12.38.1-1
4169     - Handle more than x.y version numbers in 'make bumpver'. (dcantrell)
4170     - Add '.0' to the version since we branched from f12-branch. (dcantrell)
4171     - Reintegrate reipl to trigger reboot/halt on s390x correctly. (#528380).
4172     (maier)
4173     - Make LOADER_FLAGS_NOSHELL default also for s390x not just s390 (#527063).
4174     (maier)
4175     - Adapt standalone shutdown to nokill changes so s390x can use it. (#528380).
4176     (maier)
4177     - Add dracutSetupData() method to DASDDevice (#526354). (dcantrell)
4178     - Collect DASD kernel parameter information during device tree scan.
4179     (#526354). (dcantrell)
4180     - Add dracutSetupString() method to ZFCPDiskDevice (#526354). (dcantrell)
4181     - Add a "File Bug" button to all possibilitys in turnOnFilesystems.
4182     (#528006). (clumens)
4183     - For cmdline mode, add the long text to what messageWindow will print.
4184     (#528006). (clumens)
4185     - Write LAYER2 and PORTNO correctly as parts of OPTIONS to ifcfg for s390x.
4186     (maier)
4187     - liveinst: deactivate mdraid arrays before running liveinst (#528235).
4188     (hdegoede)
4189    
4190     * Tue Oct 20 2009 Dennis Gregorovic <dgregor@redhat.com> - 12.38-1.3
4191     - clean up references to kernelxen
4192    
4193     * Tue Oct 20 2009 Dennis Gregorovic <dgregor@redhat.com> - 12.38-1.2
4194     - refactored anaconda-i686.patch
4195    
4196     * Tue Oct 13 2009 David Cantrell <dcantrell@redhat.com> - 13.6-1
4197     - BR system-config-keyboard (dcantrell)
4198    
4199     * Tue Oct 13 2009 David Cantrell <dcantrell@redhat.com> - 13.5-1
4200     - Remove extra echo in 'make rpmlog'. (dcantrell)
4201     - Do not traceback if network device doesn't have HwAddress property
4202     (#506013). (rvykydal)
4203     - Fix liveinst to (1) not unmount /dev/pts, (2) unmount in order (509632).
4204     (clumens)
4205     - Do not read DASD data from /tmp/install.cfg in booty (#526354). (dcantrell)
4206     - Merge branch 'master' of ssh://git.fedoraproject.org/git/anaconda (notting)
4207     - Support upgrading when the language isn't in lang-table (#528317).
4208     (clumens)
4209     - Fix task selection when tasks contain the same group. (#528193) (notting)
4210     - Update drivelist with bootloader --driveorder ks option instead of
4211     replacing it (#506073). (rvykydal)
4212     - Use ID_SERIAL to write multipath.conf, but ID_SERIAL_SHORT for UI. (pjones)
4213     - Don't run 70-anaconda.rules on an installed system (#527781). (clumens)
4214     - Handle Installation Repo (base repo) as any other in repo edit UI.
4215     (rvykydal)
4216     - Fix methodstr editing dialog. (rvykydal)
4217     - Store methodstr url of repo (#502208, #526022). (rvykydal)
4218     - Show user of which repository he edits the url (methodstr editing).
4219     (rvykydal)
4220     - Don't traceback with malformed repo= nfs: parameter. (rvykydal)
4221    
4222     * Tue Oct 13 2009 Dennis Gregorovic <dgregor@redhat.com> - 12.38-1.1
4223     - Rebuild for RHEL 6
4224    
4225     * Tue Oct 13 2009 David Cantrell <dcantrell@redhat.com> - 12.38-1
4226     - Remove extra echo in 'make rpmlog'. (dcantrell)
4227     - Do not traceback if network device doesn't have HwAddress property
4228     (#506013). (rvykydal)
4229     - Fix liveinst to (1) not unmount /dev/pts, (2) unmount in order (509632).
4230     (clumens)
4231     - Do not read DASD data from /tmp/install.cfg in booty (#526354). (dcantrell)
4232     - Fix task selection when tasks contain the same group. (#528193) (notting)
4233     - Update drivelist with bootloader --driveorder ks option instead of
4234     replacing it (#506073). (rvykydal)
4235     - Use ID_SERIAL to write multipath.conf, but ID_SERIAL_SHORT for UI. (pjones)
4236     - Handle Installation Repo (base repo) as any other in repo edit UI.
4237     (rvykydal)
4238     - Fix methodstr editing dialog. (rvykydal)
4239     - Store methodstr url of repo (#502208, #526022). (rvykydal)
4240     - Show user of which repository he edits the url (methodstr editing).
4241     (rvykydal)
4242     - Don't traceback with malformed repo= nfs: parameter. (rvykydal)
4243    
4244     * Mon Oct 12 2009 David Cantrell <dcantrell@redhat.com> - 13.4-1
4245     - Missing volume_key shouldn't break LUKS support completely. (#526899)
4246     (dlehman)
4247     - Write multipathd.conf in anaconda so that dracut can find it. (pjones)
4248     - We moved from dialog to newt.. (#528497) (msivak)
4249     - Fix a segfault when stage2= boot parameter and kickstart url method is
4250     used (#524417). (rvykydal)
4251     - Fix parsing of optional portnr in iscsi target IP (#525118) (hdegoede)
4252    
4253     * Mon Oct 12 2009 David Cantrell <dcantrell@redhat.com> - 12.37-1
4254     - Missing volume_key shouldn't break LUKS support completely. (#526899)
4255     (dlehman)
4256     - Write multipathd.conf in anaconda so that dracut can find it. (pjones)
4257     - Add MultipathDevice.getDMNode(), because .updateSysfsPath() needs it.
4258     (pjones)
4259     - Add MultipathDevice.updateSysfsPath() (pjones)
4260     - Fix a segfault when stage2= boot parameter and kickstart url method is
4261     used (#524417). (rvykydal)
4262     - Fix parsing of optional portnr in iscsi target IP (#525118) (hdegoede)
4263    
4264     * Fri Oct 09 2009 David Cantrell <dcantrell@redhat.com> - 13.3-1
4265     - Reset PartitionDevice attributes after failed edit. (#498026) (dlehman)
4266     - Add MultipathDevice.getDMNode(), because .updateSysfsPath() needs it.
4267     (pjones)
4268     - Add MultipathDevice.updateSysfsPath() (pjones)
4269     - Run implantisomd5 on boot.iso on x86. (bz#526902) (pjones)
4270     - Consider encryption when checking for duplicate mountpoint. (#526697)
4271     (dlehman)
4272     - Fix grub stage1 installation for /boot on md raid1. (rvykydal)
4273     - Do not show the VNC-over-text question, when there is not enough memory
4274     for GUI (#527979) (msivak)
4275     - Fix filtering out of 'Sending translation for' log messages in bumpver.
4276     (rvykydal)
4277     - Use addUdevPartitionDevice() for adding dmraid / multipath partitions
4278     (#527785) (hdegoede)
4279     - Set partedPartition system to the correct FS when creating an FS (hdegoede)
4280     - Reset parted flags in createFormat not destroyFormat (hdegoede)
4281     - Default to mbr bootloader target for mdraid 1 boot device too (#526822).
4282     (rvykydal)
4283     - Clear out state before calling XkbGetState. (clumens)
4284    
4285     * Fri Oct 09 2009 David Cantrell <dcantrell@redhat.com> - 12.36-1
4286     - Reset PartitionDevice attributes after failed edit. (#498026) (dlehman)
4287     - Fix cut/paste error in commit 299519d4a0693330ff6a50f3111d61feefabb0da.
4288     (dlehman)
4289     - Consider encryption when checking for duplicate mountpoint. (#526697)
4290     (dlehman)
4291     - Fix filtering out of 'Sending translation for' log messages in bumpver.
4292     (rvykydal)
4293     - Use addUdevPartitionDevice() for adding dmraid / multipath partitions
4294     (#527785) (hdegoede)
4295     - Set partedPartition system to the correct FS when creating an FS (hdegoede)
4296     - Reset parted flags in createFormat not destroyFormat (hdegoede)
4297     - Default to mbr bootloader target for mdraid 1 boot device too (#526822).
4298     (rvykydal)
4299     - Clear out state before calling XkbGetState. (clumens)
4300    
4301     * Thu Oct 08 2009 Radek Vykydal <rvykydal@redhat.com> - 13.2-1
4302     - Override fstabSpec in PartitionDevice for by-path DASD (#526364). (dcantrell)
4303     - Create DASDDevice objects for DASD devices when building devicetree.
4304     (dcantrell)
4305     - Add udev_device_is_dasd() to detect DASD devices. (dcantrell)
4306     - Change existing call to deviceNameToDiskByPath(). (dcantrell)
4307     - Make storage.devices.deviceNameToDiskByPath() more robust. (dcantrell)
4308     - Do not copy over 70-persistent.rules if instPath is '' (#527707) (dcantrell)
4309     - Filter out 'Sending translation for' log messages in bumpver. (dcantrell)
4310     - Don't copy _raidSet, but merely pass around a reference (hdegoede)
4311     - Action...Format setup device before modifying the partition table (hdegoede)
4312     - map() -> filter() in storage.writeEscrowPackets() (dcantrell)
4313     - lokkit has moved to a subpackage, so require that (#523709). (clumens)
4314     - Stop trying to run xrandr (#527678). (clumens)
4315     - Only initialize escrow packet code if there's devices that need it (#527668).
4316     (clumens)
4317     - On lookup of a PartedDevice also check for _ped.DeviceException (#527699)
4318     (hdegoede)
4319     - Set related ayum attributes if media is found when editing methodstr
4320     (#515441). (rvykydal)
4321     - In repo editing UI do not use object we are creating (#515441). (rvykydal)
4322    
4323     * Thu Oct 08 2009 Radek Vykydal <rvykydal@redhat.com> - 12.35-1
4324     - Override fstabSpec in PartitionDevice for by-path DASD (#526364). (dcantrell)
4325     - Create DASDDevice objects for DASD devices when building devicetree..
4326     (dcantrell)
4327     - Add udev_device_is_dasd() to detect DASD devices. (dcantrell)
4328     - Change existing call to deviceNameToDiskByPath(). (dcantrell)
4329     - Make storage.devices.deviceNameToDiskByPath() more robust. (dcantrell)
4330     - Do not copy over 70-persistent.rules if instPath is '' (#527707) (dcantrell)
4331     - Filter out 'Sending translation for' log messages in bumpver. (dcantrell)
4332     - Don't copy _raidSet, but merely pass around a reference (hdegoede)
4333     - Action...Format setup device before modifying the partition table (hdegoede)
4334     - map() -> filter() in storage.writeEscrowPackets() (dcantrell)
4335     - Only initialize escrow packet code if there's devices that need it (#527668).
4336     (clumens)
4337     - Stop trying to run xrandr (#527678). (clumens)
4338     - On lookup of a PartedDevice also check for _ped.DeviceException (#527699)
4339     (hdegoede)
4340     - Set related ayum attributes if media is found when editing methodstr
4341     (#515441). (rvykydal)
4342     - In repo editing UI do not use object we are creating (#515441). (rvykydal)
4343    
4344     * Tue Oct 06 2009 David Cantrell <dcantrell@redhat.com> - 13.1-1
4345     - Tell udev to ignore temporary cryptsetup devices. (#526699) (dlehman)
4346     - Have redhat.exec reference generic.prm, not redhat.parm (dcantrell)
4347     - Bring back cio_ignore=all, !0.0.0009 for generic.prm on s390x (#463544)
4348     (dcantrell)
4349     - Take 70-persistent-net.rules generated at installation (#526322)
4350     (dcantrell)
4351     - Use $LIBDIR to find the boot-wrapper file. (jkeating)
4352     - formatByDefault: Don't traceback when mountpoint is None (#522609)
4353     (hdegoede)
4354     - Don't warn /usr should be formatted when "Format as:" is already selected
4355     (hdegoede)
4356     - Bring up network interface before trying to use it for FCoE (hdegoede)
4357     - DMRaidArray: Don't report no media present when in teared down state
4358     (hdegoede)
4359     - Wait for udev to settle before trying to find dmraid sets in udev DB
4360     (hdegoede)
4361     - Implement the double click for free space on the bar view (jgranado)
4362     - Pass only cCB and dcCB to the StripeGraph classes. (jgranado)
4363     - React to a double click on a "free row" in the tree view. (jgranado)
4364     - Create getCurrentDeviceParent function. (jgranado)
4365     - Make sure we don't exceed the 80 character threshold (jgranado)
4366     - Display an LVM graph on the bar view when we click on the VG's free space
4367     (jgranado)
4368     - Add a free row in the LVM tree view when necessary. (jgranado)
4369     - Reorganize the tree view related to lvm. (jgranado)
4370     - Remove unneeded variable (jgranado)
4371    
4372     * Tue Oct 06 2009 David Cantrell <dcantrell@redhat.com> - 12.34-1
4373     - Tell udev to ignore temporary cryptsetup devices. (#526699) (dlehman)
4374     - Use $LIBDIR to find the boot-wrapper file. (jkeating)
4375     - Have redhat.exec reference generic.prm, not redhat.parm (dcantrell)
4376     - Bring back cio_ignore=all, !0.0.0009 for generic.prm on s390x (#463544)
4377     (dcantrell)
4378     - Take 70-persistent-net.rules generated at installation (#526322)
4379     (dcantrell)
4380     - formatByDefault: Don't traceback when mountpoint is None (#522609)
4381     (hdegoede)
4382     - Don't warn /usr should be formatted when "Format as:" is already selected
4383     (hdegoede)
4384     - Bring up network interface before trying to use it for FCoE (hdegoede)
4385     - DMRaidArray: Don't report no media present when in teared down state
4386     (hdegoede)
4387     - Wait for udev to settle before trying to find dmraid sets in udev DB
4388     (hdegoede)
4389    
4390     * Mon Oct 05 2009 David Cantrell <dcantrell@redhat.com> - 13.0-1
4391     - Remove an errant popd. Probably cut/paste error. (jkeating)
4392     - Only add the .img file to .treeinfo if it exists. (jkeating)
4393     - Make the netboot dir before trying to use it (jkeating)
4394     - Only write network --netmask if one has been defined (#527083). (clumens)
4395     - Add --label to anaconda-ks.cfg if needed (#526223). (clumens)
4396     - Fix existing size calculation for NTFS (#520627) (dcantrell)
4397     - Write label to filesystem if we have one set (#526226, #526242) (dcantrell)
4398     - Add wget to the initrd, which is required for rhts. (clumens)
4399     - Fix the check for no /boot request on PPC yet again (#526843). (clumens)
4400     - Surround the stage2= parameter in quotes for RHEL (#526863). (clumens)
4401     - Correct makeupdates script to work with deleted files. (jgranado)
4402     - Stop dragging mkinitrd into the install (hdegoede)
4403     - Add --keyword=P_ to xgettext command arguments. (dcantrell)
4404     - Use named parameters for translatable strings with multiple params.
4405     (dcantrell)
4406     - Change 'support' to 'supported' in UnknownSwapError dialog (#526549)
4407     (dcantrell)
4408     - Force interface up before checking link status (#525071). (dcantrell)
4409     - Only ignore partitions <1MB that are freespace. (#526445) (dlehman)
4410     - Try to include error messages in lvm/mdadm exceptions. (dlehman)
4411     - Add the create LV option. (jgranado)
4412     - Give the proper orientation to the gtk objects. (jgranado)
4413     - Show the information message when user hits a non-bar element. (jgranado)
4414     - Control the sensitivity of the "delete" and "create" buttons (jgranado)
4415     - Respond to double click on a VG, LV and RAID device. (jgranado)
4416     - Remove the "Hide RAID/LVM" checkbox. (jgranado)
4417     - Display a message in the bar view when user has no selected items.
4418     (jgranado)
4419     - Cosmetic changes. (jgranado)
4420     - The StripeGraph class does not need tree nor editCB (jgranado)
4421     - Restrain from outputing any digits after the decimal point. (jgranado)
4422     - Add a slice when the extended partition contains "free space" (jgranado)
4423     - Reduce message size in clone screen. (jgranado)
4424     - Add Slice size to the bar view (jgranado)
4425     - Select the device in the treeview when its selected in the barview.
4426     (jgranado)
4427     - Make canvas a class method. (jgranado)
4428     - Incorporate all the Graph types in the custom screen. (jgranado)
4429     - Add the Volume Group and md RAID array Graph classes (jgranado)
4430     - Make the Bar View Code generic. (jgranado)
4431     - Pass the device instead of the name to the add funciton. (jgranado)
4432     - Display the device path with a smaller font and different color. (jgranado)
4433     - Display bar view for the selected device only. (jgranado)
4434     - Fix indentation in editCB (jgranado)
4435     - Organize the creation of the custom screen into sections. (jgranado)
4436     - Use a checkmark from a PNG image instead of a string. (jgranado)
4437     - Put the size after the device name in the storage tree. (jgranado)
4438     - Add the warning message for an invalid create. (jgranado)
4439     - Reorganize the Customization screen a little. (jgranado)
4440     - Remove unneeded functions & add the about messages for LVM and RAID.
4441     (jgranado)
4442     - Have an intermediary screen for the "Create" action. (jgranado)
4443     - New screen for "Create" action. (jgranado)
4444     - New function to tell us if there is free space for a new partition.
4445     (jgranado)
4446     - Edit LVM LV when user has a LV selected. (jgranado)
4447     - Don't fail to commit partitions due to active lvm/md. (dlehman)
4448     - Create and use DiskLabelCommitError for failure to commit. (dlehman)
4449     - Work around partition renumbering in processActions. (dlehman)
4450     - Re-get preexisting partitions using their original path. (dlehman)
4451     - Don't store a copy of ActionDestroyFormat's device attr. (dlehman)
4452     - Don't retry commiting partition table to disk (hdegoede)
4453     - Stop /lib/udev/rules.d/65-md-incremental.rules from messing with mdraid
4454     sets (hdegoede)
4455     - Don't try to do format handling on drives without media (#523467)
4456     (hdegoede)
4457     - Wait for mdraid arrays to become clean before reboot / halt (hdegoede)
4458     - Add repo --proxy= support to kickstart. (clumens)
4459     - Pass the proxy config information to stage2. (clumens)
4460     - Add support for proxies to the command line. (clumens)
4461     - Add proxy support to kickstart in the loader. (clumens)
4462     - Add a function to split up a proxy parameter into its parts. (clumens)
4463     - libcurl supports https in addition to http, so change our tests. (clumens)
4464     - getHostAndPath is only used by the nfs code, so move it. (clumens)
4465     - Add initial loader UI support for proxies (#125917, #484788, #499085).
4466     (clumens)
4467     - We no longer need our own FTP/HTTP protocol support code. (clumens)
4468     - Get rid of the convertURL/UI functions, make iurlinfo just store a string.
4469     (clumens)
4470     - Convert urlinstall.c to using the new urlinstTransfer function. (clumens)
4471     - Add proxy support to urlinstTransfer by setting more curl options.
4472     (clumens)
4473     - Add the urlinstTransfer function, which replaces urlinst*Transfer.
4474     (clumens)
4475     - Add a function to construct an array of HTTP headers and cache the result.
4476     (clumens)
4477     - Add a CURL instance to the loader data. (clumens)
4478     - Add checks for libcurl into the makefile process. (clumens)
4479     - Add the packages needed to support libcurl. (clumens)
4480    
4481     * Mon Oct 05 2009 David Cantrell <dcantrell@redhat.com> - 12.33-1
4482     - Remove an errant popd. Probably cut/paste error. (jkeating)
4483     - Only add the .img file to .treeinfo if it exists. (jkeating)
4484     - Make the netboot dir before trying to use it (jkeating)
4485     - Fix existing size calculation for NTFS (#520627) (dcantrell)
4486     - Write label to filesystem if we have one set (#526226, #526242) (dcantrell)
4487     - Add wget to the initrd, which is required for rhts. (clumens)
4488     - Fix the check for no /boot request on PPC yet again (#526843). (clumens)
4489     - Surround the stage2= parameter in quotes for RHEL (#526863). (clumens)
4490     - Stop dragging mkinitrd into the install (hdegoede)
4491     - Force interface up before checking link status (#525071). (dcantrell)
4492     - Don't try to do format handling on drives without media (#523467)
4493     (hdegoede)
4494     - Wait for mdraid arrays to become clean before reboot / halt (hdegoede)
4495     - Stop /lib/udev/rules.d/65-md-incremental.rules from messing with mdraid
4496     sets (hdegoede)
4497    
4498     * Tue Sep 29 2009 David Cantrell <dcantrell@redhat.com> - 12.32-1
4499     - Improve loader messages in parseCmdLineFlags when passing vnc (#526350).
4500     (maier)
4501     - Update po/anaconda.pot during a 'bumpver' run. (dcantrell)
4502     - Add 'make release' as a synonym for 'make archive'. (dcantrell)
4503     - Whitespace cleanup in loader/net.c. (dcantrell)
4504     - Clean up getHostandPath() debugging messages for host & file. (dcantrell)
4505     - Need an extra on the PS1 line in /.profile (dcantrell)
4506     - Korean font package name changed (#525597) (dcantrell)
4507     - We can't prompt for new network info in cmdline mode (#526262). (clumens)
4508     - yaboot supports /boot on ext4 (#526219). (clumens)
4509     - bootloader --append= should append, not set the args list (#524004).
4510     (clumens)
4511     - Don't check if /boot is under the 4MB mark on i/p Series (#526200).
4512     (clumens)
4513     - "minimal" has been renamed to "core" (#526191). (clumens)
4514     - Remove some unused isys methods. (clumens)
4515     - Make sure the disk holding /boot is setup before setting boot flag
4516     (#526063) (hdegoede)
4517     - Use temporary repo id for edited object to prevent Duplicate Repo error
4518     (#524599). (rvykydal)
4519     - Do not delete repo twice or when it had not been added actually (#524599).
4520     (rvykydal)
4521     - Disable repo before deleting it (#524599). (rvykydal)
4522     - Log more, repo editing UI. (rvykydal)
4523     - Make _enableRepo a little more readable. (rvykydal)
4524    
4525     * Fri Sep 25 2009 David Cantrell <dcantrell@redhat.com> - 12.31-1
4526     - Move S390MODS to inside makeBootImages(), remove libiscsi_tcp. (dcantrell)
4527     - Require the latest and greatest python-meh. (clumens)
4528     - Add a stub enableNetwork method for cmdline mode (#525779). (clumens)
4529     - Adapt to python-meh passing a bug description around. (clumens)
4530     - Return None for next part type if all primary slots full. (#524859)
4531     (dlehman)
4532     - Make sure the Minimal group is selected by default on RHEL installs
4533     (#524561). (clumens)
4534    
4535     * Thu Sep 24 2009 Chris Lumens <clumens@redhat.com> - 12.30-1
4536     - Simplify s390x module list generation. (dcantrell)
4537     - Read cmsfs* commands from $IMGPATH/usr/sbin in mk-images (dcantrell)
4538     - Use correct kernel-bootwrapper on ppc64. (dcantrell)
4539     - Anaconda no longer requires hal. (notting)
4540    
4541     * Tue Sep 22 2009 David Cantrell <dcantrell@redhat.com> - 12.29-1
4542     - Updated po/anaconda.pot (dcantrell)
4543     - Remove ui/instkey.glade.h from po/POTFILES.in (dcantrell)
4544    
4545     * Tue Sep 22 2009 David Cantrell <dcantrell@redhat.com> - 12.28-1
4546     - Preserve whitespace in $CDLABEL in mk-images.x86 (dcantrell)
4547     - Modify rhel.py installclass for current RHEL development efforts.
4548     (dcantrell)
4549     - Add --brand switch support to buildinstall script. (dcantrell)
4550     - Remove the installation number screen. (clumens)
4551     - Remove kickstart-docs.txt, since it comes with pykickstart (#515168).
4552     (clumens)
4553     - ybin, mkofboot, and ofpath moved from /usr/sbin to /sbin (#524608).
4554     (clumens)
4555     - Honor ignoredisk --only-use. (#514353) (dlehman)
4556     - Make sure user-selected mountpoint is not already in use. (#524584)
4557     (dlehman)
4558     - Do not raise UI dialog in stage2 if network is set in ks (#487503).
4559     (rvykydal)
4560     - Use whiptail instead of dialog in rescue mode, supports serial line better
4561     and looks nicer (msivak)
4562    
4563     * Mon Sep 21 2009 David Cantrell <dcantrell@redhat.com> - 12.27-1
4564     - Require at least system-config-keyboard 1.3.1 or higher. (dcantrell)
4565     - Fixes for rhel installclass. (dcantrell)
4566     - Start with all modules from kernel/drivers/s390 on s390x (#524566)
4567     (dcantrell)
4568     - Do not require dhcpv6-client, package is now obsolete. (dcantrell)
4569     - Take into account snapshots and mirrored volumes in lvm dialogs. (dlehman)
4570     - Add handling for snapshot and mirrored logical volumes to DeviceTree.
4571     (dlehman)
4572     - Add attrs to LVMLogicalVolumeDevice class for snapshots and mirrored lvs.
4573     (dlehman)
4574     - Add function lvorigin to determine the name of a snapshot's origin lv.
4575     (dlehman)
4576     - Add function udev_device_get_lv_attr to retrieve lv attribute strings.
4577     (dlehman)
4578     - Include hidden volumes and lv attributes in udev db. (dlehman)
4579     - Add 'install' user to start anaconda on s390x. (dcantrell)
4580     - Set a default shell prompt for s390x installs. (dcantrell)
4581     - Do not assume we found a module in addOption() in loader/modules.c
4582     (dcantrell)
4583     - Do not try to load floppy, edd, pcspkr, or iscsi_ibft on s390x. (dcantrell)
4584     - Handle Esc keypress in (some more) dialogs as Cancel - (#520110).
4585     (rvykydal)
4586     - All the nss libraries have moved from /lib to /usr/lib (#524410). (clumens)
4587     - Add python-nss as a requirement (#524307, #524313). (clumens)
4588     - Call $LDSO --verify for the binary file -inside- the chroot. This fixes
4589     building x86 boot images on a x86_64 host system. (thomas.jarosch)
4590     - Just grab everything in a /usr/share/fonts/lohit* directory (#523906).
4591     (clumens)
4592     - Don't write an empty mdadm.conf (hdegoede)
4593     - Write mdraid arrays to mdadm.conf in sorted order (hdegoede)
4594     - containers and their sets must only have a UUID= parameter in mdamd.conf
4595     (hdegoede)
4596     - Updated anaconda.pot file. (dcantrell)
4597    
4598     * Thu Sep 17 2009 David Cantrell <dcantrell@redhat.com> - 12.26-1
4599     - NetworkManagerSystemSettings.service no longer exists. (jkeating)
4600     - udevsettle is no longer used (udevadm settle is called instead) so don't
4601     put it in images. (jkeating)
4602     - nm-system-settings is no longer shipped. (jkeating)
4603     - Port from PolicyKit to polkit (jkeating)
4604     - Keep po/anaconda.pot in the source tree (#522072) (dcantrell)
4605     - Do not show Unknown as filesystem type for free space. (dcantrell)
4606     - Catch failures from write(2) in utils/snarffont.c (dcantrell)
4607     - Don't leak fds (#520154) (jgranado)
4608     - Initialize the opts variable. (jgranado)
4609     - Add the help messages for the new options of makeupdates script. (jgranado)
4610     - Revert "The Madan font should no longer be used (apparently). (#523906)."
4611     (clumens)
4612     - Fix going back from hd install UI when stage2 is given as boot param
4613     (#519206). (rvykydal)
4614     - The Madan font should no longer be used (apparently). (#523906). (clumens)
4615     - Update the pykickstart requirement to reflect the escrow stuff. (clumens)
4616     - add requires for sparc arches on elftoaout and piggyback we need them to
4617     make the tftp image (dennis)
4618     - copy the sparc boot loader on all sparc arches (dennis)
4619     - make sure we include sparc boot loaders on all sparc arches (dennis)
4620     - make sure we get the sparc64 kernel on sparc (dennis)
4621     - Check whatever contains /boot on PPC as well as the bootable part
4622     (#523747). (clumens)
4623     - make a call to rpmutils to get the basearch works on all arches that dont
4624     have anaconda built on the basearch (dennis)
4625     - s-c-keyboard is now provided on all architectures (#523445). (clumens)
4626    
4627     * Tue Sep 15 2009 David Cantrell <dcantrell@redhat.com> - 12.25-1
4628     - Use pyblock for device-mapper devices' status. (dlehman)
4629     - load_policy has moved from /usr/sbin to /sbin (#523506). (clumens)
4630     - Collect all modules from modules.{ccwmap|networking} on s390x (#522519)
4631     (dcantrell)
4632     - Copy cmsfscat from /usr/sbin, not /usr/bin. (dcantrell)
4633     - Remove duplicate search_cu() in linuxrc.s390 (dcantrell)
4634     - Try harder to stop mdraid arrays (hdegoede)
4635     - Log when we are skipping disks without media (hdegoede)
4636     - Don't scan stopped md devices (hdegoede)
4637     - Make udev_get_block_device() return None on failure (hdegoede)
4638     - Do not pass --update=super-minor to mdadm for containers and sets there in
4639     (hdegoede)
4640     - Write mdadm.conf lines for mdraid container formats (imsm) (hdegoede)
4641     - Really put appended kernel cmdline arguments at the end (hdegoede)
4642     - Install dracut-network when using network storage (hdegoede)
4643     - Make recreateInitrd() generate a dracut initrd (hdegoede)
4644     - Use type of device rather than name in booty target selection. (hdegoede)
4645     - write netroot=fcoe:... to kernel cmdline in grub.conf for dracut (hdegoede)
4646     - write ifname=eth#:MAC to kernel cmdline in grub.conf for dracut (hdegoede)
4647     - write iscsi initiator name to kernel cmdline in grub.conf for dracut
4648     (hdegoede)
4649     - Make iswmd the default (hdegoede)
4650     - Use new icons in anaconda so we don't look so dated (#515601). (clumens)
4651     - Prevent infinite loop in doClearPartitionedDevice. (dlehman)
4652     - Rename doDeleteDependentDevices to doClearPartitionedDevice for clarity.
4653     (dlehman)
4654     - Handle Esc keypress in dialogs as Cancel (#520110). (rvykydal)
4655     - Don't use baseurl containing space in yum repo object (#516042). (rvykydal)
4656     - Add escrow support (mitr)
4657     - Add python-{nss,volume_key} to stage2, volume_key to rescue (mitr)
4658     - Update for pykickstart with escrow support (mitr)
4659     - Fix --encrypted when creating volumes in kickstart (mitr)
4660     - Remove the "Remove dmraid Device" button, which isn't even hooked up.
4661     (clumens)
4662     - Require the right version of system-config-date (#523107). (clumens)
4663     - Fix setting of "Add repository" dialog title. (rvykydal)
4664     - Update state and name of repository in list after editing. (rvykydal)
4665     - Fix busy cursor in repo editing (#518529) (rvykydal)
4666     - Fix busy cursor stack popping when creating formats (#518529). (rvykydal)
4667     - Remove partitions in reverse order when clearing disks. (dlehman)
4668     - Improve the info provided to DeviceAction.__str__. (dlehman)
4669     - Include device id in log lines since partitions can get renumbered.
4670     (dlehman)
4671     - Don't try to preserve old format attrs when reinitializing pvs. (dlehman)
4672     - remove the no longer used initcb and initlabel DiskDevice.__init__
4673     arguments (hdegoede)
4674    
4675     * Thu Sep 10 2009 Chris Lumens <clumens@redhat.com> - 12.24-1
4676     - dmidecode is in /usr/sbin, not /usr/bin. (clumens)
4677     - Add cmsfscat to the initrd on s390 as well (#522535). (clumens)
4678     - Fix the gawk/awk symlink mess in the initrd (#522535). (clumens)
4679     - No longer use /usr/bin/env (#521337). (clumens)
4680     - It's controlunits, not controlunits.sh. (clumens)
4681     - Get DMRaidArrayDevice's a DiskLabel format when they are added to the tree
4682     (hdegoede)
4683     - Fix askmethod + stage2= (#516973, #519288, #518194) (rvykydal)
4684    
4685     * Wed Sep 09 2009 David Cantrell <dcantrell@redhat.com> - 12.23-1
4686     - initrd-generic.img -> initramfs.img (hdegoede)
4687    
4688     * Wed Sep 09 2009 David Cantrell <dcantrell@redhat.com> - 12.22-1
4689     - No longer require xfsdump, since anaconda doesn't use it anywhere
4690     (#522180). (clumens)
4691     - The zonetab module has moved (#521986). (clumens)
4692     - No longer copy over the CD/DVD repodata or repo config file (#521358).
4693     (clumens)
4694     - language dracut kernel cmdline should be space seperated (#521113)
4695     (hdegoede)
4696    
4697     * Mon Sep 07 2009 David Cantrell <dcantrell@redhat.com> - 12.21-1
4698     - Require python-meh (#521661) (dcantrell)
4699     - Handle UnknownSwapError when turning on existing swap volumes. (dcantrell)
4700     - Check for a valid interface in swapErrorDialog, exit without one.
4701     (dcantrell)
4702     - On SuspendError, allow users to skip/format/exit like OldSwapError.
4703     (dcantrell)
4704     - Raise exception if detected swap volumes are not Linux v1 swap space.
4705     (dcantrell)
4706     - Handle OldSwapError (#510817) (dcantrell)
4707     - Support a force=True argument on SwapSpace.create() (dcantrell)
4708     - Skip all Makefiles and the liveinst subdirectory in 'make updates'
4709     (dcantrell)
4710     - Make anaconda know its version number (#520061) (dcantrell)
4711     - Add top back to the stage2 image. (clumens)
4712     - Do not put device node path, but the fs UUID in fstab for mdraid:
4713     (#519337) (hdegoede)
4714     - Expose common fsset methods and properties in class Storage. (dcantrell)
4715     - Don't display the warning about not enough memory on a VNC install
4716     (#521109). (clumens)
4717     - The vtoc.h header has moved from the kernel to s390utils (karsten,
4718     #520830). (clumens)
4719    
4720     * Wed Sep 02 2009 David Cantrell <dcantrell@redhat.com> - 12.20-1
4721     - Rename mostlyclean-glade to mostlyclean-liveinst. (dcantrell)
4722     - Handle rootPath referencing a chroot value or actual path (#519665)
4723     (dcantrell)
4724     - We convert cmdline args to longs in several places, so reduce to a
4725     function. (clumens)
4726     - Support rootpath overrides in fsset.rootDevice (#519665) (dcantrell)
4727     - Pass anaconda.rootPath to FSSet() (dcantrell)
4728     - Include ui, liveinst, and lang-table strings in po updates (#515411)
4729     (dcantrell)
4730     - Add some silent make support for sed, mkctype, and other commands.
4731     (dcantrell)
4732     - Recheck if a partition should be ignored after getting its disk (#518971)
4733     (hdegoede)
4734     - Fix traceback when editing a pre-existing logical volume (hdegoede)
4735     - Do not traceback on an usb cardreader with no card present (hdegoede)
4736     - Don't identify multi lun usb card readers as multipath (#517603) (hdegoede)
4737     - Device class does not have a format member (hdegoede)
4738     - Device class does not have a path member (hdegoede)
4739     - Simplify language.py to two basic settings, and a lot of support
4740     (#517569). (clumens)
4741     - clobber is a method of PartedDevice not PartedDisk (hdegoede)
4742     - Remove unused fsFromConfig method (hdegoede)
4743     - allocatePartitions: PartitionCount is a member of PartedDisk not
4744     DiskDevice (hdegoede)
4745     - New version. (clumens)
4746     - Fix storage/__init__.py:1857: non-keyword arg after keyword arg (hdegoede)
4747     - Remove a bunch of unnecessary semicolons (hdegoede)
4748     - pylint does not like )
4749     - Fix 55:udev_resolve_devspec: Using possibly undefined loop variable 'dev'
4750     (hdegoede)
4751     - MDRaidArrayDevice.totalDevices is a read only property so don't write it
4752     (hdegoede)
4753     - storage/__init__.py:471:Storage.exceptionDisks: Undefined variable 'udev'
4754     (hdegoede)
4755    
4756     * Tue Sep 01 2009 Chris Lumens <clumens@redhat.com> - 12.19-1
4757     - NetworkManager changed *again*, use libnm-glib.pc now. (dcantrell)
4758     - Save duplicates from /etc/fstab and don't traceback (#517498). (clumens)
4759     - Update fstab header to reference blkid instead of vol_id. (dlehman)
4760     - Sort fstab entries by mountpoint. (#498354) (dlehman)
4761     - Don't hardcode path to tune2fs. (dlehman)
4762    
4763     * Fri Aug 28 2009 David Cantrell <dcantrell@redhat.com> - 12.18-1
4764     - Append s390x packages to PACKAGES list, exclude /sbin/qetharp-2.4
4765     (dcantrell)
4766     - On kickstart installs, you can't select a different parttype
4767     (#519137, #520058). (clumens)
4768     - Don't try to create a primary partition if all slots are taken. (#519784)
4769     (dlehman)
4770     - Fix handling of locked preexisting LUKS devices. (#502310) (dlehman)
4771     - Fix up handling of preexisting partitions. (dlehman)
4772     - Pick up mountpoint set for protected partitions. (#498591) (dlehman)
4773     - Ignore partitions belonging to disks we've reinitialized. (dlehman)
4774     - Handle newly initialized disklabels whether via ks or prompt. (#519235)
4775     (dlehman)
4776     - Fix some indentation in the disklabel initialization block. (dlehman)
4777     - Use commitToDisk() instead of commit() when only changing flags (hdegoede)
4778     - Update PartitionDevice's partedPartition when the PartedDisks get reset
4779     (hdegoede)
4780     - Add --localscripts option to buildinstall. (dcantrell)
4781     - Add missing dependencies for linuxrc.s390 and lsznet in mk-images
4782     (dcantrell)
4783     - Re-enable login of root user in initrd.img (dcantrell)
4784     - Less log clutter with fixing ld64.so.1 symlink in instbin on s390x
4785     (dcantrell)
4786     - Fix typo in get_dso_deps() for searching /lib on s390x (dcantrell)
4787     - Add hfsplus and netconsole kernel modules (#519756, #519785). (clumens)
4788     - Adapt expandLangs to work with three character base lang names (#517770).
4789     (clumens)
4790     - Prevent resizes that would go past the end of the disk (#495520)
4791     (dcantrell)
4792    
4793     * Wed Aug 26 2009 Chris Lumens <clumens@redhat.com> - 12.17-1
4794     - dracut has initrd-generic-<version> instead of initrd-<version> (#519185)
4795     (hdegoede)
4796     - Do not try to commit disks changes to the os while partitions are in use
4797     (hdegoede)
4798     - disklabel.commit(): DeviceError -> DeviceFormatError (hdegoede)
4799     - A "partition" having no partedPartition shouldn't be a traceback
4800     (#519128). (clumens)
4801     - Add some debugging code so we know what's going on for #504986 (katzj)
4802     - Fix going back in "Inst. Method" and "Configure TCP/IP" screens in stage 1
4803     (#515450) (rvykydal)
4804     - Fix going back from stage1 nfs/url setup dialog. (rvykydal)
4805     - When bringing up network in UI, update only ifcfg file of selected device
4806     (#507084). (rvykydal)
4807     - Update Optional packages button via popup menu too (#515912). (rvykydal)
4808     - Remove the firstadkit-plugin-grub from non-grub archs (msivak)
4809     - Use the path instead of the name for the questionInitialize function.
4810     (#517926) (jgranado)
4811     - Only add "rhgb quiet" to boot args for non-serial installs (#506508,
4812     #510523). (clumens)
4813     - On rpm unpack errors, display a fatal error message (#452724). (clumens)
4814     - Use tee thread to ensure line buffered output to screen and log file at
4815     the same moment... (#506664) (msivak)
4816     - Ensure libraries are copied to initrd.img for xauth (#516369) (maier)
4817     - Import shutil for upgrades (#519011). (clumens)
4818     - Fix focus grabbing on both the password and hostname screens. (clumens)
4819     - x86 and EFI platforms can now have /boot on ext4. (clumens)
4820     - Use the Platform's idea of what filesystem /boot can be on. (clumens)
4821     - zz-liveinst.sh: Restore the #! line (ajax)
4822     - Import _ped so it can be used for _ped.DiskLabelException. (pjones)
4823     - Make sure LV and VG names fit within LVM limits (#517483) (dcantrell)
4824     - Fix updates target to honor KEEP variable correctly. (dcantrell)
4825     - Add support for the reiserfs filesystem (#504401) (dcantrell)
4826     - Update instructions on how to generate source archive. (dcantrell)
4827     - Use disk.description instead of trying to access parted attrs. (#518212)
4828     (dlehman)
4829     - Fix disk.partedDisk -> disk.format.partedDisk. (dlehman)
4830     - Fix a stupid typo in the logging. (clumens)
4831     - If modifying a repo fails, do not delete it (#516053). (clumens)
4832     - If repo setup fails, also make sure to delete it from yum. (clumens)
4833     - Allow configuring additional NFS repositories, not just the base. (clumens)
4834     - Consolidate "base repo" setup into an extra function. (clumens)
4835     - Allocate memory for login and password and do not meddle with host pointer
4836     so we can correctly free it (#483818) (msivak)
4837     - Run make in silent mode by default. (jgranado)
4838     - Allow creation of an updates image from a tag offset. (jgranado)
4839    
4840     * Tue Aug 18 2009 David Cantrell <dcantrell@redhat.com> - 12.16-1
4841     - correctly deactivate zFCP LUN on s390 (maier)
4842     - correctly activate zFCP LUN on s390 (maier)
4843     - prevent getting started up or shutdown again while already in such state
4844     (maier)
4845     - Remove unused reipl code in linuxrc.s390 (maier)
4846     - Fix copying of shutdown to initrd.img in mk-images for s390x (#517888)
4847     (maier)
4848     - 64 bit sparc linux does not define __sparc64__ we need to use
4849     "(defined(__sparc__) && defined(__arch64__))" fixes building 64 bit sparc
4850     (dennis)
4851     - make tftp images as small as possible. we have a 10mb hardware limitation
4852     on there size (dennis)
4853     - make sure we correctly make the sparc tftp image (dennis)
4854     - make sure we have glibc.sparcv9 installed in sparc installers not
4855     glibc.sparcv9v (dennis)
4856     - add the sparc screen font (dennis)
4857     - add the files for sparc boot config setup configure.ac to define IS_SPARC
4858     (dennis)
4859     - add mk-images.sparc script (dennis)
4860     - add support for making sparc images (dennis)
4861     - sparc no longer needs and special keyboard handling. it uses the standard
4862     api's interfaces (dennis)
4863     - setup termcap for sparc (dennis)
4864     - Close %%packages with a %%end (#518063) (katzj)
4865     - Call udev_settle from DiskLabel.commit to ensure it happens. (dlehman)
4866     - Fix traceback in text mode upgrade. (#505435) (dlehman)
4867     - Don't traceback if Delete button is hit when no device is selected.
4868     (dlehman)
4869     - Clean up management of extended partitions we create. (#497293) (dlehman)
4870     - Don't use StorageDevice for partitions w/ biosraid formatting. (#504002)
4871     (dlehman)
4872     - Don't try to get the size of fstypes w/ no infofsProg defined. (dlehman)
4873     - Change all disklabel manipulations to use the DiskLabel format class.
4874     (dlehman)
4875     - Create a DiskLabel format class for partition tables. (dlehman)
4876     - Add support for specifying a tag to makeupdates. (dlehman)
4877     - Include changed files from the top level in the updates. (dlehman)
4878     - If asked, put the system SN (as given by dmidecode) into an HTTP header.
4879     (clumens)
4880     - Add dmidecode to the initrd. (clumens)
4881     - Add the kssendsn parameter and corresponding flag. (clumens)
4882     - Don't keep testing if we're doing URL_METHOD_HTTP. (clumens)
4883     - Later pyparted will define DEVICE_DM, so change the test to use it.
4884     (clumens)
4885     - Use the new GTK Tooltip API (#517389). (clumens)
4886     - Fix a typo in a kickstart error string (#517760). (clumens)
4887     - Be sure we have a sorted list of mountpoints for live mangling (#504986)
4888     (katzj)
4889     - Fix askmethod to work with stage= being specified (#516973) (katzj)
4890     - Fix ordering on device list returned from identifyMultipaths() (pjones)
4891     - Fix typo in mpath support. (pjones)
4892    
4893     * Wed Aug 12 2009 David Cantrell <dcantrell@redhat.com> - 12.15-1
4894     - Make sure we have the ca cert to handle https repo connections. (517171)
4895     (jkeating)
4896    
4897     * Wed Aug 12 2009 David Cantrell <dcantrell@redhat.com> - 12.14-1
4898     - Correctly inform the user once about obsolete parm/conf file options on
4899     s390 (maier)
4900     - Handle activation of DASDs in linuxrc.s390 since loader no longer works
4901     (maier)
4902     - make IPv4 configuration in linuxrc.s390 compatible with NM in loader
4903     (maier)
4904     - suggest disabled X11-forwarding for ssh login in linuxrc.s390 (maier)
4905     - Fix an erroneous "!" in the test for doKill, and make reboot explicit.
4906     (pjones)
4907    
4908     * Mon Aug 10 2009 David Cantrell <dcantrell@redhat.com> - 12.13-1
4909     - Fix syntax error in identifyMultipaths() (dcantrell)
4910    
4911     * Mon Aug 10 2009 David Cantrell <dcantrell@redhat.com> - 12.12-1
4912     - Honor network config boot params for CD-booted ks installs (#433214)
4913     (dcantrell)
4914     - Include ipcalc command in all initrd.img files, not just s390 (#516084)
4915     (dcantrell)
4916     - Don't to unmount /mnt/source unless something's mounted there (#516304).
4917     (clumens)
4918     - Honor nodmraid commandline option (#499733) (hdegoede)
4919     - Don't try to multipath CD devices. (#516362) (pjones)
4920     - booty: Do not strip the trailing p from a devicename like
4921     mapper/isw_Vol0_tmp (hdegoede)
4922     - booty: isw_Vol0_Stripe is not a disk isw_Vol0_Stri with an e part
4923     (#505205) (hdegoede)
4924    
4925     * Fri Aug 07 2009 Chris Lumens <clumens@redhat.com> - 12.11-1
4926     - upd-instroot: Inspect gtkrc for cursor theme (ajax)
4927     - Support NFS repos in kickstart (#495620, #507093). (clumens)
4928     - upd-instroot: xorg-x11-auth -> xorg-x11-xauth (ajax)
4929     - Check to see if the arch string starts with ppc64. (#516144) (jgranado)
4930     - vtActivate doesn't work on some ppc64 machines, so don't traceback
4931     (#516206). (clumens)
4932     - Make all sysfs path's be _without_ /sys prefix (#516168) (hdegoede)
4933     - Do not go interactive if timezone in ks is not valid (#473647) (rvykydal)
4934     - Fix going back from "NFS Setup" screen in stage 1 (#507064) (rvykydal)
4935    
4936     * Thu Aug 06 2009 David Cantrell <dcantrell@redhat.com> - 12.10-1
4937     - Add missing 'i' in loader/loader.c for non-s390 arches. (dcantrell)
4938    
4939     * Thu Aug 06 2009 David Cantrell <dcantrell@redhat.com> - 12.9-1
4940     - Avoid finding the word 'engine' in comments. (jkeating)
4941     - Don't try to get dso deps of statically linked files. (jkeating)
4942     - Call shutDown() correctly for s390 (karsten)
4943     - Remove unused variable from loader/loader.c (karsten)
4944     - Delete unpackaged files on non-livearches. (karsten)
4945     - Do not set parted.PARTITION_BOOTABLE on s390. (root)
4946     - Complete udev setup in linuxrc.s390 for automatic module loading (root)
4947     - Recognize mpath devices when we see them. (pjones)
4948     - Make DiskDevice.partedDisk a property. (pjones)
4949     - Make questionInitializeDisk() somewhat less ugly. (pjones)
4950     - Add a description to DiskDevice, and use it in the UI. (pjones)
4951     - Get rid of Device.description, it is unused. (pjones)
4952     - Close the opened file descriptors when necessary. (#499854) (jgranado)
4953     - Add the glade files to the install image so save-to-bugzilla works
4954     (#515444). (clumens)
4955     - New system-config-keyboard has a different version then I expected
4956     (hdegoede)
4957    
4958     * Wed Aug 05 2009 Chris Lumens <clumens@redhat.com> - 12.8-1
4959     - Don't try to unmount the CD before we later unmount the CD (#515564).
4960     (clumens)
4961     - Do not offer going back when ugrade root for ks upgrade is not found
4962     (#499321) (rvykydal)
4963     - Rebuild .pot file and update translations. (clumens)
4964     - Import the logging stuff (#515564). (clumens)
4965     - Add keyboard kernel cmdline options to grub.conf for dracut (hdegoede)
4966     - Fix backtrace in network.dracutSetupString in the static ip case (hdegoede)
4967     - Write dracut i18n cmdline options to grub.conf (hdegoede)
4968     - Pass InstalltData to booty __init__ as it needs access to many of its
4969     members (hdegoede)
4970     - Fix ctrl-alt-deleter behavior /before/ end of install. (pjones)
4971     - Merge branch 'master' of ssh://git.fedoraproject.org/git/anaconda (notting)
4972     - No longer use HAL in list-harddrives. (clumens)
4973     - The names of a couple basic udev methods has changed. (clumens)
4974     - Move basic udev methods out of the storage module (#514592). (clumens)
4975     - We do not actually require gtkhtml2 or the python bindings for it.
4976     (notting)
4977     - Fix some typos in rescue mode (#515091) (msivak)
4978     - Add a dracutSetupString method to network.py (hdegoede)
4979     - Fix backtrace due to iscsi.getNode() not finding the iscsi node (hdegoede)
4980     - Use dracutSetupString() method to add the kernel parameters needed for
4981     dracut (hdegoede)
4982     - Add a dracutSetupString method to devices.py classes (hdegoede)
4983     - Differentiate between ibft discovered and manually added iscsi disks
4984     (hdegoede)
4985     - Store iscsi node pointer in iScsiDiskDevice objects (hdegoede)
4986     - When checking logical partition dependcies, make sure the are one the same
4987     disk (hdegoede)
4988     - Only set iscsi nodes to autostart when none of the LUN's contain /
4989     (hdegoede)
4990     - Add functions to go from an iScsiDiskDevice to an libiscsi node (hdegoede)
4991    
4992     * Fri Jul 31 2009 Chris Lumens <clumens@redhat.com> - 12.7-1
4993     - Fix up udev sillies (related to #514501) (katzj)
4994     - Log when we unmount filesystems so we have a match for mount messages.
4995     (clumens)
4996     - Let's not exit from buildinstall.functions, say, ever (katzj)
4997     - Rework shutDown() to better accomidate "nokill" better. (pjones)
4998     - Make upgradeany boot option work again (#513227) (rvykydal)
4999     - Update device.map when upgrading (#513393) (rvykydal)
5000     - Catch None devs (katzj)
5001    
5002     * Wed Jul 29 2009 Chris Lumens <clumens@redhat.com> - 12.6-1
5003     - Fix CDLABEL substitution in syslinux.cfg for x86 boot.iso (katzj)
5004     - And finish off the removal of rhpl (katzj)
5005     - Use keyboard bits from system-config-keyboard now (katzj)
5006     - Use python-meh instead of our own exception handling now (clumens)
5007     - NM no longer exposes information through HAL (#514501). (clumens)
5008     - Put mkdir into /sbin on the initrd, too. (clumens)
5009     - Make sure controlunits.sh is installed to initrd on s390 (dcantrell)
5010     - Remove ChangeLog (#512502) (dcantrell)
5011     - Add s390utils-cmsfs in upd-instroot for s390 (dcantrell)
5012     - Make sure s390 gets /lib/ld64.so.1 (dcantrell)
5013     - Skip writeDisabledNetInfo() when loader starts on s390 (dcantrell)
5014     - Fix part --onpart= to print the device name instead of the __str__.
5015     (clumens)
5016     - Just pull in all python modules for stage2 (katzj)
5017     - Trim PACKAGES list in upd-instroot. (dcantrell)
5018     - Update linuxrc.s390 and friends to reflect review comments. (maier)
5019     - Log non-upgradable upgrade candidate roots. (rvykydal)
5020     - unmountFilesystems -> umountFilesystems (#510970). (clumens)
5021     - Disable devel repos on release (#503798) (katzj)
5022     - Work around problems with live installs and dpi other than 96 (#506512)
5023     (katzj)
5024     - Fix obvious typo in font name (katzj)
5025    
5026     * Wed Jul 22 2009 David Cantrell <dcantrell@redhat.com> - 12.5-1
5027     - New build because koji hates me.
5028    
5029     * Wed Jul 22 2009 David Cantrell <dcantrell@redhat.com> - 12.4-1
5030     - Add scripts/makeupdates to generate updates.img files. (dcantrell)
5031     - Add python-decorator to the stage2 image for pyparted (#513175). (clumens)
5032     - Set stage2= on x86 boot.iso (katzj)
5033     - Try to auto-find the CD even if stage2= is specified (katzj)
5034     - Make sure we have a device before check if it's protected. (#510033)
5035     (dlehman)
5036     - Remove unresolvable file devices from the devicetree. (#503830) (dlehman)
5037     - Support multiple fstab entries of a single nodev fstype. (#505969)
5038     (dlehman)
5039     - Refer to nodev devices as "none", not "nodev". (dlehman)
5040     - Change DeviceTree.devices from a dict to a list. (dlehman)
5041     - Show locked LUKS devices as "Encrypted (LUKS)", not "LUKS". (dlehman)
5042     - Allow creation of four primary partitions on a disk. (#505269) (dlehman)
5043     - Add a bunch more stuff to the initrd needed for networking. (clumens)
5044     - Add more things to /sbin on the initrd that udev requires. (clumens)
5045     - Add dmesg to the images. (clumens)
5046    
5047     * Mon Jul 20 2009 David Cantrell <dcantrell@redhat.com> - 12.3-1
5048     - Set GECOS field for new user accounts specific in ks files (dcantrell)
5049     - Show MAC address of network device in text mode too. (rvykydal)
5050     - Fix selection of alternative iface in UI after fail (#507084). (rvykydal)
5051     - Stop the cdrom device before ejecting (#505067) (msivak)
5052     - Add hipersockets to NETTYPE description (bhinson, #511962). (clumens)
5053     - Don't show formatting progress bar after mkfs has exited. (eric_kerin)
5054     - Run firstaidkit-qs script instead of the shell (shows rescue menu)
5055     (#508512) Add dialog package required for firstaidkit Create /etc/fstab in
5056     ramdisk to make mount commands easier (#440327) (msivak)
5057     - When ignoring partitions make sure lvm also ignores them (hdegoede)
5058     - 70-anaconda.rules: pass --ignorelockingfailure to lvm invocation (hdegoede)
5059     - Call mdadm -I with --no-degraded for all disks but the last (hdegoede)
5060     - There is no /bin on the initrd so sleep needs to go into /sbin. (clumens)
5061     - Add deviceNameToDiskByPath(). (dcantrell)
5062     - Display drive model and size in MB in partitioning UI (#460697) (dcantrell)
5063     - Lots of small grammar and wording changes. (pjones)
5064     - Edit user-visible dialogs for style. (pjones)
5065     - Get rid of sloppy elipses usage. (pjones)
5066     - Don't write optical devices to /etc/fstab (#505697). (clumens)
5067     - error messages of zFCP on s390: log or pass to the UI (maier)
5068     - correctly delete a SCSI device provided by a zFCP LUN on s390 (maier)
5069     - All other teardown methods take a "recursive" argument (#506166). (clumens)
5070     - Clean yum caches following preupgrade, too (#503096). (clumens)
5071    
5072     * Thu Jul 09 2009 David Cantrell <dcantrell@redhat.com> - 12.2-1
5073     - mdmon added to install.img (Jacek.Danecki)
5074     - Remove some unnecessary code. (clumens)
5075     - Use a method yum provides, rather than inventing our own. (clumens)
5076     - Remove _catchallCategory. yum handles this for us now. (clumens)
5077     - Write out NM_CONTROLLED=no for NICs used for FCoE (hdegoede)
5078     - Add support for biosraid using mdadm (hdegoede)
5079     - Reverse: "Support for MD containers" (hdegoede)
5080     - When all udev_is-foo() checks fail return instead of backtracing (hdegoede)
5081     - 70-anaconda.rules: always import blkid output (hdegoede)
5082     - Make sure to have "self" as an argument. (clumens)
5083     - Add kickstart fcoe command (hdegoede)
5084     - Use the yum preconf object to do $releasever substitution. (clumens)
5085     - Indicate LV status according to lv_attr active bit (#491754) (dcantrell)
5086     - Include lv_attr in lvm.lvs() return value. (dcantrell)
5087     - Fix list of 64-bit arches. (notting)
5088     - We also need -DUSESELINUX if we want to call matchPathContext. (clumens)
5089     - Clean up some arch code. (notting)
5090     - Update /etc/hosts with hostname for loopback IP address (#506384)
5091     (rvykydal)
5092     - Add missing LAYER2 and PORTNO handling for s390x. (dcantrell)
5093     - Ignore configure.ac when generating updates.img (dcantrell)
5094     - AC_ARG_WITH -> AC_ARG_ENABLE (dcantrell)
5095     - dhclient now reads config files from /etc/dhcp (dcantrell)
5096     - no "rhgb quiet" on s390 to enable visible boot progress and system
5097     automation (#509881) (maier)
5098     - fix backtrace in s390 reipl support due to missing anaconda.id.fsset
5099     (#509877) (maier)
5100     - Put sleep in /bin on the initrd (#505639). (clumens)
5101     - Also include the grep programs. (clumens)
5102     - Add programs from vim-minimal, coreutils, and util-linux-ng. (clumens)
5103     - Move programs that aren't s390-specific into the main image. (clumens)
5104     - Look for /bin/sh, not /sbin/busybox. (clumens)
5105     - No longer symlink binaries to busybox. (clumens)
5106     - No longer require busybox. (clumens)
5107    
5108     * Mon Jul 06 2009 Chris Lumens <clumens@redhat.com> - 12.1-1
5109     - Include the rest of the libs isys needs to link against (#509572).
5110     (clumens)
5111     - Add FCoE disks to the devicetree with a type of FcoeDiskDevice (hdegoede)
5112     - Add FcoeDiskDevice class to storage/devices.py (hdegoede)
5113     - Add FCoE support to storage/udev.py (hdegoede)
5114     - Write out configuration of FCoE to installed system (hdegoede)
5115     - Initial FCoE support (hdegoede)
5116    
5117     * Thu Jul 02 2009 Chris Lumens <clumens@redhat.com> - 12.0-1
5118     - network --bootproto no longer implies DHCP. (clumens)
5119     - Don't unconditionally skip the network config screen in kickstart. (clumens)
5120     - Allow creating new groups through kickstart. (clumens)
5121     - Set focus on hostname entry in network UI screen (#494135) (rvykydal)
5122     - Fix upgrade selected in UI after storage reset (#503302) (rvykydal)
5123     - Add support for specifying upgrade partition in ks (#471232) (rvykydal)
5124     - Add missing liveinst/* files. (dcantrell)
5125     - Update code that checks for devices that contain install media. (dlehman)
5126     - Rework tracking of devices containing installation media. (#497087) (dlehman)
5127     - Add function storage.udev.udev_resolve_devspec. (dlehman)
5128     - Prevent false positives in devtree's device lookup methods. (dlehman)
5129     - Skip exceptionDisks if exn originated in devtree.populate. (#497240) (dlehman)
5130     - Stop using rhpl.arch in writeRpmPlatform() (katzj)
5131     - Move simpleconfig (back) into anaconda from rhpl (katzj)
5132     - Use iutil arch specifiers rather than rhpl (katzj)
5133     - Remove unused rhpl imports (katzj)
5134     - Switch to using iutil.isS390 instead of rhpl.getArch (katzj)
5135     - Stop using rhpl.translate (katzj)
5136     - Default to /boot on ext4 (katzj)
5137     - Allow /boot on ext4 now that we have a grub that allows it (katzj)
5138     - Make sure the library directory is always set (notting)
5139     - Write out "MAILADDR root" into mdadm.conf (#508321) (rvykydal)
5140     - Do not install grub more times than needed. (rvykydal)
5141     - Ensure we set the SELinux context correctly on symlinks (#505054) (katzj)
5142     - udev dropped vol_id (#506360) (katzj)
5143     - Handle installing multilib into the installer intramfs correctly. (notting)
5144     - Set LIBDIR appropriately on PPC64. (notting)
5145     - Fix grub upgrade (#505966) (rvykydal)
5146     - Include yum.log in anacdump.txt too. (rvykydal)
5147     - Access format options property instead of mountopts attr. (#506219) (dlehman)
5148     - Be more careful about identifying NFS fstab entries. (dlehman)
5149     - Don't add leading directory for files twice. (#503830) (dlehman)
5150     - booty changes for iswmd (Jacek.Danecki)
5151     - Support for MD containers. (Jacek.Danecki)
5152     - New iswmd parameter for kernel cmdline (Jacek.Danecki)
5153     - New udev rule for using mdadm for isw_raid_member (Jacek.Danecki)
5154     - Use isohybrid to make boot.iso a hybrid image (katzj)
5155     - Log yum messages. (rvykydal)
5156     - Tell booty to rescan for bootable drivers when an extra disks get
5157     added (hdegoede)
5158     - Do not encourage VNC when doing kickstart text installs (#506534) (dcantrell)
5159     - Rename bootstrap to autogen.sh (dcantrell)
5160     - Include the contents of /proc/cmdline in exception reports (katzj)
5161     - Include libwrap library for sshd and telnet in s390 installs (jgranado)
5162     - Enforcing matching rootfs type on LVs as well as for partitions
5163     (#504743) (katzj)
5164     - Remove problem packages before attempting a re-download (#501887). (clumens)
5165     - Be more explicit about what's lacking on EFI systems (#501341). (clumens)
5166     - If not enough memory is installed, enforce swap partition creation
5167     (#498742). (clumens)
5168     - Convert to using automake/autoconf. (dcantrell)
5169     - Convert po/ subdirectory to GNU gettext template system. (dcantrell)
5170     - Restructure liveinst/ for the new build system. (dcantrell)
5171     - Add m4/ subdirectory with autoconf macros. (dcantrell)
5172     - Removed py-compile script. (dcantrell)
5173     - Rename anaconda.spec to anaconda.spec.in (dcantrell)
5174     - Ignore autoconf and automake files in the tree. (dcantrell)
5175     - Removed toplevel Makefile and Makefile.inc (dcantrell)
5176     - Show MAC address of network device in combo box (#504216) (dcantrell)
5177     - Remove loader/tr/.cvsignore (dcantrell)
5178     - Increase max NIC identification duration to 5 minutes (#473747). (dcantrell)
5179     - Use /sbin/ipcalc for IP address validation (#460579) (dcantrell)
5180     - Fix an obvious traceback when doing part --ondisk= (#504687). (clumens)
5181     - Catch errors from bootloader installation (#502210). (clumens)
5182     - Remove umask temporarily so device permissions are correct
5183     (#383531, wmealing).
5184     - Remove the name check on driver disk packages (#472951). (clumens)
5185     - Make the installation key text more descriptive (#474375). (clumens)
5186     - Fix discovery of existing raid/lvm for ks install without clearpart
5187     (#503310, #503681) (rvykydal)
5188     - Use the F12 version of the bootloader command. (clumens)
5189     - It's /sbin/fsadm, not /sbin/e2fsadm (#504043). (clumens)
5190     - Remove the bootloader --lba32 option. (clumens)
5191     - Use gettext.ldngettext when necessary (#467603) (dcantrell)
5192     - Test NM_CONTROLLED setting correctly in network.py (#502466) (dcantrell)
5193     - Show unknown partitions as "Unknown" in partition editor. (dcantrell)
5194     - Add a type hint on popup windows (rstrode). (clumens)
5195     - Use the F12 version of the driverdisk command. (clumens)
5196     - Remove driverdisk --type, since mount can figure that out. (clumens)
5197     - Fix an error when editing an unreachable repo (#503454). (clumens)
5198     - If /etc/rpm/platform is found, move it out of the way. (clumens)
5199     - We no longer write out /etc/rpm/platform, so don't offer to upgrade
5200     it. (clumens)
5201     - Remove locals containing "passphrase" or "password" from exns
5202     (#503442). (clumens)
5203     - Make progress bars modal (#493263, #498553, rstrode). (clumens)
5204     - Make sure to import os.path if we are going to use it. (jgranado)
5205     - ipcalc is copied to /usr/lib. (jgranado)
5206     - Limit the trigger to block type devices. (jgranado)
5207     - We need ipcalc for new s390 installation script. (jgranado)
5208     - Fix off-by-one errors in read. (notting)
5209     - sysconfig file changed names for system-config-firewall (katzj)
5210     - Don't write out firewall settings if they already exist (#502479) (katzj)
5211     - Make sure that the devices are correctly detected (#491700) (jgranado)
5212     - Make the save-to-bugzilla dupe detection smarter. (clumens)
5213     - If network --device=MAC is given, translate to device name
5214     (#185522). (clumens)
5215     - Add a function to convert MAC addresses to device names. (clumens)
5216     - Move /boot checks from sanityCheck into Platform.checkBootRequest. (clumens)
5217     - Return translated strings from checkBootRequest. (clumens)
5218     - Check that /boot is on a Mac disk label for PPC installs (#497745). (clumens)
5219     - Call checkBootRequest from sanityCheck. (clumens)
5220     - Put some space in that big scary warning. (clumens)
5221     - fond -> found (clumens)
5222     - Use powers of two in swapSuggestion (#463885). (clumens)
5223     - Trim "mapper/" off device names in the bootloader UI (#501057). (clumens)
5224     - Make the weak password dialog comply with the HIG (#487435). (clumens)
5225     - Add a newline to a cmdline mode string (#497575). (clumens)
5226    
5227     * Tue Jun 02 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.59-1
5228     - Do not show disabled repos such as rawhide during the install (#503798).
5229     (jkeating)
5230    
5231     * Sun May 31 2009 David Lehman <dlehman@redhat.com> - 11.5.0.58-1
5232     - Pass --force to lvresize so it doesn't ask for confirmation. (dlehman)
5233     - Fix a typo in action sorting for resize actions (fs vs. device). (#501000)
5234     (dlehman)
5235     - Sending translation for French (mrtom)
5236    
5237     * Thu May 28 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.57-1
5238     - Create and use unique ids for Device instances. (#500808) (dlehman)
5239     - Adjust remaining PartitionDevices' names after removing a partition.
5240     (dlehman)
5241    
5242     * Tue May 26 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.56-1
5243     - Ensure matching rootfs type to live type with autopart (#501876) (katzj)
5244    
5245     * Tue May 26 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.55-1
5246     - Fix blank network device descriptions in the loader. (#501757) (notting)
5247     - Make sure the right _isMigratable gets used for Ext3FS (#501585). (clumens)
5248    
5249     * Tue May 19 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.54-1
5250     - We are not guaranteed to have a partedDisk in the udev code (#501556,
5251     #501428). (clumens)
5252     - The location of the options wiki page has changed. (clumens)
5253     - Disable BETANAG. (clumens)
5254     - Install a en_US.UTF-8 locale in the first stage image. (notting)
5255     - Reset font when changing language. (notting)
5256     - Set locale to en_US.UTF-8 when initializing the console. (notting)
5257    
5258     * Mon May 18 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.53-1
5259     - LVMVolumeGroupDevice stores pesize in MB, kickstart expects it in KB.
5260     (dlehman)
5261     - Don't schedule a format resize if reformat scheduled. (#500991) (dlehman)
5262     - Deactivate md arrays regardless of state if the device is present.
5263     (#496441) (dlehman)
5264     - Lame hack to make sure --size= is never 0 (#500905). (clumens)
5265     - Don't filter out partitions that haven't been allocated (#500932).
5266     (clumens)
5267     - Write out PE size as an integer, since that's what anaconda wants
5268     (#501049). (clumens)
5269     - Set clearPartType to None on preupgrade too (#499321). (clumens)
5270     - Fix indentation of line to remove cancelled actions from the list.
5271     (#500932) (dlehman)
5272     - Consider active-idle state of md device as accepatable status of device
5273     (#497407) (rvykydal)
5274     - Fix detection of cciss disks (#499408) (dchapman)
5275     - Get existing fs size for xfs. (dcantrell)
5276     - Get existing fs size for ntfs. (dcantrell)
5277     - Get existing fs size for jfs. (dcantrell)
5278     - Get existing fs size for ext2, ext3, and ext4. (dcantrell)
5279     - Compute existing filesystem size using fs info utility. (dcantrell)
5280     - Do not allow users to migrate ext4 to ext4. (dcantrell)
5281     - Correct handling of formats on encrypted preexisting LVs. (#499828)
5282     (dlehman)
5283     - Ignore unrecognized device-mapper devices we find. (#499967) (dlehman)
5284     - loader: Mount /tmp as tmpfs not ramfs so we can swap it out (ajax)
5285     - format.mountpoint -> lvd.mountpoint (#500913). (clumens)
5286     - Treat the loop labels as devices without a label.(#493219) (jgranado)
5287     - Add the partition table partition after initializing (#498602). (clumens)
5288    
5289     * Wed May 13 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.52-1
5290     - Add a Mac OS boot line to yaboot.conf (#499964). (clumens)
5291     - Catch IOError when enabling repos (#500439). (clumens)
5292     - Use a newer version of the kickstart Partition command. (clumens)
5293     - Fix a traceback when installing over previous installs on PPC (#499963).
5294     (clumens)
5295     - Fix a typo when probing exception disks. (clumens)
5296     - Add support for --noformat too. (clumens)
5297     - Add support for --onpart, --ondrive, and --useexisting. (clumens)
5298     - Make the storage.writeKS method useful and called from instdata (#493703).
5299     (clumens)
5300     - Add writeKS methods to the device objects. (clumens)
5301     - Add writeKS methods to all the format objects. (clumens)
5302     - upd-instroot: Add gdbserver (ajax)
5303     - Remove text-mode syslinux help (katzj)
5304     - If clearPartType is None, don't attempt to clear a device (#499321).
5305     (clumens)
5306     - Only set clearpart data if the command was provided in the kickstart file.
5307     (clumens)
5308     - Override previously defined mountpoints in kickstart (#499746). (clumens)
5309     - Yet another font package name has changed (#499322). (clumens)
5310     - Set new mountpoint correctly for existing encrypted LVs. (#496363)
5311     (dlehman)
5312     - Once a partition is part of another device it cannot be modified.
5313     (#496760) (dlehman)
5314     - Maintain request sort order by using req_disks instead of parents.
5315     (dlehman)
5316     - Do not set a parent on the /mnt/sysimage/dev bind mount object (#499724).
5317     (clumens)
5318     - Skip .pyc files in subdirectories when running make updates. (clumens)
5319     - Remove 'lowres' option. (ajax)
5320     - Run tune2fs on newly formatted ext[34] filesystems. (#495476) (dlehman)
5321    
5322     * Thu May 07 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.51-1
5323     - Don't clear the first partition on any disk with a Mac disk label
5324     (#492154). (clumens)
5325     - Add detailedMessageWindow to the cmdline class (#499700). (clumens)
5326     - Don't traceback when a freespace partition is present (#499662). (clumens)
5327     - Do nomodeset when doing xdriver=vesa (ajax)
5328     - Fix calculation of smallest PV's size in the lvm dialog. (#493753)
5329     (dlehman)
5330     - Fix KeyError when partition numbers change during allocation. (#497911)
5331     (dlehman)
5332     - Update EFI CD booting code in mk-images (pjones)
5333    
5334     * Wed May 06 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.50-1
5335     - Use storage objects throughout the partition editing UI code (#491806,
5336     #496002). (clumens)
5337     - Verify filesystems after the live resize (katzj)
5338     - Verify with fsck after resizing filesystems (katzj)
5339     - IBM improvements to linuxrc.s390 (#475350) (dcantrell)
5340     - Write out correct hostname during LiveCD installs (#492515) (dcantrell)
5341     - Enter in hostname entry field advances to next screen (#494135) (dcantrell)
5342     - Check if we'll clear a partition after setting its format attr. (#499251)
5343     (dlehman)
5344     - Don't pass the default clearPartType value to the device tree. (dlehman)
5345     - Fix some logic errors in storage.partitioning.shouldClear. (dlehman)
5346     - Forward port various iscsi fixes from 5.4 iscsi work (hdegoede)
5347     - Avoid writing out NAME= in ifcfg files (#497485) (dcantrell)
5348     - Retry network configuration in loader (#492009) (dcantrell)
5349     - Make sure /boot ends up on the same disk as Apple Bootstrap (#497390).
5350     (clumens)
5351     - Handle that the default bootloader entry can sometimes be None (#496618).
5352     (clumens)
5353     - The PS3 bootloader allows booting from ext4 filesystems (#498539).
5354     (clumens)
5355     - Support LVM PE sizes > 128MB (#497733) (cristian.ciupitu)
5356     - Set ANACONDAVERSION on most livecd installs. (clumens)
5357     - getDependentDevices is in devicetree, not storage (#499144). (clumens)
5358    
5359     * Mon May 04 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.49-1
5360     - Collect network interfaces from NetworkManager (#493995) (dcantrell)
5361     - Handle fstab entries whose filesystem we don't recognize.(#498120)
5362     (dlehman)
5363     - Add an error signifying an unrecognized entry in /etc/fstab. (dlehman)
5364     - Don't drop discovered format with unknown devices when parsing fstab.
5365     (dlehman)
5366     - Fix display of paths for device-mapper device in bootloader widget.
5367     (dlehman)
5368     - Don't call udevDeviceFormat if we're just going to clear the device
5369     (#497323). (clumens)
5370     - Pass clearPartType to the devicetree as well. (clumens)
5371     - Break the complex should-clear logic out of clearPartitions. (clumens)
5372     - Handle clearpart in the early kickstart pass too. (clumens)
5373     - Correct setting the SELinux context on mountpoints (#494995). (clumens)
5374     - make resetFileContext return the context set (wwoods)
5375     - Allow editing of the hdiso source partition so it can be mounted
5376     (#498591). (clumens)
5377     - Add a ignoreProtected= parameter to deviceImmutable that does the obvious.
5378     (clumens)
5379     - Be more aggressive unmounting before install starts (#498260) (katzj)
5380     - Add %%{?dist} to the release number in the spec file. (dcantrell)
5381     - Configure network in kickstartNetworkUp() iff NM is not connected
5382     (#490518) (dcantrell)
5383     - Don't segfault with "ks someotherparam" (#498307). (clumens)
5384     - Fix the arch upgrade check in yuminstall.py, too (#498280). (clumens)
5385     - Move _resetRpmDb into iutil so we can access it everywhere. (clumens)
5386     - Don't mount bind mounts last, that makes /dev break. (pjones)
5387     - Pass anaconda to storage.FSSet.turnOnSwap. (dlehman)
5388     - Ignore spurious formatting on partitioned devices. (dlehman)
5389     - Revert "DeviceError only returns a message, not (message, device) tuple
5390     (#496343)." (dlehman)
5391     - Fix action sorting for partitions on the same disk. (#498064) (dlehman)
5392     - Fix traceback in second editing of existing raid dev (#497234). (rvykydal)
5393     - Allow existing LVs with filesystems to be resized (#490913) (dcantrell)
5394     - Rate limit pulse() calls to ProgressWindow. (pjones)
5395     - Don't populate flags.cmdline with "True" values when no = is used. (pjones)
5396     - Add "nomodeset" to the list of command line arguments copied to grub.conf
5397     (pjones)
5398     - Use device.format.mountType insead of device.format.type for fstab.
5399     (pjones)
5400     - Initialize x86 class variables before efiBootloaderInfo.__init__() (pjones)
5401     - Fix a segfault on nfs+kickstart (pjones)
5402     - Fix an error when raising FormatCreateException. (clumens)
5403     - Add more windows to the rescue interface class (#498014). (clumens)
5404     - Remove requirement for EFI machines to be x86, since IA64 is too
5405     (#497934). (clumens)
5406     - Fix the kernel package selection on ppc64 machines (#497264). (clumens)
5407     - Include fsck.ext4 and mkfs.ext4 in the images (#497996). (clumens)
5408     - Properly restore SIGCHLD if X startup fails (wwoods)
5409     - Fix kickstart PV references handling for lvm on raid (#497352). (rvykydal)
5410    
5411     * Fri Apr 24 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.48-1
5412     - Fix handling of swap files. (#496529) (dlehman)
5413     - Pass anaconda to turnOnSwap so we can use swap files. (dlehman)
5414     - Fix incorrect attribute name use for retrofit flag. (dlehman)
5415     - Use slightly better checks when testing for 0 size (#493656, #497186,
5416     #497389). (clumens)
5417     - If the LV has no child, don't attempt to grab its format (#497239).
5418     (clumens)
5419     - Apply the global passphrase when doing kickstart autopart (#497533).
5420     (clumens)
5421     - Add support for encryption passphrase retrofits. (dlehman)
5422     - Bring luks_add_key and luks_remove_key back into devicelibs.crypto.
5423     (dlehman)
5424     - Don't let lvremove failures from incomplete vgs crash the install.
5425     (#497401) (dlehman)
5426     - Allow setting a mountpoint w/o formatting an encrypted partition.
5427     (#495417) (dlehman)
5428     - Remove encryption from preexisting device if "Encrypt" is deactivated.
5429     (dlehman)
5430     - Fix indentation of preexisting partition handling block. (dlehman)
5431     - The device passed to the luks passphrase dialogs is a string. (#492123)
5432     (dlehman)
5433     - Protect against tracebacks from the partition isFoo properties. (dlehman)
5434     - Fix handling of bind mounts. (#496406) (dlehman)
5435     - Add more filesystem checks. (clumens)
5436     - Support vfat filesystems in the partitioning UI (#496351). (clumens)
5437     - Remove devices in leaves first order (#496630) (hdegoede)
5438     - Don't remove an inconsistent lvm partition from the devicetree (#496638)
5439     (hdegoede)
5440     - Move isEfi to be a property on Platform instead of on X86 (#497394).
5441     (clumens)
5442     - Support --encrypted --useexisting on kickstart installs (#497147).
5443     (clumens)
5444     - When making a RAID device, require that some members be selected
5445     (#491932). (clumens)
5446     - When catching an OSError, handle it as an object instead of a tuple
5447     (#497374). (clumens)
5448     - Enforce the fstype that holds /boot on kickstart installs (#497238).
5449     (clumens)
5450     - Fix ps3 platform support (#497203) (katzj)
5451     - Clean up rpmdb locks at the end of the install (#496961) (katzj)
5452     - Don't allow /boot to be on an encrypted device (#496866). (clumens)
5453     - Use the correct unmount method (#496764). (clumens)
5454    
5455     * Tue Apr 21 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.47-1
5456     - Fix adding of fifth partition in UI (#496930). (rvykydal)
5457     - Define the fd variable before it can ever be referenced (#496930).
5458     (clumens)
5459     - Fix preservation of format attrs for preexisting luks partitions. (dlehman)
5460     - Set md member devices' uuids after creating an array. (dlehman)
5461     - Don't try to get size for nodev and bind filesystems. (dlehman)
5462     - Include the device path in DeviceError exceptions. (dlehman)
5463     - Mdadm's incremental mode ignores the auto option, so don't use it.
5464     (dlehman)
5465     - Use incremental mode for all md member addition during probing. (dlehman)
5466     - Try to name existing md arrays based on their preferred minor. (dlehman)
5467     - Reimplement mdexamine using a more easily parseable output format.
5468     (dlehman)
5469     - Fix position of "--run" option to mdadm assemble. (dlehman)
5470     - Handle passphrase prompts without a traceback in cmdline mode. (#492123)
5471     (dlehman)
5472     - Fix another device vs. string problem in EFI bootloader config (#496669).
5473     (clumens)
5474     - Add the device's name to mdadm.conf (#496390). (clumens)
5475     - Show normal cursor during passphrase entry (#496534) (msivak)
5476     - Fix traceback in cmdline mode after exception handling cleanup (#496644)
5477     (katzj)
5478     - DeviceError only returns a message, not (message, device) tuple (#496343).
5479     (clumens)
5480    
5481     * Fri Apr 17 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.46-1
5482     - Clean up argument list after changing from rhpl to iutil for
5483     execWithRedirect (jkeating)
5484     - Fix NameError traceback setting up bootloader in EFI installs (wwoods)
5485     - No longer force ISOs to be on ext2, ext3, or vfat partitions. (clumens)
5486     - Sending translation for German (ckpinguin)
5487     - Split text mode exn saving into multiple screren (#469380). (clumens)
5488     - Copy /tmp/program.log to /mnt/sysimage/var/log/. (clumens)
5489     - Fix member preselection in raid UI. (rvykydal)
5490     - Fix editing of raid device (persistence of level choice) (#496159)
5491     (rvykydal)
5492     - Fix ks --useexisting and --noformat options of logvol and volgroup
5493     (rvykydal)
5494     - Make sure inconsistencies dont screw us up. (jgranado)
5495     - Re-implement the inconsistency functionality. (jgranado)
5496     - Allow the use of "-" in the lvm names. (495329) (jgranado)
5497     - Make sure we "insist" on mdadm commands. (491729) (jgranado)
5498     - [PATCH] Possible fix for some encryption related bugs during the Custom
5499     Layout editation (#495848) (msivak)
5500    
5501     * Thu Apr 16 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.45-1
5502     - Touch /.autorelabel when running under rescue mode (#491747). (clumens)
5503     - Add support for fingerprint-based logins (#481273). (clumens)
5504     - Add a "File Bug" button to the catch-all partitioning exception handler.
5505     (clumens)
5506     - Remove the early catch-all exception handler (#495933). (clumens)
5507     - Implement the save to USB using devicetree devices. (jgranado)
5508     - Use size instead of currentSize when comparing lv sizes (hdegoede)
5509     - Make sure all pv's of an lv's vg are setup before resizing an lv (hdegoede)
5510     - Do not try to teardown a non existing format (hdegoede)
5511     - Center the bootloader configuration dialog (#495802). (clumens)
5512     - Destroy (potential) stale metadata when creating a new partition (hdegoede)
5513     - use partition req_base_size instead of size in partitionCompare()
5514     (hdegoede)
5515     - Fix changing size of newly created partitions (hdegoede)
5516     - Don't traceback on invalid filesystem detection (#495156) (dcantrell)
5517     - Check to see if formatcb is None. (jgranado)
5518     - Use the PV name when logging error messages. (jgranado)
5519     - Don't set up the device to obtain minSize anymore. (dlehman)
5520     - Improve estimate of md arrays' size. (dlehman)
5521     - Determine minimum size for filesystems once, from constructor. (dlehman)
5522     - Fix estimate of LUKS header size for newly encrypted devices. (#493575)
5523     (dlehman)
5524     - Fix two syntax problems with generated mdadm.conf entries. (#495552)
5525     (dlehman)
5526     - Default to AES-XTS cipher mode with 512 bit key for new LUKS devices.
5527     (dlehman)
5528     - When going back from a failed shrink, reset the device action set.
5529     (clumens)
5530     - If we can't communicate while logging in to bugzilla, error (#492470).
5531     (clumens)
5532     - Make save to usb work. (jgranado)
5533     - We don't always have a formatcb either (#495665). (clumens)
5534     - The entry is named lvsizeentry now. (jgranado)
5535    
5536     * Mon Apr 13 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.44-1
5537     - Default to SHA512 password encoding algorithm. (dcantrell)
5538     - Handle format combo box not existing (#495288) (dcantrell)
5539    
5540     * Mon Apr 13 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.43-1
5541     - Run programs with LC_ALL=C in case we're parsing output (#492549).
5542     (clumens)
5543     - A volume group device has a "peSize" attribute (not "pesize"). (dlehman)
5544     - Remove uncommitted new lv from dict on cancel. (dlehman)
5545     - Use the correct value when setting new extent size. (#493753) (dlehman)
5546     - Fix image generation so all ELF binaries have their deps included
5547     (#495231). (clumens)
5548     - Clean up the code in editLogicalVolume function. (jgranado)
5549     - Setup the disks before partitioning as the nodes are needed. (jgranado)
5550     - Rescan the devices when we are saving a traceback. (jgranado)
5551     - Close file descriptors when an error occurs. (jgranado)
5552     - Aesthetic changes to "editLogicalVolume" function. (jgranado)
5553     - When deallocating a partition also set its disk attribute to None
5554     (hdegoede)
5555     - Check self.partedPartition not being None before using it (#495077)
5556     (hdegoede)
5557     - growPartitions: Change op_func (back to) add when an iteration succeeds
5558     (hdegoede)
5559     - partedPartition can be None while growing partitions (#495076) (hdegoede)
5560    
5561     * Thu Apr 09 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.42-1
5562     - Fix display of format type for devices. (dlehman)
5563     - Fix handling of priority option from swap fstab entries. (#494992)
5564     (dlehman)
5565     - Some fs types cannot be passed to programs (#495061, #493075). (clumens)
5566     - When a new module is loaded, update the kernel_filesystems list. (clumens)
5567     - Add more Indic fonts (#494261, pnemade).
5568     - Remove the message saying you can make your own layout (#495015). (clumens)
5569     - Put e100 (and other) firmware in its own directory if needed (#494778).
5570     (clumens)
5571     - Run /bin/umount instead of calling umount(2) in _isys.umount (#493333)
5572     (dcantrell)
5573     - Add doPwUmount() and mountCommandWrapper() to isys (#493333) (dcantrell)
5574     - Preserve symlinks and only collect deps on ELF executables. (dcantrell)
5575     - Use $(ARCHIVE_TAG) throughout the updates target. (dcantrell)
5576     - partedUtils doesn't exist anymore (katzj)
5577     - Revert "Show the header in certain non-lowres cases" (#493153) (katzj)
5578     - Pre-existing partitions names may change (#494833) (hdegoede)
5579     - Use getDeviceNodeName() instead of basename of device node. (hdegoede)
5580     - Fix ks raid --useexisting and --noformat (rvykydal)
5581     - Fix processing of --level and --device options of ks raid commands.
5582     (rvykydal)
5583     - Don't start pdb immediately in debug mode (katzj)
5584     - Fix EDD BIOS disk order detection in general and make it work with dmraid
5585     (hdegoede)
5586     - Update extended partition geometry when we change it (hdegoede)
5587    
5588     * Tue Apr 07 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.41-1
5589     - Make sure we have a clean lvm ignore list when we initialize. (jgranado)
5590     - We need to search by name without the "mapper" prefix. (jgranado)
5591     - Create a min_max constraint to avoid alignments issues. (jgranado)
5592     - Don't exit the installer from filesystem errors. (dlehman)
5593     - Try not to raise exceptions from minSize calculators. (dlehman)
5594     - Don't traceback when PVs are encrypted or are not partitions. (dlehman)
5595     - Adjust device dependencies when backing out device encryption. (#493257)
5596     (dlehman)
5597     - Include filesystem type in mount log message. (dlehman)
5598     - Load filesystem modules on demand (#490795, #494108). (clumens)
5599     - Use existing partitions when --onpart is used for PVs or raid members
5600     (#493065) (rvykydal)
5601     - Raise message, not exception when size set in LV dialog is too big.
5602     (rvykydal)
5603     - Raise an error when remofing an extended part with logical parts.
5604     (jgranado)
5605     - Esthetic changes to storage/partitioning.py. (jgranado)
5606     - dmraid.py is no longer being used by anything, so remove it. (clumens)
5607     - Remove partedUtils.py. (clumens)
5608     - This is the only place isEfiSystemPartition is used, so pull it in.
5609     (clumens)
5610     - getReleaseString now lives in the storage module. (clumens)
5611     - Stop lying about our support for dmraid and multipath in kickstart.
5612     (clumens)
5613     - Remove some old, unused code that also uses biosGeometry. (clumens)
5614     - For very small disks, don't try to display a stripe in the graph
5615     (#480484). (clumens)
5616     - Fix reading the console= parameter from the cmdline (#490731). (clumens)
5617     - For dmraid partititons device node name != name (hdegoede)
5618     - When a partition request gets unallocated, set the name back to req#
5619     (hdegoede)
5620     - Do not use getPartitionByPath() in allocatePartitions() (hdegoede)
5621     - Remove no longer used iscsi_get_node_record function (hdegoede)
5622     - Try to handle devices which live in a subdir of /dev properly (hdegoede)
5623     - Split DeviceTree.addUdevDevice into several smaller methods. (dlehman)
5624     - Don't traceback from failure finding minimum fs size. (#494070) (dlehman)
5625     - udev_settle after format teardown to avoid EBUSY on device teardown.
5626     (#492670) (dlehman)
5627     - Add a parted.Device attribute to all existing StorageDevices. (dlehman)
5628     - If no partitioning commands are given, apply the UI selections (#490880).
5629     (clumens)
5630     - Update font package names for ml_IN, si_LK, etc. (#493792, #493794).
5631     (clumens)
5632     - Fix a typo in the city name for Nepali (#493803). (clumens)
5633     - Fix writing out the partition= line on PPC (#492732). (clumens)
5634     - Do not check size when adding LV to growing VG (bug #492264) (rvykydal)
5635    
5636     * Thu Apr 02 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.40-1
5637     - Don't let device names affect action order in general case. (dlehman)
5638     - Round up when aligning to pesize for space used. (#493656) (dlehman)
5639     - Improve handling for various nodev filesystems in fstab. (#493685,
5640     #493202) (dlehman)
5641     - Present the correct max lv size in the dialog. (dlehman)
5642     - Use the head of the current branch, not master, for scratch archives.
5643     (dlehman)
5644     - Make a top level StorageError that all others are based on. (dlehman)
5645     - Remove unused PRePDevice class. (dlehman)
5646     - Make the disk model an attribute of DiskDevice. (dlehman)
5647     - Handle format actions in cancelAction() (dcantrell)
5648     - Fix format check box for pre-existing partitions (#491675) (dcantrell)
5649     - Remove temporary directory used in _getExistingSize() (dcantrell)
5650     - Activate storage before looking up the hdiso source drive (#491781).
5651     (clumens)
5652     - Remove isys.getDeviceByToken since it is no longer used. (clumens)
5653     - Don't allow the rootfs on live installs to not match (#493206, #492727)
5654     (katzj)
5655     - Create setup and teardown functs for dmraid devs. (jgranado)
5656     - put xfs back where it belongs (sandeen)
5657     - Fix up the other caller of unmountCD to pass in a device (#493537).
5658     (clumens)
5659    
5660     * Wed Apr 01 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.39-1
5661     - Prevent sensitive information in kickstart files from ending up in
5662     tracebacks. (clumens)
5663     - It's 2009, let's ignore floppy drives now (#493338, #493377). (clumens)
5664     - Remove DmRaidArrayDevice level attribute (#493293) (hdegoede)
5665     - get_containing_device takes two arguments (#493266). (clumens)
5666     - Fix the check for if there's enough space available on / and /usr
5667     (#492614). (clumens)
5668     - Fix testing if a PPC partition is bootable (#492726). (clumens)
5669     - Look for a PReP "partition" by examining the format, not the flags
5670     (#492426). (clumens)
5671     - Fix a few more pylint warnings and errors in storage/* (hdegoede)
5672     - Fix some pylint warnings in iw/*.py (hdegoede)
5673     - Don't start our audit daemon with the livecd installer (katzj)
5674     - If there's a problem finding removable disks, disable save-to-disk.
5675     (clumens)
5676     - Move %%pre processing to much earlier in the install process. (clumens)
5677     - If there are no installs to rescue via kickstart, display an error.
5678     (clumens)
5679     - Add an early kickstart processing pass. (clumens)
5680     - Fixes of errors shown by pylint that didn't get into the beta build.
5681     (mgracik)
5682     - Adjust the dmraid ignoring logic. (jgranado)
5683     - Reference the format by type, not name.(#492596) (jgranado)
5684     - Sending translation for Chinese (Simplified) (leahliu)
5685     - Increase udev_settle timeout in udev_get_block_devices. (#492049) (dlehman)
5686     - Fix check for fully defined md array when raidlevel is 0. (#491796)
5687     (dlehman)
5688     - Fix a typo ('isEFI' should be 'isEfi'). (dlehman)
5689     - Make sure the pvs are set up before doing lvremove or vgremove. (dlehman)
5690     - Don't write out md member devices to a config file for assemble. (dlehman)
5691     - Fix the supported property of filesystems and prepboot format. (dlehman)
5692     - Return early from doAutoPartition if partition allocation fails. (dlehman)
5693     - Reset storage instance if autopart fails. (#492158) (dlehman)
5694     - Assign weights to partition requests when doing manual or kickstart
5695     installs. (clumens)
5696     - Refresh windows immediately to make sure they appear. (clumens)
5697     - Fix problem with format and migrate combo box activation. (dcantrell)
5698     - Fix typo in upgrade.py (dcantrell)
5699     - Move _scheduleLVs and growLVM calls to be inside try/except (dcantrell)
5700     - Correct bounds checking problems in 'Shrink current system' (dcantrell)
5701     - Require libselinux-python (#489107) (dcantrell)
5702     - Do not prompt for NIC selection in cmdline mode (#492586) (dcantrell)
5703     - Do not write /etc/hosts since setup owns that now (#491808) (dcantrell)
5704     - Remove unused self._resize variable. (dcantrell)
5705     - Having 2 raidsets in the same group of devs is possible. (jgranado)
5706     - getDevice returns a string. Use that to look up the device object
5707     (#492465). (clumens)
5708     - Take into account i386->i586 when warning on upgrade arch mismatch.
5709     (clumens)
5710     - Remove unused getVG{Free,Used}Space methods. (clumens)
5711     - We can no longer display Russian correctly in text mode (#491394).
5712     (clumens)
5713     - Clean up the reinitialize LVM warning message (#491888). (clumens)
5714     - Update translation files (#484784). (clumens)
5715     - Include the storage directory when building the .po files. (clumens)
5716     - Merge commit 'origin/anaconda-storage-branch' (clumens)
5717     - Keep VG size property non-negative (rvykydal)
5718     - Grow LVs for kickstart requests too (rvykydal)
5719     - Handle not finding the upgrade root gracefully. (jgranado)
5720     - Use self.name to report that we could not eject cd. (jgranado)
5721     - Fix ppoll() timeout=infinity usage in auditd (#484721). (pjones)
5722     - Use correct parse method for the upgrade command (#471232) (wwoods)
5723     - Rename /etc/modprobe.d/anaconda to /etc/modprobe.d/anaconda.conf (clumens)
5724     - Handle FTP servers that both want and don't want PASS after USER
5725     (#490350). (clumens)
5726     - Only select the Core group in text mode (#488754). (clumens)
5727     - Add created user to default group created for the user. (rvykydal)
5728    
5729     * Wed Mar 25 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.38-1
5730     - Fix pylint errors in iw/*.py (hdegoede)
5731     - Rework CryptTab.parse (dlehman).
5732     - Code fixes of errors shown by pylint (mgracik).
5733     - Don't underflow on the busy cursor stack. (clumens)
5734     - "vg" is not valide inside this if. (jgranado)
5735     - Device is sometimes None. (jgranado)
5736     - Fix typo. (#492042) (dlehman)
5737    
5738     * Tue Mar 24 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.37-1
5739     - Start with a basic /etc/hosts file (#491634) (dcantrell)
5740     - Do not flag every existing partition for resize (#491803) (dcantrell)
5741     - Remove unused noformatCB() function. (dcantrell)
5742     - Remove unnecessary istruefalse() function. (dcantrell)
5743     - Build new _isys.so for updates.img if needed. (dcantrell)
5744     - Get the UUID of each md array we create. (#491796) (dlehman)
5745     - Call udev_settle after committing changes to a disk (#491529) (hdegoede)
5746     - Be a little bit smarter about allocating space to grow parts. (#491761)
5747     (dlehman)
5748     - Check that partition is on the disk before trying to remove it. (#491997)
5749     (dlehman)
5750     - Work around a bug in mdadm incremental assembly. (dlehman)
5751     - Use the same units (MB) for extent size that we do for everything else.
5752     (dlehman)
5753     - Put line breaks in between crypttab entries. (#491938) (dlehman)
5754     - Register the NoDevFS class. (clumens)
5755     - fslabels -> labels. (clumens)
5756     - NFSDevice does not take exists= as a parameter. (clumens)
5757     - Override _setDevice and _getDevice in NFS. (clumens)
5758     - Move resolveDevice into the DeviceTree class. (clumens)
5759     - Move most of the parseFSTab logic into its own function. (clumens)
5760     - We don't even use partedUtils in this module. (clumens)
5761     - PReP formats can never be active. (#491865) (dlehman)
5762     - Move protectedPartition setup into storageInitialize (#491781). (clumens)
5763     - Use the mount and unmount methods on OpticalDevice.format now. (clumens)
5764     - Add a format for ISO9660 filesystems. (clumens)
5765     - getDeviceByName does not expect the CD device to start with "/dev/"
5766     (#491768). (clumens)
5767     - Write the same arch to .discinfo as iutil.getArch() gives us (#490977).
5768     (clumens)
5769     - Don't remove partitions twice. (jgranado)
5770    
5771     * Mon Mar 23 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.36-1
5772     - Add EFI, Apple Bootstrap, and PPC PReP Boot formats. (dlehman)
5773     - Remove all implicit calls to self.format.destroy from Device classes.
5774     (dlehman)
5775     - Pop the busy cursor when we're done with the wait window (#491736).
5776     (clumens)
5777     - If the new size and old size are the same, treat as a no-op (#491496).
5778     (clumens)
5779     - Let mountFilesystems handling bind mounting /dev (#490772). (clumens)
5780     - Not all FileDevices have parents, so don't assume. (clumens)
5781     - Bind mount formats are mountable. (clumens)
5782     - If a filesystem is already mounted, don't raise an error. (clumens)
5783     - Fix a typo calling the superclass's constructor. (clumens)
5784     - Add a fake device for bind mounting /dev. (clumens)
5785     - If there was an exception leading to the urlgrabber error, log it.
5786     (clumens)
5787     - Fix the import of checkbootloader (#491574). (clumens)
5788     - Add a missing import (#491605). (clumens)
5789    
5790     * Fri Mar 20 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.35-1
5791     - Fix traceback in FSSet.crypttab. (#491160) (dlehman)
5792     - Fix traceback on upgrade. (#491446) (dlehman)
5793     - Do not include .h and .sh files in updates.img (dcantrell)
5794     - Make PartitionDevice resize work. (dcantrell)
5795     - Reset mouse pointer if we find an unreadable disk. (dcantrell)
5796     - Use label attr instead of non-existent fslabel attr. (#491120) (dlehman)
5797     - Need to notify the kernel of changes before udev settle (katzj)
5798     - Revert "mount and umount commands are in /sbin now, remove from /usr/sbin"
5799     (dcantrell)
5800     - Make some fixes to the rescue mode system selection UI (#489973, #489977).
5801     (clumens)
5802     - Fix text mode autopartitioning (#491282). (clumens)
5803     - Do not use _rnetdev as fstab option for network based / (hdegoede)
5804     - Make root= line in grub.conf and path spec in fstab consistent (hdegoede)
5805     - Fix a reference to the partitions list (#491335). (clumens)
5806     - Do not traceback at the very beginning of rescue mode (msivak)
5807     - Fix traceback when editing encrypted mdraid device in UI. (rvykydal)
5808    
5809     * Thu Mar 19 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.34-1
5810     - Catch FSError when detecting storage, prevent user from continuing.
5811     (dcantrell)
5812     - If we have no error string, place None in the tuple. (dcantrell)
5813     - Move OUTPUT_TERMINAL definition to isys.h (dcantrell)
5814     - mount and umount commands are in /sbin now, remove from /usr/sbin
5815     (dcantrell)
5816     - Avoid SIGSEGV in doPwMount() when NULL is last parameter (#491192)
5817     (dcantrell)
5818     - Attempt disk commits 5 times before raising an exception. (dcantrell)
5819     - Add boot partition size limit properties and size validation method.
5820     (dlehman)
5821     - Make sure boot flag gets set. (#491170) (dlehman)
5822     - Make bootable a property of PartitionDevice. (dlehman)
5823     - After setting up our random UUID, inform the storage layer (katzj)
5824     - Handle system crappyness. (jgranado)
5825     - Fix up checking for live image backing (katzj)
5826     - Let's not remove our mountpoints (katzj)
5827     - Fix writing the default= line in grub.conf (#490756). (clumens)
5828     - Revert "Fix pruning of destroy actions for preexisting devices." (dlehman)
5829     - Add more blacklisting (katzj)
5830     - Blacklist the live image backing device (katzj)
5831     - Move blockdev blacklisting to be a function (katzj)
5832     - Inhibit devkit-disks during a live install (katzj)
5833     - try to unmount everything from /media on live installs (katzj)
5834     - Fix live installs to not traceback (katzj)
5835     - Fix New partition in UI (rvykydal)
5836    
5837     * Thu Mar 19 2009 David Lehman <dlehman@redhat.com> - 11.5.0.33-1
5838     - Rework the lvm dialog. (#490301,#490966,#490681,#489870) (dlehman)
5839     - Improve chances of uniqueness from Storage.createSuggestedLVName. (dlehman)
5840     - Fix pruning of destroy actions for preexisting devices. (dlehman)
5841     - Devices should not be resizable unless they exist. (dlehman)
5842     - Try to activate an existing md array after adding each member. (dlehman)
5843     - Indicate filesystem is mountable if we have a mount command. (dcantrell)
5844     - Mount existing filesystems read-only when getting size. (dcantrell)
5845     - Fix some errors in the updates target. (dcantrell)
5846     - Place all mount.* commands in /sbin (dcantrell)
5847     - Fix error message reading and writing in doPwMount() (dcantrell)
5848     - Use booleans in isys.mount() and isys.umount() (dcantrell)
5849     - Add a FIXME comment for setting uuid in VG / LV create (hdegoede)
5850     - Do not traceback when writing anaconda.ks with iscsi with auth info.
5851     (hdegoede)
5852     - Do not write LV uuid to grub.conf, but the filesystem uuid (hdegoede)
5853     - If a mountpoint depends on a network disk at _netdev to its fstab options
5854     (hdegoede)
5855     - Do not hang when creating raid array with member having filesystem
5856     detected (#490891) (rvykydal)
5857     - Destroy and create luks child of raid array too when editing in UI.
5858     (rvykydal)
5859     - Editing non-existent raid device by destroying and creating actions
5860     (rvykydal)
5861     - actionDestroyFormat call takes device, not format (rvykydal)
5862     - Fix getChildren call in partition UI (rvykydal)
5863     - Fix removing of devices with the same name from tree when adding
5864     create action. (rvykydal)
5865     - Do not duplicate requested minor number in edit raid UI list. (rvykydal)
5866     - Offer available partitions when editing non-preexisting raid request.
5867     (rvykydal)
5868     - Don't try to fit the whole StorageDevice.__str__ output into the UI
5869     (#490406). (clumens)
5870     - Make PartitionDevice handle both normal and dmraid partitions (hdegoede)
5871     - Stop overriding __init__ in DMRaidPartitionDevice (hdegoede)
5872     - Set format UUID after creating a format (hdegoede)
5873     - Fix result of updateSysfsPath to be consistent with initial sysfsPath
5874     values (hdegoede)
5875     - Use getDevicesByInstance() for storage.partitions (hdegoede)
5876     - We no longer use iscsiadm anywhere (hdegoede)
5877    
5878     * Tue Mar 17 2009 Jesse Keating <jkeating@redhat.com> - 11.5.0.32-1
5879     - Typo fix. (clumens)
5880     - Make platform.checkBootRequest work better and not use diskset anymore. (clumens)
5881     - Fix a traceback when looking for PS3 boot partitions (#490738). (clumens)
5882     - FormatArgs -> FormatOptions (#490737). (clumens)
5883     - Fix ppoll() timeout=infinity usage in auditd (#484721). (pjones)
5884     - Simplify kernel package selection. (clumens)
5885     - Look at CPU flags instead of /proc/iomem to determine PAE-ness (#484941). (clumens)
5886     - Tell NM not to touch interfaces when / is on a network disk (hdegoede)
5887     - Get iscsi going with the new storage code (hdegoede)
5888     - Use minihal instead of isys.hardDriveDict in list-harddrives (#488122). (clumens)
5889     - storage.disks never includes disks without media present. (clumens)
5890     - Changed the getDevicebyLabel() to getDeviceByLabel() in devicetree.py (mgracik)
5891    
5892     * Mon Mar 16 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.31-1
5893     - Don't use disk.maximizePartition anymore. (dlehman)
5894     - Only schedule implicit format destruction if there is formatting to
5895     destroy. (dlehman)
5896     - Reset encryptionPassphrase when we reset the rest of storage. (dlehman)
5897     - Do not create a LUKSDevice if we do not have a way to map the device.
5898     (dlehman)
5899     - Fix handling of new extended partitions during partition allocation.
5900     (dlehman)
5901     - Fix bug in dependency list for partitions. (dlehman)
5902     - Fix inconsistency in variable use in search for free space. (dlehman)
5903     - Check for disk name being in disk.name not in clearPartDisks (dcantrell)
5904     - Create a Makefile target to generate updates.img automatically. (dcantrell)
5905     - When creating free space, handle cases other than clearpart --drives=
5906     (clumens)
5907     - Ignore loop and ram devices (hdegoede)
5908     - devicetree: fix slave addition of incomplete dm / md devices (hdegoede)
5909     - Catch LVMErrors too when tearing down devices (hdegoede)
5910     - Install udev rules in /lib/udev/rules.d instead of in runtime dir
5911     (hdegoede)
5912     - Ignore disk devices with missing media (#488800). (clumens)
5913     - Use correct parse method for the upgrade command (#471232) (wwoods)
5914     - Fix creation of fs options for preexisting encrypted devices. (dlehman)
5915     - Fix lots of buggy behavior in the partition dialog. (dlehman)
5916     - Handle FTP servers that both want and don't want PASS after USER
5917     (#490350). (clumens)
5918     - Fixed the names of the variables for lvm.py functions. (mgracik)
5919     - editPartitionRequest -> editPartition in iw/partition_gui.py (#490384).
5920     (clumens)
5921     - clampPVSize -> clampSize in lvm.py (#490295). (clumens)
5922     - Fix the obvious and stupid typo (#490296). (clumens)
5923     - isys.umount removes mount directory by default (rvykydal)
5924     - Fix tempfile.mkdtemp call. (rvykydal)
5925     - Initialize attribute _mountpoint before using it (rvykydal)
5926     - devicetree.py has _ignoredDisks instead of ignoredDisks. (jgranado)
5927     - Create separate resize actions for formats and devices. (dcantrell)
5928     - Use os.statvfs() to get existing filesystem size. (dcantrell)
5929     - Add resizeArgs for Ext2FS and fix it for BtrFS. (dcantrell)
5930     - Report when we cannot find any free space partitions. (dcantrell)
5931     - Improve resizeDialog text. (dcantrell)
5932     - Raise FSResizeError if filesystem cannot be resized. (dcantrell)
5933     - Handle resizing when setting targetSize for PartitionDevice (dcantrell)
5934     - Let users set the size property of StorageDevices. (dcantrell)
5935     - Add support for kickstart's '--initlabel' option to clearpart. (dlehman)
5936     - Fix display of LV format type for encrypted LVs. (dlehman)
5937     - Make paths somewhat flexible so we'll work in normal environments.
5938     (dlehman)
5939    
5940     * Fri Mar 13 2009 David Lehman <dlehman@redhat.com> - 11.5.0.30-1
5941     - Fix supportable attribute for cmdline-enabled fstypes. (dlehman)
5942     - Access private attribute for luks dict. (dlehman)
5943     - Schedule format create for newly encrypted preexisting partition. (dlehman)
5944     - Don't traceback if vg.teardown fails in recursive teardown. (dlehman)
5945     - Schedule format create action for newly encrypted preexisting LV. (dlehman)
5946     - Make sure we return something other than None for new requests. (dlehman)
5947     - Add __str__ methods to Device objects. (clumens)
5948     - Add mediaPresent and eject to the OpticalDevice class. (clumens)
5949     - Use the right import path for checkbootloader (#490049). (clumens)
5950     - Rename /etc/modprobe.d/anaconda to /etc/modprobe.d/anaconda.conf (clumens)
5951     - Don't clear partitions containing the install media. (dlehman)
5952     - Wait til everyone knows the format/fs is no longer active. (dlehman)
5953     - Save a copy of the device stack so we can destroy the format. (#489975)
5954     (dlehman)
5955     - Add a deep copy method to Device since we can't just use copy.deepcopy.
5956     (dlehman)
5957     - Fix infinite loops in partition screen populate. (#490051) (dlehman)
5958     - Default to a name based on the uuid for existing luks mappings. (dlehman)
5959     - Use the correct keyword for luks map names ('name', not 'mapName').
5960     (dlehman)
5961     - Fix getting of number of total devices of sw raid. (rvykydal)
5962     - Only select the Core group in text mode (#488754). (clumens)
5963     - Added test case for devicelib mdraid.py. (mgracik)
5964     - Add created user to default group created for the user. (rvykydal)
5965     - Fix editing of existing logical volume. (rvykydal)
5966     - Add a list that lvm should ignore. (jgranado)
5967    
5968     * Thu Mar 12 2009 David Lehman <dlehman@redhat.com> - 11.5.0.29-1
5969     - Don't create a PartitionDevice for devices that do not exist (#489122).
5970     (clumens)
5971     - A getter doesn't usually take a parameter (#489965). (clumens)
5972     - Do not write "Running..." to stdout, as that could be tty1. (clumens)
5973     - Call storage.exceptionDisks, not diskset.exceptionDisks. (#489615)
5974     (dlehman)
5975     - Fix typo. (jgranado)
5976     - Fix typo. (dlehman)
5977     - Add udev rules for handling for mdraid arrays. (dlehman)
5978     - Honor the zerombr kickstart directive. (dlehman)
5979     - currentSize is expected to be a float, so convert it to one (#489882).
5980     (clumens)
5981     - It's clearPartDisks, not clearPartDrives. (clumens)
5982     - Get rid of the mappings and ksID as well. (clumens)
5983     - Make sure the device has a diskType before attempting to check what it is.
5984     (clumens)
5985     - Update the volgroup command to work with the new storage code. (clumens)
5986     - Update the raid command to work with the new storage code. (clumens)
5987     - Update the part command to work with the new storage code. (clumens)
5988     - Update the logvol command to work with the new storage code. (clumens)
5989     - addPartRequest is no longer needed. (clumens)
5990     - Don't set default partitioning in every kickstart case. (clumens)
5991     - Clear partitions before scheduling requests. (clumens)
5992     - Always go through doAutoPart. (clumens)
5993     - Format modules import fix (mgracik)
5994     - Fixed the format modules import (mgracik)
5995     - Allow overriding the anaconda udev rules from an updates.img (hdegoede)
5996     - If a pv somehow does not contain a vg_name, do not try to get other vg
5997     info (hdegoede)
5998    
5999     * Wed Mar 11 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.28-1
6000     - Fix a few bugs in the lvm dialog. (#489022) (dlehman)
6001     - Modify livecd.py to work with new storage backend. (dlehman)
6002     - Be explicit about resetting Disks' partedDisk attribute. (#489678)
6003     (dlehman)
6004     - Deactivate devices after we've finished scanning them. (dlehman)
6005     - Handle the case of removing an unallocated partition from the tree.
6006     (dlehman)
6007     - Try again to set up LVs when we've just added a new PV to the VG. (dlehman)
6008     - Set partition flags in format create/destroy execute methods. (dlehman)
6009     - Make sure we use the newly committed parted.Partition after create.
6010     (dlehman)
6011     - Make device teardown methods more resilient. (dlehman)
6012     - Initialize storage in rescue mode so we can find roots (#488984). (clumens)
6013     - We also need to pack up the extra args tuple, too. (clumens)
6014     - doLoggingSetup keeps growing new arguments, so put them into a dict
6015     (#489709). (clumens)
6016     - Fix anaconda udev rules to not require pre-existing device nodes (hdegoede)
6017     - Hook up 'Shrink current system' dialog to new storage code. (dcantrell)
6018     - Fix _getCheckArgs() in class FS. (dcantrell)
6019    
6020     * Tue Mar 10 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.27-1
6021     - Fix action pruning to handle more complex scenarios. (dlehman)
6022     - Schedule destruction of any existing formatting along with the device.
6023     (dlehman)
6024     - Add a size attribute to mdraid arrays. (dlehman)
6025     - Speed up partitioning screen redraws by trimming workload where possible.
6026     (dlehman)
6027     - Create partitions with exactly the geometry we calculate. (dlehman)
6028     - Fix name collision between formats.mdraid and devicelibs.mdraid. (dlehman)
6029     - Destruction of the member device formatting will be handled elsewhere.
6030     (dlehman)
6031     - Fix a typo (jkeating)
6032     - Fix pruning between two destroy actions on the same device (rvykydal)
6033     - Use the pyblock functions when possible. (jgranado)
6034     - We are searching a list, not a dict now (rvykydal)
6035    
6036     * Mon Mar 09 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.26-1
6037     - Move the recursive teardown of all devices out of processActions. (dlehman)
6038     - Clean up handling of /proc, /sys, /dev/pts, /dev/shm entries. (dlehman)
6039     - Fix several minor bugs preventing upgrade/rescue mount. (#488946) (dlehman)
6040     - Only populate the device tree on demand. (dlehman)
6041     - Prune actions by device based on path, not object-id. (dlehman)
6042     - Rewrite action sort so it works correctly. (dlehman)
6043     - Do a separate disk.commit for each partition add/remove. (dlehman)
6044     - Fix bug keeping track of best free region/type/disk info. (dlehman)
6045     - Return early if doAutoPart is False, but clearpart first if kickstart.
6046     (dlehman)
6047     - Recognize PS3 as a valid machine type (#489263). (clumens)
6048     - Move the mdRaidBootArches logic into the platform module. (clumens)
6049     - stdout and stderr may also need to be created. (clumens)
6050     - Fix booty for dmraid (hdegoede)
6051     - It's self.origrequest, not self.origreqest (#489036). (clumens)
6052     - Added crypto.py unittest; Updated devicelibs tests baseclass.py and lvm.py
6053     (mgracik)
6054     - Start storage before parsing the kickstart file. (clumens)
6055     - Make sure autopart without any clearpart command will fail. (clumens)
6056     - Update storage flag on ks autopart (rvykydal)
6057     - Use correct storage attribute for ks clearpart (rvykydal)
6058     - Catch the new _ped.DiskLabelException for unrecognized disklabels.
6059     (dlehman)
6060     - Catch all failures from making parted objects in exceptionDisks. (dlehman)
6061     - various dmraid fixes. (jgranado)
6062     - Implement the format disk question as a callback. (jgranado)
6063     - Add dmraid functionality to new storage code. (jgranado)
6064     - Do not pass None values into nonmandatory arguments, you are screwing the
6065     default values.. (msivak)
6066    
6067     * Thu Mar 05 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.25-1
6068     - Schedule device destroy actions for partitions last. (dlehman)
6069     - Pass storage.disks, not storage, to createAllowed.... (#488860) (dlehman)
6070     - Nodev filesystems always exist. And the device is arbitrary. (dlehman)
6071     - Include proc, &c filesystems in fstab and FSSet.{mount/umount}Filesystems.
6072     (dlehman)
6073     - Remove FSSet.writeFSTab. That job is handled elsewhere. (dlehman)
6074     - Add properties to FSSet to provide the nodev entries. (dlehman)
6075     - Fix incomplete format in Storage.deviceImmutable. (dlehman)
6076     - Make sure we use the same disk the free space is on. (#488807) (dlehman)
6077     - Prevent clobbering of name 'mdraid' by qualifying it. (dlehman)
6078     - Handle unformatted disks and cdroms in Storage.exceptionDisks. (dlehman)
6079     - Add resizeArgs property for resizable filesystems. (dcantrell)
6080     - Fill out class NTFS a bit more. (dcantrell)
6081     - Add fsckProg property to class FS. (dcantrell)
6082     - Ext2FS.migratable(self) -> Ext2FS.migratable (dcantrell)
6083     - Fix StorageDevice.minSize() and PartitionDevice.maxSize() (dcantrell)
6084     - Center resize window on the screen. (dcantrell)
6085     - Do not raise DeviceError if not bootable device is found. (dcantrell)
6086     - Do an even more thorough job of ignoring disks libparted doesn't like.
6087     (clumens)
6088     - Fix a couple problems on the "Change device" bootloader dialog. (clumens)
6089     - Fix a typo when writing out the mdadm config file. (clumens)
6090     - Remove all uses of isys.cdromList, which no longer exists. (clumens)
6091     - Check to see if we're on S390 on the congrats screen (#488747). (clumens)
6092     - Handle non-fatal errors more gracefully in addUdevDevice. (dlehman)
6093     - partRequests no longer exists, so don't try to import it (#488743).
6094     (clumens)
6095     - When building the exceptionDisks list, skip devices libparted doesn't
6096     like. (clumens)
6097     - Iterate over devicetree.devices.values, not devicetree. (dlehman)
6098     - Add a get() method to Flags, since it pretends to be a dictionary.
6099     (clumens)
6100     - Stop with the fsset usage. (dlehman)
6101     - Format message string after translation not before (msivak)
6102     - We need newer python-cryptsetup because of the default values for cipher
6103     and keysize for luskFormat (msivak)
6104     - If a drive is not initialized, offer reinitialization or ignoring the
6105     drive to the user (msivak)
6106     - More syntax errors / traceback fixes (hdegoede)
6107     - Fix syntax errors (rvykydal)
6108     - Implement Storage.sanityCheck, mostly from old partitions code. (dlehman)
6109    
6110     * Thu Mar 5 2009 Dave Lehman <dlehman@redhat.com> - 11.5.0.24-3
6111     - Fix booty's desire to import fsset.
6112     - Fix attempt to set read-only attr "removable" in DiskDevice.__init__
6113    
6114     * Thu Mar 05 2009 Peter Jones <pjones@redhat.com> - 11.5.0.24-2
6115     - Add EFI boot.iso generation.
6116    
6117     * Wed Mar 4 2009 Dave Lehman <dlehman@redhat.com> - 11.5.0.24-1
6118     - Storage test day.
6119    
6120     * Fri Feb 20 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.23-1
6121     - Remove old content from utils/ (dcantrell)
6122     - Ensure request.drive is always a list (#485622) (dcantrell)
6123     - Pick up pyblock if it exists in block/ on an updates.img. (dcantrell)
6124     - Don't check for a swapfs on things that aren't partitions (#485977).
6125     (clumens)
6126     - Perform ext3->ext4 filesystem migration if ext4migrate is given (#484330).
6127     (clumens)
6128     - Translate i?86 into i386 as a base arch. (jkeating)
6129     - Teach upd-instroot about i586 arch, for sake of glibc.i586/openssl.i586
6130     (jkeating)
6131     - Fix the obvious typo. (clumens)
6132     - filer.login raises an exception with it can't login, not returns None
6133     (#486454). (clumens)
6134     - Take into account that a parted.Partition's _fileSystem can be None
6135     (#485644). (clumens)
6136    
6137     * Thu Feb 19 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.22-1
6138     - Updated Romanian translation (alexxed)
6139     - Remove the qla2xxx line from mk-images again (wwoods).
6140     - Fix broken shell syntax from 3bdcd64d2 (jkeating)
6141     - The VLGothic-fonts package has changed name and location (#486080).
6142     (clumens)
6143    
6144     * Tue Feb 17 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.21-1
6145     - Building for i586 only now in Fedora. (dcantrell)
6146    
6147     * Tue Feb 17 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.20-1
6148     - Fix indentation on upd-instroot (kanarip)
6149     - Fix the indentation in mk-images (kanarip)
6150     - Remove unused iface_netmask2prefix() function. (dcantrell)
6151     - A parted.Disk has no attribute named "dev". It's named "device"
6152     (#486007). (clumens)
6153     - Use brandpkgname for the efi art too (katzj)
6154     - Let's use the product string for a brandpackage name. (kanarip)
6155     - Fix indentation in mk-images.efi (kanarip)
6156     - Fix indentation in buildinstall script (kanarip)
6157     - It's part.active, not part.is_active(). (clumens)
6158     - File the basic traceback as the first comment instead of a generic
6159     message. (clumens)
6160     - Encode our upgrade policy in productMatches/versionMatches and enforce it.
6161     (clumens)
6162     - If we'd show package selection on kickstart installs, also show tasksel.
6163     (clumens)
6164    
6165     * Fri Feb 13 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.19-1
6166     - Fix build errors in the new net.c code. (clumens)
6167    
6168     * Fri Feb 13 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.18-1
6169     - Require pyparted >= 2.0.0 (dcantrell)
6170     - Update to use the new pyparted. (dcantrell, clumens)
6171     - Replace non UTF-8 char for hiding password chars with UTF-8 (#485218)
6172     (hdegoede)
6173     - Use a better test for when we're in text mode (#484881). (clumens)
6174     - Add iBFT support to loader (msivak)
6175     - Hardlink the initrd.img since we're linking the vmlinuz as well. (jkeating)
6176     - Check if ld-linux.so.2 is a link already, before removing it (dcantrell)
6177    
6178     * Wed Feb 11 2009 Hans de Goede <hdegoede@redhat.com> - 11.5.0.17-1
6179     - Revert broken German translation fixes so that we will build again
6180     - Sync up module list (#484984) (katzj)
6181    
6182     * Wed Feb 11 2009 Hans de Goede <hdegoede@redhat.com> - 11.5.0.16-1
6183     - Rewrite iscsi support using libiscsi (hdegoede)
6184    
6185     * Mon Feb 09 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.15-1
6186     - Fix gptsync/lib.c for gcc strict aliasing rules. (dcantrell)
6187     - Fix gcc warning for gptsync memset() usage. (dcantrell)
6188    
6189     * Mon Feb 09 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.14-1
6190     - Rewrite mdio_read() in linkdetect.c for strict aliasing rules. (dcantrell)
6191    
6192     * Mon Feb 09 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.13-1
6193     - Check that required kickstart commands are present early on (#483048).
6194     (clumens)
6195     - Simplify the text mode interface. (clumens)
6196     - Fix truncated translation string for livecd installs (#484430). (clumens)
6197     - Calcutta -> Kolkata (#484638). (clumens)
6198     - Fix runpychecker.sh to find zonetab module (hdegoede)
6199     - Strip invalid characters from automatically made VG/LV names (#483571).
6200     (clumens)
6201     - Fix systemtime setting during installation (#6175, #461526). (rvykydal)
6202     - Workaround MMC block devs showing up not as disks from hal (#481431)
6203     (katzj)
6204     - Add some new false positives to pychecker false positives filtering
6205     (hdegoede)
6206     - Make kickstart timezone value check consistent with system-config-date
6207     (#483094) (rvykydal)
6208     - Make ext4 default in UI filesystem selection (bug #481112) (rvykydal)
6209     - Redirect iscsiadm's stderr away from the console. (clumens)
6210     - Pay attention to the stderr parameter to execWithCapture. (clumens)
6211     - For python2.6, our showwarnings function must take a line= parameter.
6212     (clumens)
6213     - If ext4dev is seen in the /etc/fstab, treat it as ext4 instead (#474484).
6214     (clumens)
6215     - Make sure to call _getConfig from our YumSorter subclass. (clumens)
6216     - Set proper text mode font for Greeks (#470589) (msivak)
6217     - Lots of translation updates.
6218    
6219     * Thu Jan 29 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.12-1
6220     - If ks=nfs:... is given, don't try to find the file via boot options
6221     (#480210). (clumens)
6222     - Fix cdrom install on machines with no network devices (wwoods)
6223     - updated fuzzy strings (jsingh)
6224     - Use modinfo to find out what firmware we need in initrd (wwoods)
6225     - Use the preconf object for yum configuration now (jantill). (clumens)
6226     - Updated Dutch translation adn only 1 -fuzzy- string left (zuma)
6227     - Add a boot target for the xdriver=vesa parameter and document it. (clumens)
6228     - repo.proxy is now a property, so check before setting it (#481342).
6229     (clumens)
6230    
6231     * Wed Jan 21 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.11-1
6232     - Fix a logic problem with network file write outs. (480769) (jkeating)
6233     - Only run selectBestKernel, selectBootloader, etc. for new installs.
6234     (wwoods)
6235    
6236     * Mon Jan 19 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.10-1
6237     - btrfs install support (sandeen)
6238     - Default / to be ext4 (katzj)
6239     - Allow live installs to use ext4 as root and make the error message clearer
6240     (katzj)
6241     - Add support for Maithili and Nepali (#473209). (clumens)
6242    
6243     * Fri Jan 16 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.9-1
6244     - Cracklib moved locations, account for this in our keepfiles. (jkeating)
6245     - Look in the right path for kernel module lists. (jkeating)
6246     - Fix more problems in expandModuleSet, based on a patch from markmc
6247     (#480307). (clumens)
6248     - Allow ext4 without magic argument (keep a flag for migrate) (katzj)
6249     - Fix pulling in network modules (katzj)
6250     - Support mounting NTFS filesystems (#430084) (katzj)
6251     - dejavu fonts changed package names, pick up new names. (jkeating)
6252     - TightVNC is now the default VNC server in Fedora (#480308). (clumens)
6253     - Only skip (over)writing netconfig if we have an actual instPath (jkeating)
6254     - The sets module is deprecated, so no longer use it. (clumens)
6255    
6256     * Wed Jan 14 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.8-1
6257     - Fix D-Bus usage in get_connection in loader (jkeating)
6258    
6259     * Wed Jan 14 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.7-1
6260     - How to get raw pages from the wiki has changed again. (clumens)
6261     - Make sure the 'anaconda' file gets the right detected type (alsadi,
6262     #479574).
6263     - Include the missing import. (clumens)
6264    
6265     * Thu Jan 08 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.6-1
6266     - Collect DSO deps for NetworkManager plugins. (dcantrell)
6267    
6268     * Thu Jan 08 2009 Chris Lumens <clumens@redhat.com> - 11.5.0.5-1
6269     - NetworkManager system settings plugins were renamed, change mk-images.
6270     (dcantrell)
6271     - Add a message to install.log when package installation is done (#476953).
6272     (clumens)
6273     - Add support for specifying which partition to upgrade (atodorov, #471232).
6274     (clumens)
6275     - pykickstart has a new version of the upgrade command. (clumens)
6276     - Log all calls to mount to /tmp/program.log as well. (clumens)
6277     - Log everything from execWithRedirect or execWithCapture (#467690).
6278     (clumens)
6279     - Update partedUtils.py:findExistingRootPartitions to return UUID
6280     (atodorov). (clumens)
6281     - Don't skip the method screen when going back and forth (#477991). (clumens)
6282     - Die on errors from upd-instroot/mk-images rather than continuing on (katzj)
6283     - The FTP USER command does not need to be followed by a PASS (#477536).
6284     (clumens)
6285    
6286     * Mon Jan 05 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.4-1
6287     - Workaround compile error due to (# 478663) (hdegoede)
6288     - Various packaging fixed from review (#225246) (hdegoede)
6289     - Show the header in certain non-lowres cases (#478765, alsadi AT
6290     ojuba.org). (clumens)
6291     - Remove doMultiMount. (clumens)
6292     - Use mount -t auto instead of passing a list of valid fstypes (#477328).
6293     (clumens)
6294     - Fix case sensitivity when searching for headers (kanarip)
6295     - Fix a traceback in checking for network install (ricky AT
6296     fedoraproject.org). (clumens)
6297    
6298     * Tue Dec 23 2008 David Cantrell <dcantrell@redhat.com> - 11.5.0.3-1
6299     - Initialize domainname to None (#477831) (dcantrell)
6300     - Do not import unused modules. (dcantrell)
6301     - Call '/sbin/udevadm settle' instead of /sbin/udevsettle (dcantrell)
6302    
6303     * Tue Dec 23 2008 David Cantrell <dcantrell@redhat.com> - 11.5.0.2-1
6304     - Require latest pykickstart for repo command (clumens)
6305     - Remove libdhcp* from scripts/upd-instroot (dcantrell)
6306     - methodstr -> self.methodstr (dcantrell)
6307     - Rewrite iface_ip2str() to use libnm-glib (dcantrell)
6308     - Fix a few syntax error caugh by pychecker (hdegoede)
6309     - Remove isys.e2fslabel() and isys.getraidsb() (dcantrell)
6310    
6311     * Thu Dec 18 2008 David Cantrell <dcantrell@redhat.com> - 11.5.0.1-1
6312     - Remove plural forms from po/tg.mo (katzj)
6313    
6314     * Thu Dec 18 2008 David Cantrell <dcantrell@redhat.com> - 11.5.0.0-1
6315     - Reduce direct D-Bus calls in isys/iface.c. (dcantrell)
6316     - Allow 'ks' to function as it once did (#471812) (dcantrell)
6317     - Fix telnet install support (#471082) (dcantrell)
6318     - Call 'udevadm settle' instead of 'udevsettle'. (dcantrell)
6319     - When using anaconda with kickstart file with UI mode - do not show the VNC
6320     question (#476548) (msivak)
6321     - Check error from asprintf() correctly for dhcpclass handling. (dcantrell)
6322     - Use libnm_glib in net.c:get_connection() (dcantrell)
6323     - Add libnm_glib CFLAGS and LIBS to loader's Makefile. (dcantrell)
6324     - BR NetworkManager-glib-devel. (dcantrell)
6325     - Only write the short hostname to the localhost line (#474086) (dcantrell)
6326     - Updated Tajik Translation - Victor Ibragimov (victor.ibragimov)
6327     - Copy /etc/dhclient-DEV.conf file to target system (#476364) (dcantrell)
6328     - Use macros for D-Bus paths (dcantrell)
6329     - Let X tell us when it's launched rather than just sleeping. (ajax)
6330     - When there's no baseurl, set a default of [] instead of [''] (#476208).
6331     (clumens)
6332     - cracklib now raises exceptions on bad passwords (rzhou, #476312). (clumens)
6333     - Make sure ssh doesn't get duplicated in the open port list (#474937).
6334     (clumens)
6335     - mdraid1: default to putting grub on partition instead of mbr (#217176)
6336     (hdegoede)
6337     - Don't install the games group as part of office/productivity (#472324).
6338     (clumens)
6339     - Don't dump encryption passphrases. (dlehman)
6340     - Write anacdump.txt upon receipt of SIGUSR2 (from clumens). (dlehman)
6341     - Use stacks instead of tracebacks in traceback handlers. (dlehman)
6342     - Unmount swap devices when migrating filesystems, then reactivate
6343     (#473260). (clumens)
6344     - Handle both /dev/sr0 and sr0, since that's what cdromList gives (#475083).
6345     (clumens)
6346     - In iface_ip2str(), make sure to advance to next item before continue.
6347     (dcantrell)
6348     - We already have _GNU_SOURCE defined in Makefile.inc (dcantrell)
6349     - Remove XXX comment in net.c about GATEWAY (dcantrell)
6350     - Use strverscmp() from glibc in place of rpmvercmp() (dcantrell)
6351     - Remove readLine() function from loader/loadermisc.c (dcantrell)
6352     - Do not write SEARCH line to ifcfg-DEVICE file (#474858) (dcantrell)
6353     - Preserve existing network configuration files during install (#461550)
6354     (dcantrell)
6355     - Send unique vendor class identifier unless user specifies one. (dcantrell)
6356     - Avoid tracebacks when filling in static network config fields (#474275)
6357     (dcantrell)
6358     - Prevent network install when no network devices are found (#470144)
6359     (dcantrell)
6360     - Remove markup from text before printing it in cmdline mode (#470253).
6361     (clumens)
6362     - Move strip_markup() into iutil. (clumens)
6363     - Fix up plural forms header so that python doesn't blow up for us (katzj)
6364     - Change text to reflect Jesse's comments (katzj)
6365     - Add support for the Tajik language (#455963). (clumens)
6366     - Add a button to the UI to ignore all missing packages. (clumens)
6367     - First small eu.po transtation, just to be sure that the system is set up
6368     OK. (mikel.paskual)
6369     - mini-wm: Turn on automatic window redirection. (ajax)
6370     - Better naming for LVM volume groups and logical volumes (#461682)
6371     (dcantrell)
6372     - Partition requests can be None when populating the tree. (#474284)
6373     (dlehman)
6374     - Say we are unable to configure the network interface (#467960) (dcantrell)
6375     - Match textw/network_text.py strings to iw/network_gui.py (#470145)
6376     (dcantrell)
6377     - In addSnap(), check snapshots for data key before continuing (#433824)
6378     (dcantrell)
6379     - Load FCP modules early for CD/DVD install (#184648) (dcantrell)
6380     - Update mk-s390-cdboot.c to work with large kernel images (#184648)
6381     (dcantrell)
6382     - Make sure fstype exists before we try to test it (#473498). (clumens)
6383     - Updated a small correction in kn locale (svenkate)
6384     - Use modules.* files for finding modules of a type rather than modinfo
6385     (katzj)
6386     - Make complete text mention updates (#244431) (katzj)
6387     - Make text for autopartitioning types clearer (#441350) (katzj)
6388     - Allow installing grub on the MBR if /boot is on mdraid (#217176) (hdegoede)
6389     - Fix some spelling errors in German translation (fabian)
6390     - Make the required media dialog less wordy (#469557). (clumens)
6391     - returnNewestByName now raises an error instead of returning [] (#472462).
6392     (clumens)
6393     - Fix death on login of an OLPC on a live image (katzj)
6394     - Fix ld-*.so globbing for glibc-2.9 . (pjones)
6395     - Do not bring up network for non-remote kickstart locations (#471658)
6396     (dcantrell)
6397     - Resolve dm-X devices returned by pvdisplay. (#448129) (dlehman)
6398     - More shell script syntax fixing (katzj)
6399     - Only bring up the network dialog on package failures if required
6400     (#471502). (clumens)
6401    
6402     * Wed Nov 12 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.58-1
6403     - Add comps groups for new repos that are added (#470653) (katzj)
6404     - Support upgrades of systems whose rootfs is on an LV. (#471288) (dlehman)
6405     - Use hasPassphrase() instead of directly accessing passphrase member.
6406     (dlehman)
6407     - Don't dump private class members (those with leading "__") (dlehman)
6408     - Explicitly close the CD drive after the user hits "continue" (#375011)
6409     (pjones)
6410     - Fix shell syntax error (#471090) (ivazqueznet)
6411     - Save the /etc/fstab before overwriting it on upgrades (#452768, #470392).
6412     (clumens)
6413    
6414     * Tue Nov 11 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.57-1
6415     - Fix more UnicodeDecodeErrors, hopefully for good this time (#470733).
6416     (clumens)
6417     - iscsi do missing value check only once (hdegoede)
6418     - Don't try to label XFS filesystems on livecd installs (#470951). (clumens)
6419     - Include cracklib .mo files and look up strings in the right domain.
6420     (clumens)
6421     - Bugzilla has changed its return values for a couple queries. (clumens)
6422     - Set the default keyboard based on the language (#470446). (clumens)
6423     - Prevent traceback for vnc installs on KVM guests (#470559) (dcantrell)
6424     - Bring up networking early enough for syslog= param (#470513) (dcantrell)
6425     - Sleep a bit before calling udevsettle in iscsiTarget.login (#470073,
6426     #466661) (hdegoede)
6427     - kickstart, iscsi do not call iscsi.startup after startIBFT has been called
6428     (hdegoede)
6429     - Do not stop and restart iscsid when rescanning disks/partitions (#470223)
6430     (hdegoede)
6431     - iscsi.startup should not login to targets as we are already logged in
6432     (#470230) (hdegoede)
6433     - Remove obsolete normally never reached code from _stopIscsiDaemon
6434     (#470229) (hdegoede)
6435     - The function getEncryptedDevice gets called correctly expect when we are
6436     in (jgranado)
6437     - More translations
6438    
6439     * Thu Nov 06 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.56-1
6440     - Don't have the key icon take up so much space on the LUKS dialog
6441     (#470338). (clumens)
6442     - Avoid getting linux-base in the kernel list (katzj)
6443     - Deselect groups when we reset things also (#469854) (katzj)
6444     - make iscsi login code wait for udev to create the devices (#466661,
6445     #470073) (hdegoede)
6446     - Set the correct path when using the directory chooser. (clumens)
6447     - We always need a wait window, not just when the repo has a name. (clumens)
6448     - Set initial state of IP configuration fields in text mode (#469933)
6449     (dcantrell)
6450     - Prevent traceback when there are no network devices (#469339) (dcantrell)
6451     - Indentation fix. (pjones)
6452     - Let users edit net settings on network failure in stage 1 (#465887)
6453     (dcantrell)
6454     - Move startNewt later to avoid printing extra messages on the screen
6455     (#469687). (clumens)
6456    
6457     * Mon Nov 03 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.55-1
6458     - Revert "Make sure dialog deletions take effect sooner (#455676)." (clumens)
6459     - Don't set up the launcher for the installer on XO (katzj)
6460     - Whitespace cleanups for timezone.py (dcantrell)
6461     - Do not store mount options in loaderData->instRepo (#467760) (dcantrell)
6462     - Make sure we look up the IP address for the correct device (#469439)
6463     (dcantrell)
6464     - Remove unused bool() function. (dcantrell)
6465     - Check for required space for / on live installs (#468867) (katzj)
6466     - Add a basic method for checking the minimal size needed for a backend
6467     (katzj)
6468     - Fix typo that somehow snuck in (katzj)
6469     - If there's no language selected, don't traceback (#469578). (clumens)
6470     - Improve filtering of non-available groups (#469438) (katzj)
6471     - filer.py: set defaultProduct in __init__ (hdegoede)
6472     - Fix indentation error in filer.py (again) (hdegoede)
6473     - Rebuild keymaps to get rid of trq.map (#469433). (clumens)
6474     - Provide sample punch card reader script for s390x (#462953) (dcantrell)
6475     - Fix a typo that shouldn't have even gotten though. (clumens)
6476     - Check that the platform and product are also correct (#469367). (clumens)
6477     - Remove cio_ignore functionality for s390x (dcantrell)
6478     - Remove bootdisk/s390 (dcantrell)
6479     - If method=nfs: is given, check if it's really an NFSISO install (#468885).
6480     (clumens)
6481     - Get the right list elements for the iscsi text interface (#466902).
6482     (clumens)
6483     - Don't traceback when displaying error messages (#469372). (clumens)
6484     - Make sure we differentiate locked luks devs from deleted ones. (dlehman)
6485     - Fix a typo that breaks kickstart with encryption. (#469318) (dlehman)
6486    
6487     * Thu Oct 30 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.54-1
6488     - Call startNewt earlier than network bring up (#469171). (clumens)
6489     - Write out the path to the repo, not anaconda-ks.cfg (#467753). (clumens)
6490     - Allow specifying devices by path if they're files (#468504) (katzj)
6491     - Fix the last pychecker warnings in master (hdegoede)
6492     - Add --strict option to runpychecker.sh (hdegoede)
6493    
6494     * Wed Oct 29 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.53-1
6495     - Don't sleep(5) after xrandr (ajax)
6496     - Force DPI to 96 even harder (#458738) (ajax)
6497     - Don't try to switch VT to the one that X is on (ajax)
6498     - Only copy /etc/resolv.conf if instPath != '/' (dcantrell)
6499     - 'is not' -> '!=' (dcantrell)
6500     - Write --dhcpclass instead of --class to the anaconda ks file. (jgranado)
6501     - Fix 2 issues in pyparted found by pychecker (hdegoede)
6502     - Add a bit of documentation to the top of runpychecker.sh (hdegoede)
6503     - Add runpychecker.sh script and pychecker-false-positives file (hdegoede)
6504     - Fix saving tracebacks via scp while in text mode. (clumens)
6505     - Search for the hash in the whiteboard, not as the entire whiteboard.
6506     (clumens)
6507     - Fix various syntax errors caught by PyChecker (hdegoede)
6508     - Wouldn't it be nice to have some real documentation in filer.py? (clumens)
6509     - Make sure the productVersion given by .treeinfo exists in bugzilla
6510     (#468657). (clumens)
6511    
6512     * Mon Oct 27 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.52-1
6513     - Let DNS lookups work from %%post scripts (#468132) (dcantrell)
6514     - Do not use /.tmp for temporary files (#468720) (dcantrell)
6515     - Don't treat encrypted PVs as available if we don't have the key. (#465240)
6516     (dlehman)
6517     - Do all new device passphrase prompting from partitioningComplete. (dlehman)
6518     - Fix the obviously stupid typo. (clumens)
6519     - There's a new version of the firewall command for F10 (#467753). (clumens)
6520     - Another fix for printing package summaries in text mode (#468283).
6521     (clumens)
6522     - Fix traceback in network.bringUp() (#468651) (dcantrell)
6523     - lvresize requires a --force arg now (#468478) (katzj)
6524     - Include return code on resize failure error message (#468479) (katzj)
6525    
6526     * Fri Oct 24 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.51-1
6527     - Catch UnicodeDecodeError so traceback messages display anyway. (dcantrell)
6528     - Do not write NM_CONTROLLED=yes to ifcfg files (#468028) (dcantrell)
6529     - Log D-Bus messages at ERROR or INFO level. (dcantrell)
6530     - Write dhcpclass to the dhclient conf file for the device (#468436)
6531     (dcantrell)
6532     - Tell NetworkManager not to touch network interfaces when / is a netfs
6533     (hans)
6534     - Catch more X failures and fallback to text (#467158). (clumens)
6535     - Fix a typo when using network --gateway (#468364). (clumens)
6536     - Fix icon (#468273) (katzj)
6537     - Remove extra debug info. (pjones)
6538     - Fix the damn spinner in the progress bar. (pjones)
6539     - Fix whitespace. (pjones)
6540     - Fix "looking for installation images" when there's no disc at all. (pjones)
6541     - Make sure dialog deletions take effect sooner (#455676). (clumens)
6542     - Make cdrom drive door status messages be INFO not DEBUG. (pjones)
6543     - Don't switch to tty6 on vnc installs. (clumens)
6544     - Update font list (#462295). (clumens)
6545     - Don't display the entire lengthy device description (#467825). (clumens)
6546     - Fix ext4 detection on existing partitions (#467047) (rvykydal)
6547     - Make sure we handle the /tmp/method file for FTP correctly (#467753).
6548     (clumens)
6549     - Do not write NM_CONTROLLED=yes to ifcfg files (#468028) (dcantrell)
6550     - Revert "dhclient-script not needed for NetworkManager" (clumens)
6551     - Skip Installation Repo when writing out repo kickstart lines. (clumens)
6552     - Correct media check docs (#468061). (clumens)
6553     - Many translation updates
6554    
6555     * Fri Oct 17 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.50-1
6556     - Update several font package names that we were missing. (clumens)
6557     - Only bring up the netconfig dialog if the repo requires networking.
6558     (clumens)
6559     - cmdline.py: Fix a small typo in a message (rh 467338) (hansg)
6560     - Enable CCW devices used for installation (#253075) (dcantrell)
6561     - I don't know what trq.map.trq-map is, but let's not include it. (clumens)
6562     - If networking is needed for yum repos, bring it up before fetching
6563     repodata. (clumens)
6564     - Force DPI to 96 when launching X. (#458738) (ajax)
6565     - Lots of translation updates.
6566    
6567     * Tue Oct 14 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.49-1
6568     - Make kickstart installs work again (#374271, #392021, #448096, #466340,
6569     #466304) (dcantrell)
6570     - Let users go Back when loading updates. (dcantrell)
6571     - Write ifcfg files to /etc/sysconfig/network-scripts instead of /.tmp
6572     (dcantrell)
6573     - Handle unknown hosts in getDefaultHostname (#466775) (dcantrell)
6574     - Try to look up the hostname by the IP address NM reports (#466775)
6575     (dcantrell)
6576     - NM no longer provides the hostname as a property (#466775). (clumens)
6577     - ext4dev -> ext4 (esandeen). (clumens)
6578     - Move persistent network udev rule to under /etc (#464844). (clumens)
6579     - Update keymaps to include latest Romanian settings (#466117). (clumens)
6580     - Take ip= parameter values by not resetting ipinfo_set. (dcantrell)
6581    
6582     * Fri Oct 10 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.48-1
6583     - Remove unnecessary STEP_IP code. (dcantrell)
6584     - Fix how configureTCPIP() returns. (dcantrell)
6585     - Write new sysconfig data to a tmpdir first, then move in place. (dcantrell)
6586     - Write NM_CONTROLLED=yes rather than NM_CONTROLLED= (dcantrell)
6587     - Get rid of some iface flags that were not doing anything anymore.
6588     (dcantrell)
6589     - Generate new config files in /.tmp in writeEnabledNetInfo() (dcantrell)
6590     - Remove unused variables from configureTCPIP() (dcantrell)
6591     - Do not call get_connection() twice for DHCP. (dcantrell)
6592     - Ask for language and keyboard in rescue mode (#466525). (clumens)
6593     - Fix bringing up the network in rescue mode (#466523). (clumens)
6594     - If we don't have a translation for a lang name, just use the English
6595     (#466515) (katzj)
6596     - Disable some more IPv6 checks. (clumens)
6597     - Fix a typo (second part of #466374) (katzj)
6598    
6599     * Thu Oct 09 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.47-1
6600     - Tag problems in pkgcvs. Wish we still had force-tag
6601    
6602     * Thu Oct 09 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.46-1
6603     - Pull in static network settings from the boot: line (#465270) (dcantrell)
6604     - Do not segfault when going back to select a new interface (#465887)
6605     (dcantrell)
6606     - Do not test for DNS settings in mountNfsImage() (dcantrell)
6607     - Populate struct iface correctly in setupIfaceStruct() (dcantrell)
6608    
6609     * Thu Oct 09 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.45-1
6610     - Fix sorting of repos so we always return an integer value (#466174).
6611     (clumens)
6612     - Change the upgrade progress bar to pulse (#466053). (clumens)
6613     - Mark iscsi disks not used for / as autostart (rh461840) (hans)
6614     - Always display the wait window when fetching repo information. (clumens)
6615     - Lazily unmount everything before killing NetworkManager (#463959).
6616     (clumens)
6617     - lang-names really does need to depend on subdirs (katzj)
6618     - Reset targetLang on language change (#465981) (katzj)
6619     - Honor static net parameters with NM (#465270) (dcantrell)
6620    
6621     * Mon Oct 06 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.44-1
6622     - Do not rely on loaderData->noDns to tell if we have DNS configured.
6623     (dcantrell)
6624     - Skip askmethod dialog if user passes repo= and stage2= (dcantrell)
6625     - Reset resolver in get_connection() (dcantrell)
6626     - Fix problems dealing with PXE boot and the ksdevice= parameter. (dcantrell)
6627     - Disable more IPv6 code in loader for now. (dcantrell)
6628     - Write BOOTPROTO=static for manual IPv4 config. (dcantrell)
6629     - Disable IPv6 widgets for F-10. (dcantrell)
6630     - Add iwlagn driver firmware (#465508). (clumens)
6631     - Move starting HAL to after we've probed for hardware. (clumens)
6632     - Don't try to load a couple modules that no longer exist. (clumens)
6633     - The Chinese font package has changed names (#465290). (clumens)
6634     - Fix a traceback when there's no ksdevice given (#465638). (clumens)
6635     - Fix traceback in post install configuration (hans)
6636    
6637     * Fri Oct 03 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.43-1
6638     - Disable IPv6 interface widgets in loader for now. (dcantrell)
6639     - Start NetworkManager earlier (#462083) (hans)
6640     - Work around gtk2 bug (#465541) (hans)
6641     - Move our yum.conf out of /etc (#465160) (katzj)
6642     - Correctly display the IP address a vnc viewer should connect to (#465353).
6643     (clumens)
6644     - lohit-fonts-malayam has been replaced by smc-fonts-meera (#456449).
6645     (clumens)
6646     - Fix a typo in cleaning up repos. (clumens)
6647     - Fix the mount error reading for real this time (pjones, #465250). (clumens)
6648     - Support ksdevice=link when booting from boot.iso. (dcantrell)
6649     - Automatically select NIC based on ksdevice= boot parameter. (dcantrell)
6650    
6651     * Wed Oct 01 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.42-1
6652     - Revert "Finally controlled the plural issue at #508 in Japanese"
6653     (dcantrell)
6654    
6655     * Wed Oct 01 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.41-1
6656     - Fix text inconsistency (#465165). (clumens)
6657     - If there's an error running Xvnc, also print it to the console. (clumens)
6658     - Set the installation repo when using the askmethod UI (#463472). (clumens)
6659     - Fix a segfault when the wrong HDISO repo parameter is given. (clumens)
6660     - Remove the 'Installation Repo' cache directory after install (#464853).
6661     (clumens)
6662     - If there aren't any usable NICs, don't write out a config (#465127).
6663     (clumens)
6664     - It helps to specify what the method string should be split on (#464855).
6665     (clumens)
6666     - Gateway and nameserver are optional for static network configuration.
6667     (dcantrell)
6668     - Store nameserver in NetworkDevice object. (dcantrell)
6669     - Fix a traceback calling enableNetwork (#464849). (clumens)
6670     - Enable groups when creating new repos since yum doesn't do that now.
6671     (clumens)
6672     - Update FQDN patch to fix a couple tracebacks (#464191). (clumens)
6673     - Fix static network configuration from boot.iso installs. (dcantrell)
6674     - Use all caps naming for the netdev keys. (dcantrell)
6675     - Left justify text in ui/netconfig.glade interface. (dcantrell)
6676     - Use the right attribute for repo URLs. (clumens)
6677     - Use fullscreen for small screens (#444943) (katzj)
6678     - Another try at fixing up reading errors from mount. (clumens)
6679     - Don't traceback if no baseurl has been set yet. (clumens)
6680     - Allow users to enter a hostname or FQDN during installation (#464191)
6681     (dcantrell)
6682     - Whitespace cleanups. (dcantrell)
6683     - Fix mk-s390-cdboot on s390x (#184648) (dcantrell)
6684     - Run all text through unicode() before putting it into the TextBuffer.
6685     (clumens)
6686     - Add reverse chap iscsi bits for kickstart (hans)
6687     - Properly center the passphrase entry dialog. (clumens)
6688     - Fix test for an empty hostname. (clumens)
6689     - Support installs to SD via MMC (#461884) (katzj)
6690     - Set ANACONDA_PRODUCTNAME, etc from /etc/system-release (#464120) (alsadi)
6691     - Reduce code duplication by moving methods into backend (katzj)
6692     - Select packages after repos are set up (#457583) (katzj)
6693     - Add a basic reset method (katzj)
6694     - Cleanups and simplifications to repo setup (clumens) (katzj)
6695     - Revert "Revert "lang-names should really only depend on lang-table""
6696     (katzj)
6697     - Fix lang-name generation + fix traceback with LANG=C (katzj)
6698     - Allow going back to the method selection screen on error (#463473).
6699     (clumens)
6700     - Make the boot loader device dialog less ugly (#463489). (clumens)
6701     - Look in images/ for install.img on HDISO (#463474). (clumens)
6702     - Sort Installation Repo to the top of the repo list. (clumens)
6703     - Fuzzy string to fix translation build (katzj)
6704    
6705     * Wed Sep 24 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.40-1
6706     - Fix network interface bring up in text mode (#463861, #462592) (dcantrell)
6707     - Bring back isys.resetResolv() and fix NetworkManager polling in
6708     network.py. (dcantrell)
6709     - Poll 'State' property from NetworkManager in network.bringUp() (dcantrell)
6710     - Log error in rescue mode is network.bringUp() fails. (dcantrell)
6711     - Set the first network device in the list to active. (dcantrell)
6712     - Get rid of firstnetdevice in Network (dcantrell)
6713     - Do not write /lib/udev.d rules if instPath is '' (dcantrell)
6714     - Fix problems with bringDeviceUp() calls (#463512) (dcantrell)
6715    
6716     * Mon Sep 22 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.39-1
6717     - Fix a traceback when getting the interface settings (#462592). (clumens)
6718     - self.anaconda -> anaconda (clumens)
6719    
6720     * Sat Sep 20 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.38-1
6721     - Restore old lang-names generation method (dcantrell)
6722     - Remount /mnt/sysimage/dev after migrating filesystems. (clumens)
6723     - Use the instroot parameter like we should be doing. (clumens)
6724    
6725     * Fri Sep 19 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.37-1
6726     - Set the filename on the traceback when we upload it (wwoods).
6727     - Don't worry about errors looking up protected partitions on upgrades.
6728     (clumens)
6729     - Fix test for allowing the installation source to be on the root fs
6730     (#462769). (clumens)
6731     - lang-names should really only depend on lang-table (katzj)
6732     - Don't make the .desktop file unless we actually need to (katzj)
6733     - Fix lang-name generation (katzj)
6734     - Look for xrandr in the search path. (clumens)
6735     - Make the textw network screen match the iw interface by only prompting for
6736     hostname (#462592) (dcantrell)
6737     - Pick up hostname if we have it, otherwise use localhost.localdomain
6738     (#461933) (dcantrell)
6739     - dhclient-script not needed for NetworkManager (dcantrell)
6740     - Add getDefaultHostname() to network.py (dcantrel)
6741     - Write out NETMASK and BROADCAST correctly in loader. (dcantrel)
6742     - Fix problems with manual network configuration in loader. (dcantrel)
6743     - anaconda-yum-plugins is now in its own source repo. (clumens)
6744     - Remove most of the network configuration from text mode as well (#462691).
6745     (clumens)
6746     - Add an extra newline to the empty partition table message. (clumens)
6747     - Fixup DiskSet._askForLabelPermission() (markmc)
6748    
6749     * Mon Sep 15 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.36-1
6750     - Remove invalid i18n stuff to let anaconda build. (dcantrell)
6751     - Remove doConfigNetDevice() prototype. (dcantrell)
6752    
6753     * Mon Sep 15 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.35-1
6754     - Call network.bringDeviceUp() instead of old isys functions. (dcantrell)
6755     - Pass device name to network.setDNS() and network.setGateway(). (dcantrell)
6756     - NetworkManager fixes in network.py (dcantrell)
6757     - Remove code from isys not needed for NetworkManager. (dcantrell)
6758     - Avoid writing out NM_CONTROLLED more than once. (dcantrell)
6759     - Write out final ifcfg-DEVICE files correctly. (dcantrell)
6760     - Use POSIX and LSB hostname length limit. (dcantrell)
6761     - Consistent whitespace usage in network.py (dcantrell)
6762     - Do not try to start hald or dbus-daemon from anaconda. (dcantrell)
6763     - On HDISO installs, mark LABEL= and UUID= partitions as protected. (clumens)
6764     - Do encrypted device passphrase retrofits while activating partitioning.
6765     (dlehman)
6766     - Use one passphrase for all new LUKS devices and offer retrofit to old
6767     ones. (dlehman)
6768     - There's only one passphrase member (encryptionPassphrase) in Partitions.
6769     (dlehman)
6770     - Only add LUKSDevice instances to PV requests as needed. (dlehman)
6771     - New device passphrase is now always global w/ option to retrofit. (dlehman)
6772     - Don't prompt for a passphrase when creating encrypted devices. (dlehman)
6773     - Define a method to add a passphrase to an existing LUKS device. (dlehman)
6774     - Fix a traceback when starting a shell in rescue mode (#462148). (clumens)
6775     - md, lock_nolock, and dm_emc kernel modules no longer exist. (clumens)
6776     - Fix iscsi disk detection with newer kernels (rh 461839, 461841) (hans)
6777     - Fix the crash reported in bug 454135 (hans)
6778     - Make iBFT reading explicit from a higher level (hans)
6779     - Add ibft flag to ease in testing. (hans)
6780     - Support iSCSI CHAP and Reverse CHAP authentication (rhbz#402431,
6781     rhbz#432819) (hans)
6782     - Don't set iscsi devices to autostart (rhbz#437891) (hans)
6783     - Add full CHAP support to iSCSI. (rhbz#432819) (hans)
6784     - Do not try to initialize iSCSI, when no portal (#435173) (hans)
6785     - Fix wrong function names for iscsi login/start (rhbz#295154) (hans)
6786     - Set an attribute when iscsid is started (#431904). (hans)
6787     - Better fixes for iscsi probing (patch from jlaska) (hans)
6788     - Make sure ISCSIADM and such are defined (rhbz#431924) (hans)
6789     - Fix iscsi so that mkinitrd can actually talk to the running daemon (hans)
6790     - Make iscsi/ibft work (hans)
6791     - Add mk-images changes forgotten in previous commit (hans)
6792     - Add support for iSCSI iBFT table (#307761) (hans)
6793    
6794     * Thu Sep 11 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.34-1
6795     - Always start NM so we can talk to it in the boot.iso case (#461071).
6796     (clumens)
6797     - Use the device path to identify LUKS devs in /etc/fstab. (#460700)
6798     (dlehman)
6799     - Use the LUKS UUID instead of device nodes in all references. (#460700)
6800     (dlehman)
6801     - LUKSDevice.getScheme() no longer cares if the dev has a passphrase.
6802     (#461203) (dlehman)
6803     - Correct translation to fix the build. (clumens)
6804     - Add the method string back into anaconda-ks.cfg. (clumens)
6805     - Let's try pulling libsqlite into the initrd one more time. (clumens)
6806     - Don't traceback at the end of live installs (katzj)
6807     - Correct the message telling you to use a VNC password. (clumens)
6808     - Remove unused TIMEZONES= crud. (clumens)
6809     - print doesn't yet support the file= syntax in our version of python.
6810     (clumens)
6811     - Catch errors from using the wrong bugzilla field and display them.
6812     (clumens)
6813     - Fix line wrapping on part type screen (jlaska, #461759).
6814     - rep_platform has been renamed to platform. (clumens)
6815    
6816     * Tue Sep 09 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.33-1
6817     - Include NetworkManager and dbus libraries on 64-bit arches (#461632).
6818     (clumens)
6819     - We need libsqlite3.so in upd-instroot before it can be in the initrd.
6820     (clumens)
6821     - Fix partitions growing (backport of rhbz #442628) (rvykydal)
6822     - Kickstart timezone validity check fixed (#461526) (rvykydal)
6823     - Add more kernel crypto modules (#443545). (clumens)
6824     - Make the progress bar move when downloading the install.img (#461182).
6825     (clumens)
6826     - Add overrideDHCPhostname as an attribute. (clumens)
6827     - Fix saving to remote hosts (#461500). (clumens)
6828     - short_desc is now summary. (clumens)
6829     - Use print() as a function. (pjones)
6830    
6831     * Sat Sep 06 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.32-1
6832     - Use struct audit_reply instead of struct auditd_reply_list (dcantrell)
6833    
6834     * Sat Sep 06 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.31-1
6835     - Use --service=NAME in firewall.py when calling lokkit (dcantrell)
6836     - Make NM work for the DHCP case, at least (dcbw) (#461071). (clumens)
6837     - Sleep a little after dbus to give it time before HAL connects. (clumens)
6838     - Add libsqlite to the initrd, which is needed by NSS libs. (clumens)
6839     - Add more dlopen()ed libraries to the initrd. (clumens)
6840     - Fix various problems with the exn saving UI (#461129). (clumens)
6841     - Fail gracefully if we can't talk to NetworkManager over DBus. (dcantrell)
6842     - Reword text for easy of translating plurals (#460728). (clumens)
6843     - Make sure /bin/sh is linked to /bin/bash (dcantrell)
6844     - Do not include /usr/lib/gconv in install.img (dcantrell)
6845     - Add /etc/NetworkManager/dispatcher.d to the install.img. (clumens)
6846     - Remove last vestiges of rhpxl and pirut. (clumens)
6847     - Only one list of packages in upd-instroot, thanks. (clumens)
6848     - Add xrandr back into the install.img (#458738). (clumens)
6849     - Add a couple more directories to search paths. (clumens)
6850     - Do repo setup and sack setup as separate steps. (clumens)
6851     - Fix a typo that was causing repos in the kickstart file to be skipped
6852     (#451020). (clumens)
6853    
6854     * Fri Aug 29 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.30-1
6855     - Fix a traceback with unencrypted autopart. (dlehman)
6856     - doLoggingSetup has grown some new arguments (#460654). (clumens)
6857     - Updated German translation (fabian)
6858     - Remove references to isConfigured in network.py (dcantrell)
6859     - Define the NM_STATE_* constants in isys.py (dcantrell)
6860     - Rewrite NetworkWindow to only prompt for hostname. (dcantrell)
6861     - Pad the icon more in network.glade (dcantrell)
6862     - Removed iface_dns_lookup() (dcantrell)
6863     - Don't pass NULL to dbus_message_unref() (dcantrell)
6864     - New network configuration screen for GTK+ UI. (dcantrell)
6865     - Pass family to iface_ip2str() call (dcantrell)
6866     - Rewrite iface_ip2str() to talk to NetworkManager over D-Bus (dcantrell)
6867     - New translation (besnik)
6868     - Pull in the gtkrc file so we can find the theme. (clumens)
6869     - Use signed git tags (katzj)
6870     - Skip networkDeviceCheck in dispatch.py (dcantrell)
6871     - Do not call has_key() on NetworkDevice, use isys.NM_* (dcantrell)
6872     - Separate lines per BR. (dcantrell)
6873     - Remove invalid line iw/autopart_type.py (dcantrell)
6874     - Fix syntax error in yuminstall.py, fix pychecker warnings. (dcantrell)
6875     - Updated Hungarian translation (sulyokpeti)
6876     - Add missing () to function definitions. (dcantrell)
6877     - Fix err handling in doMultiMount() (dcantrell)
6878     - Revert "Pass --follow to git-log" (dcantrell)
6879     - Remove references to /tmp/netinfo (dcantrell)
6880     - Gather network settings from NetworkManager and ifcfg files. (dcantrell)
6881     - Update the pot file and refresh the pos (katzj)
6882     - For all HTTP/FTP repos, keep the cached repodata (#173441). (clumens)
6883     - Fix a traceback when trying to set the status whiteboard on a bug.
6884     (clumens)
6885     - When the wrong filesystem type is used, raise a more explicit error.
6886     (clumens)
6887     - Don't copy the install.img over in single media cases (#216167). (clumens)
6888     - Remove isys.getopt() (dcantrell)
6889     - Remove code not used in net.c (dcantrell)
6890     - Write to /etc/sysconfig/network-scripts/ifcfg-INTERFACE (dcantrell)
6891     - mystrstr() -> strstr() (dcantrell)
6892     - Expand getDeviceProperties to return all devices. (dcantrell)
6893     - Pass --follow to git-log (dcantrell)
6894     - Support accessing preexisting LUKS devs using LRW or XTS ciphers.
6895     (#455063) (dlehman)
6896     - Use yum's handling of optional/default/mandatory package selection
6897     (#448172). (clumens)
6898     - List iSCSI multipath devices in the installer UI. (dcantrell)
6899     - Fix text wrap width on the partition type combo, for real this time
6900     (#221791) (dlehman)
6901     - For /dev/hvc0 terminals, set TERM to vt320 (#219556). (dcantrell)
6902     - The Timer class is no longer used. (clumens)
6903     - Handle preexisting swraid w/ encrypted member disks/partitions. (dlehman)
6904     - Don't try to close a dm-crypt mapping that is not open. (dlehman)
6905     - Remove unused silo code that wouldn't even build if it were used. (clumens)
6906     - Remove some really old, really unused code. (clumens)
6907     - Add another mount function that takes a list of fstypes to try. (clumens)
6908     - Download progress indicator for FTP and HTTP in stage 1. (dcantrell)
6909     - Make sure we wait for NetworkManager. (dcantrell)
6910     - Renamed loader2 subdirectory to loader (hooray for git) (dcantrell)
6911     - Do not include wireless.h or call is_wireless_device() (dcantrell)
6912     - Add getDeviceProperties() and rewrite getMacAddress() (dcantrell)
6913     - Do not include wireless.h (dcantrell)
6914     - Rewrite isys.isWireless() to use D-Bus and NetworkManager (dcantrell)
6915     - Rewrite isys.getIPAddress() to use D-Bus and NetworkManager. (dcantrell)
6916     - Include ../isys/ethtool.h instead of ../isys/net.h. (dcantrell)
6917     - Rename isys/net.h to isys/ethtool.h, removed unnecessary typedefs.
6918     (dcantrell)
6919     - Removed waitForLink() function in loader. (dcantrell)
6920     - Remove initLoopback() function in loader (dcantrell)
6921     - Use D-Bus properties to get current NM state. (dcantrell)
6922     - Use dbus in hasActiveNetDev() and _anyUsing() (dcantrell)
6923     - Use NetworkManager instead of libdhcp. (#458183) (dcantrell)
6924     - When mount fails, pass the error message up to the UI layer. (clumens)
6925     - Bring askmethod back to prompt for the location of install.img. (clumens)
6926    
6927     * Fri Aug 22 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.29-1
6928     - Enable yum plugins. (clumens)
6929     - In the preupgrade case, repo=hd: means an exploded tree on the hard drive.
6930     (clumens)
6931     - Remove preupgrade-specific hacks. (clumens)
6932     - Add conf files for our yum plugins so they can be enabled. (clumens)
6933     - Create a subpackage containing the yum plugins. (clumens)
6934     - Add the new blacklist and whiteout yum plugins. (clumens)
6935     - Allow retrying if the ISO images aren't found (for the USB case). (clumens)
6936     - Include "--encrypted" in anaconda-ks.cfg partitioning as needed. (#459430)
6937     (dlehman)
6938     - Support establishing a global passphrase when creating encrypted devices.
6939     (dlehman)
6940     - Display the lock icon for encrypted RAID members. (#459123) (dlehman)
6941     - More descriptive drive message when warning on format. (dcantrell)
6942     - Need to import rhpl for things like switching to pdb. (clumens)
6943     - Fix traceback in passphrase handling code for encrypted RAID requests.
6944     (#459121) (dlehman)
6945     - Copy the install.img to /tmp on HD installs. (clumens)
6946     - Fix a typo (dcantrell).
6947     - Expert mode was disabled in 2004. Remove it now. (clumens)
6948     - Remove an extra "Local disk" option (#459128). (clumens)
6949     - Clear up error reporting on upgrades when devices are listed by UUID.
6950     (clumens)
6951     - If the UI was used to specify a repo, construct a repo param (#458899).
6952     (clumens)
6953     - Fix a traceback calling createMapping. (clumens)
6954     - First crack at upgrade of systems with encrypted block devices. (#437604)
6955     (dlehman)
6956     - In kickstart, prompt for new LUKS dev passphrase if not specified.
6957     (#446930) (dlehman)
6958     - Remove passphrase check hack from LUKSDevice.getScheme. (dlehman)
6959     - Allow specification of a device string for display in passphrase dialog.
6960     (dlehman)
6961     - Add encrypted device passphrase dialog for text mode. (dlehman)
6962     - Fix PartitionDevice.getDevice to take asBoot into account. (dlehman)
6963     - Make passphrase dialogs appear in the center of the screen. (#458114)
6964     (dlehman)
6965     - Consider clearpart and ignoredisk when scanning for encrypted partitions.
6966     (dlehman)
6967     - Correctly handle typos in the stage2 location when inferred from repo=.
6968     (clumens)
6969     - Fix the loader UI when prompting for stage2.img on HDISO. (clumens)
6970     - Rename stage2.img to install.img (dcantrell)
6971     - Bring up the network before saving a bug via scp. (clumens)
6972     - Make it more explicit we want the stage2.img URL, not the repo URL.
6973     (clumens)
6974     - Add the match type so we don't find all bugs. (clumens)
6975     - Make upd-updates create the updates.img you specify if it doesn't already
6976     exist. (pjones)
6977     - Don't base mpath/dmraid/raid startup/stopping based on if lvm is activated
6978     yet, (pjones)
6979     - Add diskset.devicesOpen boolean, so we can tell if devices should be
6980     started (pjones)
6981     - Add dirCleanup back in so we don't leave install metadata behind. (clumens)
6982     - Move betanag to after keyboard and language are setup. (clumens)
6983     - Add module dependencies of qeth.ko (#431922). (clumens)
6984     - Copy the changes from RHEL5 for the linuxrc.s390 over. (clumens)
6985     - Disable SCSI devices so we can safely remove a LUN (bhinson, #249341).
6986     (dcantrell)
6987    
6988     * Tue Aug 12 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.28-1
6989     - More fixes to include udev rules in the initrd (#458570). (clumens)
6990     - Catch the first non-generic-logo package that provides system-logos.
6991     (clumens)
6992     - Remove extra ')' in install-buildrequires (dcantrell)
6993    
6994     * Mon Aug 11 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.27-1
6995     - Handle 'rescue' and %%post in rescue mode (atodorov)
6996     - Delay the duplicate label error until the label is actually used
6997     (#458505). (clumens)
6998     - Enable wireless modules again for now as a test (#443545). (clumens)
6999     - udev rules have changed location (#458570). (clumens)
7000     - Add install-buildrequires target. (dcantrell)
7001    
7002     * Fri Aug 08 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.26-1
7003     - Remove a bunch of cachedir setting code that is no longer needed. (clumens)
7004     - Fix segfaults on interactive NFS installs (#458416). (clumens)
7005     - Fix LVM error handling so the exceptions actually get into the namespace.
7006     (pjones)
7007     - yuminstall: don't look for kernel-xen anymore (markmc)
7008     - console: kill the /proc/xen hack (markmc)
7009     - yuminstall: don't ever stop people installing the virt group (markmc)
7010     - lang: kill xen keymap hack (markmc)
7011     - bootloader: remove old kernel-xen-{guest, hypervisor} handling (markmc)
7012     - Preserve baseurl/mirrorlist and mirrorlist checkbox settings across loads.
7013     (clumens)
7014     - It's BETANAG, not betanag. (clumens)
7015     - Various string fixes (clumens).
7016     - Wrap spec file changelog lines. (dcantrell)
7017     - mk-images: replace kernel-xen with pv_ops kernel (markmc)
7018     - Use a temporary location for yum cache data (#457632). (clumens)
7019     - Remove extra newtPopWindow() call that was causing a crash (#260621).
7020     (dcantrell)
7021     - Add /sbin/sfdisk (#224297). (dcantrell)
7022     - Do not call _isys.vtActivate() on s390 or s390x platforms (#217563).
7023     (dcantrell)
7024     - Change the maximum recommended swap size to "2000 + (current
7025     ram)".(#447372) (jgranado)
7026     - Make it >= not > for the memory size comparison (#207573) (pjones)
7027     - Allow float comparison between nic names in isys.py. (#246135) (joel)
7028     - Fix formatting on disk sizes >1TB (pjones)
7029     - Don't traceback when trying to remove /mnt/sysimage (#227650). (dcantrell)
7030     - If we're booting off the boot.iso, don't prompt for lang or kbd (#457595).
7031     (clumens)
7032     - Don't mention images/diskboot.img anymore (#441092). (clumens)
7033     - Remove iSeries image generation (#456878) (dcantrell)
7034     - Display capslock status correctly (#442258) (dcantrell)
7035    
7036     * Mon Aug 04 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.25-1
7037     - Eject the CD/DVD if we booted off a boot.iso as well (#442088). (clumens)
7038     - Fix a GTK warning that only appears with s-c-ks running from a
7039     shell (#431844). (clumens)
7040     - Break a few functions out of yuminstall.py into their own file. (clumens)
7041     - We're not actually activating new filesystems quite yet. (clumens)
7042     - Fix a typo in the initial partitioning screen. (clumens)
7043     - Use system-logos instead of hardcoding fedora-logos (#457378). (clumens)
7044     - anaconda can no longer be None when we create a DiskSet instance. (clumens)
7045     - Remove LabelFactory since we now rely on UUIDs for everything. (clumens)
7046     - Filter out repos that aren't enabled when running in betanag mode. (clumens)
7047     - Close the transaction between CDs (#457126). (clumens)
7048     - Split media fixes. (clumens)
7049     - Handling (ask user) of invalid timezone value in kickstart added
7050     (#404323) (rvykydal)
7051    
7052     * Thu Jul 31 2008 Jeremy Katz <katzj@redhat.com> - 11.4.1.24-1
7053     - Don't try to use self.tree as the mode to open .discinfo. (clumens)
7054     - Remove all the RPM lock files before creating a new
7055     transaction (#456949). (clumens)
7056     - Support VDSK devices on s390x (#264061) (dcantrell)
7057    
7058     * Wed Jul 30 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.23-1
7059     - Fix mke2fs argument passing (#457285). (clumens)
7060     - Disable logging in the firmware loader, since it clobbers other
7061     log messages. (pjones)
7062    
7063     * Wed Jul 30 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.22-1
7064     - udevsettle takes forever, so display a waitWindow. (clumens)
7065     - Leave anaconda-runtime around for mk-images run. (dcantrell)
7066    
7067     * Tue Jul 29 2008 Jeremy Katz <katzj@redhat.com> - 11.4.1.21-1
7068     - Remove an instance of NEEDGR still existing to fix graphical
7069     isolinux (#457144) (katzj)
7070     - use newer mke2fs arguments for different filesystems (sandeen)
7071     - Use attributes to tell us whether filesystems are
7072     bootable (#457037). (clumens)
7073     - Make sure we drag in gzip, used by the image creation stuff. (jkeating)
7074    
7075     * Fri Jul 25 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.20-1
7076     - Clean up some mistakes in the minstg2 removal. (dcantrell)
7077     - Fix passing the language to anaconda (katzj)
7078    
7079     * Thu Jul 24 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.19-1
7080     - Fix another NFS kickstart segfault (#456461). (clumens)
7081     - Remove support for generating a minstg2.img image. (dcantrell)
7082     - If the xconfig command is given, do something with it (#455938). (clumens)
7083     - METHOD_CDROM is now supported on s390 (jgranado). (clumens)
7084     - Fix test for if we could access stage2.img on the CD (wwoods).
7085     - Look for updates.img and product.img on the boot.iso. (clumens)
7086     - Suspend the curses interface before calling scripts and resume afterwards
7087     (#435314) (msivak)
7088    
7089     * Wed Jul 23 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.18-1
7090     - MD_NEW_SIZE_BLOCKS no longer exists in newer kernel headers. (clumens)
7091    
7092     * Wed Jul 23 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.17-1
7093     - Add support for filing bugs straight into bugzilla. (clumens)
7094     - Running git-tag -f from a makefile rule is a bad idea (katzj)
7095     - A text message in rescue.py is not gettext-ized (atodorov)
7096     - Code cleanup - handling of --serial (atodorov)
7097     - Offer physical NIC identification in stage 1 (#261101) (dcantrell)
7098     - Specify a default cio_ignore parameter for s390x (#253075) (dcantrell)
7099     - Fix getting the stage2 image when doing kickstart installs. (clumens)
7100     - Convert package names to unicode before displaying the error message
7101     (#446826). (clumens)
7102     - When there is text mode specified in the kickstart file, disable the vnc
7103     question (#455612) (msivak)
7104     - We no longer add the fstype to the hd: method in loader. (clumens)
7105     - Check DHCP by default on the text network configurator screen. (clumens)
7106     - Support booting from FCP-attached CD/DVD drive on s390 (#184648) (dcantrell)
7107    
7108     * Thu Jul 17 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.16-1
7109     - Support xdriver= again (katzj)
7110     - Fix loadkeys on serial console (niels.devos)
7111     - don't change from cmdline to textmode on lowmem systems (niels.devos)
7112     - Update the VNC over text mode patch, so it correctly passes the password
7113     to VNC server (#455612) (msivak)
7114     - Set interface MTU if user specified mtu= param (#435874) (dcantrell)
7115     - Bring up the network before attempting to mount the NFSISO source. (clumens)
7116     - Catch mount errors when adding NFS repos (#455645). (clumens)
7117     - Fix a traceback when trying to save exceptiona via scp. (clumens)
7118     - Give a progress bar when cleaning up after upgrades (#208725). (clumens)
7119     - Look for repo config files in /etc/anaconda.repos.d. (clumens)
7120     - baseurl should be a list, mirrorlist should not. (clumens)
7121     - It's called crypto_blkcipher.ko these days. (clumens)
7122    
7123     * Tue Jul 15 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.15-1
7124     - Add a text-mode network config dialog so default installs can work. (clumens)
7125     - Use the right format for the NFS methodstr, but harder this time. (clumens)
7126     - Ask the user if he wants to use VNC instead of text mode (#453551) (msivak)
7127     - Fix a segfault when displaying the wrong CD message. (clumens)
7128     - Use the right format for the NFS methodstr. (clumens)
7129     - Use correct path for FAK plugins in upd-instroot (jgranado)
7130    
7131     * Fri Jul 11 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.14-1
7132     - Remove an extra tab that was causing problems with the Iloko
7133     translation. (clumens)
7134     - Use the right stage2.img path for kickstart URL installs (#452140). (clumens)
7135     - Convert package errors to unicode before displaying them (#441200). (clumens)
7136     - Display a status message while waiting for the CD to become ready. (clumens)
7137     - Fix window title to be the same as all others. (clumens)
7138     - In cmdline mode, give some feedback when transferring loader files. (clumens)
7139     - If network config info isn't provided for cmdline, abort. (clumens)
7140     - If we're not given a method in cmdline mode, we have to quit. (clumens)
7141     - In cmdline mode, set language to the default if none is provided. (clumens)
7142     - Don't stop on the method screen if stage2= is provided. (clumens)
7143     - Add support for NFS to the repo editor (#443733). (clumens)
7144     - Fix whitespace silliness. (pjones)
7145     - Fix closing the drive door so that if the kernel happens to start giving us
7146     the right error code, we'll handle it correctly... (pjones)
7147     - Fix the mysterious Error: OK message. (clumens)
7148     - The return value from mediaCheckCdrom is totally useless. (clumens)
7149     - Add better error handling when initializing yum (#453695). (clumens)
7150     - Add functions for creating repos as well. (clumens)
7151     - Don't handle all possible exceptions as if they were repo errors. (clumens)
7152     - Reorganize to make it easier to reset the "base" repository. (clumens)
7153     - Remove the pkgSack when a repo is disabled. (clumens)
7154     - Use the new method of calling the NetworkConfigurator. (clumens)
7155     - Add an updated repo editor. (clumens)
7156     - Don't suggest text mode to the poor, poor user. (pjones)
7157    
7158     * Wed Jul 09 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.13-1
7159     - Filter out source and debuginfo repos from the UI. (clumens)
7160     - Add the MD5 sum to the boot.iso to avoid errors in loader
7161     (#453698). (clumens)
7162     - Don't strip too much off the NFS directory path. (clumens)
7163     - Log stage2 url better. (pjones)
7164     - Fix minor whitespace nits. (pjones)
7165     - Use %%m rather than strerror() where appropriate. (pjones)
7166     - Make setupCdrom() actually return the path to the stage2 image it
7167     found. (pjones)
7168     - Don't unconditionally pass --lang for live installs (#454101) (katzj)
7169     - Set up rhgb for plymouth on live. And conditionalize rhgb + runlevel 5 (katzj)
7170     - Set up rhgb if plymouth is installed as well as rhgb (katzj)
7171     - Get the math right on how many usec per second... (pjones)
7172     - Import missing module "network". (pjones)
7173     - Wait up to 45 seconds for "No medium found" to stop happening (pjones)
7174    
7175     * Thu Jul 03 2008 Peter Jones <pjones@redhat.com> - 11.4.1.12-1
7176     - Add dmraid-libs to PACKAGES so new dmraid won't break installs.
7177    
7178     * Thu Jul 03 2008 Peter Jones <pjones@redhat.com> - 11.4.1.11-1
7179     - Fix double free in setupCdrom
7180     - Fix missing psudo->pseudo spelling fix (katzj, #453843)
7181     - Include missing X libraries in stage2.img
7182    
7183     * Tue Jul 01 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.10-1
7184     - Remove old livecd flag (katzj)
7185     - Explicitly setup livecd install by passing --liveinst to anaconda (katzj)
7186     - Check return value of asprintf() consistently (dcantrell)
7187     - Per strtol(3) man page, set errno=0 before call. (dcantrell)
7188     - Rescue mode no longer needs access to a methodstr (#453044). (clumens)
7189     - Use strtol() instead of atoi() (dcantrell)
7190     - Spell pseudo correctly. (pjones)
7191    
7192     * Wed Jun 25 2008 Chris Lumens <clumens@redhat.com> 11.4.1.9-1
7193     - Query for anaconda rather than anaconda-runtime in buildinstall (jkeating).
7194    
7195     * Mon Jun 23 2008 Jeremy Katz <katzj@redhat.com> - 11.4.1.8-1
7196     - Remove from being installed too (katzj)
7197     - Remove anaconda-runtime as a separate subpackage (katzj)
7198     - Remove the stuff we're not calling. (pjones)
7199     - Remove this since we don't use it anymore (katzj)
7200     - Don't continue on using the base installclass if we can't find one (katzj)
7201     - Get rid of wlite and unicode-lite; these were necessary to support (pjones)
7202     - Remove pkgorder and splittree; these should be in pungi (katzj)
7203     - Add the .treeinfo file into the exception report. (clumens)
7204     - Fix a typo (#452140). (clumens)
7205    
7206     * Fri Jun 20 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.7-1
7207     - Remove ancient block of code to upgrade Netscape Communicator. (clumens)
7208     - Move enableNetwork into the interface. Bring network up for scp. (clumens)
7209     - If we can't mount for some reason, don't traceback (#452159). (clumens)
7210     - Fix the upgrade button traceback (#374891). (clumens)
7211    
7212     * Wed Jun 18 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.6-1
7213     - Enable media check again, and let it check the boot.iso. (clumens)
7214     - Substitute the version from buildstamp for $releasever if needed. (clumens)
7215     - Remove the askmethod cmdline option. (clumens)
7216     - Lots of work to make loader only look for stage2.img, and stage2 do
7217     all the install method configuration. (clumens)
7218     - Add the --stage2= and --repo= options, deprecate --method=. (clumens)
7219     - Fix pkgorder to include deps of kernel early. (pjones)
7220     - Deal with udev losing udevcontrol/udevtrigger (katzj)
7221     - Boot in graphical mode if /usr/bin/kdm exists. (clumens)
7222     - bootProto isn't a global variable (#451689). (clumens)
7223    
7224     * Fri Jun 13 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.5-1
7225     - Add a mirrorlist option. (jkeating)
7226     - Don't display garbage when prompting for the updates device. (clumens)
7227     - Don't write out yum repo config files in kickstart.py. (clumens)
7228     - It doesn't make sense to insert a disk into a partition, so don't
7229     ask. (clumens)
7230     - Unmount /mnt/sysimage/dev manually since it doesn't get an entry. (clumens)
7231     - Link ld-linux.so.2 to ld-*.*.*.so (dcantrell)
7232     - Quote the repo name in anaconda-ks.cfg in case it includes spaces. (clumens)
7233     - Move all the exception classes into a single file. (clumens)
7234     - And import iutil a the end as well. (clumens)
7235     - Don't display obsoleted packages in the UI. (clumens)
7236    
7237     * Thu Jun 05 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.4-1
7238     - Fix text mode button translations (#450176). (clumens)
7239     - Remove a rogue call to textdomain. (clumens)
7240     - Make "upd-updates /tmp/updates.img" update everything newer in the
7241     current (pjones)
7242     - _xmltrans is undefined. Try xmltrans instead. (clumens)
7243     - Fix reference to cost vs. priority (#450168). (clumens)
7244     - Don't do the "exec shell on tty1" thing in vnc if we've got virtual
7245     terminals. (pjones)
7246     - Import N_ (#450163). (clumens)
7247     - raise "NotImplementedError", not "NotImplemented" (pjones)
7248     - Need to import iutil before we use it. (clumens)
7249     - Don't reference PartitioningError.value . (pjones)
7250    
7251     * Wed Jun 04 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.3-1
7252     - Can't reference iutil.whatever from inside iutil.py. (clumens)
7253     - When using the boot.iso and URL installs, download the .treeinfo
7254     file. (clumens)
7255     - Fix a couple typos in the getArch commit. (clumens)
7256     - Be consistent with data type. (dcantrell)
7257     - Replace rhpl.getArch() calls with iutil calls. (dcantrell)
7258     - Expand iutil.isX86() and added iutil.getArch() (dcantrell)
7259     - Add isAlpha() test function to iutil. (dcantrell)
7260     - Create architecture test functions in iutil (dcantrell)
7261     - Removed mystrstr() function in loader2/init.c (dcantrell)
7262     - Don't support Arabic in text mode installs since we don't even do
7263     RTL. (clumens)
7264     - Removed old strace debugging in loader2/init (dcantrell)
7265     - Keep only one copy of this code for group sorting/display around (katzj)
7266     - Stop using rhpl.translate and use gettext directly (katzj)
7267     - Add a descriptive comment to the top of /etc/fstab (#448966). (clumens)
7268     - Use "message" instead of "value" on errors, and stringify on the front
7269     side. (pjones)
7270     - Translate package descriptions (#449455). (clumens)
7271     - Translate password error messages (#439981). (clumens)
7272     - Fix traceback starting vnc (#449295) (katzj)
7273     - Add Hewbrew to lang-table (oron)
7274     - Fix errors in python string formatting (#449130). (clumens)
7275    
7276     * Thu May 29 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.2-1
7277     - Allow ext4 migration again for testing at least (katzj)
7278     - Remount filesystems after migration (#440055) (katzj)
7279     - Add blkid to the keepfiles list so jkeating will whine less (pjones)
7280     - Don't allow vfat /boot (katzj)
7281     - Use the base yum doConfigSetup method. (clumens)
7282     - Include the yum repo files from fedora-release in stage2. (clumens)
7283     - No longer maintain our own list of extra repos. (clumens)
7284     - Sort the repos in the UI. (clumens)
7285     - Add cost, includepkgs, and excludepkgs to the ks repo
7286     objects (#448501). (clumens)
7287     - Stop pretending to support Greek text mode (#208841) (katzj)
7288     - Make it clear you need to reboot to use the installed
7289     system (#238297) (katzj)
7290     - Activate LVM for when we do meta-resizing (#441706) (katzj)
7291     - List Norweigian as BokmÃ¥l (#437355) (katzj)
7292     - Simplify the install classes. (clumens)
7293     - Don't show the EFI filesystem unless we're on an EFI platform (katzj)
7294     - Add nfsv4 so that we don't nuke them on upgrades (#448145) (katzj)
7295     - When there are errors reading the live CD, offer a retry. (clumens)
7296     - Can't recover from buildTransaction errors on a per-repo
7297     basis (#447796). (clumens)
7298     - Set default partition size to 200 MB in the custom partitioning
7299     UI. (clumens)
7300     - Limit the size of things in exception dumps to 1k. (clumens)
7301     - Catch IOErrors one place they seem to happen most. (clumens)
7302     - Add a unique user agent for anaconda's grabbing in stage2 (katzj)
7303     - Remove text mode help support as well. (clumens)
7304     - Check for all the non-mkfs utilities required for each filesystem
7305     type. (clumens)
7306     - More partitioning error handling fixes (#446453). (clumens)
7307     - Require cracklib-python for the rootpassword screen. (notting)
7308     - Use pykickstart's deprecated versions of the xconfig and monitor
7309     classes. (clumens)
7310     - Fix tyop in upgrade migrate screen (#446363) (katzj)
7311    
7312     * Tue May 13 2008 Jeremy Katz <katzj@redhat.com> - 11.4.1.1-1
7313     - Just call the XStartupCB() function directly and randr to the
7314     desired resolution (katzj)
7315     - Stop writing out an xorg.conf (katzj)
7316     - Make the "dump to removable device" option work in anaconda. (jgranado)
7317    
7318     * Mon May 12 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.79-1
7319     - Stop neutering DRI (notting)
7320     - make scripts/buildinstall take multiple repos (wwoods)
7321     - Don't worry about telling people that interactive text mode is in
7322     wrong lang (katzj)
7323     - Allow cpio updates.img in the tree for URL installs. (dlehman)
7324     - Declare unpackCpioBall for use from within urlinstall.c. (dlehman)
7325     - Don't unlink an image we retrieved but could not mount as it
7326     could be .cgz. (dlehman)
7327     - Don't run lspci with an explicit path (katzj)
7328     - Include lspci on all images (#445974) (katzj)
7329     - Add support for attaching gdbserver to the loader early on. (clumens)
7330     - Add virtio max partition count (markmc)
7331     - Sort virtio devices first (markmc)
7332     - Merge branch 'master' of ssh://git.fedorahosted.org/git/anaconda (andrewm)
7333     - 2008-05-08 Andrew Martynov <andrewm)
7334     - Look in the right place when ISO images are in a
7335     subdirectory (#443580). (clumens)
7336     - And run in the root (#374921) (katzj)
7337     - Don't crash when given URLs of the form ftp://user)
7338     - Use 'yum clean all' when cleaning up after an upgrade, not
7339     preupgrade (#374921) (katzj)
7340     - Kickstart flag is backwards (katzj)
7341     - If we're given a language, don't warn about console fonts (#444258) (katzj)
7342     - And actually include the bash binary too (#443700) (katzj)
7343     - Search path rather than hard-coding path to mdadm (#444843) (katzj)
7344     - Fix incorrect command name in error message. (clumens)
7345     - Specify which protocol is used for remote saving (#440214). (clumens)
7346     - Use bash for minstg2 shell (#443700) (katzj)
7347     - Revert PS1 and PATH changes as they don't work with busybox as used
7348     in minstg2 (katzj)
7349    
7350     * Mon Apr 28 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.78-1
7351     - Write per-interface DNS info to ifcfg files (#443244) (dcantrell)
7352     - Clean up sanityCheckHostname() in network.py (dcantrell)
7353     - Activate autorepeat for GUI installs. (jgranado)
7354    
7355     * Fri Apr 25 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.77-1
7356     - Preserve 'set the hostname' setting when going Next/Back (#443414) (dcantrell)
7357     - Avoid traceback on network configuration screen (#444184) (dcantrell)
7358     - Add missing backslashes for the .profile here document. (dcantrell)
7359     - Label the efi boot filesystem on ia64 as well. (pjones)
7360     - Don't use size to determine if a partition is an EFI system
7361     partition; instead, (pjones)
7362     - Handle the DVD having a disknumber of ALL. (443291) (jkeating)
7363     - Make the LUKS passphrase prompt fit on an 80x25 screen. (#442100) (dlehman)
7364     - Don't dd the image from /dev/zero _and_ use
7365     "mkdosfs -C <image> <blockcount>" (pjones)
7366     - label the filesystem in efidisk.img so that HAL and such won't try to
7367     mount it. (pjones)
7368     - fix testiso Makefile target - boot.iso, not netinst.iso (wwoods)
7369    
7370     * Thu Apr 24 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.76-1
7371     - Use the execWithCapture wrapper to be consistent. (jgranado)
7372     - Call the mdadm with full path. (jgranado)
7373     - Use the correct ls(1) alias. (dcantrell)
7374     - Set PS1 and ls(1) alias for tty2 shell. (dcantrell)
7375     - Lookinig for the capabilities file in xen is valid in more cases. (jgranado)
7376     - Avoid putting virtualization option when in Xen or VMware.
7377     (#443373) (jgranado)
7378     - If the stage2 image is on a CD, don't bother copying it (#441336). (clumens)
7379     - Once we've found the stage2 media on CD, always use it (#443736). (clumens)
7380     - Change mount point for CD to /mnt/stage2 when looking for stage2
7381     (#443755). (clumens)
7382     - Switch to using 'yum clean all' to clean up after preupgrade
7383     (#374921) (katzj)
7384     - Handle .utf8 vs .UTF-8 (#443408) (katzj)
7385     - Avoid dividing by zero (#439160) (katzj)
7386     - Changes related to BZ #230949 (dcantrell)
7387     - $XORGDRIVERS no longer exists (markmc)
7388     - Bump version. (katzj)
7389     - Write IPv6 values to /etc/sysconfig/... correctly (#433290) (dcantrell)
7390     - Use the right base class for autopart handler. (clumens)
7391    
7392     * Fri Apr 18 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.75-1
7393     - Listing the directories before expiring yum caches helps (katzj)
7394    
7395     * Fri Apr 18 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.74-1
7396     - Don't look for .discinfo on the rescue CD (#442098). (clumens)
7397     - Use /var/cache/yum as the cachedir since /tmp might be
7398     too small (#443083). (clumens)
7399     - Revert "Don't look for a .discinfo file in rescue
7400     mode (jvonau, #442098)." (clumens)
7401     - Revert "Fix figuring out that the CD has stage2 on it and should
7402     be mounted." (clumens)
7403     - We've always expected devices to be strings, not unicode (#443040) (katzj)
7404     - Resizing lvs on top of RAID fails, make the error not a traceback (katzj)
7405     - Don't put an extra slash on the error message (jgranado)
7406     - Kernel changed howw the uevent API works for firmware
7407     loading *AGAIN*. (pjones)
7408     - Expose the log file descriptors so fwloader can avoid closing
7409     them (pjones)
7410     - Minor UI tweaks to passphrase dialogs (katzj)
7411     - Nuke preupgrade cache once we're done (#442832) (katzj)
7412     - Support bringing up the network if needed with preupgrade (#442610) (katzj)
7413     - Use a real GtkDialog instead of some crazy hacked up dialog (katzj)
7414     - Fix handling of pre-existing raids for the upgrade/rescue
7415     case (#441770) (katzj)
7416     - Add missing / (Doug Chapman, #442751) (katzj)
7417    
7418     * Wed Apr 16 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.73-1
7419     - Fix figuring out that the CD has stage2 on it and should be mounted. (clumens)
7420     - Don't copy the stage2 image on NFS installs (#438377). (clumens)
7421    
7422     * Tue Apr 15 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.72-1
7423     - Don't use megabytes for the livecd size for copying. (notting)
7424     - find moved (katzj)
7425     - Fix up silly syntax error that crept in to this commit (katzj)
7426     - Back to using the raw version of the docs (#442540) (katzj)
7427     - Expire yum caches on upgrade (#374921) (katzj)
7428     - Include KERNEL== in udev rules (#440568) (dwmw2)
7429     - Don't look for a .discinfo file in rescue
7430     mode (jvonau, #442098). (clumens)
7431     - Slower machines may take more than five seconds for hal
7432     to start (#442113) (katzj)
7433     - Pass the full device path (notting)
7434     - Only include the parts of grub that will work without
7435     crazy tricks (#429785) (katzj)
7436    
7437     * Thu Apr 10 2008 Peter Jones <pjones@redhat.com> - 11.4.0.71-1
7438     - Fix destdir handling in upd-kernel (markmc)
7439     - Get rid of module ball remnants in mk-images (markmc)
7440     - Make upd-kernel handle version numbers the way we do them now (markmc)
7441     - Fix ia64 kernel path problems (katzj, #441846)
7442     - Don't tag more than one partRequest with mountpoint=/boot/efi (pjones)
7443     - Don't treat tiny disks as EFI System Partitions during autopart (pjones)
7444    
7445     * Thu Apr 10 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.70-1
7446     - ide-cd_mod, not ide-cd_rom (thanks to jwb) (katzj)
7447    
7448     * Wed Apr 09 2008 Peter Jones <pjones@redhat.com> - 11.4.0.69-1
7449     - Ignore some warnings copying into /etc and /var (clumens)
7450     - Try to mount the NFS source in the loader to verify it is correct (clumens)
7451     - Be as clean as possible when looking for files/directories (jgranado, #431392)
7452     - More ia64 kernel finding fixage (katzj, #441708)
7453     - Fix read permissions on efidisk.img (pjones)
7454     - Use the mount flags passed to isys.mount() (pjones)
7455    
7456     * Wed Apr 09 2008 Peter Jones <pjones@redhat.com> - 11.4.0.68-2
7457     - Fix device-mapper dep.
7458    
7459     * Tue Apr 08 2008 Peter Jones <pjones@redhat.com> - 11.4.0.68-1
7460     - Handle EFI partitions somewhat better (pjones)
7461     - Fix typo in mk-images.efi's parted usage (pjones)
7462    
7463     * Tue Apr 08 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.67-1
7464     - Set the initial state of the auto-encrypt checkbutton (#441018) (katzj)
7465     - Don't treat RAID devices as "disks" to avoid lots of odd
7466     behavior (#438358) (katzj)
7467     - Log a message if we disable selinux on upgrade (katzj)
7468     - Build efiboot.img on x86_64 and i386 . (pjones)
7469     - When splitting srpms, only link srpms, nothing else. (jkeating)
7470     - Don't cause the text to flicker between installed packages. (clumens)
7471     - Don't cause the screen to jump up and down between
7472     packages (#441160). (clumens)
7473     - Fix zooming and centering in the timezone screen (#439832). (clumens)
7474     - Handle ia64 kernel path (katzj)
7475     - And add nas to the list (#439255) (katzj)
7476     - Set parent so that the dialog centers (#441361) (katzj)
7477     - Don't show the label column (#441352) (katzj)
7478     - Do string substitution after we've translated (#441053) (katzj)
7479     - Set domain on glade file so translations show up (#441053) (katzj)
7480     - fix compression of modules (notting)
7481     - More build fixing due to translation breakage. (katzj)
7482     - Add code to create efiboot.img on i386 and x86_64 (pjones)
7483     - Remove gnome-panel too, it's no longer multilib. (jkeating)
7484     - Fix raising new NoSuchGroup exception. (clumens)
7485     - remove debugging print (notting)
7486     - Support encrypted RAID member devices. (#429600) (dlehman)
7487     - No longer require Amiga partitions on Pegasos (dwmw2)
7488     - Don't copy the stage2 image every time or on the way back. (clumens)
7489     - Make lukscb.get_data("encrypt") always return a valid value. (pjones)
7490     - Set the scrollbar color so it doesn't surprise me the same way in
7491     the future. (pjones)
7492     - Translation updates.
7493    
7494     * Sun Apr 06 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.66-1
7495     - Another day, another broken translation commit to fix. (katzj)
7496     - Work around GL crashes in anaconda X by disabling them. (jkeating)
7497     - Clean up "finishing upgrade" wait window (katzj)
7498     - Stop refreshing like mad in text-mode on WaitWindow.refresh() (katzj)
7499     - Avoid progress bars going off the end and making newt unhappy (katzj)
7500     - Brute force hack to avoid the number of packages
7501     overflowing (#436588) (katzj)
7502     - Revert "Change the default level in /etc/sysconfig/init now
7503     (#440058)." (notting)
7504     - Add gnome-applets to the upgrade blacklist, fix kmymoney2 typo. (jkeating)
7505     - Don't enable encryption by default (katzj)
7506     - Print our mount commands to /dev/tty5 for easier debugging. (clumens)
7507     - Change the default level in /etc/sysconfig/init now (#440058). (clumens)
7508     - Make the Back button work when asking for tcp/ip information in
7509     loader.c. (#233655) (jgranado)
7510     - Have <F12> work in the network configuration stage (#250982) (jgranado)
7511     - Use a better test to see if a package group doesn't exist (#439922). (clumens)
7512     - avoid behavior in (#208970) (jgranado)
7513     - Correctly label the xen images in the .treeinfo file (jgranado)
7514     - Translation updates
7515    
7516     * Wed Apr 02 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.65-1
7517     - Only do verbose hal logging if loglevel=debug (katzj)
7518     - Avoid AttributeError in HardDriveDict (#432362) (pjones)
7519     - Don't use %%n with gettext to avoid segfaults (#439861) (katzj)
7520     - Require live installs to be to an ext2 or ext3 filesystem (#397871) (katzj)
7521     - Don't allow migrations to ext4 for now (katzj)
7522     - Change ext4 parameter to ext4, not iamanext4developer (katzj)
7523     - Bootable requests can not be on logical volumes (#439270). (clumens)
7524     - Don't allow /boot to be migrated to ext4 (#439944) (katzj)
7525     - Fix for ia64 (#439876) (katzj)
7526     - Update pkgorder group listings to match current Fedora defaults. (jkeating)
7527     - Lame attempt to try to avoid race condition with udev creating device
7528     nodes (katzj)
7529     - Don't traceback if stdout is an fd either (katzj)
7530     - iutil doesn't need isys anymore (katzj)
7531     - Free memory only after we're done using it (#439642). (clumens)
7532     - Fix a segfault freeing memory on boot.iso+hdiso installs. (clumens)
7533    
7534     * Mon Mar 31 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.64-1
7535     - Fix my tyop (katzj)
7536     - Fuzzy broken string again (katzj)
7537    
7538     * Sun Mar 30 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.63-1
7539     - Fix broken translations. Again. (katzj)
7540    
7541     * Sun Mar 30 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.62-1
7542     - Translation updates
7543     - Allow GPT disk labels on ppc/ppc64. (dcantrell)
7544     - Tear down the right loopback device before going to stage2. (clumens)
7545     - Don't pass None as stdout or stderr. (clumens)
7546     - Make sure there's a stdout to write to. (clumens)
7547     - Handle fstype munging in isys.readFSType instead of in various
7548     other places. (dlehman)
7549     - Fix a typo in new encrypted LV code. (dlehman)
7550     - Partitioning UI for handling of preexisting encrypted devices. (dlehman)
7551     - Support discovery of preexisting rootfs on LV. (dlehman)
7552     - Improve handling of logical volume device names when encrypted. (dlehman)
7553     - Add support for discovery of preexisting LUKS encrypted devices. (dlehman)
7554     - Add support for retrieving LUKS UUIDs. (dlehman)
7555     - Refresh po files (katzj)
7556     - Mark for translation based on feedback from translators (katzj)
7557     - Just relabel all of /etc/sysconfig (#439315) (katzj)
7558     - When dhcp is selected ensure that bootproto is set to
7559     dhcp (RPL-2301) (elliot)
7560     - Fix for test mode repo bits (katzj)
7561     - Try to make the size flow a little more for weird resolution
7562     screens (#439297) (katzj)
7563     - Add kmymoney to upgrade remove list (#439255) (katzj)
7564    
7565     * Thu Mar 27 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.61-1
7566     - Fix broken translation. (clumens)
7567    
7568     * Thu Mar 27 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.60-1
7569     - Have a fallback empty description for devices (#432362) (katzj)
7570     - os.path.join does not work the way we think it should. (clumens)
7571     - Remove the stage2 in all cases now that we're copying it basically
7572     all the time (katzj)
7573     - Add support for saving the exception to a local directory for live
7574     installs (katzj)
7575     - Catch errors on resize and present a dialog to the user (katzj)
7576     - Save resize output to a file (/tmp/resize.out) so that it's more
7577     useful (katzj)
7578     - Make sure we give the command that's run on stdout so that it's
7579     logged (katzj)
7580     - more mouse-related removals (notting)
7581     - Fix up autopart resizing for the multiple partitions to resize case (katzj)
7582     - Fix up the case where both method= and stage2= are given (katzj)
7583     - Remove mouse screens that haven't been used in 4 years (katzj)
7584    
7585     * Wed Mar 26 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.59-1
7586     - Only remove duplicate slashes from the front of the prefix. (clumens)
7587     - Ensure that we take into account new repos (katzj)
7588     - Handle kernel variants a little better at install time too (katzj)
7589     - Make a little bit more future proof for kernel version changing (katzj)
7590     - Add confirmation of closing the installer window (#437772) (katzj)
7591     - Fix SIGSEGV on all mounts without options (katzj)
7592     - Add support for encrypted logical volumes in kickstart. (clumens)
7593     - Add support for encrypted LVs. (dlehman)
7594     - Put in some handling for redundant method calls and devices containing '/'.
7595     (dlehman)
7596    
7597     * Tue Mar 25 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.58-1
7598     - Fuzzy broken string (katzj)
7599    
7600     * Tue Mar 25 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.57-1
7601     - Use anaconda-upgrade dir in the preupgrade case (katzj)
7602     - Have 'preupgrade' key doing an upgrade (katzj)
7603     - Fix what we expect to be the message from ntfsprogs (katzj)
7604     - Fix up compile error for new newt (katzj)
7605     - Don't traceback if we have little freespace partitions (#438696) (katzj)
7606     - Translation updates (ko, ru)
7607    
7608     * Mon Mar 24 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.56-1
7609     - Translation updates (hi, fr, kn, de, ml, es, mr, ko, te)
7610     - Fix up more unicode shenanigans (#437993) (katzj)
7611     - Move /tmp/stage2.img to /mnt/sysimage to free up some
7612     memory (#438377). (clumens)
7613     - Be a little smarter about downloading repo metadata (#437972). (clumens)
7614     - Make sure that devices are set up before using them. (#437858) (dlehman)
7615     - Don't prepend /dev/ on bind mounts either. (clumens)
7616     - Use the repo name instead of id in the group file error
7617     message (#437972). (clumens)
7618     - Handle /dev being on hard drive devices in the second stage (katzj)
7619     - Fix the build (katzj)
7620     - The units for /sys/block/foo/size aren't bytes. Fixes finding some
7621     disks (katzj)
7622     - Remove the check for .discinfo on URL installs. (clumens)
7623     - Always unmount /mnt/source on hdiso installs before starting
7624     stage2. (clumens)
7625     - Always unmount /mnt/source on nfsiso installs before starting
7626     stage2. (clumens)
7627     - Make sure the first disc image is mounted before setting up repos. (clumens)
7628     - Fix $UPDATES for real (katzj)
7629     - Avoid piling up slashes in the UI when retrying (#437516). (clumens)
7630     - Require comps-extras now that we don't require pirut bringing it in (notting)
7631     - Put "ide-cd_mod" in the list of modules to pull in. (pjones)
7632    
7633     * Tue Mar 18 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.55-1
7634     - Fix format of method=hd: parameter (#438075). (clumens)
7635     - Work on support for NFSISO installs when using boot.iso. (clumens)
7636     - If a file doesn't exist, don't continue trying to loopback mount
7637     it. (clumens)
7638     - Make loopback mount error messages more useful. (clumens)
7639     - Focus root password entry box (#436885). (dcantrell)
7640     - Fix a traceback writing out the method string for hdiso installs. (clumens)
7641     - Fix use of sizeof on a malloc()'d char ** (pjones)
7642     - Fix up ppc boot check (#438005) (katzj)
7643     - Support reading the UUID from the disk like we do with labels. (clumens)
7644     - If the protected partition is not yet mounted, mount it now. (clumens)
7645     - Don't add /dev/ to LABEL= or UUID= devices either. (clumens)
7646     - Use arch instead of the name again in package nevra. (clumens)
7647     - Fix traceback with preexisting LUKS partitions in setFromDisk.
7648     (part of #437858) (dlehman)
7649    
7650     * Mon Mar 17 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.54-1
7651     - Translation updates (de, fi, it, gu, ta, pa)
7652     - Fix a typo. (clumens)
7653     - Fix the build. (clumens)
7654     - Make sure we return the same kind of exception in all cases. (clumens)
7655     - Filter so we don't show LVM and RAID components when adding
7656     boot entry (#437501) (katzj)
7657     - Only print the filename we're fetching, as newt doesn't like
7658     long names. (clumens)
7659     - Fix off by one error reading .buildstamp (pjones)
7660     - Use the right path when trying to fetch .discinfo. (clumens)
7661     - Don't prepend /dev/ onto nfs devices. Also log mount
7662     errors to tty5. (pjones)
7663    
7664     * Sun Mar 16 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.53-1
7665     - Update translations (pl, de)
7666     - Use i586 kernel (#437641) (katzj)
7667     - Give indication of success or failure for mediacheck (#437577) (katzj)
7668     - Ensure the UUID for the rootfs is random and not the same for every
7669     live image (katzj)
7670     - Make migration from ext3 -> ext4 saner on upgrade (#437567) (katzj)
7671     - Force filesystem mount options on /boot/efi . (pjones)
7672     - On HDISO installs, look for the stage2.img file in the right
7673     directory. (clumens)
7674     - Accept devices with or without a leading /dev/. (clumens)
7675     - .buildstamp no longer contains productPath, so change
7676     the default (#437509). (clumens)
7677     - Remove references to an uninitialized variable. (clumens)
7678     - Use shortname=winnt instead of shortname=win95 when
7679     mounting /boot/efi (pjones)
7680     - Do not strip leading or trailing whiltespace from
7681     passphrases. (#437499) (dlehman)
7682     - Set methodstr for nfsiso installs (#437541). (clumens)
7683     - Create and check /boot/efi correctly, and use preexisting
7684     one if available. (pjones)
7685     - Handle /boot/efi and /boot both as bootrequests (pjones)
7686     - Emit "efi" as /boot/efi's filesystem type (pjones)
7687     - Add EFI handling to the bootloader setup choices. (pjones)
7688     - Add efi to the ignoreable filesystem list. (pjones)
7689     - Add EFIFileSystem, and getMountName() to hide that it's really vfat. (pjones)
7690     - Add isEfiSystemPartition(), and use it where appropriate (pjones)
7691     - Call getAutoPartitionBoot with our partition list as an arg. (pjones)
7692     - Don't show the epoch in package selection either (#437502). (clumens)
7693     - Fix some errors on reporting which files are being downloaded. (clumens)
7694     - Revert "Handle /boot and /boot/efi separately, plus fixes" (pjones)
7695     - Handle /boot and /boot/efi separately, plus fixes (pjones)
7696     - Get rid of unused >1024 cylindar check, fix text of boot
7697     check exceptions. (pjones)
7698     - Make bootRequestCheck() check /each/ boot partition like it's
7699     supposed to, (pjones)
7700     - Fix shell quoting on numbers > 9, and fix an error message. (pjones)
7701     - Don't show the epoch in the progress bar (#437502). (clumens)
7702     - Include efibootmgr in the instroot (pjones)
7703    
7704     * Thu Mar 13 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.52-1
7705     - Don't unmount NFS source so NFSISO will work. (clumens)
7706     - Fix the format of the method=hd: parameter. (clumens)
7707     - Fix creating new users in kickstart. (clumens)
7708     - "gtk-edit" isn't valid in text mode. (clumens)
7709     - Ignore LUKS headers on partitions containing RAID signatures.
7710     (#437051) (dlehman)
7711     - The xconfig command with no X running doesn't make sense. (clumens)
7712    
7713     * Wed Mar 12 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.51-1
7714     - yum.remove removes installed packages, not to be installed
7715     packages (#436226) (katzj)
7716     - Make the /tmp/updates vs RHupdates code at least a little readable. (pjones)
7717     - Allow vfat update images. (pjones)
7718     - Fix syntax error (pjones)
7719     - Add a progress bar for when we're downloading headers (#186789). (clumens)
7720     - mount will set up the loopback device if we let it. (clumens)
7721     - Fix mounting problems with NFSISO images. (clumens)
7722     - Simplify the logic for the upgrade arch check (katzj)
7723     - Add a fallback method for determining the architecture of installed
7724     system during an upgrade (#430115) (msivak)
7725     - Avoid a traceback (#436826) (katzj)
7726     - Make sure host lookups work for manual net config (#435574). (dcantrell)
7727    
7728     * Tue Mar 11 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.50-1
7729     - Focus root password entry box (#436885). (dcantrell)
7730     - Make sure default is SHA-512 for libuser.conf. (dcantrell)
7731     - Fix detection of ISO images on a hard drive partition. (clumens)
7732     - Devices names aren't prefixed with /dev/. (clumens)
7733     - Filter out /dev/ram* devices from the list of hdiso partitions. (clumens)
7734     - But make sure that we've activated the keymap now that X
7735     follows its defaults (katzj)
7736     - Don't set a keyboard in the X config, we should just do this
7737     at runtime (katzj)
7738     - Writing out the nfs method line is a lot simpler now. (clumens)
7739     - Use /mnt/sysimage/tmp/cache for the yum cache, instead of the
7740     ramdisk. (clumens)
7741     - Translation updates (nl, gu, ml, mr, pa)
7742    
7743     * Mon Mar 10 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.49-1
7744     - Use the full path to the .discinfo file (#436855). (clumens)
7745     - List netinst.iso/boot.iso in .treeinfo (#436089) (katzj)
7746     - Convinced to change the name back to boot.iso (katzj)
7747     - Only pass the file path to {ftp,http}GetFileDesc. (clumens)
7748     - Pass the correct NFS method parameter to stage2 (#436360). (clumens)
7749     - Fix logging messages to not display the hostname twice. (clumens)
7750     - Fix traceback with text mode adding iscsi (#436480) (katzj)
7751    
7752     * Thu Mar 06 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.48-1
7753     - Don't use the bits from $UPDATES unless $UPDATES exists (katzj)
7754     - Fix horkage with busybox stuff. There's now start-stop-daemon (katzj)
7755     - Require new enough version of yum-utils (katzj)
7756     - Pass the --archlist option to yumdownloader (jkeating)
7757     - Update pt_BR translation
7758    
7759     * Wed Mar 05 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.47-1
7760     - Fix the build again (katzj)
7761    
7762     * Wed Mar 05 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.46-1
7763     - Don't require some things which we fall back gracefully when not there (katzj)
7764     - Check for filesystem utilities to see if a filesystem is supported (katzj)
7765     - Write out keyboard settings before installing packages. (related
7766     to #429358) (dlehman)
7767     - Update pl translation
7768     - Make sure http:// or ftp:// is specified (#436089) (katzj)
7769     - Fix segfault when port is specified (#435219) (katzj)
7770     - Use ntfsresize -m to get minimum size (#431124) (katzj)
7771     - Use the right path to the .discinfo file when validating a tree. (clumens)
7772    
7773     * Tue Mar 04 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.45-1
7774     - Fix the build.
7775    
7776     * Tue Mar 04 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.44-1
7777     - Add --archlist to repoquery call. (jkeating)
7778     - Translation updates (pl, nl, ja)
7779     - Handle efibootmgr and grub.efi in upd-instroot. (pjones)
7780     - Merge in branch to implement stage2= parameter. (clumens)
7781     - Revert the memtest86 bits for EFI, since this gets run on
7782     multiple arches. (pjones)
7783     - Use iutil.isEfi() instead of testing for ia64-ness. (pjones)
7784     - Only do gptsync if we're not using EFI. (pjones)
7785     - Don't do gptsync if we're using EFI. (pjones)
7786     - Use gpt on all efi platforms. (pjones)
7787     - Rework isEfi() to be slightly more conservative. (pjones)
7788     - Test for using efi rather than arch==ia64 (pjones)
7789     - Don't copy memtest86 in on EFI since it won't work. (pjones)
7790     - Add comment regarding usage of elilo (pjones)
7791     - Free some variables so we can http GET twice if needed. (clumens)
7792     - Change the method config prompts. (clumens)
7793     - Support stage2= for CD installs in loader. (clumens)
7794     - Support stage2= for HD installs. (clumens)
7795     - Support stage2= for NFS installs. (clumens)
7796     - Support stage2= for URL installs. (clumens)
7797     - Update the method string handling for NFS and URL installs. (clumens)
7798     - mountStage2 now needs to take an extra argument for updates. (clumens)
7799     - If stage2= is given, it overrides the check for a CD stage2 image. (clumens)
7800     - Support the stage2= parameter, and add a flag for it. (clumens)
7801    
7802     * Mon Mar 03 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.43-1
7803     - Only use UUID= for devices we would have labeled. Related to #435228 (katzj)
7804     - If we don't find a kernel package, then give a better error (katzj)
7805     - Translation updates (cs, de)
7806    
7807     * Sun Mar 02 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.42-1
7808     - Fix a traceback when we have an error. Related to #433658 (katzj)
7809     - Add virtio_pci in hopes of getting virtio working (katzj)
7810     - Pull in the bits of pirut that we use so that we don't depend on pirut (katzj)
7811     - Default to RAID1 instead of RAID0 (#435579) (katzj)
7812     - Refresh po (katzj)
7813     - Fix traceback leaving task selection screen (#435556) (katzj)
7814     - More ext4 vs ext4dev nonsense. (#435517) (katzj)
7815     - Fix reverse name lookup. (pjones)
7816    
7817     * Thu Feb 28 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.41-1
7818     - Don't write out /etc/rpm/platform anymore. (katzj)
7819     - anaconda-runtime now needs yum-utils (katzj)
7820     - Add 'testiso' target (katzj)
7821     - Remove rescue cd creation scripts (katzj)
7822     - Take --updates with location of additional updates beyond the package
7823     set used (katzj)
7824     - Change the ISOs we build (katzj)
7825     - Take advantage of yum repos being available (katzj)
7826     - Allow recovery from some missing repodata conditions. (clumens)
7827     - Rework the repo editor screen to be more modular. (clumens)
7828     - Move doPostImages to be run after the second stage build (katzj)
7829     - Ensure that group info for txmbrs is accurate after we reset (katzj)
7830     - Fix backwards logic for yum verbosity (katzj)
7831     - No more arc (#435175) (katzj)
7832     - Remove an unused method. (clumens)
7833    
7834     * Tue Feb 26 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.40-1
7835     - Use non-deprecated HAL properties. (notting)
7836     - More crud to deal with the fact that rawhide trees are composed weird (katzj)
7837     - Gtk does not have the error type, use custom with proper
7838     icons. (#224636) (msivak)
7839    
7840     * Mon Feb 25 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.39-1
7841     - Fix up symlinks that could be broken with our movement here (#434882) (wwoods)
7842     - pvops xen uses hvc as its console (#434763) (katzj)
7843     - Follow symlinks when looking for the anaconda-runtime package. (jkeating)
7844    
7845     * Sun Feb 24 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.38-1
7846     - Write out UUID in the fstab (#364441) (katzj)
7847     - Add support for getting UUID using libblkid (katzj)
7848     - Fix calculation of sizes of LVs when resizing (#433024) (katzj)
7849     - Add back some bits for text mode (katzj)
7850     - Remove advanced bootloader bits (katzj)
7851     - Add support for actually changing where the boot loader gets
7852     installed as well (katzj)
7853     - Less text. (katzj)
7854     - Reorder things a little, clean up spacing (katzj)
7855     - Use a tooltip instead of a long bit of text that most people
7856     don't read (katzj)
7857     - Remove advanced checkbox (katzj)
7858     - Switch the grub installation radio to be a checkbutton. Cleanups for
7859     grub only (katzj)
7860     - Lets redirect to /dev/null to ensure that what we get in DIR is the
7861     result of pwd. (jgranado)
7862     - Catch the error emmited by lvm tools during logical volume
7863     creation process (#224636). (msivak)
7864     - Don't try to lock /etc/mtab, fix error detection when mount fails. (clumens)
7865     - Don't append (null) to the NFS mount options. (clumens)
7866     - There's no need to wait if the last download retry failed. (clumens)
7867     - the '-o' is appended to the mount command in imount.c (jgranado)
7868     - Use full path to device for mount in findExistingRootPartitions. (dlehman)
7869     - Map preexisting encrypted devs before mounting everything
7870     in mountRootPartition. (dlehman)
7871     - Fix traceback on test mount in findExistingRootPartitions. (dlehman)
7872     - Use SHA-512 by default for password encryption. (dcantrell)
7873     - Clean up root password user interfaces. (dcantrell)
7874    
7875     * Tue Feb 19 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.37-1
7876     - Default to the right timezone when language is changed (#432158). (clumens)
7877     - Fix another text mode network config traceback (#433475). (clumens)
7878     - More scripts cleanups. (jgranado)
7879     - Remove more references to ARC (#433229). (clumens)
7880     - Mount flags should be an optional argument (#433279, #433280). (clumens)
7881     - We don't need productpath anymore, so stop taking it as an option (katzj)
7882     - Set yum output level based on whether or not we've passed --debug or
7883     not (katzj)
7884     - Clean up invocation of mk-images from buildinstall (katzj)
7885     - Clean up invocation of upd-instroot from buildinstall (katzj)
7886     - Remove some legacy stuff that's no longer relevant from
7887     .discinfo/.treeinfo (katzj)
7888     - Don't depend on product path for finding the anaconda-runtime
7889     package (katzj)
7890     - Make buildinstall a little clearer (katzj)
7891     - Use $LIBDIR instead of lib globbing to avoid problems with chroots (katzj)
7892     - Add some error handling around populateTs. (clumens)
7893    
7894     * Thu Feb 14 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.36-1
7895     - Fix up firmware inclusion. This didn't actually ever work. (katzj)
7896     - Fix up the groff related stuff for man pages to be done in the correct
7897     place (katzj)
7898     - remove yumcache (katzj)
7899     - Don't do fixmtimes anymore (katzj)
7900     - Don't compress translations (katzj)
7901     - Don't manually duplicate things from package %%post scripts (katzj)
7902     - Remove some unused options (--discs and --buildinstdir) (katzj)
7903     - Keep /etc/nsswitch.conf and /etc/shells (katzj)
7904     - Stop forcing passive mode for FTP by patching urllib (katzj)
7905     - We don't use timezones.gz anymore anywhere (katzj)
7906     - We shouldn't need to remove files that are only in -devel packages (katzj)
7907     - Remove some obsolete files from the list to clean up noise in the
7908     output (katzj)
7909     - We want nss bits on all arches these days (katzj)
7910     - Just use default /etc/nsswitch.conf and /etc/shells (katzj)
7911     - alpha should have translations probably (katzj)
7912     - Remove some things that aren't used anymore (katzj)
7913     - Don't run pkgorder as a part of buildinstall anymore (katzj)
7914     - Remove duplicate file from the file lists (katzj)
7915     - Don't use the static versions of these anymore as they're likely to go
7916     away (katzj)
7917     - Remove weird s390 hack that shouldn't be needed any more (katzj)
7918     - Make makebootfat less noisy (katzj)
7919     - Get rid of dangling fobpath stuff; now that we're not mounting to
7920     create (katzj)
7921     - Ignore .bak files created by glade (katzj)
7922     - Get rid of duplication for yaboot stuff to make scripts less noisy (katzj)
7923     - Correct internationalization of exception handler text (msw)
7924     - More fixing of mount paths (#432720) (katzj)
7925     - securitylevel -> firewall in the spec file. (clumens)
7926     - Include util-linux-ng, which contains mount (#432720). (clumens)
7927     - When mounting stage2 on loopback, add -o loop to mount opts. (clumens)
7928    
7929     * Tue Feb 12 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.35-1
7930     - Fix the build (katzj)
7931    
7932     * Tue Feb 12 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.34-1
7933     - Handle modules with more than one description (#432414) (katzj)
7934     - Finish HDISO installs, at least for DVDs (#431132). (clumens)
7935     - Move migration to before mounting filesystems (katzj)
7936     - Fix silly thinko in Eric's patch (katzj)
7937     - Allow ext3->ext4 upgrades (sandeen)
7938     - Do the man pages in rescue mode the right way. (jgranado)
7939     - Merge branch 'master' of ssh://git.fedorahosted.org/git/anaconda (notting)
7940     - Use /etc/adjtime as the configuration file for UTC/not-UTC. (notting)
7941     - Remove all our own mount code. (clumens)
7942     - Use the mount program instead of our own code. (clumens)
7943     - Add the real mount programs to stage1. (clumens)
7944     - Use the correct variables to get the ipv6 info. (#432035) (jgranado)
7945     - Update error messages to match function names. (dcantrell)
7946     - Rename nl.c to iface.c and functions to iface_* (dcantrell)
7947     - In rescue mode, show interface configuration (#429953) (dcantrell)
7948     - Add qla2xxx firmware (#377921) (katzj)
7949     - Rename base repo (#430806). (clumens)
7950     - Remove dep on anaconda from pkgorder (katzj)
7951     - Remove no longer used dumphdrlist script (katzj)
7952    
7953     * Thu Feb 07 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.33-1
7954     - Fix error message on continuing after changing cds with mediacheck (katzj)
7955     - Fix the progress bar during mediacheck (#431138) (katzj)
7956     - Ensure we disable SELinux if the live image isn't using it (#417601) (katzj)
7957     - Correct nl_ip2str() cache iteration. (dcantrell)
7958     - Check the fstype of the live image (katzj)
7959     - Check for device existence rather than starting with /dev (katzj)
7960     - The FL_TEXT flag has no reason to be here. (#207657) (jgranado)
7961     - Don't traceback when getLabels is called with DiskSet.anaconda set
7962     to None. (dlehman)
7963     - Pass arguments correctly to anaconda (katzj)
7964     - Cancel on escape being pressed with autopart resizing (katzj)
7965    
7966     * Wed Feb 06 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.32-1
7967     - Make passwordEntry appear on the exn saving screen. (clumens)
7968     - Don't allow disabling default repositories. (clumens)
7969     - Make loopback device purposes line up with what stage2 expects. (clumens)
7970     - Fix methodstr handling for hdiso installs (#431132). (clumens)
7971     - Remove our own DNS functions, since glibc's are available now. (clumens)
7972    
7973     * Tue Feb 05 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.31-1
7974     - Copy over repodata from media after the install is done (#381721) (katzj)
7975     - Add resizing support in autopartitioning (katzj)
7976     - Fix test mode with python-fedora installed (katzj)
7977     - Add support for encrypted devices in rescue mode (dlehman).
7978     - Allow creation of LUKSDevice with no passphrase. (dlehman)
7979     - Fix hdiso installs in loader and in methodstr (#431132). (clumens)
7980     - Avoid infinite loop in nl_ip2str(). (dcantrell)
7981     - Force users to set a hostname (#408921) (dcantrell)
7982     - Forward-port RHEL-5 fixes for s390x issues. (dcantrell)
7983     - fsset.py tweaks for ext4dev & xfs (sandeen)
7984     - When editing the raid partitions show raid memebers. (#352721) (jgranado)
7985     - mdadm to create the mdadm.conf (#395881) (jgranado)
7986    
7987     * Wed Jan 30 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.30-1
7988     - Initialize int in doConfigNetDevice() to fix compiler warnings. (dcantrell)
7989    
7990     * Wed Jan 30 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.29-1
7991     - Handle putting updates ahead of anaconda in the updates= case too. (clumens)
7992     - Make sure the device name starts with /dev (#430811). (clumens)
7993     - Revert "Initial support for network --bootproto=ask (#401531)." (clumens)
7994     - (#186439) handle lv names with "-" when doing kickstart. (jgranado)
7995     - Remove the last references to makeDevInode (#430784). (clumens)
7996     - Don't traceback trying to raise an exception when making
7997     users (#430772). (clumens)
7998    
7999     * Mon Jan 28 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.28-1
8000     - Go back to the method screen if back is hit on nfs config (#430477). (clumens)
8001     - Fix dmidecode dependency (#430394, Josh Boyer <jwboyer)
8002    
8003     * Fri Jan 25 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.27-1
8004     - Fix generation of stage1 images. (notting)
8005     - Fix a typo in mk-images. (clumens)
8006     - Allow removing packages by glob now that yum supports it. (clumens)
8007    
8008     * Thu Jan 24 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.26-1
8009     - Fix a traceback on the driver selection screen (#428810). (clumens)
8010     - Map 'nousb', 'nofirewire', etc. to be proper module blacklists. (notting)
8011     - Clean off leading and trailing whitespace from descriptions. (notting)
8012     - Write out /etc/rpm/platform on livecd installs. (clumens)
8013    
8014     * Wed Jan 23 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.25-1
8015     - Include new firstboot module. (clumens)
8016     - Conditionalize ntfsprogs as not all arches include it. (clumens)
8017     - Remove kudzu-probe-stub. (clumens)
8018     - Remove rogue references to kudzu. (clumens)
8019     - Add dogtail support (#172891, #239024). (clumens)
8020     - Fix some error reporting tracebacks. (clumens)
8021    
8022     * Tue Jan 22 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.24-1
8023     - Avoid possible SIGSEGV from empty loaderData values. (dcantrell)
8024     - Do not require glib2-devel for building. (dcantrell)
8025     - Use libnl to get interface MAC and IP addresses (dcantrell)
8026     - Don't refer to the libuser.conf when creating users (#428891). (clumens)
8027     - pcspkr works (or isn't even present), per testing on #fedora-devel (notting)
8028     - Inline spufs loading for ppc. (notting)
8029     - Load iscsi_tcp, so that iSCSI actually works (notting)
8030     - inline ipv6 module loading (notting)
8031     - If we execWith a program, require the package containing it. (clumens)
8032     - Add a repository editor. (clumens)
8033     - Add the default repo to the UI so it can be edited later. (clumens)
8034     - Fix non-latin-1 locale display in the loader. (notting)
8035     - Make sure anaconda has precedence in the search path (#331091). (clumens)
8036     - When starting RAID arrays, the device node may not already exist. (notting)
8037     - Fix a typo that's breaking kickstart network installs. (clumens)
8038     - Don't allow backing up to partitioning (#429618). (clumens)
8039     - Update font paths. (clumens)
8040    
8041     * Mon Jan 21 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.23-1
8042     - Try to fix a problem creating users via kickstart (#428891, clumens)
8043     - Fix a loader segfault doing kickstart nfs installs (clumens)
8044     - Move more interactive steps ahead of partitioning (clumens)
8045     - If we can't possibly add advanced devices, don't offer it (#429210, clumens)
8046     - Don't flush after rescanning so recently attached disks are
8047     available (clumens)
8048     - If bootproto is dhcp, unset any static settings (#218489, dcantrell)
8049     - Add some groups to pkgorder to make the CDs come out right (pjones)
8050     - Fix traceback when using non-encrypted RAID (notting)
8051     - Complete the patch for dhcptimeout (#198147, #254032, msivak)
8052    
8053     * Wed Jan 16 2008 David L. Cantrell Jr. <dcantrell@redhat.com> - 11.4.0.22-1
8054     - Require the latest libdhcp (dcantrell)
8055     - Don't set currentMedia when we're on a network install (#428927, clumens)
8056     - Don't offer two reboot options (clumens)
8057     - Remove fsopts that are already defaults (#429039, clumens)
8058     - Remove isofs module to get rid of a FATAL message (clumens)
8059     - Add the crc32c kernel module for iscsi (#405911, clumens)
8060     - Add MAC address to the network device selection screen (#428229, clumens)
8061     - Initial support for network --bootproto=ask (#401531, clumens)
8062     - Remove an extra newline (clumens)
8063     - Add firstaidkit to the rescue image (jgranado)
8064     - Fix the progress bar to hit 100%% on the last package (#428790, clumens)
8065     - Add some output so the startup delay doesn't seem quite so long (clumens)
8066     - Initial kickstart support for encrypted partitions (clumens)
8067    
8068     * Mon Jan 14 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.21-1
8069     - Inherit from the right versions of pykickstart classes (clumens)
8070     - Update for nss files moving to /lib (clumens)
8071     - Remove unneeded arguments from detectHardware function (notting)
8072     - Symlink all udev support binaries to udevadm (notting)
8073     - /sbin/restorecon on /etc/modprobe.d (notting)
8074     - Add the kickstart syntax version to the kickstart file (clumens)
8075     - Require latest libdhcp to fix x86_64 SIGABRT problems
8076    
8077     * Sun Jan 13 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.20-1
8078     - Install new udev paths so HAL can talk to it (notting)
8079     - Also get DSO deps for setuid binaries (like X). (clumens)
8080     - Fix a bunch of pychecker errors. (clumens)
8081    
8082     * Fri Jan 11 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.19-1
8083     - Make sure the arch is listedat the top of all loader screens. (clumens)
8084     - Add the version number really early in the log file too. (clumens)
8085     - Require latest libdhcp (dcantrell)
8086     - Add nicdelay parameter to loader, so we can wait before sending DHCP
8087     requests. (msivak)
8088     - Add dhcpdelay to loader so we can modify the default dhcp timeout
8089     (#198147, #254032). (msivak)
8090     - Fix the selected device when disabling entries in Add advanced drive
8091     dialog. (#248447) (msivak)
8092     - Include mkfs.gfs2 (#356661). (clumens)
8093     - Use the new default Japanese font (#428070). (clumens)
8094     - More urlinstall loader fixes. (clumens)
8095    
8096     * Wed Jan 09 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.18-1
8097     - Fix encrypted autopart traceback. (dlehman)
8098     - Allow for better recovery if the CD/DVD is bad. (clumens)
8099     - If downloading the updates image fails, prompt for a new location. (clumens)
8100     - X now relies on libpciaccess, so add it to our list. (clumens)
8101     - Erase temporary packages after installing them on all methods. (clumens)
8102    
8103     * Mon Jan 07 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.17-1
8104     - Make text mode root password dialog default match GUI. (clumens)
8105     - Fix a segfault in making the URL dialog box. (clumens)
8106    
8107     * Sun Jan 06 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.16-1
8108     - Fix checking the timestamps on split media installs. (clumens)
8109     - Fix reference to isodir to avoid a post-install traceback. (clumens)
8110     - Use a better test when populating the URL panel in loader. (clumens)
8111     - Don't use error messages from dosfslabel as the label (#427457). (clumens)
8112     - No longer require kudzu (#427680). (clumens)
8113    
8114     * Thu Jan 03 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.15-1
8115     - Require latest libdhcp (#378641) (dcantrell)
8116    
8117     * Thu Jan 03 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.14-1
8118     - Precreate /etc/modprobe.d in installroot (jkeating)
8119     - 'import sets' in image.py (jkeating)
8120     - Fix traceback when displaying required media (clumens)
8121    
8122     * Tue Jan 01 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.13-1
8123     - Make it obvious which partitions are being formatted and encrypted (katzj)
8124     - Set initial sensitivity of encrypt button correctly (katzj)
8125     - Fix traceback on invalid passphrase (#426887) (katzj)
8126     - Use mkstemp() instead of tempnam() (katzj)
8127     - Don't resize filesystems which are being formatted (#426466) (katzj)
8128     - Add cracklib-dicts (#426444) (katzj)
8129     - Fix build (notting)

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