/[smeserver]/rpms/anaconda/sme8/anaconda.spec
ViewVC logotype

Annotation of /rpms/anaconda/sme8/anaconda.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (hide annotations) (download)
Tue Jun 24 15:37:10 2008 UTC (15 years, 11 months ago) by slords
Branch: MAIN
Changes since 1.4: +249 -25 lines
Initial import of anaconda-11.1.2.113-1.el5.centos.2.src.rpm

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

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