/[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.28 - (hide annotations) (download)
Sat Apr 8 23:53:17 2017 UTC (7 years, 2 months ago) by unnilennium
Branch: MAIN
Changes since 1.27: +65 -15 lines
* Sat Apr 8 2017 Jean-Philippe Pialasse <tests@pialasse.com> - 13.21.263-1.sme.1
- Rebase on upstream 13.21.263-1 [SME: 10214]

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

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