/[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.3 - (hide annotations) (download)
Thu Dec 20 21:44:37 2007 UTC (16 years, 6 months ago) by slords
Branch: MAIN
CVS Tags: anaconda-11_1_2_87-1_el5_sme
Changes since 1.2: +6 -1 lines
apply sme patches

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

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