/[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.26 - (show annotations) (download)
Sun Nov 10 05:15:55 2013 UTC (10 years, 7 months ago) by wellsi
Branch: MAIN
CVS Tags: anaconda-11_1_2_263-2_el5_centos
Changes since 1.25: +33 -76 lines
Upstream import

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

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