/[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.18 - (show annotations) (download)
Wed Apr 27 14:33:48 2011 UTC (13 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: anaconda-11_1_2_224-1_el5_centos_1
Changes since 1.17: +112 -77 lines
Import of anaconda-11.1.2.224-1.el5.centos.1

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

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