/[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.20 - (show annotations) (download)
Thu May 5 17:50:37 2011 UTC (13 years, 1 month ago) by slords
Branch: MAIN
Changes since 1.19: +14 -11 lines
Remove install error warnings

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

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