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

Contents of /rpms/anaconda/sme9/anaconda.spec

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


Revision 1.14 - (show annotations) (download)
Sat Mar 29 23:07:17 2014 UTC (10 years, 2 months ago) by wellsi
Branch: MAIN
CVS Tags: anaconda-13_21_215-1_el6_sme_10
Changes since 1.13: +9 -1 lines
* Sat Mar 29 2014 Ian Wells <esmith@wellsi.com> - 13.21.215-1.el6.sme.10
- Prevent upgrades from too old versions [SME: 8038]
- Also modify whitespace in textw/upgrade_text.py

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

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