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

Contents of /rpms/anaconda/sme8/anaconda.spec

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


Revision 1.6 - (show annotations) (download)
Tue Jun 24 16:12:30 2008 UTC (16 years ago) by slords
Branch: MAIN
Changes since 1.5: +6 -1 lines
* Tue Jun 24 2008 Shad L. Lords <slords@mail.com> 11.1.2.113-1.el5.sme.2
- Apply SME patches

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

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