/[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.19 - (show annotations) (download)
Fri Mar 27 17:30:40 2015 UTC (9 years, 2 months ago) by vip-ire
Branch: MAIN
CVS Tags: anaconda-13_21_229-1_el6_sme_2
Changes since 1.18: +6 -1 lines
* Fri Mar 27 2015 Daniel Berteaud <daniel@firewall-services.com> - 13.21.229-1.el6.sme.2
- Include missing libfreeblpriv3.so in install.img [SME: 8884]

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

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