/[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.14 - (show annotations) (download)
Thu Mar 4 16:31:07 2010 UTC (14 years, 3 months ago) by slords
Branch: MAIN
Changes since 1.13: +2 -0 lines
Fix headers

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

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