/[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.16 - (hide annotations) (download)
Sat Apr 19 02:44:23 2014 UTC (10 years, 1 month ago) by wellsi
Branch: MAIN
CVS Tags: anaconda-13_21_215-1_el6_sme_12
Changes since 1.15: +6 -1 lines
* Fri Apr 18 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.12
- Modify installer language search path [SME: 8231]

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

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