/[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.2 - (show annotations) (download)
Thu Dec 20 16:17:32 2007 UTC (16 years, 6 months ago) by slords
Branch: MAIN
Changes since 1.1: +464 -22 lines
Import on branch sme8 of package anaconda-11.1.2.87-1.el5.centos.src.rpm

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

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