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

Contents of /rpms/anaconda/sme8/anaconda.spec

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


Revision 1.25 - (show annotations) (download)
Fri Oct 11 05:10:09 2013 UTC (10 years, 8 months ago) by wellsi
Branch: MAIN
Changes since 1.24: +176 -12 lines
Update to anaconda-11.1.2.259

1 Name: anaconda
2 Version: 11.1.2.259
3 Release: 1%{?dist}
4 License: GPL
5 Summary: Graphical system installer
6 Group: Applications/System
7 Source: anaconda-%{version}.tar.bz2
8 Patch1: anaconda-centos-syslinux-msg.patch
9 Patch2: anaconda-centos-installclasses-2.patch
10 Patch3: anaconda-centos-regkey.patch
11 Patch4: anaconda-centos-centos-branding-po_files_5.6.patch
12 Patch5: anaconda-centos-inst-type.patch
13 Patch6: anaconda-centos-task.patch
14 Patch7: anaconda-centos-removeStatusText.patch
15
16 BuildPreReq: kudzu-devel >= 1.2.57.1.26-7, pciutils-devel >= 3.1.7-3
17 BuildPreReq: bzip2-devel, e2fsprogs-devel, python-devel, gtk2-devel
18 BuildPreReq: rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11
19 BuildPreReq: rhpl, booty, libxml2-python, zlib-devel, elfutils-devel
20 BuildPreReq: beecrypt-devel, libselinux-devel >= 1.6, libX11-devel
21 BuildPreReq: libXxf86misc-devel, intltool >= 0.31.2-3, python-urlgrabber
22 BuildPreReq: pykickstart >= 0.43.8, yum >= 2.9.2, device-mapper >= 1.01.05-3,
23 BuildPreReq: libsepol-devel
24 BuildPreReq: pango-devel, pirut, libXt-devel, slang-devel >= 2.0.6-2
25 BuildPreReq: libdhcp-devel >= 1.20-13, mkinitrd-devel >= 5.1.2-1
26 BuildPreReq: audit-libs-devel, libnl-devel >= 1.0-0.10.pre5.5
27 BuildPreReq: libdhcp6client >= 1.0.10-17
28 %ifnarch s390 s390x
29 BuildPreReq: iscsi-initiator-utils >= 6.2.0.871-0.0
30 %endif
31 Requires: rpm-python >= 4.2-0.61, rhpl >= 0.170, booty
32 Requires: parted >= 1.7.1, pyparted >= 1.7.2
33 Requires: kudzu >= 1.2.57.1.26-7, yum >= 2.9.2, pirut >= 1.1.0
34 Requires: libxml2-python, python-urlgrabber
35 Requires: system-logos, pykickstart, system-config-date
36 Requires: device-mapper >= 1.01.05-3
37 Requires: dosfstools >= 2.11-6.2 e2fsprogs
38 Requires: e4fsprogs
39 Requires: python-pyblock >= 0.26-1
40 Requires: libbdevid >= 5.1.2-1, libbdevid-python
41 Requires: audit-libs
42 %ifnarch s390 s390x ppc64
43 Requires: rhpxl >= 0.25
44 %endif
45 Obsoletes: anaconda-images <= 10
46 Url: http://fedoraproject.org/wiki/Anaconda
47
48
49 # SME specific patches
50 Patch1001: 0001-No-warnings-if-kernel-not-upgraded.patch
51 Patch1002: 0002-No-warnings-if-unable-to-remove-rpm-databases.patch
52 Patch1003: 0003-Always-pick-best-arch-for-package.patch
53 Patch1004: 0004-Allow-creating-mounting-degraded-raid-arrays.patch
54 Patch1005: 0005-Start-boot-raid-device-first-so-it-will-be-in-sync-f.patch
55 Patch1006: 0006-Automatically-upgrade-bootloader-if-necessary.patch
56 Patch1007: 0007-Log-yum-errors-don-t-bother-user-with-them.patch
57 Patch1008: 0008-Search-for-language-updates-on-upgrade-disk.patch
58 Patch1009: 0009-Force-time-to-be-based-on-UTC.patch
59 Patch1010: 0010-Add-final-warning-before-installing.patch
60 Patch1011: 0011-Make-install-headless-but-still-write-keyboard-info-.patch
61 Patch1012: 0012-Make-install-window-wider.patch
62 Patch1013: 0013-Don-t-email-root-on-raid-events.patch
63 Patch1014: 0014-Make-boot-loader-use-SME-labels.patch
64 Patch1015: 0015-Determine-upgradability-of-SME-server.patch
65 Patch1016: 0016-Run-SME-post-install-scripts-on-kickstart-install-up.patch
66 Patch1017: 0017-Limit-languages-to-those-supported-by-SME.patch
67 Patch1018: 0018-All-attached-disks-reformat-warning.patch
68
69 BuildRoot: %{_tmppath}/anaconda-%{PACKAGE_VERSION}
70
71 %description
72 The anaconda package contains the program which was used to install your
73 system. These files are of little use on an already installed system.
74
75 %package runtime
76 Summary: Graphical system installer portions needed only for fresh installs.
77 Group: Applications/System
78 AutoReqProv: false
79 Requires: libxml2-python, python, rpm-python >= 4.2-0.61
80 Requires: anaconda = %{version}-%{release}
81 Requires: createrepo >= 0.4.3-3.1, squashfs-tools, mkisofs
82 %ifarch %{ix86} x86_64
83 Requires: syslinux, syslinux-perl
84 %endif
85 %ifarch s390 s390x
86 Requires: openssh
87 %endif
88 Requires: /usr/bin/strip, xorg-x11-font-utils, netpbm-progs
89 Requires: xml-common
90 Requires: libxml2
91 Requires(post): /usr/bin/xmlcatalog
92 Requires(postun): /usr/bin/xmlcatalog
93
94 %description runtime
95 The anaconda-runtime package contains parts of the installation system which
96 are needed for installing new systems. These files are used to build media
97 sets, but are not meant for use on already installed systems.
98
99 %prep
100 %global _default_patch_fuzz 2
101 %setup -q
102 %patch1 -p1
103 %patch2 -p1
104 %patch3 -p1
105 %patch4 -p1
106 %patch5 -p1
107 %patch6 -p1
108 %patch7 -p1
109
110 # SME specific patches
111 %patch1001 -p1
112 %patch1002 -p1
113 %patch1003 -p1
114 %patch1004 -p1
115 %patch1005 -p1
116 %patch1006 -p1
117 %patch1007 -p1
118 %patch1008 -p1
119 %patch1009 -p1
120 %patch1010 -p1
121 %patch1011 -p1
122 %patch1012 -p1
123 %patch1013 -p1
124 %patch1014 -p1
125 %patch1015 -p1
126 %patch1016 -p1
127 %patch1017 -p1
128 %patch1018 -p1
129
130 %build
131 make depend
132 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
133
134 %install
135 rm -rf $RPM_BUILD_ROOT
136 make DESTDIR=$RPM_BUILD_ROOT install
137 #strip $RPM_BUILD_ROOT/usr/sbin/ddcprobe
138
139 strip $RPM_BUILD_ROOT/usr/lib/anaconda/*.so
140
141 %clean
142 rm -rf $RPM_BUILD_ROOT
143
144 %post runtime
145 CATALOG=/etc/xml/catalog
146 /usr/bin/xmlcatalog --noout --add "rewriteSystem" \
147 "comps.dtd" \
148 "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
149 /usr/bin/xmlcatalog --noout --add "rewriteURI" \
150 "comps.dtd" \
151 "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
152
153 %postun runtime
154 if [ $1 = 0 ]; then
155 CATALOG=/etc/xml/catalog
156 /usr/bin/xmlcatalog --noout --del \
157 "/usr/share/xml/comps/1.0/comps.dtd" $CATALOG || :
158 fi
159
160 %files
161 %defattr(-,root,root)
162 %doc COPYING
163 %doc ChangeLog
164 %doc docs/command-line.txt
165 %doc docs/install-methods.txt
166 %doc docs/kickstart-docs.txt
167 %doc docs/mediacheck.txt
168 %doc docs/anaconda-release-notes.txt
169 /usr/bin/mini-wm
170 /usr/sbin/anaconda
171 %ifarch i386
172 /usr/sbin/gptsync
173 %endif
174 /usr/share/anaconda
175 /usr/share/locale/*/*/*
176 /usr/lib/anaconda
177
178 %files runtime
179 %defattr(-,root,root)
180 /usr/lib/anaconda-runtime
181 /usr/share/xml/comps
182
183 %triggerun -- anaconda < 8.0-1
184 /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
185
186 %changelog
187 * Thu Oct 10 2013 Ian Wells <esmith@wellsi.com> 11.1.2.259-1.el5.sme
188 - Apply SME patches to 11.1.2.259-1 [SME: 7882]
189 - Update warning about re-formatting attached hard drives [SME: 4788]
190 - Increase fuzz to allow package to build [SME: 7853]
191 - No warnings if kernel not upgraded
192 (recreate initrd if kernel was installed)
193 - No warnings if unable to remove rpm databases
194 - Always pick best arch for package
195 - Allow creating/mounting degraded raid arrays
196 (log info about degraded arrays instead of not starting them)
197 - Start /boot raid device first so it will be in sync for grub install
198 - Automatically upgrade bootloader if necessary
199 - Log install errors but don't bug user about them
200 - Search for language updates on upgrade disk
201 - Force time to be based on UTC
202 - Add final warning before installing
203 - Make install headless but still write keyboard info out
204 (don't ask us to use vnc mode)
205 - Make install window wider
206 (fix titlebar spacing)
207 - Don't email root on raid events
208 - Make boot loader use SME labels
209 - Determine upgradability of SME server
210 (change erase disks to upgrade dialog)
211 - Run SME post-install scripts on kickstart install/upgrade
212 - Limit languages to those supported by SME
213
214 * Thu Jan 10 2013 Karanbir Singh <kbsingh@centos.org> 11.1.2.259-1.el5.centos
215 - Build for CentOS-5.9
216
217 * Tue Nov 14 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.259-1
218 - Revert 5737408dd5293e5d003d552d3ea919c01417d9d4 targeting gfs support (vpodzime)
219 Related: rhbz#754213
220 - Revert 64aa1c709a30f3fb6604a2dde13d780fabdcc4af targeting gfs support (vpodzime)
221 Related: rhbz#754213
222
223 * Tue Nov 13 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.258-1
224 - Add extra modules that are not in the kernel package (vpodzime)
225 Related: rhbz#754213
226
227 * Thu Nov 8 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.257-2
228 - Require syslinux-perl in anaconda (rvykydal)
229 Related: rhbz#872225
230
231 * Wed Nov 7 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.257-1
232 - Include syslinux-perl from split syslinux package (rvykydal)
233 Resolves: rhbz#872225
234 - Don't remove files from the kmod-gfs package (vpodzime)
235 Related: rhbz#754213
236
237 * Wed Sep 19 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.256-1
238 - Create /dev/* symlinks after we mount tmpfs on /dev (vpodzime)
239 Resolves: rhbz#784159
240
241 * Mon Sep 17 2012 David Cantrell <dcantrell@redhat.com> 11.1.2.255-1
242 - Increase size of diskboot.img (jkeating)
243 Resolves: rhbz#812719
244 - Disable Encryption on SW RAID (bcl)
245 Resolves: rhbz#771901
246
247 * Tue Aug 21 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.254-1
248 - Load and probe hyperv bus (VM_BUS) (#824880)
249 Related: rhbz#824880
250
251 * Fri Aug 10 2012 Radek Vykydal <rvykydal@redhat.com> 11.1.2.253-2
252 - New kudzu is needed to support in-box MS PV drivers (rvykydal)
253 Related: rhbz#824880
254
255 * Fri Jul 27 2012 Martin Gracik <mgracik@redhat.com> 11.1.2.253-1
256 - Syslinux changed paths from /usr/lib to /usr/share (mgracik)
257 Resolves: rhbz#843290
258 - Install and enable openibd service if IPoIB is used (rvykydal)
259 Resolves: rhbz#788871
260 - Do not add unresolvable hostname to 127.0.0.1 of /etc/hosts (rvykydal)
261 Resolves: rhbz#750681
262 - Fix NFS mounting (jkeating)
263 Resolves: rhbz#841136
264 - Add the Hyper-V drivers (mgracik)
265 Resolves: rhbz#824880
266 - Comment out the fstab lines with unknown filesystem rather then ignoring them (vpodzime)
267 Resolves: rhbz#754213
268
269 * Wed Jun 27 2012 Martin Gracik <mgracik@redhat.com> 11.1.2.252-1
270 - Add gfs support (vpodzime)
271 Resolves: rhbz#754213
272 - Fix handling of invalid bios disks (jkeating)
273 Resolves: rhbz#819721
274
275 * Mon Jun 18 2012 Martin Gracik <mgracik@redhat.com> 11.1.2.251-2
276 - Change limit for ext[34] to 16T and use mkfs.ext3 when formating ext3 (vpodzime)
277 Resolves: rhbz#769287
278 - Close dialogs as canceled if Esc is hit (vpodzime)
279 Resolves: rhbz#773573
280 - Do not remove filesystem labels set in kickstart (mgraciK)
281 Resolves: rhbz#797075
282 - getFilename takes no loglevel parameter (mgracik)
283 Resolves: rhbz#760496
284 - Add link to /proc/self/fd in /dev (mgracik)
285 Resolves: rhbz#784159
286
287 * Fri Dec 23 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.250-1
288 - Check if the anaconda attribute is set in YumSorter (mgracik)
289 Related: rhbz#756707
290
291 * Wed Dec 21 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.249-1
292 - Don't add packages from @conflicts group as dependencies (mgracik)
293 Resolves: rhbz#756707
294 - Do not create new iSCSI target when 'Esc' is hit (vpodzime)
295 Resolves: rhbz#768082
296 - Do not add drive when 'Esc' is hit in the Advanced Storage Options dialog (vpodzime)
297 Related: rhbz#768082
298 - Do nothing when 'Esc' is hit in partition dialog (vpodzime)
299 Resolves: rhbz#758106
300
301 * Tue Nov 15 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.248-1
302 - Handle %posttrans RPMCALLBACK_INST_OPEN_FILE properly (rvykydal)
303 Resolves: rhbz#506361
304
305 * Wed Nov 02 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.247-1
306 - Ignore duplicate opening of rpm package file (rvykydal)
307 Resolves: rhbz#506361
308
309 * Thu Oct 27 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.246-1
310 - Make sure fstype exists before we try to test it (mgracik)
311 Resolves: rhbz#718123
312 - Update getMaxLVSize from lvm1 to lvm2 (dlehman)
313 Resolves: rhbz#695299
314 - Fix "ignoredisk --only-use=___" handling (dcantrell)
315 Resolves: rhbz#738186
316 - We need portmap on all arches because of new NFS (msivak)
317 Resolves: rhbz#742889
318
319 * Thu Oct 20 2011 Martin Sivak <msivak@redhat.com> 11.1.2.245-2
320 - New kudzu is needed to detect FusionIO devices
321 Resolves: rhbz#707563
322
323 * Tue Oct 04 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.245-1
324 - Initialize useIPv6 device setting (rvykydal)
325 Resolves: rhbz#713120
326 - Accept dotted-quad netmask for IPv4 in loader UI (rvykydal)
327 Resolves: rhbz#719578
328
329 * Fri Sep 23 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.244-1
330 - Remove old labels before labeling disk entries (mgracik)
331 Resolves: rhbz#566668
332 - Honor kickstart key command for upgrade (rvykydal)
333 Resolves: rhbz#477748
334 - Shorten long NIC descriptions to 60. (akozumpl)
335 Related: rhbz#660684
336 - infiniband: bump kudzu version to the one that knows about IB. (akozumpl)
337 Related: rhbz#695388
338 Related: rhbz#660684
339 - infiniband: textual representation of an infiniband MAC is up to 60 bytes.
340 (akozumpl)
341 Related: rhbz#660684
342 - infiniband: some drivers imply other drivers (akozumpl)
343 Related: rhbz#660684
344 - Do not strip trailing zeros from XFS labels (dcantrell)
345 Resolves: rhbz#571513
346 - Remove call to detailedMessageWindow (dcantrell)
347 Resolves: rhbz#712443
348
349 * Wed Sep 14 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.243-2
350 - Require latest libdhcp (dcantrell)
351 Resolves: rhbz#737161
352
353 * Wed Sep 07 2011 Martin Gracik <mgracik@redhat.com> 11.1.2.243-1
354 - Suppress critical errors when guessing release notes names (akozumpl)
355 Resolves: rhbz#707143
356 - Add the Solarflare network module (mgracik)
357 Resolves: rhbz#714243
358 - Create /var/{log,run/rhsm} for subscription-manager (dcantrell)
359 Resolves: rhbz#708121
360 - Sanitize DASD device specifications (dcantrell)
361 Resolves: rhbz#689470
362 - Add /dev/stdin, /dev/stdout, /dev/stderr to initrd.img (dcantrell)
363 Resolves: rhbz#684220
364 - Single quote values in show_parms() in linuxrc.s390 (dcantrell)
365 Resolves: rhbz#681219
366 - Make execWithRedirect() append to the files. (akozumpl)
367 Resolves: rhbz#702024
368 - iscsi: with ibft, wait for link with waitForLink(). (akozumpl)
369 Resolves: rhbz#727774
370 - Fix pa_IN translation data (dcantrell)
371 Resolves: rhbz#711363
372 - Don't import partedUtils in list-harddrives-stub (mgracik)
373 Resolves: rhbz#709880
374 - BR libdhcp-1.20-12 (dcantrell)
375 Related: rhbz#694570
376 - And document the --no-ssh parameter, too. (clumens)
377 Resolves: rhbz#703082
378 - Add --no-ssh to the generated anaconda-ks.cfg. (clumens)
379 Resolves: rhbz#703081
380
381 * Mon Jun 27 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.242-1
382 - Bump the implementation limit on the number of modules in modLoaded (akozumpl)
383 Resolves: rhbz#716836
384
385 * Fri Jun 24 2011 David Cantrell <dcantrell@redhat.com> 11.1.2.241-1
386 - Load all kernel crypto modules, do not include testmgr modules (dcantrel)
387 Resolves: rhbz#703782
388
389 * Tue Jun 21 2011 David Cantrell <dcantrell@redhat.com> 11.1.2.240-1
390 - Include all kernel crypto modules for LUKS devices
391 Resolves: rhbz#703782
392
393 * Mon Jun 6 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.239-1
394 - Create /dev nodes after DUDs are processed (msivak)
395 Resolves: rhbz#707563
396
397 * Thu Jun 2 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.238-1
398 - edit partition UI: do not create the "Encrypt" check button twice. (akozumpl)
399 Resolves: rhbz#709361
400
401 * Tue May 31 2011 David Cantrell <dcantrell@redhat.com> 11.1.2.237-1
402 - Add driver for Intel Patsburg SAS Controller Unit driver. (dcantrel)
403 Resolves: rhbz#707790
404
405 * Fri May 20 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.236-1
406 - Remove a worthless, traceback-causing line.
407 Related: rhbz#572862
408
409 * Tue May 17 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.235-1
410 - Add "rhsm" to the list of things-to-link-into-/etc (wwoods)
411 Resolves: #670973
412
413 * Fri May 13 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.234-1
414 - libz.so.1 is in /lib now (akozumpl)
415 Resolves: rhbz#704151
416 - Add more files required by subscription_manager (wwoods)
417 Resolves: rhbz#670973
418 - correctly include /usr/share/rhsm/subscription_manager (wwoods)
419 Related: rhbz#670973
420
421 * Thu May 12 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.233-1
422 - fix uninitialized self.inum in rhel.py:repoIsAllowed() (akozumpl)
423 Resolves: rhbz#703253
424 - Use static busybox, not busybox-anaconda (mgracik)
425 Resolves: rhbz#500527
426 - Disable iscsi on s390x (akozumpl)
427 Resolves: rhbz#703135
428
429 * Thu Apr 28 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.232-1
430 - Do not show "missing media" message when unknown media is needed for package. (msivak)
431 Resolves: rhbz#617262
432 - Perform group removals at the beginning of every transaction (clumens)
433 Resolves: rhbz#642224
434 - Filter kickstart-provided repos through the installation key (clumens)
435 Resolves: rhbz#452983
436
437 * Mon Apr 11 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.231-1
438 - Run subscription-manager 'product-id' plugin during install (wwoods)
439 Resolves: rhbz#670973
440 - infiniband: drivers for Mellanox, QLogic and IBM cards. (akozumpl)
441 Related: rhbz#660684
442
443 * Thu Apr 7 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.230-1
444 - Fix AttributeError (no str.rpartition in python 2.4)
445 Resolves: rhbz#693655
446 - Add busybox to initrd
447 Resolves: rhbz#500527
448 - Ensure kernel-xen is the default kernel for Xen guests
449 Resolves: rhbz#480031
450
451 * Fri Apr 1 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.229-1
452 - Fix shlex traceback if pxeboot cmdline ends in a quote (wwoods)
453 Resolves: rhbz#500198
454 - Honor kickstart noipv6 option for media installs (rvykydal)
455 Resolves: rhbz#677653
456 - Quote ETHTOOL_OPTS value in stage 2 (mmatsuya)
457 Resolves: rhbz#674473
458 - Fix ZeroDivisionError with tiny management LUNs (wwoods)
459 Resolves: rhbz#636984
460 - Write OPTIONS for s390x net devs on non-network install methods (dcantrell)
461 Resolves: rhbz#649301
462
463 * Fri Mar 18 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.228-1
464 - Include and initialize the IP over Infiniband module. (akozumpl)
465 Related: rhbz#660684
466
467 * Fri Mar 11 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.227-1
468 - Fix waiting for a cdrom with a ks file to come up. (akozumpl)
469 Resolves: rhbz#658398
470 - When the back button is pressed, undo deps. (mmatsuya)
471 Resolves: rhbz#603177
472 - Add global vars to retain parsed /proc/cmdline (bcl)
473 Related: rhbz#569883
474 - Convert earlyModuleLoad to use cmdline_argv (bcl)
475 Related: rhbz#569883
476 - Check blacklist= for the module name before loading it (bcl)
477 Related: rhbz#569883
478 - Write /tmp/anaconda.conf (bcl)
479 Related: rhbz#569883
480 - Copy module blacklist to target system (bcl)
481 Resolves: rhbz#569883
482 - Allow blocking the ssh port through kickstart (clumens)
483 Resolves: rhbz#485086
484 - Use tune4fs for ext4 filesystems (bcl)
485 Resolves: rhbz#616184
486 - Add tune4fs to install images (bcl)
487 Resolves: rhbz#616184
488 - Set selinux context on iptables files (bcl)
489 Resolves: rhbz#658084
490
491 * Thu Mar 3 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.226-1
492 - Use getDiskPart() from bootyutil. (akozumpl)
493 Related: rhbz#572862
494 - Validate the user-chosen name of an mpath device. (akozumpl)
495 Related: rhbz#572862
496 - Do not lose selection in the bootloader's drive order dialog (akozumpl)
497 Resolves: rhbz#583837
498 - Make sure we select the right net device when iBFT is used (mmatsuya)
499 Signed-Off-By: Martin Sivak <msivak@redhat.com>
500 Resolves: rhbz#643774
501 - Use DISPATCH_NOOP if we go back to the doReIPL step (mgracik)
502 Resolves: rhbz#654685
503
504 * Fri Feb 25 2011 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.225-1
505 - CD -> disc in the required media message (clumens).
506 Resolves: rhbz#641412
507
508 * Mon Dec 20 2010 Radek Vykydal <dcantrell@redhat.com> 11.1.2.224-1
509 - noeject overrides kickstart eject (bcl)
510 Related: rhbz#477887
511 - Pass --noeject to anaconda (bcl)
512 Related: rhbz#477887
513
514 * Thu Dec 16 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.223-1
515 - Rebuild for latest kudzu and pciutils (pciutils ABI change)
516 Related: rhbz#663395
517
518 * Thu Dec 13 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.222-1
519 - Japanese translations were completed (transifex)
520 Resolves: rhbz#661199
521
522 * Thu Dec 9 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.221-1
523 - Japanese translations were updated (transifex)
524 Resolves: rhbz#661199
525
526 * Mon Dec 6 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.220-1
527 - Gtk package %post script has changed (rvykydal)
528 Resolves: rhbz#659309
529
530 * Tue Nov 30 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.219-1
531 - Generate correct initrd.addrsize file for System z (dcantrell)
532 Related: rhbz#647827
533
534 * Tue Nov 16 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.218-1
535 - Append to modprobe.conf rather than overwrite it (dcantrell)
536 Related: rhbz#537887
537
538 * Thu Nov 11 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.217-1
539 - Fix generic.ins for s390 LPAR installations (dcantrell)
540 Resolves: rhbz#647827
541 - Fix gateway ping test for layer3 vswitch users (dcantrell)
542 Resolves: rhbz#643961
543 - Disable IPv6 modules for 'noipv6' in /etc/modprobe.conf (dcantrell)
544 Resolves: rhbz#537887
545 - Document noeject (bcl)
546 Resolves: rhbz#647232
547
548 * Tue Sep 28 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.216-1
549 - Don't immediately retry on downloading a package. (clumens)
550 Resolves: rhbz#544323
551 - Make sure we can go back to a previous step before doing so (clumens)
552 Resolves: rhbz#537889
553 - Check for and complain about package scriptlet errors (clumens)
554 Resolves: rhbz#531599
555
556 * Mon Sep 20 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.215-1
557 - Add python-libs package, python package has been split (rvykydal)
558 Resolves: rhbz#634827
559
560 * Wed Sep 8 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.214-1
561 - Add noeject support to cdrom eject handling (bcl)
562 Resolves: rhbz#477887
563 - Add noeject support to loader2 (bcl)
564 Related: rhbz#477887
565 - Resolve kernel dependencies in pkgorder (mgracik)
566 Resolves: rhbz#491136
567
568 * Fri Aug 20 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.213-1
569 - Do not check size of swap partition(s) on s390 (dcantrell)
570 Resolves: rhbz#475358
571 - Make parent directories for ks scriptlet log files (dcantrell)
572 Resolves: rhbz#568861
573 - Add dlabel confirmation dialog to interactive installs (msivak)
574 Resolves: rhbz#570053
575 - Add xts module to initrd (msivak)
576 Resolves: rhbz#553411
577 - Add support for LSI 3ware 97xx SAS/SATA RAID Controller (msivak)
578 Resolves: rhbz#572341
579 - Add support for QLogic Corp cLOM8214 1/10GbE Controller (msivak)
580 Resolves: rhbz#571895
581 - Support for Brocade FCoE/CEE to PCIe CNAs (msivak)
582 Resolves: rhbz#549677
583 - Disable ipv6 kernel modules if user disables IPv6 (dcantrell)
584 Resolves: rhbz#537887
585
586 * Mon Aug 16 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.212-1
587 - Mount /proc/bus/usb under /mnt/sysimage (hdegoede)
588 Resolves: rhbz#532397
589 - Update kickstart-docs iscsi commands information (hdegoede)
590 Resolves: rhbz#525136
591
592 * Wed Aug 11 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.211-1
593 - Clean up sanityCheckHostname() in network.py (dcantrell)
594 Resolves: rhbz#559626
595 - Support long 'option domain-name' values in loader (dcantrell)
596 Resolves: rhbz#578110
597 - Prevent SIGSEGV in ipCallback and cidrCallback (dcantrell)
598 Resolves: rhbz#440498
599
600 * Wed Aug 04 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.210-1
601 - Add Chelsio T4 10Gb driver to install (bcl)
602 Resolves: rhbz#562913
603 - Fix traceback on headless installs with xconfig --startxonboot (clumens)
604 Resolves: rhbz#517051
605 - Install the right arch of anaconda's required packages (clumens)
606 Resolves: rhbz#541323
607 - Document options of nfs boot parameter (akozumpl)
608 Resolves: rhbz#559200
609 - Document ignoredisk --only-use kickstart option (clumens)
610 Resolves: rhbz#586576
611
612 * Mon Mar 22 2010 Martin Sivak <msivak@redhat.com> 11.1.2.209-1
613 - Add a missing patch to make dlabel work again
614 Related: rhbz#485060
615
616 * Sun Mar 21 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.208-1
617 - Revert patch for #521189 (dcantrell)
618 Resolves: rhbz#575129
619
620 * Sun Mar 21 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.207-1
621 - Fix driver disk loading from partitionless media (dcantrell)
622 Resolves: rhbz#575129
623
624 * Tue Mar 09 2010 Martin Sivak <msivak@redhat.com> 11.1.2.206-1
625 - Use /sys/block instead of /proc/partitions for device nodes (msivak)
626 Related: rhbz#485060
627 - Wait a bit longer for network on s390 (Brad Hinson)
628 Resolves: rhbz#506742
629
630 * Tue Mar 2 2010 Ales Kozumplik <akozumpl@redhat.com> 11.1.2.205
631 - Do not leave the initial slash in path in getHostandPath() (akozumpl)
632 Resolves: rhbz#568691
633
634 * Tue Feb 23 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.204
635 - Update anaconda xorg driver list (dcantrell)
636 Resolves: rhbz#567666
637
638 * Tue Feb 23 2010 Radek Vykydal <rvykydal@redhat.com> 11.1.2.203
639 - Cut the size of the boot.img for ia64 in half (akozumpl)
640 Resolves: rhbz#556976
641
642 * Fri Jan 29 2010 Martin Sivak <msivak@redhat.com> 11.1.2.202-4
643 - Rebuild anaconda to get the newest Kudzu
644 Resolves: rhbz#555188
645
646 * Fri Jan 29 2010 Martin Sivak <msivak@redhat.com> 11.1.2.202-3
647 - Rebuild anaconda to get the newest Kudzu
648 Resolves: rhbz#555188
649
650 * Wed Jan 27 2010 Chris Lumens <clumens@redhat.com> 11.1.2.202-2
651 - Add anaconda support for group removal syntax.
652 Resolves: rhbz#558516
653
654 * Thu Jan 21 2010 Martin Sivak <msivak@redhat.com> 11.1.2.201-2
655 - Rebuild anaconda to get the newest Kudzu
656 Related: rhbz#555188
657
658 * Fri Jan 15 2010 David Cantrell <dcantrell@redhat.com> 11.1.2.201-1
659 - os.exists -> os.path.exists (clumens)
660 Resolves: rhbz#554853
661 - reIPL support for s390 (hamzy)
662 Resolves: rhbz#512195
663 - Include 'mpath' in generic.prm file for s390 and s390x (dcantrell)
664 Resolves: rhbz#538129
665
666 * Fri Jan 08 2010 Martin Sivak <msivak@redhat.com> 11.1.2.200-1
667 - Provide CMS script for IPL under z/VM
668 Resolves: rhbz#475343
669 - Force interface up before checking link status
670 Resolves: rhbz#549751
671 - Document new bootloader --hvargs kickstart option
672 Related: rhbz#501438
673
674 * Tue Dec 22 2009 Martin Sivak <msivak@redhat.com> 11.1.2.199-1
675 - Support for the pmcraid driver
676 Resolves: rhbz#532777
677 - Always return correct network config from kickstartNetworkUp
678 Resolves: rhbz#495042
679 - Actually use the ftp login&password parse code
680 Related: rhbz#505424
681 - Fix clearpart of PVs that are part of multidrive VGs
682 Resolves: rhbz#545869
683 - Add support for Brocade Fibre Channel to PCIe Host Bus Adapters
684 Resolves: rhbz#475707
685 - Fix EDD BIOS information parsing
686 Resolves: rhbz#540637
687
688 * Fri Dec 11 2009 Martin Sivak <msivak@redhat.com> 11.1.2.198-3
689 - Fix the build for s390
690 Related: rhbz#517768
691
692 * Fri Dec 11 2009 Martin Sivak <msivak@redhat.com> 11.1.2.198-2
693 - Fix the build, we were missing one include in loader.c
694 Related: rhbz#517768
695
696 * Fri Dec 11 2009 Martin Sivak <msivak@redhat.com> 11.1.2.198-1
697 - Various improvements to kickstart scriptlet reporting
698 Resolves: rhbz#510636
699 - Fix parsing of optional portnr in iscsi target IP
700 Resolves: rhbz#525054
701 - "ip=ibft" is not needed any more if ibft configuration is available
702 Resolves: rhbz#517768
703 - Revert the badEDID check
704 Resolves: rhbz#445486
705 - Remove #!/usr/bin/env python calls
706 Resolves: rhbz#521337
707 - Do not reinstall packages of the same NAEVR in upgrade
708 Resolves: rhbz#495796
709 - Add be2iscsi driver support
710 Resolves: rhbz#529442
711 - Reset partitioning when going back to parttype screen
712 Resolves: rhbz#516715
713 - Find LVs specified by label in /etc/fstab
714 Resolves: rhbz#502178
715 - Ensure the ghostscript-fonts get installed with ghostscript
716 Resolves: rhbz#530548
717
718 * Fri Nov 20 2009 Martin Sivak <msivak@redhat.com> 11.1.2.197
719 - Added N-Port-ID (NPIV) install support for Linux on Power
720 Resolves: rhbz#512237
721 - Ignore comments when looking for %ksappend lines
722 Resolves: rhbz#525676
723 - Add kickstart support for xen hypervisor arguments in grub.
724 Resolves: rhbz#501438
725 - Fix kickstarts without a pw
726 Resolves: rhbz#538412
727
728 * Fri Nov 13 2009 Martin Sivak <msivak@redhat.com> 11.1.2.196-2
729 - Write HOTPLUG=no to ifcfg file is ONBOOT=no
730 Resolves: rhbz#498086
731 - Honor the --label option to the kickstart "part" command
732 Resolves: rhbs#498856
733 - Add "Hipersockets" to qeth NETTYPE description
734 Resolves: rhbz#511962
735 - Honor existing RUNKS conf file variable on s390
736 Resolves: rhbz#513951
737 - kickstart option to make mpath0 point to arbitrary LUN
738 Resolves: rhbz#502768
739 - Sleep if the kickstart file read fails
740 Related: rhbz#460566
741 - If the device disappeared during DD selection, do not crash
742 Resolves: rhbz#521189
743
744 * Tue Nov 10 2009 Martin Sivak <msivak@redhat.com> 11.1.2.196-1
745 - Adds interactive install support for NFS options
746 Resolves: rhbz#493052
747 - KS can reside on password protected FTP servers
748 Resolves: rhbz#505424
749 - Detect oemdrv DDs on cdrom devices too
750 Resolves: rhbz#485060
751 - Prepare dev nodes for block devices too for blkid
752 Resolves: rhbz#515437
753
754 * Wed Aug 05 2009 Martin Sivak <msivak@redhat.com> 11.1.2.195-1
755 - Update the loader with support code for Mellanox cards
756 Resolves: rhbz#514971
757
758 * Mon Aug 03 2009 Martin Sivak <msivak@redhat.com> 11.1.2.194-1
759 - comps changed. replaced "virtualization" with "xen" (jgranados)
760 Resolves: rhbz#514885
761 - Add support for Melanox ConnectX mt26448 10Gb/s Infiniband, Ethernet, and FC (msivak)
762 Resolves: rhbz#514971
763
764 * Thu Jul 23 2009 Joel Granados <jgranado@redhat.com> 11.1.2.193-1
765 - Make sure we include libdrm.so files in the image.
766 Related: rhbz#510397
767
768 * Wed Jul 22 2009 Chris Lumens <clumens@redhat.com> 11.1.2.192-1
769 - Fix compile errors in the previous patch.
770 Related: rhbz#471883
771
772 * Wed Jul 22 2009 Chris Lumens <clumens@redhat.com> 11.1.2.191-1
773 - Ignore block devices set to read-only.
774 Related: rhbz#471883
775
776 * Tue Jul 21 2009 Martin Sivak <msivak@redhat.com> 11.1.2.190-1
777 - Correct a message presented to the user.
778 Related: rhbz#473747
779 - Remove ext4dev
780 Resolves: rhbz#510634
781
782 * Thu Jul 16 2009 Radek Vykydal <rvykydal@redhat.com> 11.1.2.189-1
783 - Make buildinstall error out if mount of loop device fails (rvykydal).
784 Resolves: rhbz#472552
785
786 * Tue Jul 11 2009 Joel Granados <jgranado@redhat.com> 11.1.2.188-1
787 - Require libdhcp6client for the build (jgranado).
788 Related: rhbz#506722
789
790 * Mon Jul 10 2009 Joel Granados <jgranado@redhat.com> 11.1.2.187-1
791 - Add support for the qlge driver (jgranado)
792 Resolves: rhbz#504034
793
794 * Mon Jul 10 2009 Joel Granados <jgranado@redhat.com> 11.1.2.186-1
795 - update support for ext4 in anaconda (jbastian)
796 Resolves: rhbz#510634
797
798 * Wed Jul 08 2009 Chris Lumens <clumens@redhat.com> 11.1.2.185-1
799 - Save bootfile, if we have it, from DHCP response (dcantrell).
800 Resolves: rhbz#448006
801
802 * Wed Jul 1 2009 Martin Sivak <msivak@redhat.com> 11.1.2.184-1
803 - Fix handling of parted exceptions in text mode (rvykydal)
804 Resolves: rhbz#506725
805
806 * Thu Jun 4 2009 Joel Granados <jgranado@redhat.com> 11.1.2.183-1
807 - Create efirtc device node on ia64 to access hw clock (rvykydal).
808 Resolves: rhbz#485200
809 - Reserve enough space for lvm metadata when computing PV size usable for LVs (rvykydal).
810 Resolves: rhbz#500431
811
812 * Mon Jun 1 2009 Joel Granados <jgranado@redhat.com> 11.1.2.182-1
813 - Add support for IGB VF device (jgranado).
814 Resolves: rhbz#502875
815 - Fix the error caused by change in fipscheck (again..) (msivak).
816 Resolves: rhbz#498992
817
818 * Thu May 28 2009 Joel Granados <jgranado@redhat.com> 11.1.2.181-1
819 - Look for ipcalc in the right place (jgranado).
820 Resolves: rhbz#502249
821
822 * Thu May 28 2009 Joel Granados <jgranado@redhat.com> 11.1.2.180-1
823 - Look for ipcalc in the right place (jgranado).
824 Resolves: rhbz#502249
825
826 * Wed May 27 2009 Joel Granados <jgranado@redhat.com> 11.1.2.179-1
827 - Look for ipcalc in the right place (jgranado).
828 Resolves: rhbz#502249
829
830 * Tue May 26 2009 Joel Granados <jgranado@redhat.com> 11.1.2.178-1
831 - Fix specification of zoneinfo files to be included in stage2 (rvykydal).
832 Resolves: rhbz#481617
833 - Fix the location of libfipscheck in initrd too (msivak).
834 Resolves: rhbz#498992
835 - cryptsetup status reversed its exit codes (dcantrell).
836 Resolves: rhbz#499824
837 - Require latest libdhcp (jgranado).
838 Resolves: rhbz#444919
839 - Do not include removed physical volumes in pvlist (rvykydal).
840 Resolves: rhbz#502438
841
842 * Thu May 21 2009 Joel Granados <jgranado@redhat.com> 11.1.2.177-1
843 - Do not load storage drivers before loading DUD over network (rvykydal).
844 Resolves: rhbz#454478
845
846 * Thu May 21 2009 Joel Granados <jgranado@redhat.com> 11.1.2.176-1
847 - Remove LVM metadata when doing clearpart (rvykydal).
848 Resolves: rhbz#462615
849 - Put lspci in the minstg2.img so inVmware doesn't traceback (clumens).
850 Resolves: rhbz#476476
851
852 * Mon May 18 2009 Joel Granados <jgranado@redhat.com> 11.1.2.175-1
853 - Change the description of be2net (msivak).
854 Resolves: rhbz#496875
855 - Revert to libdhcp from rhel5.3 (dcantrell).
856 Related: rhbz#500775
857
858 * Wed May 13 2009 Joel Granados <jgranado@redhat.com> 11.1.2.174-1
859 - Include valid timezones in stage 2 (rvykydal).
860 Resolves: rhbz#481617
861 - Fix traceback in timezone setting (kickstart interactive text mode) (rvykydal).
862 Resolves: rhbz#481617
863 - Compute size of modules buffer in loader (dcantrell).
864 Resolves: rhbz#484092
865 - Include /sbin/ipcalc for IP address validation (dcantrell).
866 Resolves: rhbz#460579
867 - Require latest libdhcp (dcantrell).
868 Resolves rhbz#444919
869 - Make buildinstall error out if mount of loop device fails (rvykydal).
870 Resolves: rhbz#472552
871 - Update Anaconda with new description for Emulex lpfc driver (msivak).
872 Resolves: rhbz#498511
873 - Get the libfipscheck from correct location (library was rebased) (msivak)
874 Resolves: rhbz#498992
875 - Add support for LSI MPT Fusion SAS 2.0 Device Driver (msivak).
876 Resolves: rhbz#475671
877 - IBM improvements to linuxrc.s390 (dcantrell).
878 Resolves: rhbz#475350
879
880 * Wed May 6 2009 Joel Granados <jgranado@redhat.com> 11.1.2.173-1
881 - Allow bootloader on mbr when /boot is mdraid1 (hansg).
882 Resolves: rhbz#475973
883 - Don't traceback on read only (write protected) disks (hansg).
884 Resolves: rhbz#471883
885 - most noticably it fixes chap / reverse chap in combination with ibft (hansg).
886 Resolves: rhbz#497438
887 - Recognize mpath iscsi setups as using iscsi (hansg).
888 Resolves: rhbz#466614
889
890 * Tue May 5 2009 Joel Granados <jgranado@redhat.com> 11.1.2.172-1
891 - The lambda function in run() is not needed (jgranado).
892 Resolves: rhbz#498935
893 - Increase max NIC identification duration to 5 minutes (dcantrell).
894 Resolves: rhbz#473747
895 - Correct a spelling error (dcantrell).
896 Resolves: rhbz#489997
897 - Remove noise from isys/nl.c (dcantrell).
898 Resolves: rhbz#490735
899
900 * Thu Apr 30 2009 Chris Lumens <clumens@redhat.com> 11.1.2.171-1
901 - Remove umask temporarily so device permissions are correct (wmealing).
902 Resolves: rhbz#383531
903
904 * Tue Apr 28 2009 Chris Lumens <clumens@redhat.com> 11.1.2.170-1
905 - No longer set cachedir since the rebased yum won't let us.
906 Resolves: rhbz#497288
907 - Support a dashed format of MAC in kickstarts (msivak).
908 Resolves: rhbz#480309
909 - Fix a typo in the parted exception ignoring patch
910 Related: rhbz#455465
911 - Add support for Marvell RAID bus controller MV64460/64461/64462 (msivak).
912 Resolves: rhbz#493179
913 - Add support for the "Emulex OneConnect 10GbE NIC" (msivak).
914 Resolves: rhbz#496875
915
916 * Thu Apr 23 2009 Martin Sivak <msivak@redhat.com> 11.1.2.169-1
917 - Activate ipv6 nics when an ipv6 ip is defined (jgranado).
918 Resolves: rhbz#445394
919 - Check for DNS validity (jgranado).
920 Resolves: rhbz#465174
921 - Do not crash when more than 32 tape devices are present (rvykydal)
922 Resolves: rhbz#476186
923 - Ignore a subset of parted errors that are not critical (clumens)
924 Resolves: rhbz#455465
925 - The FTP USER command does not need to be followed by a PASS (msivak)
926 Resolves: rhbz#477536
927 - patch to skip accounts screen if using autostep and encrypted root password (msivak)
928 Resolves: rhbz#471122
929 - rhel5 fix for cmdline being overridden by text when graphical install is detected as unworkable (msivak)
930 Resolves: rhbz#456325
931 - Rewrote parts of pkgorder script to improve it's speed. (mgracik)
932 Resolves: rhbz#451083
933 - Fix for traceback in Partitions.doMetaDeletes.addSnap() (dcantrell)
934 Resolves: rhbz#433824
935 - More robust filtering of physical volumes in autopartitioning (rvykydal)
936 Resolves: rhbz#475271
937 - Fix user --groups kickstart option (rvykydal)
938 Resolves: rhbz#454418
939 - Let LCS devices come online after s390 installation (dcantrell)
940 Resolves: rhbz#471101
941 - Added support for mdadm raid10 installs (mgracik)
942 Resolves: rhbz#467996
943 - Updated the project URL (mgracik)
944 Resolves: rhbz#482781
945
946 * Thu Dec 18 2008 Joel Granados <jgranado@redhat.com> 11.1.2.168-1
947 - Make anaconda work with new API change in YUM (jgranado)
948 Resolves: rhbz:#476957
949
950 * Wed Dec 17 2008 Joel Granados <jgranado@redhat.com> 11.1.2.167-1
951 - Fix anaconda build (hdegoede).
952 Related: rhbz:#476739
953
954 * Tue Dec 16 2008 Joel Granados <jgranado@redhat.com> 11.1.2.166-1
955 - Load the raid45 modules at init time (jgranado).
956 Related: rhbz#475385
957 - Make sure the raid45 modules are in the images (jgranado).
958 Related: rhbz#475385
959
960 * Mon Dec 15 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.165-1
961 - Final translations for instnum text (clumens)
962 Related: rhbz#474375
963
964 * Fri Dec 12 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.164-1
965 - Fix non-CHAP iBFT install cases (hdegoede)
966 Resolves: rhbz#432819
967 - More translations for the instnum text (clumens)
968 Related: rhbz#474375
969
970 * Wed Dec 10 2008 Chris Lumens <clumens@redhat.com> 11.1.2.163-1
971 - Mark some new translations as fuzzy to fix the build.
972 Related: rhbz#474375
973
974 * Wed Dec 10 2008 Chris Lumens <clumens@redhat.com> 11.1.2.162-1
975 - Update translation files for the instnum text change.
976 Related: rhbz#474375
977
978 * Wed Dec 3 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.161-1
979 - Include the libwrap in the initrd image
980 Resolves: rhbz#473955
981
982 * Mon Dec 1 2008 Joel Granados <jgranado@redhat.com> 11.1.2.160-1
983 - Allow ssh and telnet to the install (jgranado).
984 Resolves: rhbz:#473955
985
986 * Mon Dec 1 2008 Joel Granados <jgranado@redhat.com> 11.1.2.159-1
987 - The LV size is smaller than the totall sum of the partitions that make it up (jgranado).
988 Resolves: rhbz:#468944
989
990 * Tue Nov 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.158-1
991 - Fix up ibft use cases (pjones).
992 - Partition requests can be None when populating the tree (dlehman).
993 Resolves: rhbz#472788
994 - Remove the name check on driver disk packages.
995 Resolves: rhbz#472951
996 - Remove missing PVs before removing obsolete VG (rvykydal).
997 Resolves: rhbz#468431
998 - Make the driverdisc label uppercase (msivak).
999 Related: rhbz#316481
1000
1001 * Wed Nov 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.157-1
1002 - Include ide-cs module into initrd (msivak).
1003 Related: rhbz#448009
1004
1005 * Wed Nov 12 2008 Chris Lumens <clumens@redhat.com> 11.1.2.156-1
1006 - Fix a variety of pychecker errors (clumens, dcantrell, dlehman, rvykydal).
1007 Resolves: rhbz#469734
1008 - Remove defunct VG before creating new one of the same name (rvykydal).
1009 Resolves: rhbz#469700
1010 - Fix detection of ext4 on raid in rescue and upgrade (rvykydal).
1011 Resolves: rhbz#470221
1012
1013 * Tue Nov 11 2008 Joel Granados <jgranado@redhat.com> 11.1.2.155-1
1014 - Enable the DD repository if the DD autodetection feature was used (msivak).
1015 Related: rhbz:#316631
1016 - Call insmod in linuxrc.s390, not insert_module (dcantrell).
1017 Related: rhbz:#184648
1018 - Load FCP modules early for CD/DVD install (dcantrell).
1019 Related: rhbz:#184648
1020 - Update mk-s390-cdboot.c to work with large kernel images (dcantrell).
1021 Related: rhbz:#184648
1022 - Fix all trivial (1 liner fixes) errors found by pychecker (hdegoede).
1023 Related: rhbz:#469730
1024
1025 * Wed Nov 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.154-1
1026 - Include the new fnic driver (jgranado).
1027 Related: rhbz#462387
1028 - Run the busProbe after we have all driver disks loaded (msivak).
1029 Related: rhbz#316481
1030
1031 * Wed Nov 5 2008 Joel Granados <jgranado@redhat.com> 11.1.2.153-1
1032 - Use struct audit_reply instead of struct auditd_reply_list (hdegoede).
1033 Resolves: rhbz:#469873
1034 - The Encryption button was missing in one migrate case (msivak).
1035 Resolves:#469849
1036 - kickstart expects --dhcpclass instead of --class (clumens).
1037 Resolves: rhbz:#468972
1038 - Fix the mounting procedure for autodetected driverdiscs (msivak).
1039 Resolves: rhbz:#316481
1040
1041 * Fri Oct 31 2008 Joel Granados <jgranado@redhat.com> 11.1.2.152-1
1042 - Prepare environemnt so the AutoDD is properly detected (msivak).
1043 Resolves: rhbz:#316481
1044 - Don't write luks passphrases to anaconda-ks.cfg (dlehman).
1045 Resolves: rhbz:#468907
1046 - Write zeros to remove metadata before running luksFormat (dlehman).
1047 Resolves: rhbz:#469177
1048
1049 * Wed Oct 29 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.151-1
1050 - Write correct OPTIONS line to ifcfg files on s390 for layer2 (dcantrell)
1051 Resolves: rhbz#468755
1052
1053 * Wed Oct 29 2008 Joel Granados <jgranado@redhat.com> 11.1.2.150-1
1054 - Call createrepo in buildinstall only if --pkgorder is present (rvykydal).
1055 Resolves: rhbz:#467341
1056
1057 * Tue Oct 28 2008 Joel Granados <jgranado@redhat.com> 11.1.2.149-1
1058 - Actually use the stderr parameter instead of duping to stdout (dlehman).
1059 Resolves: rhbz:#467289
1060 - Revert "Specify a default cio_ignore parameter for s390x (#253075)" (dcantrell).
1061 Related: rhbz:#253075
1062 - Revert "Enable CCW devices used for installation (#253075)" (dcantrell).
1063 Related: rhbz:#253075
1064 - Revert "Correctly enable ignored CCW devices in linuxrc.s390 (#253075)" (dcantrell).
1065 Related: rhbz:#253075
1066
1067 * Fri Oct 24 2008 Joel Granados <jgranado@redhat.com> 11.1.2.148-1
1068 - Probe the devices to populate cache for DD routines (msivak).
1069 Resolves: rhbz:#316481
1070
1071 * Thu Oct 23 2008 Joel Granados <jgranado@redhat.com> 11.1.2.147-1
1072 - Dont execute the extra information message for all the devices (jgranado).
1073 Resolves: rhbz:#466291
1074
1075 * Tue Oct 21 2008 David Cantrell <dcnatrell@redhat.com> 11.1.2.146-1
1076 - Fix up CCW device enabling on s390x (dcantrell)
1077 Resolves: rhbz#253075
1078
1079 * Mon Oct 20 2008 Dave Lehman <dlehman@redhat.com> 11.1.2.145-1
1080 - Handle device names containing "/" in LUKS name fixup
1081 Related: rhbz#464769
1082
1083 * Thu Oct 16 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.144-1
1084 - Enable CCW devices used for installation (dcantrell)
1085 Resolves: rhbz#253075
1086
1087 * Wed Oct 15 2008 Joel Granados <jgranado@redhat.com> 11.1.2.143-1
1088 - Change order when calling dasdFmt to avoid race condition while formating dasd drives (jgranado).
1089 Resolves: rhbz:#466474
1090
1091 * Tue Oct 14 2008 Joel Granados <jgranado@redhat.com> 11.1.2.142-1
1092 - Add the enic driver (jgranado).
1093 Resolves: rhbz:#462387
1094 - Get the right list elements for the iscsi text interface (clumens).
1095 Resolves: rhbz:#466902
1096 - Fix detection of ext4/ext4dev root partitions in rescue (rvykydal).
1097 Resolves: rhbz:#466868
1098
1099 * Mon Oct 13 2008 Joel Granados <jgranado@redhat.com> 11.1.2.141-1
1100 - Prevent creation of encrypted swraid partitions (dlehman).
1101 Resolves: rhbz:#456283
1102 - Enable the iBFT by default and set the fallbacks to mimic the w/o iBFT behaviour (msivak).
1103 Resolves: rhbz:#445721
1104
1105 * Fri Oct 10 2008 Peter Jones <pjones@redhat.com> - 11.1.2.140-1
1106 - Don't display errors from nl_set_device_mtu() (dcantrell)
1107 Resolves: rhbz#466305
1108 - Use a correct path for addnote, since the one in the original patch
1109 wasn't what the kernel group thought they were telling me.
1110 Related: rhbz#462663
1111
1112 * Thu Oct 09 2008 Chris Lumens <clumens@redhat.com> 11.1.2.139-1
1113 - Handle None in luks device name rectification (pjones).
1114 Resolves: rhbz#466348
1115
1116 * Wed Oct 08 2008 Peter Jones <pjones@redhat.com> - 11.1.2.138-2
1117 - Start the iBFT configured drives during iSCSI startup (msivak)
1118 Resolves: rhbz#445721
1119
1120 * Wed Oct 08 2008 Peter Jones <pjones@redhat.com> - 11.1.2.138-1
1121 - Add note to bootable kernel image on ppc64 (dhowells)
1122 Related: rhbz#462663
1123
1124 * Mon Oct 06 2008 Chris Lumens <clumens@redhat.com> 11.1.2.137-2
1125 - Better error checking when retrieveing info from iBFT (msivak).
1126 Related: rhbz#445721
1127 - Fix a typo in the anaconda-runtime %post scriptlets.
1128 Resolves: rhbz#465441
1129
1130 * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.136-2
1131 - Fix build.
1132 Related: rhbz:#445721
1133
1134 * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.136-1
1135 - Rebuild to make brew happy.
1136 Related: rhbz:#445721
1137
1138 * Fri Oct 3 2008 Joel Granados <jgranado@redhat.com> 11.1.2.135-1
1139 - iBFT has MAC addresses with wrong case, use strcasecmp to compare them (msivak).
1140 Resolves: rhbz:#445721
1141 - Look up correct luks name before trying to decide on our boot device (pjones).
1142 Resolves: rhbz:#464769
1143 - Add new LUKS devices to partitions.encryptedDevices (dlehman).
1144 Resolves: rhbz:#464769
1145 - Add a workaround for lvm-on-raid size miscomputation (clumens).
1146 Resolves: rhbz:#463431
1147 - Do not use labels to specifiy LUKS devices in /etc/fstab (dlehman).
1148 Resolves: rhbz:#461702
1149
1150 * Thu Oct 2 2008 Joel Granados <jgranado@redhat.com> 11.1.2.134-1
1151 - Fix traceback when using kickstart and device encryption (pjones).
1152 Resolves: rhbz:#461700
1153 - Fix traceback when using encryption with kickstart (pjones).
1154 Resolves: rhbz:#461700
1155 - Fix ext4/ext4dev detection on existing partitions (rvykydal).
1156 Resolves: rhbz:#465248
1157
1158 * Tue Sep 30 2008 Joel Granados <jgranado@redhat.com> 11.1.2.133-1
1159 - Set a label on /etc/sysconfig/keyboard (clumens).
1160 Resolves: rhbz:#463785
1161 - Add comps.dtd to anaconda-runtime package (dcantrell).
1162 Resolves: rhbz:#442138
1163 - Make sure /etc/xml/catalog is updated on package removal (dcantrell).
1164 Resolves: rhbz:#442138
1165 - Fix a logging traceback in the encryption code (clumens).
1166 Resolves: rhbz:#464771
1167 - Fix lvm partitioning in gui that was broken (rvykydal).
1168 Resolves: rhbz:#415871
1169 - Fix computing of lvm partition sizes wrt physical extent size in gui (rvykydal).
1170 Resolves: rhbz:463780
1171 - Add pointer initialization (rvykydal).
1172 Resolves: rhbz#439461
1173
1174 * Fri Sep 26 2008 Joel Granados <jgranado@redhat.com> 11.1.2.132-1
1175 - When we use kickstart with specified UI mode, do not prompt for VNC (msivak).
1176 Resolves: rhbz##453551
1177
1178 * Thu Sep 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.131-1
1179 - Fix rescue mode typo.
1180 Resolves: rhbz#463920
1181 - Fix traceback accessing obsolete data member (dlehman).
1182 Resolves: rhbz#463778
1183
1184 * Tue Sep 23 2008 Chris Lumens <clumens@redhat.com> 11.1.2.130-1
1185 - Fix the test for if we should remove the Virt group.
1186 Resolves: rhbz#462907.
1187
1188 * Mon Sep 22 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.129-1
1189 - Fix mk-s390-cdboot so it doesn't SIGSEGV when generating images (dcantrell)
1190 Related: rhbz#184648
1191 - Add libfipscheck to initrd for sshd on s390x (clumens)
1192 Resolves: rhbz#463273
1193
1194 * Fri Sep 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.128-1
1195 - Include the correct version of the spec file in the source archive.
1196 Related: rhbz#461700
1197
1198 * Fri Sep 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.127-1
1199 - Support for system-wide passphrase for encrypted block devices (dlehman).
1200 Resolves: rhbz#461700
1201
1202 * Wed Sep 17 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.126-1
1203 - Add a stub to cmdline UI for getLuksPassphrase (dlehman)
1204 Resolves: rhbz#462491
1205 - Don't add a LUKSDevice to autopart PVs unless we're encrypting (dlehman)
1206 Resolves: rhbz#462640
1207 - Support upgrade of systems that use encrypted block devices (dlehman)
1208 Resolves: rhbz#461696
1209 - Disallow use or creation of encrypted software RAID partitions (dlehman)
1210 Resolves: rhbz#456283
1211 - Use UUIDs instead of device nodes in crypttab (dlehman)
1212 Resolves: rhbz#461702
1213 - Add support for OSA Express 2 ports per CHPID (rvykydal)
1214 Resolves: rhbz#439461
1215 - Fix kickstart timezone value checking (rvykydal)
1216 Resolves: rhbz#462595
1217 Resolves: rhbz#404321
1218
1219 * Tue Sep 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.125-1
1220 - Include the programs needed to manage ext4 filesystems (clumens).
1221 Resolves: rhbz#462476
1222 - Fix a reference to a variable before it exists in network.py (clumens).
1223 Resolves: rhbz#462480
1224
1225 * Mon Sep 15 2008 Chris Lumens <clumens@redhat.com> 11.1.2.124-1
1226 - Fix blkid_dev_next return value checking (rvykydal).
1227 Resolves: rhbz#462175
1228 - Add the reverse chap bits for kickstart as well (pjones).
1229 Related: rhbz#432819
1230 - Make iBFT reading explicit from a higher level (pjones).
1231 - Fix device nodes creating for more than 8 cciss devices (rvykydal).
1232 Resolves: rhbz#445765
1233 - Disable iBFT support for s390 and s390x (dcantrell).
1234
1235 * Thu Sep 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.123-1
1236 - Disable iBFT support on s390 and s390x (dcantrell)
1237 Related: rhbz#445721
1238
1239 * Thu Sep 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.122-1
1240 - Add full CHAP support to iSCSI (pjones)
1241 Resolves: rhbz#432819
1242 - Don't set iscsi devices to autostart (pjones)
1243 Resolves: rhbz#437891
1244 - Support iSCSI CHAP and Reverse CHAP authentication (pjones)
1245 Resolves: rhbz#402431
1246 Resolves: rhbz#432819
1247 - Partitions growing fixed (rvykydal)
1248 Resolves: rhbz#442628
1249 - Do not traceback when no root partitions are found in upgrade (rvykydal)
1250 Resolves: rhbz#444527
1251 - Add support for ext4dev/ext4 filesystem (rvykydal)
1252 Resolves: rhbz#444527
1253 - Add support for reading NIC setup from the iBFT table (msivak)
1254 Resolves: rhbz#445721
1255 - Add 802.1q driver (rvykydal)
1256 Resolves: rhbz#431915
1257 - Add libfipscheck to the images (clumens)
1258 Resolves: rhbz#461923
1259 - Display drive model and size in MB in partitioning UI (dcantrell)
1260 Resolves: rhbz#460697
1261
1262 * Wed Sep 03 2008 Chris Lumens <clumens@redhat.com> 11.1.2.121-1
1263 - Enable the dlabel=on for RHEL by default (msivak).
1264 Related: rhbz#316481.
1265
1266 * Thu Aug 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.120-2
1267 - libuuid is provided by e2fsprogs-devel.
1268 Related: rhbz#316481.
1269
1270 * Thu Aug 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.120-1
1271 - Include the nss libraries that the new RPM is linked against.
1272 Resolves: rhbz#460375.
1273 - Add automatic driver disk detection (msivak).
1274 Resolves: rhbz#316481.
1275
1276 * Wed Aug 6 2008 Joel Granados <jgranado@redhat.com> 11.1.2.119-1
1277 - Support VDSK devices on s390x (dcantrell).
1278 Resolves: rhbz#264061
1279
1280 * Wed Jul 30 2008 Joel Granados <jgranado@redhat.com> 11.1.2.118-1
1281 - Use fedorakmod.py plugin from yum-utils package, don't pack it in anaconda (rvykydal).
1282 Resolves: rhbz#434804
1283 - Make sure bootproto=query settings carry over to stage2 (clumens).
1284 Resolves: rhbz#453863
1285 - Probe BUS_VIRTIO again after probing BUS_PCI (markmc).
1286 Resolves: rhbz#446232
1287 - Add virtio drives to multipath blacklist (markmc).
1288 Resolves: rhbz#446232
1289 - Add virtio max partition count (markmc).
1290 Resolves: rhbz#446232
1291 - Sort virtio devices first (markmc).
1292 Resolves: rhbz#446232
1293 - Probe on BUS_VIRTIO for devices (markmc).
1294 Resolves: rhbz#446232
1295 - Explicitly include virtio_pci in the initrd (markmc).
1296 Resolves: rhbz#446232
1297 - Add virtio to module-info (markmc).
1298 Resolves: rhbz#446232
1299 - Add virtio support to devMakeInode() (markmc).
1300 Resolves: rhbz#446232
1301 - Offer physical NIC identification in stage 1 (dcantrell).
1302 Resolves: rhbz:#261101
1303 - Suspend the curses interface before calling scripts and resume afterwards (msivak).
1304 Resolves: rhbz#435314
1305
1306 * Wed Jul 23 2008 Joel Granados <jgranado@redhat.com> 11.1.2.117-1
1307 - Fix the build.
1308 - Change the Makefile so it doesn't replace tags.
1309
1310 * Wed Jul 23 2008 Joel Granados <jgranado@redhat.com> 11.1.2.116-1
1311 - Specify a default cio_ignore parameter for s390x (dcantrell).
1312 Resolves: rhbz#253075
1313 - Call dhcpNetDevice() instead of removed pumpNetDevice() (rvykydal).
1314 Resolves: rhbz#452664
1315 - Add support for the --only-use argument to RHEL5 (rvykydal).
1316 Resolves: rhbz#318351
1317 - Log a message informing about the critical upgrade error (jgranado).
1318 Resolves: rhbz#436865
1319 - Support booting from FCP-attached CD/DVD drive on s390 (dcantrell).
1320 Resolves: rhbz#184648
1321 - The actual size of a logical volume must be rounted down (jgranado).
1322 Resolves: rhbz#415871
1323 - Set network device MTU if user specified mtu= (dcantrell).
1324 Resolves: rhbz#435874
1325
1326 * Wed Jul 16 2008 Joel Granados <jgranado@redhat.com> 11.1.2.115-1
1327 - Pass the cmdline options to the nfs structure (jgranado).
1328 Resolves: rhbz#432603
1329 - Remove hicolor-icon-theme>gtk2 from whiteout.py (msivak).
1330 Resolves: rhbz#369251
1331 - Ask the user if he wants to use VNC instead of text mode (msivak).
1332 Resolves: rhbz#453551
1333 - Leftover bits of encrypted block device support (dlehman).
1334 Resolves: rhbz#229865
1335 - Rescue of systems containing encrypted block devices (dlehman).
1336 Resolves: rhbz#229865
1337 - Support preexisting encrypted block devices (dlehman).
1338 Resolves: rhbz#229865
1339 - Kickstart support for encrypted block devices (dlehman).
1340 Resolves: rhbz#229865
1341 - User interface for manipulating encrypted block devices (dlehman).
1342 Resolves: rhbz#229865
1343 - Partitioning with encrypted block devices (dlehman).
1344 Resolves: rhbz#229865
1345 - Device-level support for encrypted block devices (dlehman).
1346 Resolves: rhbz#229865
1347
1348 * Wed Jul 9 2008 Joel Granados <jgranado@redhat.com> 11.1.2.114-1
1349 - Enable upgrades for mayor version in rhel5 only (jgranado).
1350 Resolves: rhbz#436865
1351 - Handling of invalid timezone value in kickstart added (rvykydal).
1352 Resolves: rhbz#404321
1353 - GCC is complaining about unchecked return value from read call (msivak).
1354 Resolves: rhbz#448009
1355 - Enable re-IPL on s390x after installation (dcantrell).
1356 Resolves: rhbz#432416
1357 - Change the maximum recommended swap size to "2000 + (current ram)" (jgranado).
1358 Resolves: rhbz#447372
1359 - Don't show the virtualization option if we are in Xen or in Vmware (jgranado).
1360 Resolves: rhbz#258441
1361 - Prepare the system a little before initializing the pcmcia devices (msivak).
1362 Resolves: rhbz#448009
1363 - Change the total number of processed packages/files/.. to avoid negative counter in remaining packages (msivak).
1364 Resolves: rhbz#436103
1365 - Create additional /dev/xvda device nodes (clumens).
1366 Resolves: rhbz#437752
1367 - Don't use error messages from dosfslabel as the label (clumens)
1368 Resolves: rhbz#427457
1369 - Add nui driver (jgranado).
1370 Resolves: rhbz#444820
1371 - Allow the use of the "-" character in lvm names (jgranado).
1372 Resolves: rhbz#430907
1373 - yum.remove removes installed packages, not to be installed packages (msivak).
1374 Resolves: rhbz#442325
1375 - Allow removing packages by glob now that yum supports it (msivak).
1376 Resolves: rhbz#442325
1377
1378 * Wed Apr 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.113-1
1379 - Require the latest version of libnl-devel.
1380 Resolves: rhbz#441922
1381 - Fix definition of __libc_setlocale_lock for new glibc.
1382 Resolves: rhbz#441940
1383 - Add support for the bcm5710 driver.
1384 Resolves: rhbz#442553
1385 - Require the latest libdhcp (dcantrell).
1386 Resolves: rhbz#435978
1387 - Fix networking tracebacks (pjones, clumens).
1388 Resolves: rhbz#442020
1389
1390 * Tue Apr 08 2008 Chris Lumens <clumens@redhat.com> 11.1.2.112-1
1391 - Make isys.dhcpNetDevice() work in rescue mode (dcantrell).
1392 Related: rhbz#435978
1393
1394 * Wed Apr 02 2008 Chris Lumens <clumens@redhat.com> 11.1.2.111-1
1395 - Don't rebuild the initrds if no modules were installed.
1396 Resolves: rhbz#439379
1397 - Bootable requests can not be on logical volumes.
1398 Resolves: rhbz#439270
1399 - Name the xen images for ia64 in the .treeinfo file (jgranado).
1400 - Fix reporting on transaction errors (jgranado).
1401 Resolves: rhbz#437813
1402 - Fix loop iteration in nl_ip2str (dcantrell).
1403 Resolves: rhbz#437773
1404 - Allow GPT on ppc or ppc64 (dcantrell).
1405 Resolves: rhbz#438683
1406
1407 * Tue Mar 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.110-1
1408 - Don't try to initialize iSCSI when the portal cannot be detected (msivak).
1409 Resolves: rhbz#435173
1410
1411 * Tue Mar 25 2008 Chris Lumens <clumens@redhat.com> 11.1.2.109-1
1412 - Make sure DHCP works in rescue mode (dcantrell).
1413 Resolves: rhbz#435978
1414
1415 * Mon Mar 17 2008 Chris Lumens <clumens@redhat.com> 11.1.2.108-1
1416 - Avoid SIGSEGV on s390x in netlink loop (dcantrell).
1417 Resolves: rhbz#436377
1418
1419 * Thu Mar 6 2008 Jeremy Katz <katzj@redhat.com> - 11.1.2.107-1
1420 - Fix another case which could have None options
1421 Resolves: rhbz#435998
1422
1423 * Wed Mar 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.106-1
1424 - Fix the case where we're checking for _netdev but options is None (pjones).
1425 Resolves: rhbz#435998
1426
1427 * Mon Mar 03 2008 Chris Lumens <clumens@redhat.com> 11.1.2.105-1
1428 - Add support for _rnetdev mount option in fstab (pjones).
1429 Resolves: rhbz#435716
1430 - Lots of network UI configuration fixes (dcantrell).
1431 Resolves: rhbz#432011
1432 - Fix lvm error handling (msivak).
1433 Related: rhbz#224636
1434
1435 * Thu Feb 21 2008 Chris Lumens <clumens@redhat.com> 11.1.2.104-1
1436 - Handle exceptions when setting up repos not enabled by a key.
1437 Resolves: rhbz#433028
1438 - Show unconfigured interfaces as UNCONFIGURED (dcantrell).
1439 Related: rhbz#275291
1440
1441 * Tue Feb 19 2008 Chris Lumens <clumens@redhat.com> 11.1.2.103-1
1442 - Fix a traceback in the backported pkgorder fix.
1443 Resolves: rhbz#432006
1444 - Fix wrong function names for iscsi login/start (pjones).
1445 Resolves: rhbz#433276
1446
1447 * Sat Feb 16 2008 Chris Lumens <clumens@redhat.com> 11.1.2.102-1
1448 - Correct auth command reading problem for ks files (dcantrell).
1449 Related: rhbz#427388
1450 - Use correct salt length for MD5, SHA256, & SHA512 (dcantrell).
1451 Related: rhbz#427388
1452
1453 * Wed Feb 13 2008 Chris Lumens <clumens@redhat.com> 11.1.2.101-1
1454 - Make sure interface description is defined (dcantrell).
1455 Resolves: rhbz#432635
1456 - Set an attribute when iscsid is started
1457 Resolves: rhbz#431904
1458
1459 * Mon Feb 11 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.100-1
1460 - Better fixes for iscsi probing (pjones, jlaska)
1461 Related: rhbz#431924
1462 - Make man pages work in the chrooted environment (jgranado)
1463 Resolves: rhbz#243443
1464 - Use correct variable in comparison (jgranado)
1465 Related: rhbz#432035
1466
1467 * Fri Feb 08 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.99-1
1468 - Prevent writing out IPV6ADDR=none lines to ifcfg-ethX files (jgranado)
1469 Resolves: rhbz#432035
1470
1471 * Thu Feb 07 2008 Chris Lumens <clumens@redhat.com> 11.1.2.98-1
1472 - Fix an infinite loop in using libnl (dcantrell).
1473 Related: rhbz#303681
1474
1475 * Thu Feb 07 2008 Chris Lumens <clumens@redhat.com> 11.1.2.97-1
1476 - Add module dependencies of qeth.ko.
1477 Resolves: rhbz#431922
1478 - Make sure ISCSIADM and such are defined (pjones).
1479 Resolves: rhbz#431924
1480 - Use libnl to read MAC and IP addresses (dcantrell).
1481 Resolves: rhbz#303681
1482 - Fix usage of minstg2 vs. stage2 in low-mem cases (jgranado).
1483 Resolves: rhbz#207657
1484
1485 * Tue Feb 05 2008 Chris Lumens <clumens@redhat.com> 11.1.2.96-1
1486 - Include libnssutil3.so in the initrd for s390 as well.
1487 Resolves: rhbz#431054
1488 - Document the dhcptimeout parameter (msivak).
1489 Related: rhbz#198147, rhbz#254032
1490
1491 * Mon Feb 04 2008 Chris Lumens <clumens@redhat.com> 11.1.2.95-1
1492 - Propagate hostname from stage 1 to stage 2 on s390x (dcantrell).
1493 Resolves: rhbz#354021
1494
1495 * Fri Feb 01 2008 Chris Lumens <clumens@redhat.com> 11.1.2.94-1
1496 - Include libnssutil3.so for sshd on s390 (dcantrell).
1497 - Remove old IP addresses from interface on reconfig (dcantrell).
1498 Resolves: rhbz#218273
1499 - More fixes for .treeinfo (jgranado).
1500
1501 * Wed Jan 30 2008 Chris Lumens <clumens@redhat.com> 11.1.2.93-1
1502 - Support network --bootproto=query in kickstart installs.
1503 Resolves: rhbz#401531
1504 - Set the format flag for new volume groups (msivak).
1505 Resolves: rhbz#246523
1506 - More fixes for .treeinfo (jgranado).
1507 Related: rhbz#253992
1508
1509 * Mon Jan 28 2008 David Cantrell <dcantrell@redhat.com> 11.1.2.92-1
1510 - Fix remaining issues with createLuserConf() changes
1511 Related: rhbz#430237
1512
1513 * Mon Jan 28 2008 Chris Lumens <clumens@redhat.com> 11.1.2.91-1
1514 - Include python-iniparse in stage2 for pirut.
1515 Resolves: rhbz#430212
1516 - Update the information contained in .treeinfo files (jgranado).
1517 Resolves: rhbz#253992
1518 - Fix namespace issue with createLuserConf (dcantrell).
1519 Resolves: rhbz#430237
1520 - Write /etc/resolv.conf and /etc/hosts in stage1 on s390 (dcantrell).
1521 Related: rhbz#428694, rhbz#216158
1522
1523 * Wed Jan 23 2008 Chris Lumens <clumens@redhat.com> 11.1.2.90-1
1524 - Add the stage2 to the .treeinfo file (jgranado).
1525 Resolves: rhbz#253992
1526 - Fix handling %packages section in output anaconda-ks.cfg file.
1527 Related: rhbz#280101
1528 - Fix a traceback caused by the patch for 427388.
1529 Resolves: rhbz#429902
1530 - Fix some additional errors in createLuserConf() (dcantrell).
1531 Resolves: rhbz#429902
1532 - Fix iscsi so that mkinitrd can talk to the running daemon (pjones).
1533
1534 * Mon Jan 21 2008 Chris Lumens <clumens@redhat.com> 11.1.2.89-1
1535 - Support SHA256/SHA512 password encoding from kickstart (dcantrell).
1536 Resolves: rhbz#427388
1537
1538 * Fri Jan 18 2008 Chris Lumens <clumens@redhat.com> 11.1.2.88-1
1539 - Allow users to back up past instkey dialog (dlehman).
1540 Resolves: rhbz#252349
1541 - Handle missing FTP files the same way as missing HTTP files (dlehman).
1542 Resolves: rhbz#350251
1543 - Add support for iSCSI iBFT (msivak).
1544 Resolves: rhbz#307761
1545 - Do not display NICs as UNCONFIGURED in network_text.py (dcantrell).
1546 Resolves: rhbz#275291
1547 - If bootproto is dhcp, unset any static settings (dcantrell).
1548 Resolves: rhbz#218489
1549 - Add support for the mptctl driver.
1550 Resolves: rhbz#382941
1551 - Fix a traceback running pkgorder in non-base products (dgregor).
1552 Resolves: rhbz#317131
1553 - Fix a traceback when adding zFCP disk without specifying details (msivak).
1554 Resolves: rhbz#428180
1555 - Catch lvm tools errors when creating logical volumes (msivak).
1556 Resolves: rhbz#224636
1557 - Add support for specifying the dhcp timeout (msivak).
1558 Resolves: rhbz#198147, rhbz#254032
1559 - Don't add a trailing 1 to filesystem labels (jgranado).
1560 Resolves: rhbz#415861
1561 - Add spufs support (jgranado).
1562 Resolves: rhbz#247720
1563 - List iSCSI multipath devices in the installer UI. (dcantrell).
1564 Resolves: rhbz#391951
1565 - Fix selected device when adding an advanced storage device (msivak).
1566 Resolves: rhbz#248447
1567 - Add maketreeinfo.py script (jgranado).
1568 Resolves: rhbz#253992
1569 - Make F12 work for the network config screen in text installs (jgranado).
1570 Resolves: rhbz#250982
1571 - Add the ixgbe driver (jgranado).
1572 Resolves: rhbz#350911
1573 - Write out IPV6INIT= to network-scripts (jgranado).
1574 Resolves: rhbz#243524
1575 - Close md devices to fix RAID tracebacks (jgranado).
1576 Related: rhbz#208970
1577 - Use input %packages section for anaconda-ks.cfg (msivak).
1578 Resolves: rhbz#280101
1579 - Add option for selecting different comps file (msivak).
1580 Resolves: rhbz#352081
1581 - Add nicdelay parameter (msivak).
1582 Resolves: rhbz#349521
1583 - Be more accepting in which strings we wait for from sshd (alanm).
1584 Resolves: rhbz#286031
1585 - Allow the use of double quotes in the pxeboot config file (jgranado).
1586 Resolves: rhbz#248170
1587 - Read the nic info before showing the configuration window (jgranado).
1588 Resolves: rhbz#278451
1589 - Make the back button work on the network config screen in loader (jgranado).
1590 Resolves: rhbz#233655
1591 - Get lcs interface name correctly (msivak).
1592 Resolves: rhbz#237508
1593 - Include more terminfo files to fix s390 telnet mode (msivak).
1594 Resolves: rhbz#231173
1595 - Fix kickstart docs for --dhcpclass parameter (jgranado).
1596 Resolves: rhbz#248910
1597 - Fix traceback when displaying autopartition error messages (jgranado).
1598 Resolves: rhbz#247257
1599 - Fix comparison of unusual network interface names (jgranado).
1600 Resolves: rhbz#246135
1601 - Populate the kickstart file dialog with the original value (jgranado).
1602 Resolves: rhbz#245936
1603 - Make the man pages work in rescue mode (jgranado).
1604 Resolves: rhbz#243443
1605 - Sort text package list (jgranado).
1606 Resolves: rhbz#242456
1607 - Don't eject the cd before the %post scripts are run (jgranado).
1608 Resolves: rhbz#238711
1609
1610 * Wed Oct 17 2007 Chris Lumens <clumens@redhat.com> 11.1.2.87-1
1611 - Prompt for manual network configuration in the loader if needed.
1612 Related: rhbz#296081
1613
1614 * Mon Oct 15 2007 Chris Lumens <clumens@redhat.com> 11.1.2.86-1
1615 - Don't try to use DHCP in networks with static IP configuration.
1616 Resolves: rhbz#296081
1617
1618 * Wed Oct 03 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.85-1
1619 - Check both IP structure members in getFileFromNfs()
1620 Resolves: rhbz#316251
1621
1622 * Thu Sep 27 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.84-1
1623 - Check return values correctly on netlink_interfaces_ip2str() and
1624 netlink_interfaces_mac2str()
1625 Resolves: rhbz#230525
1626 Related: rhbz#209284
1627
1628 * Wed Sep 19 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.83-1
1629 - Add cxgb3 driver (pjones)
1630 Resolves: rhbz#296791
1631
1632 * Tue Sep 18 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.82-1
1633 - Fix kickstart over NFS installs on s390x (ks=nfs:host:/path)
1634 Resolves: rhbz#250689
1635
1636 * Mon Sep 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.81-1
1637 - Make major and minor long ints in devMakeInode()
1638 Related: rhbz#218816
1639
1640 * Mon Sep 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.80-1
1641 - Create all variations of tape drive device nodes (dlehman)
1642 Resolves: rhbz#218816
1643
1644 * Fri Sep 14 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.79-1
1645 - Correct infinite loop problem with new recvfrom() code for reading large
1646 netlink messages
1647 Related: rhbz#230525
1648 - Make sure we clear the netlink cache before looking up IP or MAC addrs
1649 Related: rhbz#235824
1650
1651 * Thu Sep 13 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.78-1
1652 - Fix manual IPv4 configuration when adding an iSCSI device
1653 Related: rhbz#235824
1654
1655 * Wed Sep 12 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.77-1
1656 - Revert netlink_init_interfaces_list() changes
1657 Resolves: rhbz#287541
1658
1659 * Tue Sep 11 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.76-1
1660 - Fix going back to the network device selection screen in loader
1661 Resolves: rhbz#253285
1662 - Rework netlink_get_interface_ip() to handle large recvfrom responses (pjones)
1663 Related: rhbz#230525
1664 - Driver disk fixes (clumens)
1665 Related: rhbz#213318
1666 - Make sure MACADDR is written to ifcfg-* files (bhinson)
1667 Related: rhbz#248049
1668
1669 * Wed Sep 05 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.75-1
1670 - Fix network handling via CMS conf file on s390x
1671 Resolves: rhbz#278261
1672
1673 * Wed Sep 05 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.74-1
1674 - Find all NICs with netlink call
1675 Related: rhbz#230525
1676
1677 * Tue Sep 04 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.73-1
1678 - Handle empty VSWITCH parameter (bhinson AT redhat DOT com)
1679 Related: rhbz#248049
1680
1681 * Tue Sep 04 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.72-1
1682 - Rebuild against kudzu-1.2.57.1.15
1683 Resolves: rhbz#276161
1684
1685 * Fri Aug 31 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.71-1
1686 - Remove extra newtPopWindow() call
1687 Related: rhbz#260621
1688
1689 * Thu Aug 30 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.70-1
1690 - Fix text wrap width on partition type combo (dlehman)
1691 Related: rhbz#221791
1692 - Avoid SIGSEGV in for kickstart installs on Configure TCP/IP window
1693 Related: rhbz#260621
1694
1695 * Wed Aug 29 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.69-1
1696 - Skip Configure TCP/IP window for kickstart installs
1697 Resolves: rhbz#260621
1698 - Do not run _isys.vtActivate() on s390x
1699 Related: rhbz#217563
1700 - Keep drive selection box disabled if user clicks Back (clumens)
1701 Related: rhbz#219207
1702
1703 * Mon Aug 27 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.68-1
1704 - Do not return after NIC config for iSCSI setup
1705 Resolves: rhbz#233029
1706
1707 * Fri Aug 24 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.67-1
1708 - Fix "no more mirrors" problems when retrieving packages (dlehman)
1709 Resolves: rhbz#240582
1710 - Don't add duplicate fstab entries if the fstype is none (clumens)
1711 Resolves: rhbz#253485
1712 - Allow users to change their NIC and reconfigure it in loader
1713 Resolves: rhbz#253285
1714 - Validate IP addresses correctly for manual entry on s390x linuxrc
1715 Related: rhbz#234152
1716 - Correct setting addon repository names (clumens)
1717 Related: rhbz#206152
1718
1719 * Fri Aug 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.66-1
1720 - Select appropriate kernel devel package (dlehman)
1721 Related: rhbz#226784
1722
1723 * Fri Aug 17 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.65-1
1724 - Don't assume tb[IFLA_ADDRESS] contains data
1725 Resolves: rhbz#252988
1726 - Add support for VSWITCH and MACADDR conf variables on s390x
1727 Resolves: rhbz#248049
1728 - Fix ks=nfs: regression on s390x
1729 Resolves: rhbz#250689
1730
1731 * Mon Aug 13 2007 Peter Jones <pjones@redhat.com> - 11.1.2.64-1
1732 - Fix memory size comparison in PAE test.
1733 Related: rhbz#207573
1734 - Add e1000e and igb modules.
1735 Resolves: rhbz#251733
1736 Resolves: rhbz#251735
1737
1738 * Fri Aug 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.63-1
1739 - Disable zFCP device before removing LUN (bhinson AT redhat DOT com)
1740 Resolves: rhbz#249341
1741
1742 * Wed Aug 08 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.62-1
1743 - Add a symlink in /etc to /mnt/runtime/etc/yum, handle kABI
1744 requires/provides (dlehman)
1745 Resolves: rhbz#241412
1746 - Fix converting UI selections into which drives should be used for
1747 partitioning (clumens)
1748 Resolves: rhbz#247997
1749
1750 * Mon Aug 06 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.61-1
1751 - Honor ip=<val>/ipv6=<val>/noipv4/noipv6 boot parameters and skip the
1752 loader configuration if enough settings are passed on the boot line
1753 Resolves: rhbz#246603
1754
1755 * Fri Jul 20 2007 Peter Jones <pjones@redhat.com> - 11.1.2.60-1
1756 - Hopefully fix usb-storage reloading. Still needs testing
1757 Related: rhbz#247830
1758 - Ignore failure to unmount /mnt/source if we don't think there's a real mount
1759 (dlehman)
1760 Related: rhbz#223059
1761 - Prevent SIGSEGV when going back from NFS entry box after manual IPv4
1762 configuration (dcantrell)
1763 Resolves: rhbz#248075
1764 - Fix the timezone window (dcantrell)
1765 Resolves: rhbz#248928
1766
1767 * Wed Jul 18 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.59-1
1768 - Correctly discover underlying physical disks for RAID devices (pjones)
1769 Resolves: rhbz#248616
1770 - Mark iSCSI root with _netdev mount option (markmc AT redhat DOT com)
1771 Resolves: rhbz#244994
1772 - Clear screen after post-install NIC settings
1773 Resolves: rhbz#248130
1774 - Display mpath model and unit info on text partitioning screen
1775 Related: rhbz#185852
1776
1777 * Mon Jul 16 2007 Peter Jones <pjones@redhat.com> - 11.1.2.58-1
1778 - Only skip redhat-lsb during dependency resolution if it's not
1779 the only thing left
1780 Resolves: rhbz#248195
1781
1782 * Thu Jul 12 2007 Peter Jones <pjones@redhat.com> - 11.1.2.57-1
1783 - Only use GPT when we've got really big disks
1784 Resolves: rhbz#247830
1785 - Allow ia64 virt installs without "debug" option
1786 Resolves: rhbz#246718
1787 - Copy firmware files correctly from driver disks
1788 Related: rhbz#224076
1789
1790 * Thu Jul 12 2007 Peter Jones <pjones@redhat.com> - 11.1.2.56-1
1791 - Save "nodmraid" option so mkinitrd won't turn it on during boot
1792 Related: rhbz#185852
1793 - Don't mark partitions as bootable on GPT disks unless we're using EFI
1794 Related: rhbz#130236
1795 - Fix size display errors with large disks
1796 Related: rhbz#130236
1797
1798 * Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.55-1
1799 - Display mpath model information on the custom partitioning screen
1800 Related: rhbz#185852
1801
1802 * Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.54-1
1803 - Add missing colon on an if statement in getMpathModel()
1804 Related: rhbz#185852
1805 - Do not add extra 'mapper/' to fulldev in getMpathModel()
1806 Related: rhbz#185852
1807
1808 * Tue Jul 10 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.53-1
1809 - Use scsi_id to gather WWID info in getMpathModel()
1810 Related: rhbz#185852
1811 - Do not strip 'mapper/' from mpath device names in the partitioning UI
1812 Related: rhbz#185852
1813
1814 * Mon Jul 09 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.52-1
1815 - If we have seen an mpath device, do not gather its WWID again
1816 Related: rhbz#185852
1817 - Fix code indentation errors
1818 Related: rhbz#185852
1819 - Fix errors in the getMpathInfo() function when executing multipath
1820 Related: rhbz#185852
1821 - Display mpath devices without the 'mapper/' text
1822 Related: rhbz#185852
1823 - Get WWID from bindings file if multipath command returns nothing
1824 Related: rhbz#185852
1825 - Require that USB devices remain stable for a longer time period (pjones)
1826 Resolves: rhbz#222684
1827
1828 * Mon Jul 09 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.51-1
1829 - Ignore empty lines when collecting WWIDs per mpath device
1830 Related: rhbz#185852
1831 - Comment out existing blacklist and blacklist_exceptions blocks in the
1832 /etc/multipath.conf file
1833 Related: rhbz#185852
1834 - Reset SELinux file contexts on multipath.conf and bindings files
1835 Related: rhbz#185852
1836
1837 * Fri Jul 06 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.50-1
1838 - Read default multipath.conf values from either the target system or the
1839 anaconda stage2 environment. Make sure we only read one WWID per mpath
1840 alias and log an error if we didn't.
1841 Related: rhbz#185852
1842 - Install the PAE kernel when applicable (e.g., >4GB memory)
1843 Resolves: rhbz#207573
1844 - Read mpathNNN devices when generating the bindings and multipath.conf files
1845 Related: rhbz#185852
1846 - Make sure the partitioning UI screen displays WWID and model information
1847 for multipath devices
1848 Related: rhbz#185852
1849 - Use GPT on all architectures with non-boot disks >=2TB (pjones)
1850 Resolves: rhbz#130236
1851
1852 * Thu Jul 05 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.49-1
1853 - Generate multipath bindings and multipath.conf before package
1854 installation. Use scsi_id to collect WWIDs rather than the multipath
1855 command to maintain consistency with what pyblock has done.
1856 Related: rhbz#185852
1857
1858 * Fri Jun 29 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.48-1
1859 - Support new driver disk repo layout.
1860 Resolves: rhbz#213318
1861 - Add missing TEXT_EDIT_BUTTON constants back (dcantrell).
1862 Resolves: rhbz#245606.
1863 - Fix a traceback when writing out multipath configs (dcantrell).
1864 Related: rhbz#185852.
1865
1866 * Thu Jun 28 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.47-1
1867 - Fix traceback when writing out repo lines.
1868 Resolves: rhbz#246084
1869
1870 * Wed Jun 27 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.46-1
1871 - Create package header directory since yum doesn't anymore (katzj).
1872 Resolves: rhbz#245918
1873 - Write out repo lines to anaconda-ks.cfg.
1874 Resolves: rhbz#206152
1875 - Enable multipathd on mpath installs (dcantrell).
1876 Resolves: rhbz#243421
1877 - Pull scsi_id from /lib/udev, include kpartx and mpath commands (dcantrell).
1878 Resolves: rhbz#185852
1879 - Display model information in the UI for mpath devices (dcantrell).
1880 Resolves: rhbz#208341
1881 - Add nspr libraries and additional nss libraries.
1882 Related: rhbz#245215
1883 - Fox error reporting in iscsi connection code (pjones).
1884
1885 * Tue Jun 26 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.45-1
1886 - Add keyutils-libs (clumens)
1887 Resolves: rhbz#245734
1888 - Set up and use yum backend plugins (dlehman)
1889 Resolves: rhbz#241412
1890 - Install debuginfo packages (james.antill)
1891 Resolves: rhbz#236033
1892
1893 * Tue Jun 26 2007 James Antill <jantill@redhat.com> - 11.1.2.44-2
1894 - Remove default exclude for debuginfo.
1895 - Resolves: rhbz#236033
1896
1897 * Fri Jun 22 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.44-1
1898 - Fix typo in multipath part of making stage2 image (dcantrell).
1899 - Include the scsi_id command in the stage2 image (dcantrell).
1900 Resolves: rhbz#185852
1901 - Write out a minimal /etc/multipath.conf (dcantrell).
1902 Related: rhbz#185852
1903
1904 * Thu Jun 21 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.43-1
1905 - Correct iSCSI portal discovery
1906 Resolves: rhbz#233029
1907
1908 * Thu Jun 21 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.42-1
1909 - Handle ip=dhcp correctly so kickstart files are fetched automatically
1910 Resolves: rhbz#244418
1911 - Write newline after NETWORKING_IPV6=yes line
1912 Resolves: rhbz#226911
1913 - Make sure libnss3.so is included in the stage2 image
1914 Resolves: rhbz#245215
1915
1916 * Wed Jun 20 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.41-1
1917 - Include Xen block devices in the blacklist_exception block
1918 Related: rhbz#243527
1919 - Remove the lvm.conf filter modification to avoid regression
1920 Related: rhbz#243531
1921 - Fix traceback when looking for multipath devices to collect WWIDs for
1922 Related: rhbz#185852
1923
1924 * Tue Jun 19 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.40-1
1925 - Add libselinux-python to the stage2 image (clumens)
1926 Resolves: rhbz#244892
1927 - Copy static multipath commands in to stage2 image
1928 Related: rhbz#185852
1929 - Filter /dev/mapper/mpath* and /dev/mpath* in lvm.conf
1930 Related: rhbz#185852
1931 - Run /sbin/multipath and copy generated bindings file to target system,
1932 populate blacklist_exception block in multipath.conf with WWIDs from
1933 generated bindings file
1934 Related: rhbz#185852
1935
1936 * Mon Jun 18 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.39-1
1937 - Flush driveDict so zFCP are picked up after being brought online
1938 Resolves: rhbz#236903
1939 - Warn user when more than 15 partitions found on a libata-controlled disk
1940 Resolves: rhbz#238858
1941 - Add mpath filters to lvm.conf on target system
1942 Resolves: rhbz#243531
1943 - Make sure target system has multipath bindings file, add multipath WWIDs
1944 to blacklist_exception block in multipath.conf
1945 Resolves: rhbz#243527
1946 - Always print device node name for mpath devices in fstab
1947 Resolves: rhbz#243532
1948
1949 * Thu Jun 14 2007 Chris Lumens <clumens@redhat.com> - 11.1.2.38-1
1950 - Import tempfile to fix kickstart install tracebacks.
1951 Resolves: rhbz#244240
1952
1953 * Tue Jun 12 2007 David Cantrell <dcantrell@redhat.com> - 11.1.2.37-1
1954 - Add support for Areca RAID controllers (clumens)
1955 Resolves: rhbz#238014
1956 - Pass -br to the X server so there is no more hatch (clumens)
1957 Resolves: rhbz#195919
1958 - Echo 1 to each zFCP LUN to make entire device available (dcantrell)
1959 Resolves: rhbz#207097
1960 - Prevent static network configuration from failing (dcantrell)
1961 Resolves: rhbz#221660
1962 - Allow user to skip entering a gateway or nameserver when adding an iSCSI
1963 address (dcantrell)
1964 Resolves: rhbz#235824
1965 - Do not log errors when unmounting /mnt/source if it was not supposed to
1966 be mounted in the first place (dlehman)
1967 Resolves: rhbz#223059
1968 - Handle F13 shortcut key on installation key dialog (dlehman)
1969 Resolves: rhbz#210673
1970 - Create nodes for and probe for tape drives (dlehman)
1971 Resolves: rhbz#218816
1972 - Improve configuration screens for systems with multiple NICs (dcantrell)
1973 Resolves: rhbz#218200
1974 - Per-interface IPv4 and IPv6 configuration (dcantrell)
1975 Resolves: rhbz#213110
1976 Related: rhbz#218200
1977 - Add logging for yum logging (katzj)
1978 Resolves: rhbz#212259
1979 - Only ask user to run VNC is Xvnc is present (dcantrell)
1980 Resolves: rhbz#217563
1981 - Add /sbin/sfdisk (dcantrell)
1982 Resolves: rhbz#224297
1983 - For /dev/hvc0 terminals, set TERM to vt320 (dcantrell)
1984 Resolves: rhbz#219556
1985 - Set DHCPv6_DISABLE flag when using IPv6 auto neighbor discovery (dcantrell)
1986 Resolves: rhbz#231645
1987 - Handle more than 10 Ethernet interfaces (dcantrell)
1988 Resolves: rhbz#230525
1989 - Support OSA layer 2 networking on zSeries (bhinson)
1990 Resolves: rhbz#233376
1991 - Handle ksdevice=BOOTIF correctly (dcantrell)
1992 Resolves: rhbz#209284
1993 - Fix text wrap width in auto partitioning text mode screen (dlehman)
1994 Resolves: rhbz#221791
1995 - Correctly count SCSI disk devices (dlehman)
1996 Resolves: rhbz#230526
1997 - Include /usr/sbin/dmidecode on ia64 (dlehman)
1998 Resolves: rhbz#232947
1999 - Bind mount /dev/pts in rescue mode (dlehman)
2000 Resolves: rhbz#228714
2001 - Do not ignore productpath in pkgorder (dlehman)
2002 Resolves: rhbz#230487
2003 - Describe 'nfs --opts' in kickstart-docs.txt (clumens)
2004 Resolves: rhbz#234187
2005 - Sanity check network info on zSeries (dcantrell)
2006 Resolves: rhbz#234152
2007 - Do not bring up network in stage 2 if it's already up (dcantrell)
2008 Resolves: rhbz#232400
2009 - Do not traceback when trying to remove the /mnt/sysimage tree (dcantrell)
2010 Resolves: rhbz#227650
2011 - Write correct infor to /etc/sysconfig/network (dcantrell)
2012 Resolves: rhbz#222147
2013 - If custom partitioning is selected, make drive selection non
2014 sensitive (clumens)
2015 Resolves: rhbz#219207
2016 - Do not traceback if users neglects to enter an lvsize (clumens)
2017 Resolves: rhbz#221253
2018 - Do not load a module when the kickstart device line is incorrect (clumens)
2019 Resolves: rhbz#227510
2020 - Handle errors resulting from malformed repositories (clumens)
2021 Resolves: rhbz#219274
2022 - Remove all invalid RAID requests when using kickstart (clumens)
2023 Resolves: rhbz#235279
2024 - Avoid traceback getting the PID of iscsiadm (clumens)
2025 Resolves: rhbz#223257
2026 - Make sure kickstart scripts execute with correct working dir (clumens)
2027 Resolves: rhbz#237317
2028 - Support multiple ksappend lines (clumens)
2029 Resolves: rhbz#222201
2030 - Write out fstab after migrate (clumens)
2031 Resolves: rhbz#223215
2032 - Make the packages section in anaconda-ks.cfg match UI selections (clumens)
2033 Resolves: rhbz#227383, rhbz#231121, rhbz#235881
2034 - Copy volume group format attribute to new request (clumens)
2035 Resolves: rhbz#217585
2036 - Use /dev/ nodes for probing RAID superblocks (clumens)
2037 Resolves: rhbz#208970
2038 - Put more space between device description and the stripe for tall
2039 languages (clumens)
2040 Resolves: rhbz#217294
2041 - Add netxen_nic driver (clumens)
2042 Resolves: rhbz#230245
2043 - Provide detailed disk info in text mode partitioning screen (dcantrell)
2044 Resolves: rhbz#235054
2045 - If wrong interface is selection, allow user to choose another one (clumens)
2046 Resolves: rhbz#213787
2047 - Focus installation key text box and populate fields correctly (dlehman)
2048 Resolves: rhbz#223831
2049 - Make sure the regkey settings are written to anaconda-ks.cfg (dlehman)
2050 Resolves: rhbz#221450
2051 - Select kernel-xen-devel when optional packages selected (dlehman)
2052 Resolves: rhbz#226784
2053 - Fix typo in message shown when user skips entering the install key (dlehman)
2054 Resolves: rhbz#224491
2055 - If autopart selection is custom, make sure review checkbox is active and
2056 not sensitive. (dlehman)
2057 Resolves: rhbz#220951
2058 - Write NETWORKING_IPV6=no to /etc/sysconfig/network if IPv6 is disabled
2059 during installation. (dcantrell)
2060 Resolves: rhbz#226911
2061 - Fix input validation loop in manual network config in loader
2062 Resolves: rhbz#223193 (dcantrell)
2063 - Make "description" translate correctly (pjones)
2064 Resolves: rhbz#216067
2065
2066 * Thu Feb 1 2007 Peter Jones <pjones@redhat.com> - 11.1.2.36-1
2067 - Fix traceback when using text mode with a language that we can't display
2068 Resolves: #225528
2069
2070 * Fri Jan 26 2007 Peter Jones <pjones@redhat.com> - 11.1.2.35-1
2071 - Don't set the migration flag for FAT labels if we're formatting the
2072 partition
2073 Resolves: #223898
2074 - Process directories recursively when relabelling
2075 Resolves: #218791
2076
2077 * Fri Jan 26 2007 Jeremy Katz <katzj@redhat.com> - 11.1.2.34-2
2078 - fix ordering for split media installs (#223090)
2079
2080 * Wed Jan 24 2007 Peter Jones <pjones@redhat.com> - 11.1.2.34-1
2081 - The PAE kernel isn't named according to the normal convention, so we need
2082 "kernel-PAE" instead of "kernel-pae" in the list for grub.
2083 Resolves: #223941
2084
2085 * Tue Jan 23 2007 Peter Jones <pjones@redhat.com> - 11.1.2.33-1
2086 - Handle FAT/VFAT labels on upgrade better
2087 Resolves: #223890
2088 - Include kernel-pae in the list of kernels we set up in grub.conf (#223941)
2089
2090 * Mon Jan 22 2007 Peter Jones <pjones@redhat.com> - 11.1.2.32-1
2091 - Don't try to migrate fat/vfat labels if there's no fstab yet (#223554).
2092 - Always dasdfmt when we're relabeling a dasd device.
2093 Resolves: #223492
2094 - Don't use FAT/VFAT labels that are in use on other filesystems
2095 Resolves: #218957
2096
2097 * Fri Jan 19 2007 Peter Jones <pjones@redhat.com> - 11.1.2.31-1
2098 - Fix typo in yesterday's iscsi fix
2099 Resolves: #223257
2100
2101 * Thu Jan 18 2007 Peter Jones <pjones@redhat.com> - 11.1.2.30-1
2102 - Fix iscsi shutdown's "ps" call
2103 Resolves: #223257
2104 - Fix "halt" kickstart directive
2105 Resolves: #222953
2106
2107 * Wed Jan 17 2007 Peter Jones <pjones@redhat.com> - 11.1.2.29-1
2108 - fix rhpl import
2109 Resolves: #222991
2110
2111 * Tue Jan 16 2007 Peter Jones <pjones@redhat.com> - 11.1.2.28-1
2112 - Use a GtkWindow for the release notes viewer (katzj)
2113 Resolves: #220418
2114 - Add pirut to our textdomain so strings get translated (katzj)
2115 Resolves: #216067
2116 - Don't log a pvrequest's "drive" attribute, since they don't all have them
2117 Resolves: #221992
2118 - Fix "clearpart" and such to only happen once
2119 Resolves: #220021
2120 - Handle multiple repo paths better
2121 Resolves: #221146
2122 Resolves: #221260
2123 - label fat filesystems for /boot/efi on ia64
2124 Resolves: #218957
2125 - Don't overwrite hdinstall partition when "clearpart --all --initlabel" is
2126 in ks.cfg (dlehman)
2127 Resolves: #220331
2128 - Fix depsolver progress meter problems when there's not enough space (dlehman)
2129 Resolves: #215493
2130 - Don't show "unsupported language" error when not in interactive mode (clumens)
2131 Resolves: #222096
2132 - Change default mpath option to disabled
2133 Related: #219843
2134 - Remove packages pulled in for deps when there's a space error (dlehman)
2135 Resolves: #222894
2136 - Disable betanag (katzj)
2137
2138 * Thu Jan 4 2007 Peter Jones <pjones@redhat.com> - 11.1.2.27-1
2139 - Include cdroms in the scsi disk count (katzj, #207336)
2140 - Translation display fixes (katzj, #216067)
2141 - Wait longer for usb floppy access (#211222)
2142 - Make the package repo path list right (#221260)
2143
2144 * Wed Jan 3 2007 Peter Jones <pjones@redhat.com> - 11.1.2.26-1
2145 - Fix bug trying to find repomd files (#221146)
2146 - Don't do 'clearpart' stuff on fsset if we're not in a kickstart (#221090)
2147
2148 * Tue Jan 2 2007 Peter Jones <pjones@redhat.com> - 11.1.2.25-1
2149 - Turn off multipath support by default (enable with "mpath" during boot)
2150 - Don't clear partitions if it's already been done (#220021)
2151 - Handle upgrade conditionals better (pnasrat, #218909, #214747)
2152 - Handle new repo dict format (dlehman, #220241, #220326)
2153 - Don't log messages about VT tech preview on s390 and ppc (dlehman, #220236)
2154
2155 * Mon Dec 18 2006 Peter Jones <pjones@redhat.com> - 11.1.2.24-1
2156 - Make sure reg keys are written out un upgrade (dlehman, #219791)
2157 - handle 'regkey --skip' correctly in kickstart (dlehman, #219544)
2158 - Allow users to go back and change regkeys (dlehman, #219361)
2159 - Do not accept regkeys that don't match the install media (dlehman, #219823)
2160 - Honor dhcpclass parameter in isys (dcantrell, #220057)
2161 - Pick paths better for url iso installs (#219205)
2162
2163 * Fri Dec 15 2006 David Cantrell <dcantrell@redhat.com> - 11.1.2.23-1
2164 - Use subprocess in execConsole (clumens, #210481, #216155)
2165 - Leave a way for mkinited to discover lack of mpath (pjones, #219843)
2166 - Pass 'anaconda' to instClass.installDataClass() (pjones, #219793)
2167 - Use intf, not self.anaconda.intf in partedUtils
2168 - Handle DiskSet instantiation from LabelFactory when anaconda=None
2169 - Resolves: rhbz#210481 rhbz#216155 rhbz#219843 rhbz#219793
2170
2171 * Thu Dec 14 2006 Peter Jones <pjones@redhat.com> - 11.1.2.22-1
2172 - Only show information appropriate to the install class specified by the
2173 reg key (dlehman, #218967)
2174 - Fix dasd formatting (dcantrell, #218861)
2175 - Fix iscsi portal discovery (#216164)
2176 - Update xvc0 major/minor (katzj, #218050)
2177 - Fix device node creation in 'rescue' (clumens)
2178 - Fix zFCP device addition (dcantrell, #210635)
2179
2180 * Wed Dec 13 2006 Peter Jones <pjones@redhat.com> - 11.1.2.21-1
2181 - Handle reg keys with dashes (dlehman, #218716)
2182 - Don't traceback with no iscsi (katzj, #218513)
2183 - Unmount cdrom after installation when using local stage2 during http
2184 install (dlehman)
2185 - Fix typo in iscsi code (katzj, #218513)
2186 - Remove LIBUSER_CONF from the environment before running
2187 post (clumens, #218213)
2188 - Don't allow virt by default on ia64 (#215429)
2189 - Fix lvm off-by-one-extent problems with previously created volume groups
2190 (pjones, #217913)
2191
2192 * Wed Dec 6 2006 Peter Jones <pjones@redhat.com> - 11.1.2.20-1
2193 - Remove language choices for which there is no font (katzj, #217498)
2194 - Add stex module (katzj, #209179)
2195 - Fix debug output (pnasrat, #217751, #217774)
2196
2197 * Fri Dec 1 2006 Dennis Gregorovic <dgregor@redhat.com> - 11.1.2.19-2
2198 - rebuild
2199 - Related: rhbz#217861
2200
2201 * Wed Nov 29 2006 Chris Lumens <clumens@redhat.com> - 11.1.2.19-1
2202 - Don't always write out xconfig and monitor lines (#211977).
2203 - Pull in xinf files from X driver packages on url images.
2204 - Fix for changed API (katzj, #217673, #217689).
2205
2206 * Tue Nov 28 2006 Chris Lumens <clumens@redhat.com> - 11.1.2.18-1
2207 - Fix registration key dialog (katzj).
2208 - Base shown tasks on registration key (katzj).
2209 - Init wreq structure before use (dcantrel, #215367).
2210 - Fetch new release notes file on language change (#217501).
2211 - Add ipv6= command line argument (dcantrel).
2212 - Rework loader network config screen (dcantrel, #213108, #213112).
2213 - Disable testing registration keys when out of beta (katzj, #217360).
2214 - Fix si_LK timezone (katzj, #217288).
2215 - Set the right home directory on kickstart user command (#216681).
2216 - Allow correcting kickstart file location on error/typo (#216446).
2217 - Check for .discinfo instead of using a static number (pjones, #214787).
2218 - Nodes property typo (pnasrat, #216410).
2219 - Only set broadcast and network addr if ipv4 is enabled (dcantrel, #215451).
2220
2221 * Fri Nov 17 2006 Chris Lumens <clumens@redhat.com> - 11.1.2.17-1
2222 - Preserve drive order specified in kickstart (#214881).
2223 - Be smarter about checking if iscsi is available (katzj, #216128).
2224 - Install language support packages in text mode (nasrat, #215867).
2225 - Fix kernel naming (katzj, #215746).
2226 - Fix handling of iscsiadm output and activation of devices (pjones).
2227 - Depsolve on optional/non-grouped packages (nasrat, #214848).
2228 - Update kickstart documentation.
2229 - Make sure source is unmounted on image installs before %post (#214677).
2230 - Use mode 0600 for install-num file (katzj, #214853).
2231
2232 * Thu Nov 09 2006 Paul Nasrat <pnasrat@redhat.com> -11.1.2.16-1
2233 - Fix traceback due to incorrect no discs (#214787)
2234
2235 * Wed Nov 8 2006 Peter Jones <pjones@redhat.com> - 11.1.2.15-1
2236 - Fix segfault when there's no EDD, as on ppc (#214653)
2237 - Always skip networking screen on kickstart installs (clumens, #214584)
2238 - Update install method docs (clumens, #214159)
2239
2240 * Mon Nov 6 2006 Peter Jones <pjones@redhat.com> - 11.1.2.14-1
2241 - Avoid traceback with PReP partitions on disks that aren't currently
2242 in use (clumens, #211098)
2243 - Fix traceback when all space is in use (ddearau AT us.ibm.com, #213616)
2244 - Fix text mode traceback (katzj, #213869)
2245 - Use better API for network configuration dialog (katzj, #213356)
2246
2247 * Fri Nov 03 2006 Chris Lumens <clumens@redhat.com> - 11.1.2.13-1
2248 - Install in text mode if a KVM confused X autodetection.
2249
2250 * Fri Nov 03 2006 Paul Nasrat <pnasrat@redhat.com> - 11.1.2.12-1
2251 - Fix traceback on ftp loopback iso installs (#212014)
2252 - Enable IPv6 dns support in loader (dcantrell)
2253
2254 * Wed Nov 1 2006 Peter Jones <pjones@redhat.com> - 11.1.2.11-1
2255 - Fix localhost6 line in /etc/hosts (dcantrell, #210050)
2256 - Add more fonts to the install image (katzj, #207428)
2257 - Remove i386 dmraid on multi-arch upgrades (katzj, #209011)
2258 - Improve split ISO URL installs (clumens)
2259 - Fix line wrapping in clearpart (clumens, #213425)
2260 - Always set an active value in the LVM PE size combo box (clumens, #212317)
2261 - Don't try to clear partitions on drives in the skippedList (clumens)
2262 - Don't try to resolve port numbers from urls as hostnames (clumens, #212622)
2263
2264 * Fri Oct 27 2006 Peter Jones <pjones@redhat.com> - 11.1.2.10-1
2265 - Don't use keepalive sockets when they won't be reused (#212571)
2266
2267 * Fri Oct 27 2006 Jeremy Katz <katzj@redhat.com> - 11.1.2.9-1
2268 - Fix install key handling (#212548)
2269 - Catch hard drives that don't exist (clumens, #212377)
2270 - Fix typo for slovak keyboard (#212304)
2271
2272 * Thu Oct 26 2006 Chris Lumens <clumens@redhat.com> - 11.1.2.8-1
2273 - Fall over to the next mirror correctly (#208077, #212014).
2274
2275 * Wed Oct 25 2006 Jeremy Katz <katzj@redhat.com> - 11.1.2.7-1
2276 - Fix zfcp (#210094)
2277 - Remove unneeded whiteout
2278 - Fix a case where we might have leaked an fd (#212191)
2279
2280 * Tue Oct 24 2006 Jeremy Katz <katzj@redhat.com> - 11.1.2.6-1
2281 - Add Sinhala (#207426)
2282 - Fix a traceback in shell exec (pnasrat, #211830)
2283 - Write out proper ipv6 localhost in /etc/hosts (dcantrel, #211800)
2284 - Merge swap/graphical limits from fc6 (#211649)
2285 - Fix canceling with iscsi (#211996)
2286 - Fix static IPs with iscsi/repo adding
2287 - Fix use of repos on upgrade (#211547)
2288 - Add real key format (dlehman, #207752)
2289
2290 * Fri Oct 20 2006 David Cantrell <dcantrell@redhat.com> - 11.1.2.5-1
2291 - Build against libdhcp-1.16
2292 - Continue if vname or vparm are NULL in readNetInfo (#211502)
2293 - Add fonts-telugu (katzj, #207428)
2294 - Fix install progress bar/window dimensions (katzj, #211526)
2295 - Don't specify a stdout of stderr for shells on zSeries (clumens, #210481)
2296 - Use execConsole function to run shells (clumens)
2297 - Only use netlink messages with ARP Ethernet headers (katzj, #210195)
2298 - Force swap formatting on ppc (pnasrat, #206523)
2299 - Don't traceback without a key in cmdline mode (katzj, #211476)
2300 - Pass noipv4/noipv6 settings from stage 1 to stage 2 (#208334)
2301 - Correct --onbiosdisk handling (clumens, #210705)
2302 - Keep runlevel 3 if doing a VNC install (clumens, #211318)
2303 - Don't use unicode line drawing on vt100-nav terminals (katzj, #208374)
2304 - Remove multilib packages (pnasrat, #209011)
2305
2306 * Tue Oct 17 2006 David Cantrell <dcantrell@redhat.com> - 11.1.2.4-1
2307 - yum fix retry on failure (katzj, #211117)
2308 - Fix ordering for iSCSI tools on CD installs (katzj, #208832)
2309 - Only go back a screen from regKeyScreen is possible (katzj, #211101)
2310 - Support --skip for instkey (katzj)
2311 - Parse /tmp/netinfo correctly on zSeries (#207991)
2312 - Fix for virtualization being the group instead of xen (katzj)
2313
2314 * Mon Oct 16 2006 Jeremy Katz <katzj@redhat.com> - 11.1.2.3-1
2315 - Better regex for finding ISO loopback mounts (clumens, #205133)
2316 - Setup baseurl better for additional repos (clumens, #210877)
2317 - Add qla2400 and qla2xxx to late module load list (#210886)
2318 - Write out zfcp to anaconda-ks.cfg
2319 - Write out iscsi to anaconda-ks.cfg
2320 - Preserve installation number in anaconda-ks.cfg and on the system (#207029)
2321 - Add support for 'key' directive in kickstart for installation number
2322 - Handle non-base repos which may or may not exist better (#202810)
2323 - Fix zfcp (#210094)
2324 - Take up more space for package descriptions (#210531)
2325 - New installation number dialog (#207752)
2326
2327 * Thu Oct 12 2006 David Cantrell <dcantrell@redhat.com> - 11.1.2.2-1
2328 - Fix layout where extra repo selection box is not displayed (clumens)
2329 - Fix desktop upgrade (katzj, #210408)
2330 - Don't start a new process group and do exit(0) instead of return
2331 after receiving SIGTERM (pjones)
2332 - Only do auditDaemon if we're not in test or rootpath mode (pjones)
2333 - Error only when checking the initiator name (katzj, #210347)
2334 - Don't force gateway and DNS values (#200029)
2335 - Set IPv6 entry box sensitivity correctly in text mode
2336 - Initialize useIPv4 and useIPv6 correctly when existing net info is there
2337
2338 * Wed Oct 11 2006 Chris Lumens <clumens@redhat.com> - 11.1.2.1-1
2339 - Ignore basepath in getHeader to fix CD installs (pnasrat).
2340 - Fix package installation.
2341
2342 * Tue Oct 10 2006 Jeremy Katz <katzj@redhat.com> - 11.1.2.0-1
2343 - Allow setting the language to something not in lang-table (clumens, #176538)
2344 - Fix split media (pnasrat)
2345 - Fix going back from advanced bootloader (clumens, #210190)
2346 - Bump early swap to be higher
2347 - Add Telugu (#207428)
2348 - Update edd support (Rez Kabir, #207331)
2349 - Sleep hacks for usb-storage (zaitcev, #207336)
2350
2351 * Mon Oct 9 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.110-1
2352 - Fix SELinux contexts for iscsi
2353 - Fix traceback if addrepos isn't shown (#209997)
2354 - Fix traceback looking up hostnames (clumens, #209672)
2355 - Fix split media (pnasrat)
2356 - Fix network to be enabled after install on non-network installs
2357
2358 * Fri Oct 6 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.109-1
2359 - Fix iscsi for toolchain changes and targets with multiple IPs
2360 - Validate ips like 9.1.2.3 (dcantrel, #209654)
2361
2362 * Fri Oct 6 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.108-1
2363 - Fix endless spinning with redhat-lsb depcheck (#209665)
2364 - Fix usefbx (clumens)
2365 - Fix traceback with loopback isos (pnasrat)
2366
2367 * Thu Oct 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.107-1
2368 - minor yum api fix
2369
2370 * Wed Oct 4 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.105-1
2371 - Fix details in tui pkgselection (#209310)
2372 - Add Assamese (#207424)
2373 - More network UI sanity checking (dcantrel)
2374 - Disable release notes url clicking (dcantrel)
2375 - Fix traceback going back on upgrade (#205198)
2376 - Try to fix up sr_CS.UTF-8@Latn some more (#182591)
2377
2378 * Tue Oct 03 2006 Chris Lumens <clumens@redhat.com> - 11.1.0.104-1
2379 - More netconfig fixes (dcantrel).
2380 - Reset protected partitions list (#204405).
2381 - Handle more iscsi error cases (katzj, #208671).
2382 - Don't bring down network interfaces after fetching files (dcantrel,
2383 #201194).
2384
2385 * Mon Oct 2 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.103-1
2386 - More netconfig fixing (dcantrel)
2387 - Fix some translation problems (#206620)
2388 - Don't do netconfig on task toggle (#208562)
2389 - Some mpath/dmraid fixes (pjones, #208423)
2390 - Only set graphical if VNC is enabled in kickstart, not
2391 all kickstarts (clumens)
2392 - Ensure RAID levels get sorted (#208478)
2393 - Fix handling of locales we can't display (#208841)
2394 - Fix traceback in partition editing (clumens, #208677)
2395 - Try to fix sr_CS.UTF-8@Latn (#182591)
2396 - Ensure a depcheck on redhat-lsb (#201222)
2397 - Fix pkgorder to order "needed" groups early (#206778)
2398
2399 * Thu Sep 28 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.102-1
2400 - Disable repo writing for now
2401 - Fixup text network config (dcantrel)
2402 - More HTTP response codes (clumens)
2403 - Don't try to use updates disk image by default (clumens)
2404 - Give an error message when netconfig fails
2405 - Don't prompt for non-existent cd
2406 - Fix DNS with dhcp for extras on CD install
2407
2408 * Wed Sep 27 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.101-1
2409 - Give indication of no optional packages (#204242)
2410 - Don't give an error on partition mount errors looking for upgrades (#201805)
2411 - Firewire fix (notting)
2412 - Make initrd.size have 0644 perms (dcantrel, #197773)
2413 - More netconfig tweaks (dcantrel)
2414 - Support loopback URL mounts (pnasrat, #207904)
2415 - Turn off firstboot on s390 (clumens, #207926)
2416 - Set display mode if vnc ks (clumens, #204736)
2417 - Fix partitioning traceback (#208101)
2418 - Fix lowres (clumens)
2419 - xfs tweak (esandeen, #208323)
2420 - Add qla4xxx (#208324) and qla3xxx
2421
2422 * Thu Sep 21 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.100-1
2423 - Fix a few tracebacks (#207594, #207587)
2424 - Allow only iSCSI disks (#207471)
2425 - Fix bootdisk.img on x86_64
2426
2427 * Wed Sep 20 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.99-1
2428 - Fix CD stage2 + URL installs (clumens, #205571, #206072)
2429 - Remove hostap (clumens, #196334)
2430 - Fix input validation for manual network config (dcantrel,
2431 #206148, #206678, #206537)
2432 - More network UI improvements (dcantrel)
2433 - Fix upgrade tracebacks (pnasrat, #206913)
2434 - Improved zfcp code (#204145)
2435 - Format swap on ppc upgrades (pnasrat, #206523)
2436 - Fix network interface bringup (dcantrel, #206192, #200109)
2437 - Allow running anaconda with --target arch for stateless (#206881)
2438 - Improve iscsi and zfcp TUI and kickstart config
2439
2440 * Fri Sep 15 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.98-1
2441 - Fix stage2 creation (prarit, #206638)
2442 - Add ehea driver (pjones)
2443 - Fix rescue mode for the early shell case
2444
2445 * Thu Sep 14 2006 Chris Lumens <clumens@redhat.com> 11.1.0.97-1
2446 - Compile fix (pjones).
2447
2448 * Thu Sep 14 2006 Chris Lumens <clumens@redhat.com> 11.1.0.96-1
2449 - Use -no-fragments to mksquashfs (katzj, #206472).
2450 - Fix scsi and usb module loading (pjones).
2451 - Better testing for driver disk correctness (katzj, #195899).
2452 - Support HTTP redirects in the loader (#188198, #204488).
2453 - Write out repo configuration (pnasrat, #199468).
2454 - Fix installing from additional repos on CD/DVD installs (katzj, #205846).
2455 - Network UI fixes (katzj).
2456 - --vesa -> --xdriver (pjones).
2457 - Fix when group selection should appear in kickstart installs.
2458 - Fix logical volume size checking again (#206039).
2459 - Skip attached devices without media present again (#205465).
2460 - Install fs packages if they're needed for installation (katzj, #205865).
2461 - Only collect network addresses for running interfaces (dcantrel).
2462 - zSeries initrd fixes (dcantrel, #197773).
2463
2464 * Fri Sep 8 2006 Peter Jones <pjones@redhat.com> - 11.1.0.95-1
2465 - Look for repodata where the CDs are mounted, not where they're
2466 stored (clumens)
2467 - Reverse traceback print order in the UI so most recent call is listed
2468 first (clumens, #204817)
2469 - Don't install device-mapper-multipath or kpartx except when selected or
2470 required by install media.
2471
2472 * Thu Sep 07 2006 Chris Lumens <clumens@redhat.com> 11.1.0.94-1
2473 - Allow opening release notes more than once (dcantrel, #203147).
2474 - Fix NFS iso installs.
2475 - More files to restorecon.
2476 - Rework GUI network configuration screen (dcantrel).
2477 - isys network cleanups (dcantrel).
2478 - Fix taking sreenshots (#204480).
2479 - Skip broken repositories in kickstart (#204831).
2480 - Pull in all policy modules in initrd making.
2481 - Fix yum traceback (katzj, #205450).
2482 - Add hptiop module (katzj, #205337).
2483
2484 * Wed Sep 6 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.93-1
2485 - unbreak xen installs
2486 - add hptiop drivers (#205337)
2487 - Fix a traceback (#205450)
2488
2489 * Tue Sep 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.92-1
2490 - fix the build some more
2491
2492 * Tue Sep 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.91-1
2493 - build fix (pjones)
2494 - traceback fix (dcantrel)
2495
2496 * Tue Sep 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.90-1
2497 - Update for newer iscsi code
2498 - Fix with yum API change
2499 - More files to restorecon (clumens)
2500 - Don't crash with duplicate repos (clumens)
2501 - Back to clearlooks (notting)
2502 - dmraid for dmraid, not kpartx (pjones)
2503
2504 * Thu Aug 31 2006 Peter Jones <pjones@redhat.com> - 11.1.0.89-1
2505 - Fix going back to the repo screen (clumens)
2506 - Install correct supplementary packages when using dmraid or multipath
2507
2508 * Wed Aug 30 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.88-1
2509 - Fix a case where images don't exist (#204648)
2510 - More making pkgorder quieter
2511
2512 * Wed Aug 30 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.87-1
2513 - Fix traceback on editing lvm (#204631)
2514 - Fix SELinux context setting
2515 - Don't do file logging in pkgorder
2516
2517 * Tue Aug 29 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.86-1
2518 - Fix ia64 pxeboot dir (#199274)
2519 - Remember manual TCP/IP settings (dcantrel, #202662)
2520 - Clean up extra repo stuff some more (clumens)
2521
2522 * Tue Aug 29 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.85-1
2523 - Sanity check more device names for LVM (notting, #2040387)
2524 - Exception handling fixes (clumens)
2525 - Fix Extras selection (clumens, #204267)
2526 - Setup repos later
2527 - Improved verbage (Paul Frields, #204249)
2528 - Filter out some non-addressable storage from hd dict (pjones)
2529 - Handle xen virtual serial
2530 - Reset file contexts on mountpoints (#202525)
2531 - Ensure programs used by anaconda are installed (clumens, #203216)
2532
2533 * Wed Aug 23 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.84-1
2534 - Run in English for CJKI text installs (clumens, #180417, #202738)
2535 - Don't mistake hard drives for CD drives (clumens, #202714)
2536 - Start to add s390x mpath support (pjones)
2537 - Whiteout scim-libs (clumens, #202543)
2538 - Fix LV size check with growing (clumens, #203095)
2539 - Fix graphical selection of drives (pjones)
2540 - Speed up mke2fs (pjones, #201645)
2541 - Add a simple audit daemon to get rid of audit spam (pjones)
2542 - Some tweaks to repo addition/task selection
2543 - Fix multipath for x86_64 (pjones, #203425)
2544 - Set language to English every time it's unsupported (clumens, #203331)
2545
2546 * Wed Aug 16 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.83-1
2547 - Fix text timezone typo (clumens, #202844)
2548 - Some installclass tweaking
2549 - Fix nfsiso to handle changing repopaths
2550 - Fix x86_64 install traceback (#202660)
2551 - Adjust for new theme
2552
2553 * Tue Aug 15 2006 Chris Lumens <clumens@redhat.com> 11.1.0.82-1
2554 - Make Turkish translation build again.
2555
2556 * Tue Aug 15 2006 Chris Lumens <clumens@redhat.com> 11.1.0.81-1
2557 - Fix serial console shell IO (#201479).
2558 - Don't traceback if URL install path is just "/" (#202368).
2559 - Fix font typo (katzj, #202167).
2560 - SELinux fixups (pjones).
2561 - Handle virtpconsole option again (katzj, #201749, #202450).
2562 - Kickstart install fixes (#202471, #202483).
2563 - Mark strings for translation (#199022).
2564 - Fix ISO install method traceback (#201775).
2565 - Don't enable the back button if there's no screen to show (#197766).
2566 - Don't clobber a working /etc/resolv.conf on VNC installs (#201874).
2567 - Remember user choices on network config (dcantrel, #200986, #200797).
2568 - More greek fixing (katzj, #196980).
2569 - Sync pkgorder with what distill is expecting (katzj, #201923).
2570 - RHEL upgrade tweaks (katzj, #201741).
2571 - Install class detection (katzj, #201745).
2572 - Fix text upgrade traceback (katzj, #201960).
2573 - Add more libraries for s390 (katzj, #200985).
2574 - Add SATA probing (pjones).
2575 - Add registration key options (katzj, #201738).
2576 - Don't automatically set UTC check box on kickstart installs (#181737).
2577 - Patch from Paul Schroder <pschroeder@uplogix.com> for nogr mode.
2578
2579 * Tue Aug 08 2006 Paul Nasrat <pnasrat@redhat.com> 11.1.0.80-1
2580 - Blacklist e2fsprogs.ppc64 on upgrades (#200233)
2581 - Set self.currentMedia to [] (dcantrel, #201722).
2582 - Remove multiple error messages (dcantrel, #201247)
2583 - Revert logMessage calls (clumens, #201707)
2584
2585 * Mon Aug 07 2006 Chris Lumens <clumens@redhat.com> 11.1.0.79-1
2586 - s390 build fix.
2587
2588 * Mon Aug 07 2006 Chris Lumens <clumens@redhat.com> 11.1.0.78-1
2589 - Fix password writing for interactive kickstart installs (#201455).
2590 - Don't check percentage on preexisting LVs (#193341).
2591 - Log added repos (#201212).
2592 - Start adding things for ia64 Xen (katzj).
2593 - Use new raid module name (katzj, #201361).
2594 - Look for ifconfig in the right place during rescue mode (#201372).
2595 - Fix segfault in FTP and HTTP path typos (#197403, #201243, #201367).
2596 - Don't display the askmethod screen on CD installs (#201108).
2597 - Do a better job at updating mkfs percentage bar (pjones).
2598 - Fix finding the release notes (#201232).
2599 - Add libvolume_id for gfs2-utils (katzj).
2600
2601 * Wed Aug 02 2006 Paul Nasrat <pnasrat@redhat.com> 11.1.0.77-1
2602 - Fix pkgorder isdir check
2603 - Reinstate frequent rescanning of devices (clumens)
2604
2605 * Wed Aug 02 2006 Chris Lumens <clumens@redhat.com> 11.1.0.76-1
2606 - Don't raise an exception when someone tries to delete empty space (pjones).
2607 - Fix X ks writing traceback (#201047).
2608 - Add file to describe initrd to fir LPAR installs (katzj, #197773).
2609 - Add libXau for s390 (katzj, #200985).
2610 - Sleep for disks to settle (katzj, #200589).
2611
2612 * Tue Aug 1 2006 Peter Jones <pjones@redhat.com> - 11.1.0.75-1
2613 - Fix iSCSI and MultiPath coexistance
2614 - Don't use mygethostbyname on ipv6 yet (dcantrell)
2615 - Better logging on nfsinstall and kickstart (dcantrell, #195203)
2616 - Remove ddc probing (clumens)
2617
2618 * Mon Jul 31 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.74-1
2619 - Fix method=http vs method=ftp (pjones)
2620 - Various xconfig fixes (clumens, #200755 #200758)
2621 - Fix FTP/HTTP installs by hostname (dcantrel, #200771)
2622 - Fix command-stubs/mknod (#200820)
2623
2624 * Fri Jul 28 2006 Peter Jones <pjones@redhat.com> - 11.1.0.73-1
2625 - Revert DNS changes from yesterday (dcantrel)
2626 - Do the backtrace initialization after analyzing args (katzj)
2627 - Use rhpxl for all X startup tasks (clumens, #199437)
2628 - Create users under the rootpath (patch from Clark Williams)
2629 - Update to use newer dmraid libraries
2630 - Remove /nss usage (dcantrell)
2631
2632 * Thu Jul 27 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.72-1
2633 - Don't allow ipv6-only nfs installs (dcantrel)
2634 - Fix segfault with ksdevice= (pjones, #200451)
2635 - Fix ipv6 ftp installs (dcantrel)
2636 - Ignore options we don't understand to our modprobe to help fix X
2637 startup on radeon
2638 - Use rootpath in a few places we had /mnt/sysimage hardcoded
2639 - Fix method=
2640 - Fix translation mismatch
2641
2642 * Thu Jul 27 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.68-1
2643 - And another fix for the RHEL installclass
2644
2645 * Thu Jul 27 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.67-1
2646 - FTP/HTTP ipv6 fixes (dcantrel)
2647 - Better prepboot handling (pnasrat)
2648 - RHEL installclass fixes
2649
2650 * Wed Jul 26 2006 Peter Jones <pjones@redhat.com> - 11.1.0.66-1
2651 - Fix md raid request class
2652 - Check for busybox utilties in /usr/sbin (katzj)
2653 - Be smarter about log files during kickstart (clumens)
2654 - Make multipath and dmraid work
2655 - Add Kannada language (katzj)
2656 - Don't show onboot for rescue mode (katzj)
2657 - Fix AF_INET6 usage when making in6_addr (dcantrell)
2658
2659 * Tue Jul 25 2006 Paul Nasrat <pnasrat@redhat.com> - 11.1.0.65-1
2660 - Fix noipv6 (pjones)
2661 - Fix nodmraid and nompath (katzj)
2662 - Make kickstart inherit from used installclass (katzj)
2663 - Hide rhel installclass by default (katzj)
2664 - Remove gstreamer/gstreamer-tools whiteout (#197139, katzj)
2665
2666 * Mon Jul 24 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.64-1
2667 - Fix build failure (pjones)
2668 - Fix error handling when adding iscsi
2669 - Make things a bit more flexible based on the install class
2670 - Fix noipv4 (dcantrel)
2671 - Try not to run dmidecode a bazillion times
2672 - Cleanups for various package selection things
2673
2674 * Fri Jul 21 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.63-1
2675 - Fix serial kickstart installs (clumens)
2676 - Add labels for LVM and RAID (clumens)
2677 - Show preexisting labels when they exist (clumens, #149375)
2678 - Fix traceback for no dosFilesystems (pnasrat)
2679 - Clean up to handle packages in $PRODUCTPATH or $PRODUCTPATH/RPMS
2680 - Various iscsi fixups
2681
2682 * Thu Jul 20 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.62-1
2683 - Fix drivelist sensitivity when adding devices
2684 - Fix text mode package selection (clumens, #186043)
2685 - Make GMT offset timezones available (clumens, #199076)
2686 - Use attr=2 for xfs per sandeen
2687 - Fix labels of stuff created before install starts (#199605)
2688 - Add Malayalam and Oriya (#197783)
2689 - Fix partitioning (#199459)
2690
2691 * Wed Jul 19 2006 Chris Lumens <clumens@redhat.com> 11.1.0.61-1
2692 - Bring down network interface after fetching files (dcantrel).
2693 - Use dejavu fonts instead of vera (katzj).
2694 - Tweak iSCSI, partitioning, and tasksel UI (katzj, #199451).
2695 - Fix busybox symlinks (katzj, #199463).
2696 - Use reboot instead of shutdown (katzj, #199262).
2697 - Fix DHCP error messages (dcantrel, #199452).
2698
2699 * Tue Jul 18 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.60-1
2700 - Fix va_copy() argument ordering in logMessageV() in loader
2701
2702 * Tue Jul 18 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.59-1
2703 - Add rudimentary firmware loading support to the loader (pjones)
2704 - Drop some whiteout (pnasrat, #196733)
2705 - Fix exec'ing of symlinks (clumens)
2706 - Add basic multipath support (pjones)
2707 - Basic support for multiple repo setup in graphical mode
2708 - Add missing files (clumens)
2709
2710 * Mon Jul 17 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.58-1
2711 - Clean up noipv4/noipv6 stuff stuff (clumens)
2712 - Fix exception handling for test mode
2713 - Lots of iscsi changes
2714 - Create mount points for protected partitions (clumens)
2715 - Add multipath kernel modules (pjones)
2716 - Add dhcp libs needed by isys to stage2
2717
2718 * Thu Jul 13 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.57-1
2719 - Fix unknown error on shadow file (#196705, clumens)
2720 - Removed inet_calcGateway (clumens)
2721 - Don't guess gateway address in text network UI (#197578, clumens)
2722 - Change iutil.copyFile calls to shutil.copyfile (clumens)
2723 - Removed DRI enable/disable code from xsetup (clumens)
2724 - Removed copyFile, getArch, memInstalled, and rmrf from iutil (clumens)
2725 - Don't pass command as first argument to subprocess calls (clumens)
2726 - Added network debugging mode for readNetConfig() in loader
2727 - Removed "BOOTP" string from loader network config UI
2728 - Added new dialog for network device config in stage2 (katzj)
2729 - Write gateway address to correct struct in manualNetConfig
2730 - Removed IP_STRLEN macro since that's moved to libdhcp
2731 - Link and compile libisys with libdhcp
2732 - Added back 'confignetdevice' and 'pumpnetdevice' in iutil
2733 - Removed isys_calcNetmask and isys_calcNS (clumens)
2734 - Added xkeyboard-config to fix VT switching (katzj)
2735
2736 * Tue Jul 11 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.56-1
2737 - Many changes and fixes in the loader2 network configuration, both
2738 dhcp and manual IP entry
2739 - Fix stdin/stdout on VNC shells (clumens)
2740 - Check all bootloader entries for Windows (clumens)
2741 - Set UTC box in text install based on Windows existing or not (clumens)
2742 - Remove standalone argument for rhpxl call (clumens)
2743 - Remove call to deprecated method in yuminstall (clumens)
2744 - Fix group selection traceback in text mode (katzj, #197858)
2745
2746 * Mon Jul 10 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.55-1
2747 - Fix findExistingRoots (clumens, #197900)
2748 - Add smartctl to rescue image (dcantrel, #198052)
2749 - Allow relative --rootpath (markmc, #197669)
2750 - Try to fix up RAID6 (#197844)
2751 - Fix keymap generation with serial console (Alexander Dupuy, #198310)
2752
2753 * Fri Jul 7 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.54-1
2754 - Loader changes to support enabling/disabling IPv4 & IPv6
2755 - Manual IP configuration changes in loader to better support IPv{4,6}
2756 - Let GFS2 command line option work (katzj)
2757 - Rescue mode shell fixes (clumens, #197315)
2758 - Add filesystem label chooser to rescue mode (clumens, #196345)
2759 - Use configured interface for VNC connections (clumens, #197721)
2760 - Init process cleanups
2761 - Log requiring package as well as require name (pnasrat)
2762
2763 * Wed Jul 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.53-1
2764 - fix typo
2765
2766 * Wed Jul 5 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.52-1
2767 - Add Marathi (#194572)
2768 - Try to let UI fit a little better in LVM dialog (#197334)
2769 - Give a message if we fail to make teh device node (markmc, #197514)
2770 - Fix rescue CD
2771 - Fix minstg2 linking error (#197593)
2772 - Log the transaction error
2773 - gfs2 fixes
2774
2775 * Fri Jun 30 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.51-1
2776 - Remove non-existent paths from LD_LIBRARY_PATH (katzj)
2777 - Calculate IPv4 broadcast address for static IP config
2778 - Started adding debugging mode to init
2779 - Return value checking for exec calls in init and loader
2780 - Do not use wait4()
2781 - WIFEXITED and WEXITSTATUS logic fixes
2782 - Remove runroot stuff from buildinstall (katzj)
2783 - Remove --comp argument from upd-instroot (katzj)
2784 - Do not allow /boot on GFS2 (katzj)
2785 - Move second images to images/ subdirectory (katzj)
2786
2787 * Fri Jun 30 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.50-1
2788 - Rebuild against new libdhcp for fixing more loader segfaults
2789 - Pass the debug log level to libdhcp (markmc, #197175)
2790 - Look for the ks.cfg on all cd drives (notting, #197192)
2791 - Add wlite here, use it (pjones, #196099, #186701)
2792 - Add the start of gfs2 support
2793
2794 * Wed Jun 28 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.49-1
2795 - Fix some memory leaks in the loader (pjones)
2796 - Display fs labels next to rescue choices (clumens, #196345)
2797 - Force graphical mode under vnc (clumens, #190099)
2798 - Fix splitting trees with symlinks (pnasrat, #195240)
2799 - Require system-config-date (clumens, #196452)
2800 - Ensure network UI bits end up written out (clumens, #196756)
2801 - Fix memory corruption in CD install (dcantrel)
2802 - Fix double free with ksdevice=macaddr (dcantrel)
2803 - Fix double free with HTTP/FTP installs (dcantrel, #195749)
2804 - Ensure keyboard layout gets set (clumens, #196466)
2805 - Fix text mode traceback for langs not supported in text
2806 mode (clumens, #196615)
2807 - Fix up for yum 2.9.2
2808
2809 * Fri Jun 23 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.48-1
2810 - various pychecker inspired cleanups (clumsn)
2811 - don't try to unmount CDs twice (clumens)
2812 - filter devices without media rather than removable devices (clumens)
2813 - add iscsistart to second stage
2814 - fix pkgorder for yum api changes
2815 - fix manual ip entry (#196154)
2816 - fix tyop in zfcp gui
2817 - fix serial console being propagated to installed system (#196375)
2818
2819 * Wed Jun 21 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.47-1
2820 - Fix iscsi-related tracebacks (clumens/katzj)
2821 - Remove some hacks that were added for s390 so that we fix them right
2822 - Set MALLOC_CHECK_ and _MALLOC_PERTURB for the loader to help flush
2823 out possible problems
2824 - Fix kernel selection on s390 (#196150)
2825 - Fixes for inet_pton usage (pjones)
2826 - Use a longer timeout for dhcp requests
2827
2828 * Wed Jun 21 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.46-1
2829 - more tweaking of greek lang-table (#193872)
2830 - mark some strings for translation (#194617)
2831 - add back handling of ksdevice=macaddr (dcantrel, #195907)
2832 - copy libnss_dns* and libnss_files* to stage1 image to try to fix some
2833 of the dhcp oddities (dcantrel)
2834 - fix setupPythonUpdates (clumens)
2835 - wait for usb to be stable when reloading (pjones)
2836 - don't pass netlogger output as a format specifier (pjones)
2837 - fix traceback in zfcp_gui (#196097)
2838 - sort drive list more correctly in autopartitioning
2839 - bunch of tweaking to iscsi code
2840 - ensure that xvd devices are sorted as "first" so they're in front
2841 of things like iscsi devices
2842
2843 * Fri Jun 16 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.45-1
2844 - setfiles moved. more fixing of policy
2845 - Give info on when we add packages as deps (#189050)
2846
2847 * Fri Jun 16 2006 Peter Jones <pjones@redhat.com> - 11.1.0.44-1
2848 - require newer libdhcp
2849 - fix rescue mode console setup (clumens and pnasrat)
2850
2851 * Thu Jun 15 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.43-1
2852 - Some s390 fixes
2853 - dmraid fixing (pjones)
2854
2855 * Thu Jun 15 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.42-1
2856 - Ensure all kernel packages end up in pkgorder
2857 - Fix syntax errors in zfcp code
2858 - Fix broadcast address calculation on 64bit machines
2859 - Fix network config on s390
2860 - Some minor iscsi tweaks
2861
2862 * Thu Jun 15 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.41-1
2863 - fix dep problem
2864
2865 * Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.40-1
2866 - add some more kernels to the pkgorder fun
2867 - don't try to switch cds if we've already got the right one inserted
2868 - libaudit for s390
2869 - need openssh installed when building s390 trees
2870
2871 * Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.39-1
2872 - only select groups which exist
2873
2874 * Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.38-1
2875 - and fix ppc boot.iso (pnasrat)
2876
2877 * Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.37-1
2878 - Remove the step ordering debug commit
2879 - Fix traceback due to new xen kernel names
2880 - Another attempt at s390
2881 - Include gptsync in install image so that mactels will boot
2882
2883 * Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.36-1
2884 - new xen kernel names
2885 - more trying to fix s390
2886
2887 * Tue Jun 13 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.34-1
2888 - Fix logging segfaults in loader on x86_64
2889 - More release notes viewer fixes
2890
2891 * Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.33-1
2892 - Fix text mode package selection (clumens)
2893 - Fix IP editing (clumens)
2894 - Fix segfault on x86_64 dhcp (dcantrel)
2895 - Filter out sitX devs (dcantrel)
2896 - More release notes fixes (dcantrel)
2897 - More pkgorder fixage
2898
2899 * Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.32-1
2900 - fix ppc images
2901
2902 * Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.31-1
2903 - Fix loader sigsegv (dcantrel, #194882)
2904 - Fix so we don't require yum.conf (clumens, #194987)
2905 - Fix s390 tree
2906 - Fix pkgorder for new yum API
2907 - Fix release notes (dcantrel)
2908 - More api fixing (clumens/nasrat)
2909
2910 * Mon Jun 12 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.30-1
2911 - make loader flags global (dcantrel)
2912 - fixups for yum 2.9, pull in yum-metadata-parser
2913
2914 * Sat Jun 10 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.29-1
2915 - Fix syslinux requires
2916 - Fix autopartitioning on the mactels
2917 - Close leaky fd in reiserfs label reading code so that partitioning
2918 succeeds in that case
2919
2920 * Fri Jun 9 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.28-1
2921 - fix dep problem (clumens)
2922 - initial pass at support for the intel-based macs
2923 - more trying to get s390 trees so they work
2924 - more ipv6 (dcantrel)
2925 - simplify error handling and return values in autopart code (clumens)
2926 - fix going back in a few places (clumens)
2927 - enable user_xattrs and acls by default
2928
2929 * Thu Jun 08 2006 Chris Lumens <clumens@redhat.com> 11.1.0.26-1
2930 - Revert anaconda-runtime files fix.
2931
2932 * Thu Jun 08 2006 Chris Lumens <clumens@redhat.com> 11.1.0.25-1
2933 - More IPv6 fixes (dcantrell).
2934 - Add ipv6 kernel module to image (dcantrell).
2935 - Add noipv6 installer flag (dcantrell).
2936 - Add dosfstools to requires (katzj).
2937 - Fix anaconda-runtime spec file segment (#189415, #194237).
2938 - Better partitioning error messages (#181571).
2939 - Warn if non-linux filesystems can't be mounted on upgrade (#185086).
2940 - Simplify IP address widgets for IPv6 support.
2941 - Use libdhcp instead of pump, fix requires (dcantrell).
2942
2943 * Tue Jun 6 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.24-1
2944 - Read from right stdin for kickstart scripts (Hannu Martikka, #192067)
2945 - Fix ip addr getting on 64bit boxes (clumens, #193609)
2946 - Don't specify window position (clumens)
2947 - Handle PE sizes we don't expect in the UI (clumens, #185272)
2948 - Rescue mode fixes (clumens)
2949 - Remove pointless back button (clumens, #187158)
2950 - Add user-agent to loader HTTP requests (clumens, #98617)
2951 - Use IP instead of hostname if needed (clumens, #191561)
2952 - Write out ipv6 localhost (clumens, #44984)
2953 - Add greek (#193872)
2954 - Fix s390x images (#192862)
2955 - Fix rhpxl location (clumens)
2956
2957 * Tue May 30 2006 Chris Lumens <clumens@redhat.com> 11.1.0.23-1
2958 - Require glib2-devel.
2959 - Look for libglib in the right place on 64-bit machines.
2960
2961 * Tue May 30 2006 Chris Lumens <clumens@redhat.com> 11.1.0.22-1
2962 - Fix going back in the UI.
2963 - Don't try to mount protected partitions twice.
2964 - Hook up new netlink code, debugging (dcantrell).
2965 - Package is actually named pyobject2 (katzj).
2966
2967 * Thu May 25 2006 Chris Lumens <clumens@redhat.com> 11.1.0.21-1
2968 - Fix required CD dialog (pnasrat).
2969 - More anaconda class in the interfaces (dcantrel).
2970 - More netlink helper functions (dcantrel).
2971 - Don't allow logical volumes to be smaller than the volume group's PE
2972 size in interactive installs (#186412).
2973 - Make error handling for missing packages more robust and allow retrying
2974 (clumens, pnasrat, #183974).
2975 - Fix hard drive installs (#185292, #187941).
2976 - Don't always show partition review dialog in text installs.
2977 - Fix text-mode installs by adding more stuff to minstg2.img (#191991).
2978 - Skip netlink messages with invalid ARP header (dcantrel).
2979 - Add pygobject to install images (katzj).
2980
2981 * Wed May 24 2006 David Cantrell <dcantrell@redhat.com> 11.1.0.20-1
2982 - Added Netlink helper functions to libisys.a
2983 - Do not pop wait window twice in writeBootloader (clumens)
2984 - For kickstart installs only: Do not allow logical volumes to be smaller
2985 than the volume group's PE size (#186412, clumens)
2986 - initrd fixes to account for glib2 library movement (clumens)
2987
2988 * Tue May 23 2006 Chris Lumens <clumens@redhat.com> 11.1.0.19-1
2989 - Fix unicode stubs (pjones).
2990 - Fix libdir on ppc64 (katzj).
2991
2992 * Tue May 23 2006 Chris Lumens <clumens@redhat.com> 11.1.0.18-1
2993 - Add slang-devel build requirement.
2994
2995 * Tue May 23 2006 Chris Lumens <clumens@redhat.com> 11.1.0.17-1
2996 - Display full package name in log (pnasrat, #189308).
2997 - Add flags for multipath (pjones).
2998 - Allow protected partitions to be mounted (#105722).
2999 - Fix pkgorder traceback.
3000
3001 * Fri May 19 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.16-1
3002 - Added asix driver (pjones)
3003 - Fix i18n build
3004
3005 * Fri May 19 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.15-1
3006 - Fix indendation error in handleRenderCallback() that caused hang
3007 - Use gobject.threads_init() model
3008 - Remove gtk.threads_enter()/gtk.threads_leave() wrappers
3009 - Disk and filesystem scanning fixes (clumens)
3010
3011 * Thu May 18 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.14-1
3012 - Few more liveCD tweaks
3013 - And clean up the ppc64 tree a little
3014 - Enable ipv6 by default (pnasrat)
3015 - Fix a traceback in finding root part (clumens)
3016
3017 * Wed May 17 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.13-1
3018 - Fix image building typo
3019 - Remove some dead code (clumens, dcantrel)
3020 - More thread fixing (dcantrel)
3021 - Fix rescue mode (clumens)
3022 - Fix upgrades (clumens)
3023 - Don't try to mount protected partitions on hd ugprades (clumens)
3024 - Hook copyExtraModules back up (clumens, #185344)
3025 - Don't modify the main fs for user/password info on --rootpath install
3026 - Fix kickstart bootloader install
3027 - Some fixes for live CD
3028
3029 * Tue May 16 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.12-1
3030 - Make mousedev loading less verbose for built-in case (#191814)
3031 - Ellipsize text (roozbeh, #191844)
3032 - Some more threads for release notes (dcantrel)
3033 - Remove lots of help related stuff (clumens)
3034 - Handle empty drive lists better looking for usb-storage and firewire (pjones)
3035 - Try to make ppc64 trees installable
3036 - Lots of cleanup to the scripts dir.
3037
3038 * Mon May 15 2006 Chris Lumens <clumens@redhat.com> 11.1.0.11-1
3039 - Fix anaconda class typos (katzj).
3040 - Unmount media after running post scripts (#191381).
3041 - Fix VNC installs.
3042 - Support --mtu= in kickstart files (#191328).
3043 - Rework release notes viewer (dcantrel).
3044 - Fix upgrade traceback.
3045 - Fix console keymaps (pjones, #190983, #191541).
3046 - Allow USB and firewire installs, with a warning (pjones).
3047
3048 * Mon May 08 2006 Chris Lumens <clumens@redhat.com> 11.1.0.10-1
3049 - s390x build fix.
3050
3051 * Mon May 08 2006 Chris Lumens <clumens@redhat.com> 11.1.0.9-1
3052 - Fix cmdline installs (clumens, pnasrat).
3053 - Enable multirepo support in kickstart (clumens, pnasrat).
3054 - Begin IPv6 preparations (dcantrel).
3055 - More release notes viewer fixes (dcantrel).
3056
3057 * Thu May 4 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.8-1
3058 - and fix the build
3059
3060 * Thu May 04 2006 Paul Nasrat <pnasrat@redhat.com> - 11.1.0.7-1
3061 - class Anaconda (pnasrat, clumens)
3062 - User/service kickstart handlers (clumens)
3063 - Don't include kernel fs headers (katzj)
3064
3065 * Mon May 1 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.6-1
3066 - fix build
3067
3068 * Mon May 1 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.5-1
3069 - Fix loopback mounted url installs (dcantrel, #189097, #183999)
3070 - Different message during upgrade post scripts (clumens, #189312)
3071 - Remove obsolete startx stub (clumens)
3072 - Default UTC box to checked if we don't find a windows partition (clumens)
3073 - Fix manual IP config (clumens)
3074 - Don't change timezone in rootpath mode (Jane Dogalt, #185930)
3075 - Don't symlink things that don't exist
3076 - Don't change network config in rootpath mode (#185930)
3077 - Warn on lack of space on upgrade (clumens, #189022)
3078 - Emit --useexisting and --noformat in anaconda-ks.cfg (clumens, #189123)
3079 - Handle NFS mount options (Dave Lehman, #168384)
3080 - Do firewall and auth config in rootpath mode
3081 - Make bootloader code handle live cd case
3082
3083 * Tue Apr 18 2006 Chris Lumens <clumens@redhat.com> 11.1.0.4-1
3084 - Pass version to mkstamp for discinfo files (jkeating).
3085 - Fix FTP method handling.
3086 - Don't download RPMs twice on FTP and HTTP methods (pnasrat, #183654).
3087 - Use libuser for setting root password.
3088 - Fix up rescue image script problems (dcantrel, #188011).
3089
3090 * Tue Apr 04 2006 Chris Lumens <clumens@redhat.com> 11.1.0.3-1
3091 - Fix up for rhpxl Modes changes.
3092 - Fix handling of video driver if there's no list of drivers available.
3093 - Add modes files and libuser to images.
3094 - Allow updates to contain entire directories that may be missing.
3095 - Clean up deprecation warnings.
3096
3097 * Tue Mar 28 2006 Chris Lumens <clumens@redhat.com> 11.1.0.2-1
3098 - Remove reference to pythondeps.
3099
3100 * Tue Mar 28 2006 Chris Lumens <clumens@redhat.com> 11.1.0.1-1
3101 - Prompt for reformatting ancient swap partitions (dcantrel, #122101)
3102 - Fix lots of deprecation warnings (dcantrel)
3103 - Check for suspend signatures in swap (dcantrel, #186018)
3104 - Support logging command in kickstart
3105 - Clean up URLs we try to fetch in the loader
3106 - Fix SELinux conditional inclusion (pjones)
3107 - Remove customClass
3108 - Always ignore disks listed in ignoredisks (#186438)
3109 - Fix loader segmentation fault (#186210)
3110 - Reiser fs label avoidance (dcantrel, #183183)
3111 - Remove traceonly mode
3112 - Add rhpl to minstg2.img (#185840)
3113 - Remove lots of unneeded code in isys, iutil, and elsewhere
3114 (clumens, dcantrel, pnasrat)
3115
3116 * Tue Mar 21 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.0-1
3117 - Fix text for rescue images
3118 - Fix some file contexts (#182252)
3119 - Update for new xen kernel names
3120 - Don't try to download package being erased (clumens, #184531)
3121 - Don't show group selection on ks upgrade (pnasrat, #184528)
3122 - Ignore conflicts on upgrade (pnasrat, #184461)
3123 - Don't traceback trying to mount auto fs's (clumens, #182730)
3124 - String fixes (clumens, #181916)
3125 - rootpath fix (clumens, #185172)
3126 - Prompt for missing images on hd installs (clumens, #185274)
3127 - Don't clobber network on upgrades (pnasrat, (#183203)
3128 - Fix some syntax errors (#185275)
3129 - Cap pe size at 128M (#185272)
3130 - Conditionalize selinux (msw)
3131 - Remove some obsolete code (msw, katzj)
3132 - Ensure we don't ask for no longer needed cds if packages are
3133 deselected (pnasrat, #185437)
3134 - Remove amharic and thai since we don't have fonts (clumens)
3135 - Let's try not doing traceonly and see the size difference for minstg2.img
3136 - Fix i5 (pnasrat, #186070)
3137 - Misc cleanups to iutil (clumens)
3138 - Use system-config-date for text-mode timezone too (clumens)
3139
3140 * Mon Mar 6 2006 Jeremy Katz <katzj@redhat.com> - 10.92.17-1
3141 - fix traceback in size check
3142 - disable size check on upgrade (clumens, #184112)
3143 - try to catch more failures to read repo metadata (clumens)
3144 - only do runlevel 5 if graphical install (dcantrel, #184013)
3145 - adjust to new xen kernel package naming
3146 - add 'vesa' flag to force the use of the vesa driver
3147 - more meaningful error messages on conflicts (pnasrat)
3148 - ensure some dirs are labelled correct (#182252)
3149
3150 * Fri Mar 3 2006 Paul Nasrat <pnasrat@redhat.com> - 10.92.16-1
3151 - Support Everything/globs in ks (pnasrat, clumens, #177621)
3152 - Allow changes if not enough disk space (clumens, #183878)
3153 - Set controlling tty in rescue mode (dcantrel,#182222)
3154 - Sort list of languages (dcantrel)
3155
3156 * Fri Mar 3 2006 Jeremy Katz <katzj@redhat.com> - 10.92.15-1
3157 - conditional code is now in yum (pnasrat)
3158 - sort network devices smarter (clumens, #166842)
3159 - select needed fs entries (#183271)
3160 - more serbian fixes (#182591)
3161
3162 * Tue Feb 28 2006 Jeremy Katz <katzj@redhat.com> - 10.92.14-1
3163 - fix traceback in pkgorder
3164 - don't display xen
3165 - make partitioning type combo wider (dcantrel)
3166 - handle Serbian locales properly (#182591)
3167
3168 * Mon Feb 27 2006 Jeremy Katz <katzj@redhat.com> - 10.92.12-1
3169 - Dependency whiteout to fix ordering (clumens)
3170 - Fix swap on RAID in kickstart (#176537)
3171 - Add keymap overrides
3172 - Fix segfault with USB CD/DVD drives (#182589)
3173
3174 * Fri Feb 24 2006 Jeremy Katz <katzj@redhat.com> - 10.92.11-1
3175 - fix traceback with segv handler (pjones)
3176 - various language fixes (dcantrel)
3177 - be clearer about askmethod (#182535)
3178
3179 * Thu Feb 23 2006 Jeremy Katz <katzj@redhat.com> - 10.92.10-1
3180 - more bogl removal (dcantrel)
3181 - make the exception dumping less braindead about things we don't
3182 want dumped (clumens)
3183 - add backtrace handler to anaconda (pjones)
3184 - fix warnings with new yum in pkgorder
3185 - make conditional packages on deps work (pnasrat)
3186 - suppress some warnings (dcantrel)
3187 - text mode language fixes (dcantrel)
3188
3189 * Thu Feb 23 2006 Jeremy Katz <katzj@redhat.com> - 10.92.9-1
3190 - Fix text mode traceback (dcantrel)
3191 - Skip a few more things in traceback dumps
3192 - Attempt to fix pkgorder so that we require less CDs for "normal" installs
3193
3194 * Wed Feb 22 2006 David Cantrell <dcantrell@redhat.com> 10.92.8-1
3195 - Removed obsolete bogl code (katzj)
3196 - Removed unused code in upgrade.py (pnasrat)
3197 - Check version and packages to upgrade (pnasrat)
3198 - Removed old IDE RAID code from isys (katzj)
3199 - Various traceback fixes
3200 - Don't use underline in device names for hotkeys in bootloader gui (pjones)
3201 - Mount /selinux in rescue mode (katzj)
3202
3203 * Tue Feb 21 2006 Chris Lumens <clumens@redhat.com> 10.92.7-1
3204 - Give Language a default display_mode (dcantrel)
3205 - Get languages that need a default from localeInfo (dcantrel)
3206
3207 * Tue Feb 21 2006 Chris Lumens <clumens@redhat.com> 10.92.6-1
3208 - Set a default language on text mode CJK installs (dcantrel, #180417)
3209 - Fix case-sensitive matching of devices (notting, #182231)
3210 - Be smarter about required media (pnasrat)
3211 - Set MTU in the loader (katzj)
3212 - Add dev package to remove blacklist (katzj, #181593)
3213 - Try to mount device as ext3 in hard drive installs (katzj)
3214 - Sanity check unknown package & group names (pnasrat)
3215 - Reboot after writing exception dump (#181745)
3216 - Confirm in interactive kickstart installs (#181741)
3217 - Fix showing kickstart package selection again
3218 - Don't traceback if we find a %%include file that doesn't exist yet (#181760)
3219 - Skip partitioning if logvol or raid is given in ks (#181806)
3220 - Initialize UTC checkbox (#181737)
3221
3222 * Tue Feb 14 2006 Jeremy Katz <katzj@redhat.com> - 10.92.5-1
3223 - Fix traceback in language group selection
3224 - No remote save traceback button if not network (clumens)
3225 - More fixes for minstg2.img (clumens)
3226 - Disable next/back while installing packages (dcantrel)
3227 - Bump minimum amounts for install, graphical and early swap
3228 - Enable Arabic for text mode (notting)
3229
3230 * Tue Feb 14 2006 Jeremy Katz <katzj@redhat.com> - 10.92.4-1
3231 - improve globbing for xen guest kernels
3232 - Don't add a kernel if one is already selected.
3233
3234 * Mon Feb 13 2006 Jeremy Katz <katzj@redhat.com> - 10.92.3-1
3235 - Don't debug log about missing help text (clumens)
3236 - Reduce deps for pkgorder
3237 - Updated kickstart docs (clumens)
3238
3239 * Mon Feb 13 2006 Jeremy Katz <katzj@redhat.com> - 10.92.2-1
3240 - more x86_64 xen guest fixing
3241
3242 * Mon Feb 13 2006 Jeremy Katz <katzj@redhat.com> - 10.92.1-1
3243 - try to fix x86_64 xen guest
3244
3245 * Sun Feb 12 2006 Jeremy Katz <katzj@redhat.com> - 10.92.0-1
3246 - Fix length of package name in text install (dcantrel, #180469)
3247 - Various minor cleanups
3248 - Support conditional packages for langsupport (pnasrat, #178029)
3249
3250 * Thu Feb 09 2006 Chris Lumens <clumens@redhat.com> 10.91.19-1
3251 - Fix loader typo.
3252
3253 * Thu Feb 09 2006 Chris Lumens <clumens@redhat.com> 10.91.18-1
3254 - Add iscsi support (Patrick Mansfield <patmans AT us.ibm.com>)
3255 - Allow retry if CD image isn't found on NFS server (#109051, dcantrel)
3256 - Fix location of video modes data files
3257 - Add x86_64 kernel-xen-guest (katzj)
3258 - Better loader debugging support (katzj)
3259
3260 * Wed Feb 08 2006 Paul Nasrat <pnasrat@redhat.com> - 10.91.17-1
3261 - Handle bind mounts correctly (#160911, dcantrel)
3262 - Upgrade package black list and make upgrades work
3263 - Disable repo conf for now
3264 - loader debuginfo
3265 - kickstart - suggest fix (#174597, clumens)
3266
3267 * Mon Feb 6 2006 Jeremy Katz <katzj@redhat.com> - 10.91.16-1
3268 - fix writing out instdata for root password, etc (#180310)
3269
3270 * Mon Feb 6 2006 Jeremy Katz <katzj@redhat.com> - 10.91.15-1
3271 - Remove debugging code that broke showing the Xen option on the task screen
3272 - More sqlite files (#171232)
3273 - Fix traceback for new method pirut depends on
3274 - Ensure /dev/root exists (Patrick Mansfield)
3275 - Force buttonbar on main screen active in congrats (dcantrel, #179924)
3276 - Always pass loglevel (dcantrel)
3277 - BR libXt-devel (dcantrel)
3278 - Don't try to make /dev/mapper devs (pjones)
3279 - More consistency in dev naming for dmraid (pjones)
3280 - Start of iscsi patches (Patrick Mansfield)
3281 - Fix pre-existing RAID chunksize reading (#178291)
3282
3283 * Fri Feb 3 2006 Jeremy Katz <katzj@redhat.com> - 10.91.14-1
3284 - Handle reiserfs labels (dcantrel, #125939)
3285 - Skip more steps in root mode (Jasper Hartline)
3286 - Update driver list for current kernels
3287 - Don't put mapper/ in the swap label (pjones)
3288 - Set file contexts on blkid.tab* (pjones)
3289 - Increase logical volume label field to 32 chars (dcantrel, #174661)
3290 - More exception trimming (clumens)
3291 - Fix args to writeConfiguration (clumens, #179928)
3292 - Fix format strings in label device, proper max for swap labels (pjones)
3293 - Make task definition more dynamic
3294 - Add a hack to remove the xen group if we're running on xen (#179387)
3295
3296 * Thu Feb 2 2006 Jeremy Katz <katzj@redhat.com> - 10.91.13-1
3297 - Speed up timezone screen (clumens)
3298 - Make kickstart interactive mode work (clumens)
3299 - Fix package selection screen (clumens)
3300 - Add sqlite to traceonly to help http/ftp memory usage
3301 - Write out repo config (pnasrat)
3302 - Fix colors on boot splashes (#178033)
3303 - Select lang groups before going to the screen (#178673)
3304 - Clean up handling of grub vs no boot loader (#159658)
3305
3306 * Thu Feb 2 2006 Jeremy Katz <katzj@redhat.com> - 10.91.12-1
3307 - improves %%packages section some more (clumens)
3308 - give a better error on kickstart lvm syntax errors (clumens)
3309 - display vncconnect error messages (clumens)
3310 - make swap labels shorter for cciss (dcantrel, #176074)
3311 - Make /dev/root for mkinitrd (#171662)
3312 - Use pirut stuff for graphical group selection
3313
3314 * Tue Jan 31 2006 Paul Nasrat <pnasrat@redhat.com> - 10.91.11-1
3315 - Factor some yum stuff into yum
3316 - Text Clarification (#178105)
3317 - Don't use install only pkgs (#179381)
3318 - Various dmraid and bootloader fixes (pjones)
3319
3320 * Tue Jan 31 2006 Peter Jones <pjones@redhat.com> - 10.91.10-1
3321 - add dmraid device renaming support for kickstart (pjones)
3322 - fix paths for expat (clumens)
3323 - remove unused functions (clumens)
3324
3325 * Mon Jan 30 2006 Jeremy Katz <katzj@redhat.com> - 10.91.9-1
3326 - Skip partition and bootloader screens if requested for textmode
3327 (dcantrel, #178739)
3328 - Don't create /etc/X11/X symlink (dcantrel, #179321)
3329 - Add ethiopic fonts
3330 - Fix traceback in upgrade examine (clumens)
3331 - Free up depsolving storage (pnasrat)
3332 - Fix group selection screen that I mistakenly removed (oops)
3333 - Remove some dead pieces (pnasrat, katzj)
3334
3335 * Thu Jan 26 2006 Jeremy Katz <katzj@redhat.com> - 10.91.8-1
3336 - Remove rpm whiteout (clumens, #178540)
3337 - Fix text in upgrade continue button (dcantrel, #178096)
3338 - Make %%packages in anaconda-ks.cfg shorter (pnasrat)
3339 - Fix text-mode drawing (clumens, #178386)
3340 - Release notes viewer fixes (dcantrel)
3341 - Reset -> reboot (dcantrel, #178566)
3342 - Create ia64 images again (prarit, #175632)
3343 - Make sure boot loader screen gets skipped (clumens, #178815)
3344 - Don't ask about VNC in kickstart
3345 - Don't ask for keyboard under Xen if it fails
3346 - Add more basic "task" selection screen
3347 - Text mode group selection is better now
3348 - Remove some dead code
3349 - Require squashfs-tools (clumens)
3350 - Fix rescue mode (dcantrel)
3351 - Don't have devices disappear out from under us (Patrick Mansfield)
3352
3353 * Fri Jan 20 2006 David Cantrell <dcantrell@redhat.com> - 10.91.7-1
3354 - Save state when moving back to "upgrade or install" window (#178095).
3355 - Eject CD when in kickstart and given --eject parameter (clumens, #177554).
3356 - Translate combo box and comments (clumens, #178250).
3357 - Disable backend debugging mode for writeKS().
3358 - Added a PYTHONSTARTUP file to autoload readline, etc. (pjones).
3359 - Write %%packages section in template kickstart file (clumens, pnasrat).
3360
3361 * Wed Jan 18 2006 David Cantrell <dcantrell@redhat.com> - 10.91.6-1
3362 - i18n fixes (katzj)
3363
3364 * Wed Jan 18 2006 David Cantrell <dcantrell@redhat.com> - 10.91.5-1
3365 - i386 and ppc rescue image script fixes (jkeating)
3366 - fix kickstart package deselection (clumens, #177530)
3367 - fix header download issues (pnasrat, #177596)
3368 - interface improvements on scp exception dialog (clumens, #177738)
3369 - rescue image additions (pjones, dcantrell, #155399)
3370 - misc kickstart fixes (clumens, #178041, #177519)
3371 - fix fetching repo data on http installs (clumens, #178001)
3372 - add gdk-pixbuf handler for XPM images (#177994)
3373 - timezone screen fixes (clumens, #178140)
3374 - add LSI mptsas driver to module-info (#178130)
3375 - dmraid fixes for kickstart installs (pjones)
3376 - add sr@Latn to lang-table (katzj, #175611)
3377
3378 * Wed Jan 11 2006 Jeremy Katz <katzj@redhat.com> - 10.91.4-1
3379 - Add xen kernels
3380
3381 * Wed Jan 11 2006 Jeremy Katz <katzj@redhat.com> - 10.91.3-1
3382 - remove some unneeded bits from the ppc boot.iso to make it smaller
3383 - fix some text display (notting, #177537)
3384 - Misc kickstart fixes (clumens)
3385
3386 * Tue Jan 10 2006 Jeremy Katz <katzj@redhat.com> - 10.91.2-1
3387 - fix hard drive installs (pjones)
3388
3389 * Tue Jan 10 2006 Jeremy Katz <katzj@redhat.com> - 10.91.1-1
3390 - more ppc rescue image (jkeating)
3391 - actually commit the dmraid fix (pjones)
3392
3393 * Mon Jan 9 2006 Jeremy Katz <katzj@redhat.com> - 10.91.0-1
3394 - tweaked selection stuff a little to be the same code as pirut
3395 - tweak exception window to have an image and be better sized (dcantrell)
3396 - write out RAID device name (clumens)
3397 - scroll group list properly (dcantrell)
3398 - fix ppc rescue image (jkeating)
3399 - dmraid detection fix (pjones)
3400
3401 * Fri Jan 6 2006 Jeremy Katz <katzj@redhat.com> - 10.90.25-1
3402 - no sr@Latn yet since the po files haven't been added
3403
3404 * Fri Jan 6 2006 Jeremy Katz <katzj@redhat.com> - 10.90.24-1
3405 - move a11y stuff earlier
3406 - fix the text mode progress bar (pnasrat, #176367)
3407 - fix ppc drive unreadable warnings (#176024)
3408 - add serbian locales (#175611)
3409 - preserve review checkbox between combo box selections (dcantrell, #176212)
3410 - quote ethtool args (#176918)
3411 - various spacing cleanups (dcantrell)
3412 - a few fixes to the group selector (dcantrell)
3413 - don't try to make the timezone widget bigger than screen (clumens, #176025)
3414 - fix rescue mode traceback (clumens)
3415 - fix message wording on package retry (clumens, #155884)
3416 - quiet debug spew in anaconda.log (clumens, #171663)
3417 - add ppc rescue script from jkeating (#177003)
3418
3419 * Tue Dec 20 2005 Jeremy Katz <katzj@redhat.com> - 10.90.23-1
3420 - more pkgorder fixes (pnasrat)
3421 - fix some debug spew (notting)
3422 - segfaults in the loader should at least give us a stacktrace to work from
3423 - fix some padding on the network screen
3424
3425 * Mon Dec 19 2005 Jeremy Katz <katzj@redhat.com> - 10.90.22-1
3426 - add more encoding modules to traceonly (clumens, #175853)
3427 - Fix text installs (pnasrat, #175773)
3428 - Fix for yum API changes (pnasrat)
3429 - Don't install the smp kernel even if NX is available
3430 - Adjust to be more dynamic about colors with syslinux-splash's
3431 - Use the selected language for default keyboard layout (clumens, #172266)
3432 - Better naming for psuedo-filesystems in /etc/fstab (dcantrel, #176149)
3433 - Clean up image handling for new graphics
3434 - Don't do the splashscreen stuff anymore. If the window is too slow to
3435 appear, we should fix that instead
3436
3437 * Thu Dec 15 2005 Jeremy Katz <katzj@redhat.com> - 10.90.21-1
3438 - fix pkgorder for new group code
3439 - fix ub vs usb-storage
3440 - remove some redundant code (clumens)
3441
3442 * Thu Dec 15 2005 Jeremy Katz <katzj@redhat.com> - 10.90.20-1
3443 - Fixes for new timezone stuff (pnasrat)
3444 - Fix transaction sorting (pnasrat)
3445 - Enable dmraid by default
3446
3447 * Wed Dec 14 2005 Chris Lumens <clumens@redhat.com> 10.90.19-1
3448 - Use system-config-date for timezone selection UI (#155271).
3449 - Work on vnc+shell spawning (dcantrell).
3450 - Whiteout fixes (pnasrat, katzj).
3451 - Progress bar fixes (katzj).
3452 - Depsolving speedups (katzj).
3453
3454 * Mon Dec 12 2005 Jeremy Katz <katzj@redhat.com> - 10.90.18-1
3455 - Handle monitor configuration in kickstart via "monitor" keyword instead of
3456 "xconfig" consistently (clumens)
3457 - Fix joe as nano (#175479)
3458 - Try to get hard drive installs working again
3459 - First steps towards using ub
3460 - Fix depcheck progress bar to actually give progress.
3461
3462 * Sun Dec 11 2005 Peter Jones <pjones@redhat.com> - 10.90.17-1
3463 - Full dmraid support. (still disabled by default)
3464
3465 * Sat Dec 10 2005 Jeremy Katz <katzj@redhat.com> - 10.90.16-1
3466 - Ensure upgrades to depsolve and remove db locks (pnasrat)
3467 - Tweak for improved and sortable groups/categories
3468 - Put back basic text-mode package selection (#175443)
3469
3470 * Thu Dec 8 2005 Jeremy Katz <katzj@redhat.com> - 10.90.15-1
3471 - Fix various typos in the new group selection code (clumens)
3472 - Support bytesPerInode on RAID (Curtis Doty, #175288)
3473 - Stub some more for the loader to fix line-drawing chars again
3474 - Handle file read failures better (pnasrat)
3475 - Initial support for upgrades again (pnasrat)
3476 - Minor padding tweaks to the UI
3477
3478 * Thu Dec 8 2005 Jeremy Katz <katzj@redhat.com> - 10.90.14-1
3479 - Fix up for moved x locale data
3480 - Remove vnc hack now that VNC knows where to look for fonts
3481 - Don't go to text mode for no mouse (notting)
3482 - Update to work with yum 2.5.0 cvs snap
3483 - New package selection code
3484 - Add new chinese font back now that we're using squashfs (#172163)
3485 - The return of locale-archive usage
3486
3487 * Mon Dec 05 2005 Chris Lumens <clumens@redhat.com> 10.90.13-1
3488 - Reword media check dialog (dcantrell, #174530).
3489 - gcc41 compile fixes (pjones).
3490 - Add genhomedircon, setfiles, and /etc/shells for selinux.
3491
3492 * Thu Dec 1 2005 Jeremy Katz <katzj@redhat.com> - 10.90.12-1
3493 - some release notes viewer fixing (dcantrell)
3494 - allow %%pre scripts in an %%include (clumens, #166100)
3495 - fix the squashfs stuff to actually work
3496 - hack around slang not initializing utf8 mode so that we have line
3497 drawing chars (#174761)
3498
3499 * Thu Dec 1 2005 Jeremy Katz <katzj@redhat.com> - 10.90.11-1
3500 - reworded media check prompt (dcantrell, #174472)
3501 - let's try squashfs...
3502
3503 * Wed Nov 30 2005 Jeremy Katz <katzj@redhat.com> - 10.90.10-1
3504 - Don't split transactions on not split install types (pnasrat, #174033)
3505 - Fix None vs "" for vncpasswd in test mode (Patrick Mansfield)
3506 - Make release notes viewer as large as the screen (dcantrell)
3507 - Allow system-logos instead of fedora-logos for the package name
3508 - Try to build SELinux policy so that things work with selinux
3509 2.x policy (#174563)
3510
3511 * Tue Nov 29 2005 Chris Lumens <clumens@redhat.com> 10.90.9-1
3512 - Another stab at including email.Utils everywhere (#173169).
3513 - Remove unneeded isys.sync calls (pjones).
3514 - Fix /dd.ig in initrd (Dan Carpenter).
3515 - Report no DNS servers if a hostname used (pnasrat, #168957).
3516 - Fix ppc32 from CD (katzj, #174135).
3517 - Don't look for hdlist when booting CD1 and using FTP/HTTP (katzj).
3518 - Fullscreen release notes viewer (dcantrell).
3519
3520 * Mon Nov 21 2005 Jeremy Katz <katzj@redhat.com> - 10.90.8-1
3521 - don't load pcspkr on ppc to avoid crashes on the g5
3522
3523 * Sun Nov 20 2005 Jeremy Katz <katzj@redhat.com> - 10.90.7-1
3524 - fix backwards whiteout handling (#173738)
3525 - fix bug in depsolver which would bring in a package for an already
3526 satisfied dep
3527
3528 * Sat Nov 19 2005 Jeremy Katz <katzj@redhat.com> - 10.90.6-1
3529 - fix removal of packages to not traceback
3530 - fix anaconda.dmraid logging (clumens)
3531
3532 * Fri Nov 18 2005 Paul Nasrat <pnasrat@redhat.com> - 10.90.5-1
3533 - Disable sqlite cache for pkgorder
3534 - Fix for new selinux context types (katzj)
3535 - vnc parameter handling (clumens)
3536 - Add ellipsis (notting)
3537
3538 * Thu Nov 17 2005 Jeremy Katz <katzj@redhat.com> - 10.90.4-1
3539 - don't traceback on unresolvable deps (#173508)
3540 - fix pkg.arch for %%packages
3541 - another hack for vnc
3542 - debug prints to log.debug (#173533)
3543
3544 * Thu Nov 17 2005 Paul Nasrat <pnasrat@redhat.com> - 10.90.3-1
3545 - Add group processing to buildinstall
3546 - Add createrepo requires
3547
3548 * Thu Nov 17 2005 Jeremy Katz <katzj@redhat.com> - 10.90.2-1
3549 - more pkgorder fixing (clumens)
3550 - fix cd installs to not fall into the "not a real install method" case :)
3551
3552 * Thu Nov 17 2005 Jeremy Katz <katzj@redhat.com> - 10.90.1-1
3553 - add handling for dmraid/nodmraid
3554 - fix removals of packages which have already been removed
3555 - turn off dmraid by default
3556 - fix pkgorder (clumens)
3557
3558 * Thu Nov 17 2005 Jeremy Katz <katzj@redhat.com> - 10.90.0
3559 - more tree build fixes
3560 - fix group removal
3561 - non iso install fixes (clumens)
3562 - pkgorder fixing (clumens)
3563 - dmraid support (pjones)
3564 - crude language support group hack
3565
3566 * Wed Nov 16 2005 Chris Lumens <clumens@redhat.com> 10.89.20.1-1
3567 - Fix indentation.
3568
3569 * Wed Nov 16 2005 Paul Nasrat <pnasrat@redhat.com> - 10.89.20-1
3570 - Restore YumSorter for pkgorder
3571 - Single anaconda installer yum class
3572 - Switching CD method
3573
3574 * Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 10.89.19.1-1
3575 - be explict about pango-devel being needed
3576
3577 * Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 10.89.19-1
3578 - Fix vt switching with modular X
3579 - Lots of CD install fixes (clumens, pnasrat)
3580 - Clean up exception dump stuff
3581 - Some more steps towards dm-raid support (pjones)
3582 - Log info messages
3583
3584 * Wed Nov 16 2005 Jeremy Katz <katzj@redhat.com> - 10.89.18-1
3585 - remove new chinese font since its too big for cramfs (#172163)
3586 - Fix typo in trimpciids (notting)
3587 - Don't build locale-archive for now since its too big for cramfs
3588
3589 * Tue Nov 15 2005 Jeremy Katz <katzj@redhat.com> - 10.89.17-1
3590 - missed an x lib somehow
3591
3592 * Tue Nov 15 2005 Jeremy Katz <katzj@redhat.com> - 10.89.16-1
3593 - lots of updates for modular X
3594 - allow a shell on tty1 if using vnc
3595 - various fixes for cd/install method stuff (pnasrat, clumens, katzj)
3596 - install smp kernel if NX present (#172345)
3597 - work with multiple videoaliases files (notting)
3598
3599 * Tue Nov 15 2005 Jeremy Katz <katzj@redhat.com> - 10.89.15-1
3600 - fix up for new selinux policy
3601
3602 * Mon Nov 14 2005 Paul Nasrat <pnasrat@redhat.com> 10.89.14-1
3603 - Move sorter for CD/pkgorder into yuminstall
3604 - Add support for ub devices (katzj)
3605
3606 * Mon Nov 14 2005 Paul Nasrat <pnasrat@redhat.com> 10.89.13-1
3607 - Reinstate image based install methods (excluding hd for now)
3608 - Clean up install method classes
3609 - device-mapper support (pjones)
3610 - Log warning on no network link (katzj)
3611 - Clean up error handling for pkgorder (clumens)
3612
3613 * Fri Nov 11 2005 Chris Lumens <clumens@redhat.com> 10.89.12-1
3614 - Add buildreq for yum (katzj)
3615 - Fix loader log levels (katzj)
3616 - Add more libraries for dogtail (katzj)
3617
3618 * Thu Nov 10 2005 Jeremy Katz <katzj@redhat.com> - 10.89.11-1
3619 - Fix stdout logging to print stuff (clumens)
3620 - Start of some sorting/splitting stuff for CDs (pnasrat)
3621 - Make missing modules lower priority
3622 - Look for xen devices
3623 - Add some of the necessary requirements to try to get dogtail working (#172891)
3624
3625 * Thu Nov 10 2005 Chris Lumens <clumens@redhat.com> 10.89.10-1
3626 - Add e2fsprogs-libs to the install images.
3627
3628 * Wed Nov 9 2005 Jeremy Katz <katzj@redhat.com> - 10.89.9-1
3629 - Create interface earlier to prevent kickstart traceback (clumens)
3630 - Logging fixes, everything should be in the logfile (clumens)
3631 - Get rid of help which is irrelevant
3632 - Clean up loader log levels
3633
3634 * Tue Nov 8 2005 Jeremy Katz <katzj@redhat.com> - 10.89.8-1
3635 - Fix backwards message on upgrade (#172030)
3636 - New chinese fonts (#172163)
3637 - Don't try to update a progress window that's already popped (clumens, #172232)
3638 - Fix snack deprecation warnings (clumens, #172232)
3639 - Get rid of some cruft in traceback dumps (clumens)
3640 - Add a method to check for "real" consoles, add xen console to the list
3641 of weird stuff
3642 - Basic support for transaction errors other than tracebacks...
3643 - Fix a kickstart traceback for authconfig
3644 - Add xenblk and xennet to module-info
3645
3646 * Mon Nov 7 2005 Jeremy Katz <katzj@redhat.com> - 10.89.7-1
3647 - More detailed error logging (pnasrat)
3648 - Add bnx2 driver (pjones)
3649 - Various kickstart fixes (clumens, #172356)
3650 - Fix shadow password convert (clumens)
3651
3652 * Fri Oct 28 2005 Jeremy Katz <katzj@redhat.com> - 10.89.6-1
3653 - Make char devices slightly later to avoid tracebacks during tree compose
3654 - Extract kernel-xen-guest for vmlinuz and initrd in images/xen
3655 - Kickstart fix (clumens)
3656 - Add some support for xen xvd blockdevs
3657 - Select kernel-xen-guest as appropriate
3658 - Ensure proper arch of glibc is selected (#171997)
3659 - Select all proper multilib parts of a package (#171026)
3660
3661 * Thu Oct 27 2005 Jeremy Katz <katzj@redhat.com> - 10.89.5-1
3662 - Another fix for kickstart + help hiding
3663 - Fix finding of kernel type
3664 - Make synaptics device nodes before X starts (clumens)
3665 - Use nofb by default
3666 - Add pycairo stuff (clumens)
3667 - Set minimum displayed log level to WARNING, everything is still in
3668 the logfiles (clumens)
3669 - Try to clean up syslog (clumens)
3670 - Allow installation of hypervisor + xen host kernel by booing with 'xen0' on
3671 the installer command line
3672 - Fix x86_64 traceback
3673
3674 * Mon Oct 24 2005 Jeremy Katz <katzj@redhat.com> - 10.89.4-1
3675 - changed the wrong field in lang-table
3676
3677 * Mon Oct 24 2005 Jeremy Katz <katzj@redhat.com> - 10.89.3-1
3678 - don't do xsetroot anymore
3679 - allow retrieving updates.img with
3680 updates=(http|ftp)://host/path/to.img (clumens)
3681 - some upd-instroot fixes (clumens)
3682 - only get yum filelists when needed (pnasrat)
3683 - clean up exception scp'ing (clumens)
3684 - don't write empty authconfig line (clumens, #171558)
3685 - make kickstart errors report line number of error (clumens)
3686 - select most appropriate kernel (kernel-smp, etc)
3687 - ensure we get a boot loader package installed
3688 - minor fix for ia64 image creation
3689 - tweaks to backend setup
3690 - don't have help as visible in the glade file so we don't have the pane
3691 appear when doing a kickstart install
3692 - use pl2 keymap for Polish (3171583)
3693 - allow passing product information with env vars to help live cd
3694
3695 * Thu Oct 20 2005 Jeremy Katz <katzj@redhat.com> - 10.89.2-1
3696 - fix references to second stage module stuff that caused breakage
3697
3698 * Thu Oct 20 2005 Jeremy Katz <katzj@redhat.com> - 10.89.1-1
3699 - fix for mkcramfs -> mkfs.cramfs
3700 - Use minstg2.img instead of netstg2.img/hdstg2.img in the loader
3701
3702 * Thu Oct 20 2005 Jeremy Katz <katzj@redhat.com> - 10.89.0-1
3703 - Fix SELinux policy loading (clumens)
3704 - Fix translation import for kickstart (laroche)
3705 - Add yumcache (pnasrat)
3706 - Upgrade blacklisting (pnasrat)
3707 - Clean up exception copying (clumens)
3708 - Improve text mode exception dialog too (clumens)
3709 - Don't allow bootable partitions on XFS
3710 - Some speed improvements, progress bars, etc for package stuff (pnasrat)
3711 - Clean up image creation, move all modules to initrd.img.
3712
3713 * Fri Oct 14 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.32-1
3714 - fix typo causing traceback (pnasrat)
3715 - Create character device nodes to fix synaptics (clumens)
3716
3717 * Wed Oct 12 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.31-1
3718 - Handle missing metadata (pnasrat)
3719 - Give indication of kickstarts scriptlets running (#170017)
3720 - Fix a traceback with RAID (#170189)
3721 - Fix an FTP install traceback (#170428)
3722 - Clean up floppy stuff (clumens)
3723 - Clean up some warnings (clumens)
3724 - Make IDE device node creation cleaner
3725 - Change location of modes data files
3726
3727 * Mon Oct 10 2005 Chris Lumens <clumens@redhat.com> 10.3.0.30-1
3728 - Fix requirements for s390, s390x, ppc64.
3729 - Fix typo in scripts/upd-instroot.
3730
3731 * Fri Oct 07 2005 Chris Lumens <clumens@redhat.com> 10.3.0.29-1
3732 - Deal with new load_policy. (katzj)
3733 - Create an SELinux config. (katzj)
3734 - Use rhpxl instead of rhpl for X configuration.
3735 - Use pykickstart.
3736
3737 * Wed Oct 05 2005 Chris Lumens <clumens@redhat.com> 10.3.0.28-1
3738 - Add yuminstall (katzj, #169228)
3739 - Skip bootloader screen unless modifying partitions (katzj, #169817)
3740 - Don't skip manual partitioning on custom (katzj, #169001)
3741 - Partitioning UI fixes (katzj)
3742 - Don't overwrite empty strings in ksdata with None.
3743 - Move kickstart file handling into pykickstart package.
3744 - Kickstart LVM and RAID partitioning fixes.
3745
3746 * Fri Sep 30 2005 Chris Lumens <clumens@redhat.com> 10.3.0.27-1
3747 - More kickstart script fixes.
3748
3749 * Tue Sep 27 2005 Chris Lumens <clumens@redhat.com> 10.3.0.26-1
3750 - kickstart script fixes
3751
3752 * Sat Sep 24 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.25-1
3753 - single ppc boot images stuff from dwmw2 (pnasrat, #166625)
3754 - ppc netboot stuff from dwmw2 (pnasrat, #165239)
3755 - fix some of the yum backend for yum changes
3756 - Add a button to the traceback dialog to allow saving via scp (clumens)
3757 - Don't load the parallel port module (#169135)
3758 - Fix group deselection to not remove everything
3759 - Move repo setup and group selection earlier (pnasrat)
3760
3761 * Tue Sep 20 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.24-1
3762 - Some kickstart %packages fixes (clumens)
3763 - Don't copy null bytes into syslog (clumens)
3764 - New exception dialog (clumens)
3765 - Fix a traceback (pnasrat)
3766 - FTP/HTTP installation might now work (pnasrat)
3767 - Very basic group selection in the UI
3768
3769 * Mon Sep 19 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.23-1
3770 - fix a silly typo that would cause tracebacks
3771 - Look for help in /tmp/updates too (#168155)
3772 - Add skge driver (#168590)
3773 - Some fixes to hopefully get x86_64 trees working
3774
3775 * Fri Sep 16 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.22-1
3776 - Fix segfaults with nfs mounting
3777 - Start of url install methods (pnasrat)
3778 - Basic package/group selection is back in kickstart
3779 - Macro magic fixups
3780 - Use onboot by default for network devices in kickstart
3781
3782 * Thu Sep 15 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.21-1
3783 - Run pre scripts for kickstart (clumens)
3784 - Another tree fix
3785 - Handle NULL for device->driver from kudzu (notting)
3786 - Clean up internal mount stuff to be more extend-able
3787
3788 * Wed Sep 14 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.20-1
3789 - Fix runlevel setting (pnasrat)
3790 - More dead stuff fixing.
3791
3792 * Tue Sep 13 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.19-1
3793 - Fix pcmcia import traceback
3794 - Some more kickstart fixing (clumens)
3795 - Make SELinux/firewall defaults be done by the objects, not in the UI
3796 - This fixes booting with selinux=0, policy load failure, etc
3797 - Allow sparse updates.img with yum, urlgrabber and rpmUtils too
3798 - Some dead code removal
3799 - PCMCIA for the loader again (notting)
3800 - install.log tweaking
3801
3802 * Mon Sep 12 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.18-1
3803 - Add back genhdlist to try to fix multiarch composes (pnasrat)
3804 - Really fix disabling of upgrades
3805 - Some typo fixes for X configuration and post-install config
3806 - Remove some dead code related to boot disks, using fdisk/fdasd, X
3807 configuration, pcmcia
3808 - Move ppc X stuff to rhpl (clumens)
3809 - Fix some kickstart stuff (clumens)
3810 - Fix RPM logging output -> the log file
3811 - Use gtkhtml2 for release notes
3812
3813 * Fri Sep 9 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.17-1
3814 - more X fixage
3815 - build against new kudzu that doesn't segfault :)
3816
3817 * Fri Sep 9 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.16-1
3818 - More typo fixes (notting)
3819 - Fix rhpl requires
3820
3821 * Fri Sep 9 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.15-1
3822 - Fix typo that broke image building.
3823 - Start of getting post-install stuff working (pnasrat)
3824
3825 * Fri Sep 09 2005 Chris Lumens <clumens@redhat.com> 10.3.0.14-1
3826 - logging fix when running in test mode
3827
3828 * Fri Sep 09 2005 Bill Nottingham <notting@redhat.com> 10.3.0.13-1
3829 - adapt to new X driver model in kudzu and associated rhpl changes
3830 - pcitable/modules.pcimap/modules.usbmap are no longer used in probing;
3831 remove support for them and add modules.alias usage
3832 - Turn off help (katzj)
3833 - Kickstart fixes (clumens)
3834
3835 * Wed Sep 07 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.12-1
3836 - yum backend selinux file_context
3837 - Start using new kickstart code (clumens)
3838 - Error handling and messages for kickstart (clumens)
3839 - Partitioning kickstart fixups (clumens)
3840
3841 * Thu Sep 01 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.11-1
3842 - Yum backend work (macro support, whitelist)
3843 - qla2100 (katzj, #167065)
3844 - Kickstart Parser (clumens)
3845 - authconfig handling changes (clumens)
3846 - Autopartitiong Traceback fix (katzj)
3847
3848 * Fri Aug 26 2005 Jeremy Katz <katzj@redhat.com>
3849 - More work from pnasrat on getting the yum backend working
3850 - Don't set some irrelevant network TYPE= (#136188, #157193)
3851 - New and improved autopartitioning screen
3852
3853 * Fri Aug 19 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.10-1
3854 - Working towards new backend architecture
3855
3856 * Thu Aug 18 2005 Chris Lumens <clumens@redhat.com> 10.3.0.9-1
3857 - Rebuild for new cairo.
3858 - Add support for ksdevice=bootif (Alex Kiernan, #166135).
3859 - Fix /dev/tty3 logging problems.
3860 - Add support for Pegasos machines (dwmw2, #166103).
3861 - Switch to Sazanami font (#166045).
3862 - Fix for autopart not in lvm (msw).
3863
3864 * Mon Aug 15 2005 Chris Lumens <clumens@redhat.com> 10.3.0.8-1
3865 - Remove dead --ignoredeps code (katzj, #165224).
3866 - New logging system with log levels and remote logging capabilities.
3867 - Fix typo in network code (pnasrat, #165934).
3868 - Fix buffer overrun in md5sum code (Dustin Kirkland).
3869 - Add mptspi and mptfc drivers (katzj).
3870 - Timestamp fixes (dgregor, #163875).
3871
3872 * Thu Jul 21 2005 Chris Lumens <clumens@redhat.com> 10.3.0.7-1
3873 - Remove firewall configuration screen. Open SSH by default and set
3874 SELinux to enforced.
3875
3876 * Wed Jul 20 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.6-1
3877 - Ensure boot flag only on correct partition on pmac (#157245)
3878 - Plug in yum for nfs:/ by default
3879 - Include sungem_phy for pmac
3880
3881 * Wed Jul 13 2005 Chris Lumens <clumens@redhat.com> 10.3.0.5-1
3882 - Fix pygtk bug on progress bars.
3883 - Bump ia64 boot.img size (katzj, #162801).
3884 - Fix for clearpart --none (katzj, #162445).
3885 - yum dependancy fixes (pnasrat).
3886 - name.arch fix for kickstart (pnasrat).
3887 - Fix multiple NICs in kickstart config files (#158556).
3888
3889 * Thu Jul 07 2005 Paul Nasrat <pnasrat@redhat.com> 10.3.0.4-1
3890 - Select kernel-devel (katzj #160533)
3891 - Fixups for ia64 images from prarit (katzj #162072)
3892 - Include yum libraries in stage2
3893 - Remove gzread.py (clumens)
3894
3895 * Wed Jun 29 2005 Chris Lumens <clumens@redhat.com> 10.3.0.3-1
3896 - Mount "auto" filesystems on upgrade (#160986).
3897 - Add cairo for new pango/gtk (katzj).
3898 - Delete labels on swap and ext3 partitions before formatting.
3899 - Remove langsupport keyword from kickstart.
3900
3901 * Mon Jun 20 2005 Bill Nottingham <notting@redhat.com> - 10.3.0.2-1
3902 - fix genhdlist
3903
3904 * Fri Jun 17 2005 Jeremy Katz <katzj@redhat.com> - 10.3.0.1-1
3905 - Fix release notes for ftp installs (#160262)
3906 - Fix fd leak in edd support (Jon Burgess, #160693)
3907 - Fix typo breaking pseries console (pnasrat, #160573)
3908 - Allow ignoring packages without specifying the arch (clumens, #160209)
3909 - Add gpart (clumens, #55532)
3910 - Some warning fixes.
3911 - Use full bterm font if available (#159505)
3912 - Fix quoting of pvs in anaconda-ks.cfg (#159193)
3913 - Fix segfault on upgrades
3914 - String tweaks (clumens, #159044, #156408)
3915 - Don't traceback on preexisting RAID (clumens, #159079, #159182)
3916 - Fix display size of PVs (clumens, #158696)
3917 - Don't consider drives without free space for partitions (pjones)
3918 - Langsupport fixes (clumens, #154572, #158389)
3919 - Hack around usb-storage slowness at finding devices that leads to the
3920 reload not occurring
3921 - Handle FC3 swap label format and convert to right format (#158195)
3922 - Only set things up to change the default kernel if we're booting us (#158195)
3923 - Fix deps on upgrades (#157754)
3924 - Try to keep install screen from moving with length of strings
3925 - Fix autopart problem leaving some freespace the size of where you
3926 started your partition growing
3927 - Allow excluding name.arch in kickstart (Dave Lehman, #158370)
3928 - Don't spew an error if essid or wepkey isn't set (#158223)
3929 - Add megaraid and other new drivers (#157420)
3930 - Left pad RAID uuid (clumens, #136051)
3931 - synaptics tweak (pnasrat)
3932 - Fix telnetd to use devpts instead of legacy ptys (#124248)
3933
3934 * Thu May 19 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.64-1
3935 - Handle longer arch strings (notting)
3936 - Fix traceback in network screen (#158134)
3937 - Include synaptics for X config (pnasrat)
3938 - Magic boot for mac vs mac64 on disc1/dvd (pnasrat)
3939 - Bump point at which we use graphical stage2 for http/ftp (#157274)
3940 - Use uuid in mdadm.conf, stop using copy of md.h (#136051)
3941 - Support deletion of bootloader entries in text mode (#125358)
3942 - Support RAID /boot on pSeries along with handling of multiple PReP
3943 partitions (Dustin Kirkland)
3944
3945 * Tue May 17 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.63-1
3946 - add arch to buildstamp (notting, #151927)
3947 - Fix am.po format strings
3948
3949 * Tue May 17 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.62-1
3950 - Fix execcon used for anaconda (pjones)
3951 - Fix traceback on tui netstg2.img install (#157709)
3952 - Fix various splittree bugs (clumens, #157722, #157721, #157723)
3953 - Blacklist perl.i386 on x86_64 to be removed on upgrade (pnasrat, #156658)
3954 - Fix drive sorting (clumens)
3955 - Remove %%installclass support for kickstart since it's never worked (#149690)
3956 - Fix name.arch in packages (pnasrat)
3957 - Remove bogus pre-existing RAID info on kickstart installs (clumens, #88359)
3958 - Pretend to have nano in the rescue environment
3959 - Don't load stage2.img into RAM for rescue mode if booted
3960 with 'linux text' (#155398)
3961
3962 * Thu May 5 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.61-1
3963 - and fix pkgorder for the gfs stuff
3964
3965 * Thu May 5 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.60-1
3966 - Better handling of the langsupport group (clumens)
3967 - Don't install the gfs stuff for all kernel variants, that brings in
3968 kernel-smp on an everything install (#156849)
3969 - Don't grow a partition beyond the largest freespace on a drive
3970 - HFS+ support
3971 - Pull in more selinux policy files to try to get /home labeled right
3972 - Fix typo causing segfault (pnasrat)
3973
3974 * Tue May 3 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.59-1
3975 - Try to use the fb res on pmac
3976 - Always reset terminal attrs on ppc (notting, #156411)
3977 - Remove bogus preexisting LVM info when doing kickstart
3978 installs (clumens, #156283)
3979
3980 * Mon May 2 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.58-1
3981 - Beep on CD insertion, not after
3982 - Fix language support selection (clumens)
3983 - Fix nfsiso (clumens)
3984 - Misc X config fixes for ppc. Boot with "usefbx" to use fbdev
3985 instead again (#149188)
3986
3987 * Thu Apr 28 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.57-1
3988 - Fix bind mounts (clumens, #151458)
3989 - Fix hard drive installs (clumens)
3990 - Re-add bluecurve icons
3991 - Attempt to fix Chinese
3992
3993 * Wed Apr 28 2005 Peter Jones <pjones@redhat.com> - 10.2.0.56-1
3994 - Fix mediacheck calls from cdinstall.c, and make mediacheck.c include
3995 its own header so typechecking works.
3996
3997 * Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.55-1
3998 - Don't spam about package downloads in cmdline mode (#155250)
3999 - Apply jnovy's patch to fix space calculations for > 2 TB devices (#155709)
4000 - Set default font for CJK better (clumens, #156052)
4001 - Add --label for part in kickstart (clumens, #79832)
4002 - Ensure decimal IP addrs (#156088)
4003 - Apply patch from Joe Pruett for rpmarch= fixes (#101971)
4004 - Don't set SUPPORTED unnecessarily (#115847)
4005 - Give more room for cyl #s (#119767)
4006 - Bump size of diskboot.img
4007 - Add back button for required media message (#114770)
4008 - Fix lvs showing up with a mountpoint of 0 (#153965)
4009 - Nuke some debug code
4010 - Don't try to unmount (tmpfs) /dev
4011 - Write a minimal mtab to avoid fsck/mount complaints (pjones)
4012
4013 * Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.54-1
4014 - Only select kernel-smp that matches the arch of kernel (#149618)
4015 - Apply the read of Dustin Kirkland's checkpoint fragment sum patch
4016 - Fix order of retry/reboot (#155884)
4017 - Probe macio (pnasrat, #154846)
4018
4019 * Tue Apr 26 2005 Chris Lumens <clumens@redhat.com> 10.2.0.53-1
4020 - Beep at CD prompt and on install completion (katzj, #109264, #116681).
4021 - Add kernel-smp-devel and kernel-hugemem-devel to exclude list (katzj).
4022 - Fix buffer overflow when CD/DVD images are several directories deep
4023 (#154715).
4024 - Fix media check (pjones).
4025 - Set language on CD and no pass installs (#149688).
4026 - Fix disappearing button bar (#151837).
4027 - Upgrade PReP on iSeries (pnasrat).
4028
4029 * Thu Apr 21 2005 Chris Lumens <clumens@redhat.com> 10.2.0.52-1
4030 - Allow mediacheck in kickstart (katzj, #116429)
4031 - Check for a drive being selected in autopart (katzj, #124296)
4032 - Fix traceback in language selection screen (#155103)
4033 - Mark "Downloading" for translation (katzj, #155214)
4034 - Applied Dustin Kirkland's checkpoint fragment sum patch for mediacheck.
4035 - Make anaconda-ks.cfg ro (pnasrat)
4036 - Ensure there are <= 27 RAID members (katzj, #155509)
4037 - Fix fsoptions for preexisting partitions in kickstart (#97560).
4038
4039 * Fri Apr 15 2005 Chris Lumens <clumens@redhat.com> 10.2.0.51-1
4040 - Decode source URL for writing to anaconda-ks.cfg (#154149).
4041 - Add kernel-xen?-devel to the exclude list (katzj, #154819).
4042 - Fix text wrapping (#153071, #154786).
4043 - Various UI fixes.
4044 - Select language packages for all selected languages (#153748, #154181).
4045
4046 * Wed Apr 13 2005 Peter Jones <pjones@redhat.com> - 10.2.0.50-1
4047 - revert last week's nptl hack in upd-instroot
4048
4049 * Wed Apr 13 2005 Peter Jones <pjones@redhat.com> - 10.2.0.49-1
4050 - Cut summaries off to avoid layout problems (katzj, #154459)
4051 - Add script to update loader in initrd (katzj)
4052 - Typo fixes in upgrade.py (katzj, #154522)
4053 - Fix rescue mode network enabling (katz, #153961)
4054 - Add libaudit to the graphical stage2 file list, for Xorg
4055 - Various language fixes (clumens, #152404)
4056
4057 * Mon Apr 11 2005 Peter Jones <pjones@redhat.com> - 10.2.0.48-1
4058 - Typo fixes in gui.py (menthos, #154324)
4059 - Don't try to do early swap in test mode, and use yesno not okcancel (msw)
4060 - If the install language is an unknown locale, use en_US.UTF_8
4061 - Fix upgrade to make devices available in the changeroot
4062
4063 * Thu Apr 7 2005 Peter Jones <pjones@redhat.com> - 10.2.0.47-1
4064 - put ncurses in the net images, too.
4065 - (notting) put redhat-artwork in the GR images.
4066
4067 * Thu Apr 7 2005 Peter Jones <pjones@redhat.com> - 10.2.0.46-1
4068 - put readline in the net images
4069 - fix linxuthreads warnings in upd-instroot
4070 - (clumens) fix build-locale-archive
4071
4072 * Wed Apr 6 2005 Elliot Lee <sopwith@redhat.com> - 10.2.0.45-1
4073 - Deal with GUI-mode language traceback
4074
4075 * Wed Apr 6 2005 Elliot Lee <sopwith@redhat.com> - 10.2.0.44-1
4076 - Deal with text-mode language traceback
4077 - (clumens) Don't set SYSFONTACM
4078
4079 * Wed Apr 06 2005 Peter Jones <pjones@redhat.com> - 10.2.0.43-1
4080 - Don't remove libraries in stage2 that don't match the one from linuxthreads/
4081
4082 * Tue Apr 05 2005 Peter Jones <pjones@redhat.com> - 10.2.0.42-1
4083 - Use linuxthreads libraries even if they're not the default, unless
4084 explicitly told to use nptl
4085
4086 * Tue Apr 05 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.41-1
4087 - Make sure $LANG is set right for the second stage.
4088 - Fix kickstart traceback trying to skip a nonexistant step.
4089 - Import encodings.idna (sopwith, #153754).
4090 - Fix image building problems.
4091 - Fix kickstart traceback when using shortened forms of language names
4092 (#153656).
4093
4094 * Mon Apr 04 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.40-1
4095 - Add locale information for 'C' to fix RPM building.
4096
4097 * Sat Apr 2 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.39-1
4098 - fix makefile deps to fix build
4099
4100 * Fri Apr 01 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.38-1
4101 - Set default language for /etc/sysconfig/i18n (#149688).
4102 - Make sure hostname option isn't greyed out if using static IP (#149116).
4103 - Remove unused packages, python library bits, and locale info (katzj).
4104 - Add missing Indic font packages (katzj).
4105 - Various language fixups.
4106
4107 * Wed Mar 30 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.37-1
4108 - try not using maxcpus=1 for arches which still had it
4109 - don't use the reserved variable name str (sopwith)
4110 - various language fixups (clumens)
4111
4112 * Tue Mar 29 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.36-1
4113 - tree build fix
4114
4115 * Tue Mar 29 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.35-1
4116 - dead files can't really be installed (aka, fix the build)
4117
4118 * Tue Mar 29 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.34-1
4119 - Adjust pcmcia module loading for new in-kernel ds (pjones, #151235)
4120 - Make the rescue images identify which arch they're for (pjones, #151501)
4121 - Delete LV snapshots before the parent LV (pjones, #151524)
4122 - Check various forms of a language nick.
4123 - Allow setting MTU on the command line (katzj, #151789)
4124 - Remove dead code in config file handling and sparc booting (katzj)
4125 - Product name and path simplification (katzj)
4126 - Fixes for lang-table format change (katzj, clumens)
4127
4128 * Fri Mar 25 2005 Bill Nottingham <notting@redhat.com> - 10.2.0.33-1
4129 - fix typo in partedUtils.py
4130
4131 * Thu Mar 24 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.32-1
4132 - Switch theme to clearlooks
4133 - Add new Solaris partition id
4134 - Mark some more strings for translation
4135 - Fix xfs fs creation (Lars Hamann, #151378)
4136
4137 * Wed Mar 23 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.31-1
4138 - Add libgcc for images.
4139 - Rewrite language handling.
4140 - Fix readImageFromFile deprecation warning (katzj).
4141 - Don't hide groups which just have metapkgs (katzj, #149182).
4142 - Load SELinux booleans (katzj, #151896).
4143
4144 * Tue Mar 22 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.30-1
4145 - Try harder on the libstdc++ include.
4146 - Fix /etc/resolv.conf fir interactive kickstart installs (#151472).
4147
4148 * Mon Mar 21 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.29-1
4149 - Fix beta nag translation
4150 - Fix button growing (clumens, #151208)
4151 - Add libstdc++ for images (clumens)
4152 - Clean up congrats screen (clumens, #149526)
4153 - Fix CD ejecting in loader (pnasrat, #151232)
4154 - Exclude Xen kernels from everything install (#151490)
4155 - Add reserve_size for ppc to leave room on disc1 (#151234)
4156 - Add some more locales
4157
4158 * Mon Mar 14 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.28-1
4159 - fix swap detection on upgrade (pjones)
4160 - don't use os.read to make a buffer of '\x00' (pjones)
4161 - move availRaidLevels to raid.py from fsset.py (pjones)
4162 - fix Xvnc parameters (clumens, #150498)
4163 - unmount loopback-mounted ISO images to free loop0 (clumens, #150887)
4164 - fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patch
4165 from Colin Charles. (pjones)
4166 - sqlite3->sqlite (pnasrat)
4167 - support longer package names in hdlist (pnasrat, #146820)
4168 - Fix handling of --debug (Ingo Pakleppa, #150920, #150925)
4169 - Fix for font location changes (#150889)
4170 - More cjk text shuffling (#149039)
4171
4172 * Mon Mar 7 2005 Peter Jones <pjones@redhat.com> - 10.2.0.27-1
4173 - supress lvm fd warning messages
4174 - fewer log messages when growing partitions
4175 - clamp LVs to pesize during grow
4176
4177 * Mon Mar 7 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.26-1
4178 - urlgrabber stuff is in its own package now
4179
4180 * Sun Mar 6 2005 Peter Jones <pjones@redhat.com> - 10.2.0.25-1
4181 - Empty blacklist in upgrade.py (notting, #142893)
4182 - Add new font package names (katzj)
4183 - Yet another fix of autopart with lvm (pjones)
4184
4185 * Tue Mar 1 2005 Peter Jones <pjones@redhat.com> - 10.2.0.24-1
4186 - gcc4 fixes (clumens, pjones)
4187 - build C files with -D_FORTIFY_SOURCE=2 (pjones)
4188
4189 * Mon Feb 28 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.23-1
4190 - Don't write out filesystems to fstab we haven't mounted (katzj, #149091).
4191 - Deal with multiple Apple Bootstrap partitions (pnasrat).
4192 - Set hostname sensitivity UI bug.
4193 - Eject CD when failing (pnasrat, #147272).
4194 - Better handling of Apple Bootstrap throughout (pjones).
4195 - Do ethtool setup everywhere (pnasrat, #145522).
4196 - Fix "debug" command line arg (pjones).
4197 - Import new libkrb5support library (#149856).
4198 - Add -once to ensure Xvnc exits (katzj, #137337).
4199
4200 * Sun Feb 20 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.22-1
4201 - revert some of the ppc changes so that lvm is used (nasrat)
4202 - Try to fix bogl stuff some more (#149039)
4203 - x86_64 install fixes (#149040)
4204
4205 * Sun Feb 20 2005 Peter Jones <pjones@redhat.com> - 10.2.0.21-1
4206 - get rid of lilo
4207 - make grub work with raid1 /boot and /root
4208
4209 * Sat Feb 19 2005 Paul Nasrat <pnasrat@redhat.com> - 10.2.0.20-1
4210 - Pull in translations
4211 - s390 linuxrc silence nonexistant group warnings (karsten)
4212 - ppc mac autopartitioning and G5 boot.iso (#121266) and (#149081)
4213
4214 * Sat Feb 12 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.19-1
4215 - fix x86_64 installs for bad urlgrabber import
4216 - Fix traceback with no %post (clumens)
4217 - Put hostname in the text entry (clumens, #132826)
4218
4219 * Tue Feb 8 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.18-1
4220 - Remove some old cruft
4221 - Fix-up for new module naming in gnome-python2-canvas 2.9.x
4222 - Add needed requirements for rpm 4.4
4223 - Fix segfault when rpm tries to write to non-existent fd during
4224 transaction ordering
4225 - Support --erroronfail as an option for %pre/%post (clumens, #124386)
4226
4227 * Tue Feb 8 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.17-1
4228 - Use rhpl.archscore to fix iseries upgrades (pnasrat, #146915)
4229 - Only configure ksdevice if no --device (pnasrat, #138852)
4230 - Don't redraw help if disasbled on next button click (clumens, #145691)
4231 - Fix exception in exception handler (msw)
4232 - Rebuild for new librpm
4233
4234 * Fri Feb 4 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.16-1
4235 - Support setting fs options in kickstart via --fsoptions (#97560)
4236 - Fix tracebacks
4237
4238 * Wed Feb 2 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.15-1
4239 - Fix some bugs in the reduce-font changes
4240 - Fix urlgrabber import
4241 - Remove langsupport screen, base additional language support off of groups
4242 selected
4243
4244 * Wed Feb 2 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.14-1
4245 - Fix deprecation warnings for pygtk 2.5 (clumens)
4246 - Fix bootloader --location=none (clumens, #146448)
4247 - Use urlgrabber (clumens)
4248 - Create reduced bogl font at upd-instroot time to include more
4249 characters (#92146, #140208)
4250 - Allow passing --src-discs=0 to get no srpm discs from splittree
4251 (based on patch from Armijn Hemel, #119070)
4252 - Mount pseudo-fs's with a more descriptive device name (#136820)
4253 - Minor tweaks to completion message (#138688)
4254
4255 * Tue Jan 25 2005 Peter Jones <pjones@redhat.com> - 10.2.0.13-1
4256 - Hopefully fix LVM size bug (#145183)
4257 - Support multiple iso sets in the same directory (#146053)
4258
4259 * Wed Jan 19 2005 Chris Lumens <clumens@redhat.com> - 10.2.0.12-1
4260 - Fix partitioning bugs (#101432, #137119)
4261 - Support --bytes-per-inode on a per-partition basis (#57550)
4262
4263 * Thu Jan 13 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.11-1
4264 - Fix some tracebacks with the new glade code
4265 - Use busybox ash instead of ash for netstg2.img/hdstg2.img
4266 - Initialize terminals to avoid color palette change from
4267 bterm (pjones, #137849)
4268
4269 * Thu Jan 13 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.10-1
4270 - Handle /sbin/lvm not existing anymore
4271 - Allow installclasses to turn off showing the upgrade option
4272 - Ensure that Core exists in your comps file (#143930)
4273 - Don't fall back to text mode if we fail to start graphics in test mode
4274 - Display better error messages for HTTP/FTP errors (clumens, #144546)
4275 - Switch main UI to use glade, set up infrastructure for use of glade
4276 - Remove some old code
4277 - Add buildprereq for intltool (fixed for b.g.o 163981)
4278
4279 * Wed Jan 5 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.9-1
4280 - Fix some typos (#143257, #144006)
4281 - Fix from Matthew Miller for multiple dns servers (#84409)
4282 - Fix formatting of fcp disks (#144199)
4283 - Include a README for x86_64 images (clumens, #143366)
4284 - Make an x86_64 rescue image (clumens, #143366)
4285 - Add libXfixes for new gtk2
4286
4287 * Thu Dec 23 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.8-1
4288 - Use tmpfs not ramfs for /dev
4289 - Blacklist "root" as a VG name (#142785)
4290 - Better error message if swap can't be mounted (clumens, #143000)
4291 - Some fixes to the new /dev handling in init
4292 - Make more certain hwaddr gets written out (#143535)
4293 - Handle new swap label format (#143447)
4294 - Let the user know they're in rescue mode earlier (clumens, #136171)
4295
4296 * Mon Dec 20 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.7-1
4297 - Better error handling on device creation (#142273)
4298 - Reset package selection to defaults if selected (#142415)
4299 - LVM on RAID1 fix (nasrat, #141781)
4300 - Add support for biosdev in driverdisk from Rez Kabir (#142738)
4301 - Some more SX8 fixes
4302 - Create /dev as a tmpfs (#141570)
4303 - Remove some old code
4304 - Improve quoting of fstype in anaconda-ks.cfg (Danen Brücker)
4305
4306 * Wed Dec 8 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.6-1
4307 - Write out wepkey better (#140645)
4308 - Try to skip source isos with nfsiso (#106017)
4309 - Don't traceback for bad/missing / in fstab (nasrat, #141174)
4310 - Include pesize in generated ks.cfg (#141370)
4311 - Loop less on shutdown
4312 - Better handling of partial volume groups (#139058)
4313
4314 * Tue Nov 30 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.5-1
4315 - CTCPROT fix (karsten, #133088)
4316 - Fix LVM partitions becoming negative sized (nasrat, #141268)
4317 - Fix removal/editing of zfcp devices in gui (#140559)
4318 - Fix segfault (#140541, #140876)
4319 - Fix handling of pre-existing parts on disks that we then ignore (#131333)
4320
4321 * Tue Nov 23 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.4-1
4322 - Update python version in urllib hack
4323 - /init in initramfs instead of /linuxrc
4324 - Improved ppc console detection (nasrat, #134397)
4325 - Better handling of going back when out of space (#133773)
4326 - Better handling of LVM failures (#134263)
4327 - Set a default when boot loader to upgrade is indeterminate (#139603)
4328 - No more diet on i386
4329
4330 * Tue Nov 16 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.3-1
4331 - Create initramfs images instead of initrds for boot media
4332 - Remove some old code in a few places
4333 - Allow passing --notksdevice in network lines of a ks.cfg to avoid
4334 confusion with multiple network lines and a ksdevice= (#136903)
4335 - Allow going back to change the network device if ksdevice= is
4336 passed and isn't correct (#136903)
4337 - Fix for console= to automatically imply serial as needed (#137971)
4338
4339 * Mon Nov 15 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.2-1
4340 - Do some more unmounts if we run out of space (#133773)
4341 - Fix for obsoletes E being long (nasrat, #138485)
4342 - Make serial imply nofb (#134167)
4343 - Set fstype to vfat if user selected /boot/efi in the
4344 mountpoint dropdown (#138580)
4345 - Copy the X log to the installed system
4346 - Add fix from HJ Lu to fix hang with no bootloader install (#138932)
4347 - Fix splittree error msg (nasrat, #139391)
4348 - Ignore IBM *STMF disks (#137920)
4349
4350 * Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.1-1
4351 - whrandom is deprecated in python 2.4, use random instead
4352 - fix some syntax errors
4353 - fallback to English for languages that can't do text-mode (#138308)
4354 - More CTCPROT/PORTNAME tweaks (karsten)
4355
4356 * Sun Nov 7 2004 Jeremy Katz <katzj@redhat.com> - 10.2.0.0-1
4357 - Switch to python 2.4
4358 - Clean up warning on network screen from pygtk
4359 - Parse pxelinux IPAPPEND for loader network info, patch
4360 from Bastien Nocera (#134054)
4361 - Clean up handling of binaries busybox should override
4362 - Do misc package selection earlier so we know all the CDs needed
4363 when confirming the install (#122017)
4364 - Mark some strings for translation (#137197)
4365 - Don't reference boot disks in boot loader screen (#135851)
4366 - Add hardware address information to network screen (#131814)
4367 - Fix exception handling in label reading
4368
4369 * Thu Nov 4 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.4-1
4370 - Fix traceback with CJK upgrades (#137345)
4371 - Allow 128 bit WEP keys (#137447)
4372 - Fix race condition with X client startup (krh, #108777)
4373 - Fix segfault in hd kickstart install (twaugh, #137533)
4374 - Better handling of errors reading labels (#137846)
4375 - Try harder to find LCS interface names (karsten)
4376 - Improve CTCPROT handling (karsten)
4377 - Fix traceback going back in rescue mode network config (#137844)
4378 - Don't use busybox shutdown, poweroff, reboot (#137948)
4379 - Set permissions on anaconda logs
4380 - Make autopartioning better with native storage on legacy iSeries
4381 - Sync onboot behavior of gui/text network screens (#138011)
4382 - Load some drivers later to try to avoid having FC disks be sda
4383 - Sizes in ks.cfg need to be an integer (#138109)
4384
4385 * Tue Oct 26 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.3-1
4386 - Pull in firefox on upgrade if mozilla/netscape were installed (#137244)
4387 - Fix s390 tracebacks (#130123, #137239)
4388
4389 * Tue Oct 26 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.2-1
4390 - Handle our LVM autopart lines slightly better (#137120)
4391 - Use busybox sleep for s390 since sleep requires librt again (#131167)
4392 - Handle onboot in ks.cfg properly in the loader (#136903)
4393 - Punjabi shouldn't try to do text mode (#137030)
4394 - Add sgiioc4 driver for Altix CD installs (#136730)
4395 - pci.ids trimming (notting)
4396
4397 * Wed Oct 20 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.1-1
4398 - Create a netboot.img again for ppc64 (#125129)
4399
4400 * Wed Oct 20 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.0-1
4401 - Lowercase OSA addresses from the parm file too (karsten)
4402
4403 * Tue Oct 19 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.21-1
4404 - Lowercase OSA addresses to make the kernel happy (#133190)
4405 - Don't hard code the VG name used for auto-partitioning to avoid
4406 colliding with existing ones
4407 - Make sure that we don't do runlevel 5 if people don't have X, etc
4408 installed (#135895)
4409 - Update for new Indic font filenames
4410
4411 * Mon Oct 18 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.20-1
4412 - Fix traceback with %post logging (Gijs Hollestelle, #136154)
4413 - When using a local stage2.img for FTP/HTTP install, give an error earlier
4414 if you point at an invalid tree (#135603, #117155, #120101)
4415 - Add a trailing newline to /etc/sysconfig/kernel
4416 - Try to fix the icon theme
4417 - Rebuild against new dietlibc, hopefully fixes CJK text installs
4418
4419 * Sun Oct 17 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.19-1
4420 - Fix font size to fit on disk display better (#135731)
4421 - Write out part lines for autopart lvm correctly (#135714)
4422 - Remove empty row in drive order for boot loader (#135944)
4423 - Replace % in URLs to avoid format string weirdness (#135929)
4424 - Bind mount /dev for rescue mode (#135860)
4425 - Fix Dutch and Danish keyboard defaults (#135839)
4426 - add s2io 10GbE driver
4427
4428 * Thu Oct 14 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.18-1
4429 - Add fonts for ta, gu, bn, hi, pa (#119283)
4430 - Re-enable bterm for testing (#113910)
4431 - Fix segfault when using biospart with a ks hdinstall. Patch from
4432 Rez Kabir (#135609)
4433 - Write out /etc/sysconfig/kernel for use with new-kernel-pkg changes (#135161)
4434 - Fix telnet logins for s390 (karsten)
4435 - Hardcode LCS as eth instead of tr (karsten)
4436
4437 * Tue Oct 12 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.17-1
4438 - Only use "our" LVM partitions with auto-partitioning (#135440)
4439 - Remove localboot option from syslinux.cfg for diskboot.img (#135263)
4440 - Handle the great input method switch on upgrade (#129218)
4441 - Don't save the hwaddr for qeth (#135023)
4442 - Add rhgb boot loader arguments in postinstall (msw)
4443 - Reverse Norwegian blacklisting (#129453) (notting)
4444 - Add sata_nv, sata_sx4, ixgb, ahci, sx8 modules to the initrd (notting)
4445
4446 * Thu Oct 7 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.16-1
4447 - s390/s390x: Fix traceback with unpartitioned disks (karsten)
4448 - improve fit of bengali network screen (#134762)
4449 - don't allow formatting of a pre-existing partition without also
4450 mounting it (#134865)
4451 - Don't show "0" as a mountpoint for an LV that's not being mounted (#134867)
4452 - Add prelink config bits (#117867)
4453 - Sort packages in text package group details (#123437)
4454 - Don't traceback on upgrade if /dev/mapper/control exists (#124092)
4455
4456 * Tue Oct 5 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.15-1
4457 - Fix creation of scsi device nodes (#134709)
4458 - Fix multiple kickstart scriptlets with different interpreters (#134707)
4459
4460 * Mon Oct 4 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.14-1
4461 - Some zfcp fixes
4462 - Don't traceback if we have a %%include inside a scriptlet (#120252)
4463 - Fix SELinux for text-mode ftp/http installs (#134549)
4464
4465 * Mon Oct 4 2004 Mike McLean <mikem@redhat.com> - 10.0.3.12-1
4466 - add command line options to pkgorder (mikem)
4467
4468 * Mon Oct 4 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.11-1
4469 - Handle 32 raid devs (#134438)
4470 - Fix LCS PORTNAME (#134487)
4471 - Add logging of kickstart scripts with --log to %post/%pre
4472 - Copy /tmp/anaconda.log and /tmp/syslog to /var/log/anaconda.log
4473 and /var/log/anaconda.syslog respectively (#124370)
4474 - Fix Polish (#134554)
4475 - Add arch-specific package removal (#133396)
4476 - Include PPC PReP Boot partition in anaconda-ks.cfg (#133934)
4477 - Fix changing of VG name going through to boot loader setup (#132213)
4478 - Add support for > 128 SCSI disks (#134575)
4479
4480 * Fri Oct 1 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.10-1
4481 - add kickstart zfcp configuration (#133288, #130070)
4482 - Use NFSv3 for NFS installs. Fixes NFSISO installs from DVD (#122032)
4483 - Fix megaraid_mbox module name (#134369)
4484 - Another uninitialized fix (#133996)
4485 - Add the zh_CN font (#133330)
4486
4487 * Thu Sep 30 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.9-1
4488 - translation updates
4489 - Install compat-arch-support by default (#133514)
4490 - Warn if an older version is chosen for upgrading if product is RHEL (#134523)
4491 - Fix traceback on upgrade with possible lvm1 (#134258)
4492 - Make changing the DNS server work (#122554)
4493 - More fixes from pnasrat for arch handling on upgrade
4494
4495 * Thu Sep 30 2004 Paul Nasrat <pnasrat@redhat.com> - 10.0.3.8-1
4496 - Fix missing rpm.ts (#133045)
4497
4498 * Wed Sep 29 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.7-1
4499 - Don't ask about mouse type on remote X display (#133902)
4500 - Label swap filesystems (#127892)
4501 - Fix possible crash on hd kickstart installs (#133996)
4502 - Improve multiarch upgrade (#133045)
4503 - Avoid changing the default language when selecting additional
4504 language support (#134040)
4505 - Remove spurious blank option in upgrade combo (#134058)
4506 - Fix driver disk hang (#131112, #122952)
4507 - Fix detection of unformatted dasd (#130123)
4508
4509 * Mon Sep 27 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.6-1
4510 - Fix traceback from auto-partitioning if you don't have enough space (#131325)
4511 - Update FCP config for adding SCSI LUNs (#133290)
4512
4513 * Mon Sep 27 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.5-1
4514 - Fix driver disk segfault when using a partition (#133036)
4515 - Let driver disk images on ext2 partitions work
4516 - Fix nonet/nostorage
4517 - Allow name.arch syntax in ks.cfg (#124456)
4518 - Fix traceback unselecting last language (#133164)
4519 - Skip version 0 swap (#122101)
4520 - Handle /dev being present in device names of ks.cfg (#121486)
4521 - Use no instead of no-latin1 for Norwegian keyboard (#133757)
4522 - include other dm modules (#132001)
4523
4524 * Fri Sep 24 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.4-1
4525 - fix megaraid module name (notting)
4526 - don't prompt for a driver disk on pSeries boxes with just
4527 virtual devices (#135292)
4528 - don't use PROBE_LOADED for cd probe (#131033)
4529 - i2o devices don't use a "p" separator (#133379)
4530 - switch back zh_CN font to default (#133330)
4531 - add 3w-9xxx to modules.cgz (#133525)
4532 - fix showing of freespace (#133425)
4533
4534 * Wed Sep 22 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.3-1
4535 - fix going back unmount of /dev/pts (#133301)
4536 - fix SRPMs disc (#122737)
4537 - add localboot option to isolinux.cfg (#120687)
4538 - fix tree build on ia64 and x86_64
4539 - fix a syntax error for text mode selinux config
4540
4541 * Tue Sep 21 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.2-1
4542 - some fixes for Arabic (#122228)
4543 - support using ksdevice=macaddr (#130605)
4544 - add an images/pxeboot directory on ia64
4545
4546 * Tue Sep 21 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.1-1
4547 - improve handling of non-physical consoles on some ppc and ia64 machines
4548 - add Bengali(India) and Gujarati to the lang-table (#126108)
4549 - add support for setting the CTC protocol on s/390 (#132324, #132325)
4550 - don't offer to do vnc if we don't have active nwtorking (#132833)
4551 - various typo/grammar fixes
4552 - add support for 'nostorage' and 'nonet' command line options to avoid
4553 auto-loading just network or storage devices
4554 - fix editing of pre-existing lvm (#132217)
4555 - fix going back from the partitions list on a driver disk (#132096)
4556 - don't show login error if silent errors (#132673)
4557
4558 * Thu Jun 3 2004 Jeremy Katz <katzj@redhat.com>
4559 - require system-logos and anaconda-help, obsolete anaconda-images
4560
4561 * Fri Apr 30 2004 Jeremy Katz <katzj@redhat.com>
4562 - Update description, remove prereq on stuff that was only needed
4563 for reconfig mode
4564
4565 * Tue Feb 24 2004 Jeremy Katz <katzj@redhat.com>
4566 - buildrequire libselinux-devel
4567
4568 * Thu Nov 6 2003 Jeremy Katz <katzj@redhat.com>
4569 - require booty (#109272)
4570
4571 * Tue Oct 8 2002 Jeremy Katz <katzj@redhat.com>
4572 - back to mainstream rpm instead of rpm404
4573
4574 * Mon Sep 9 2002 Jeremy Katz <katzj@redhat.com>
4575 - can't buildrequire dietlibc and kernel-pcmcia-cs since they don't always
4576 exist
4577
4578 * Wed Aug 21 2002 Jeremy Katz <katzj@redhat.com>
4579 - added URL
4580
4581 * Thu May 23 2002 Jeremy Katz <katzj@redhat.com>
4582 - add require and buildrequire on rhpl
4583
4584 * Tue Apr 02 2002 Michael Fulbright <msf@redhat.com>
4585 - added some more docs
4586
4587 * Fri Feb 22 2002 Jeremy Katz <katzj@redhat.com>
4588 - buildrequire kernel-pcmcia-cs as we've sucked the libs the loader needs
4589 to there now
4590
4591 * Thu Feb 07 2002 Michael Fulbright <msf@redhat.com>
4592 - goodbye reconfig
4593
4594 * Thu Jan 31 2002 Jeremy Katz <katzj@redhat.com>
4595 - update the BuildRequires a bit
4596
4597 * Fri Jan 4 2002 Jeremy Katz <katzj@redhat.com>
4598 - ddcprobe is now done from kudzu
4599
4600 * Wed Jul 18 2001 Jeremy Katz <katzj@redhat.com>
4601 - own /usr/lib/anaconda and /usr/share/anaconda
4602
4603 * Fri Jan 12 2001 Matt Wilson <msw@redhat.com>
4604 - sync text with specspo
4605
4606 * Thu Aug 10 2000 Matt Wilson <msw@redhat.com>
4607 - build on alpha again now that I've fixed the stubs
4608
4609 * Wed Aug 9 2000 Michael Fulbright <drmike@redhat.com>
4610 - new build
4611
4612 * Fri Aug 4 2000 Florian La Roche <Florian.LaRoche@redhat.com>
4613 - allow also subvendorid and subdeviceid in trimpcitable
4614
4615 * Fri Jul 14 2000 Matt Wilson <msw@redhat.com>
4616 - moved init script for reconfig mode to /etc/init.d/reconfig
4617 - move the initscript back to /etc/rc.d/init.d
4618 - Prereq: /etc/init.d
4619
4620 * Thu Feb 03 2000 Michael Fulbright <drmike@redhat.com>
4621 - strip files
4622 - add lang-table to file list
4623
4624 * Wed Jan 05 2000 Michael Fulbright <drmike@redhat.com>
4625 - added requirement for rpm-python
4626
4627 * Mon Dec 06 1999 Michael Fulbright <drmike@redhat.com>
4628 - rename to 'anaconda' instead of 'anaconda-reconfig'
4629
4630 * Fri Dec 03 1999 Michael Fulbright <drmike@redhat.com>
4631 - remove ddcprobe since we don't do X configuration in reconfig now
4632
4633 * Tue Nov 30 1999 Michael Fulbright <drmike@redhat.com>
4634 - first try at packaging reconfiguration tool
4635

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