/[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.4 - (hide annotations) (download)
Wed Apr 9 13:51:41 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
Changes since 1.3: +2 -0 lines
Add Id to top of spec

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

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