/[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.12 - (show annotations) (download)
Thu Oct 22 14:42:05 2009 UTC (14 years, 8 months ago) by slords
Branch: MAIN
Changes since 1.11: +63 -1 lines
* Tue Apr 14 2009 Shad L. Lords <slords@mail.com> 11.1.2.168-1.el5.sme.1
- No warnings if kernel not upgraded
  (recreate initrd if kernel was installed)
- No warnings if unable to remove rpm databases
- Fix goto previous if unable to go back
- Always pick best arch for package
- Allow creating/mounting degraded raid arrays
  (log info about degraded arrays instead of not starting them)
- Start /boot raid device first so it will be in sync for grub install
- Automatically upgrade bootloader if necessary
- Search for language updates on upgrade disk
- Force time to be based on UTC
- Add final warning before installing
- Make install headless but still write keyboard info out
  (don't ask us to use vnc mode)
- Make install window wider
  (fix titlebar spacing)
- Don't email root on raid events
- Make boot loader use SME labels
- Determine upgradability of SME server
  (change erase disks to upgrade dialog)
- Run SME post-install scripts on kickstart install/upgrade
- Limit languages to those supported by SME

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

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