/[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.19 - (show annotations) (download)
Wed Apr 27 14:41:40 2011 UTC (13 years, 1 month ago) by slords
Branch: MAIN
Changes since 1.18: +60 -1 lines
Apply SME patches

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

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