The anaconda-runtime package contains parts of the installation system which
are needed for installing new systems. These files are used to build media
sets, but are not meant for use on already installed systems.
Provides
Requires
Copyright
GPLv2+
Signatures
internal MD5: 76fc19d45d142ac2efb6b5599f49fc32
Changelog
* Wed May 14 2008 Jeremy Katz <katzj@redhat.com> - 11.4.1.1-1
- Just call the XStartupCB() function directly and randr to the
desired resolution (katzj)
- Stop writing out an xorg.conf (katzj)
- Make the "dump to removable device" option work in anaconda. (jgranado)
* Tue May 13 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.79-1
- Stop neutering DRI (notting)
- make scripts/buildinstall take multiple repos (wwoods)
- Don't worry about telling people that interactive text mode is in
wrong lang (katzj)
- Allow cpio updates.img in the tree for URL installs. (dlehman)
- Declare unpackCpioBall for use from within urlinstall.c. (dlehman)
- Don't unlink an image we retrieved but could not mount as it
could be .cgz. (dlehman)
- Don't run lspci with an explicit path (katzj)
- Include lspci on all images (#445974) (katzj)
- Add support for attaching gdbserver to the loader early on. (clumens)
- Add virtio max partition count (markmc)
- Sort virtio devices first (markmc)
- Merge branch 'master' of ssh://git.fedorahosted.org/git/anaconda (andrewm)
- 2008-05-08 Andrew Martynov <andrewm)
- Look in the right place when ISO images are in a
subdirectory (#443580). (clumens)
- And run in the root (#374921) (katzj)
- Don't crash when given URLs of the form ftp://user)
- Use 'yum clean all' when cleaning up after an upgrade, not
preupgrade (#374921) (katzj)
- Kickstart flag is backwards (katzj)
- If we're given a language, don't warn about console fonts (#444258) (katzj)
- And actually include the bash binary too (#443700) (katzj)
- Search path rather than hard-coding path to mdadm (#444843) (katzj)
- Fix incorrect command name in error message. (clumens)
- Specify which protocol is used for remote saving (#440214). (clumens)
- Use bash for minstg2 shell (#443700) (katzj)
- Revert PS1 and PATH changes as they don't work with busybox as used
in minstg2 (katzj)
* Tue Apr 29 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.78-1
- Write per-interface DNS info to ifcfg files (#443244) (dcantrell)
- Clean up sanityCheckHostname() in network.py (dcantrell)
- Activate autorepeat for GUI installs. (jgranado)
* Sat Apr 26 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.77-1
- Preserve 'set the hostname' setting when going Next/Back (#443414) (dcantrell)
- Avoid traceback on network configuration screen (#444184) (dcantrell)
- Add missing backslashes for the .profile here document. (dcantrell)
- Label the efi boot filesystem on ia64 as well. (pjones)
- Don't use size to determine if a partition is an EFI system
partition; instead, (pjones)
- Handle the DVD having a disknumber of ALL. (443291) (jkeating)
- Make the LUKS passphrase prompt fit on an 80x25 screen. (#442100) (dlehman)
- Don't dd the image from /dev/zero _and_ use
"mkdosfs -C <image> <blockcount>" (pjones)
- label the filesystem in efidisk.img so that HAL and such won't try to
mount it. (pjones)
- fix testiso Makefile target - boot.iso, not netinst.iso (wwoods)
* Fri Apr 25 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.76-1
- Use the execWithCapture wrapper to be consistent. (jgranado)
- Call the mdadm with full path. (jgranado)
- Use the correct ls(1) alias. (dcantrell)
- Set PS1 and ls(1) alias for tty2 shell. (dcantrell)
- Lookinig for the capabilities file in xen is valid in more cases. (jgranado)
- Avoid putting virtualization option when in Xen or VMware.
(#443373) (jgranado)
- If the stage2 image is on a CD, don't bother copying it (#441336). (clumens)
- Once we've found the stage2 media on CD, always use it (#443736). (clumens)
- Change mount point for CD to /mnt/stage2 when looking for stage2
(#443755). (clumens)
- Switch to using 'yum clean all' to clean up after preupgrade
(#374921) (katzj)
- Handle .utf8 vs .UTF-8 (#443408) (katzj)
- Avoid dividing by zero (#439160) (katzj)
- Changes related to BZ #230949 (dcantrell)
- $XORGDRIVERS no longer exists (markmc)
- Bump version. (katzj)
- Write IPv6 values to /etc/sysconfig/... correctly (#433290) (dcantrell)
- Use the right base class for autopart handler. (clumens)
* Sat Apr 19 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.75-1
- Listing the directories before expiring yum caches helps (katzj)
* Sat Apr 19 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.74-1
- Don't look for .discinfo on the rescue CD (#442098). (clumens)
- Use /var/cache/yum as the cachedir since /tmp might be
too small (#443083). (clumens)
- Revert "Don't look for a .discinfo file in rescue
mode (jvonau, #442098)." (clumens)
- Revert "Fix figuring out that the CD has stage2 on it and should
be mounted." (clumens)
- We've always expected devices to be strings, not unicode (#443040) (katzj)
- Resizing lvs on top of RAID fails, make the error not a traceback (katzj)
- Don't put an extra slash on the error message (jgranado)
- Kernel changed howw the uevent API works for firmware
loading *AGAIN*. (pjones)
- Expose the log file descriptors so fwloader can avoid closing
them (pjones)
- Minor UI tweaks to passphrase dialogs (katzj)
- Nuke preupgrade cache once we're done (#442832) (katzj)
- Support bringing up the network if needed with preupgrade (#442610) (katzj)
- Use a real GtkDialog instead of some crazy hacked up dialog (katzj)
- Fix handling of pre-existing raids for the upgrade/rescue
case (#441770) (katzj)
- Add missing / (Doug Chapman, #442751) (katzj)
* Thu Apr 17 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.73-1
- Fix figuring out that the CD has stage2 on it and should be mounted. (clumens)
- Don't copy the stage2 image on NFS installs (#438377). (clumens)
* Wed Apr 16 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.72-1
- Don't use megabytes for the livecd size for copying. (notting)
- find moved (katzj)
- Fix up silly syntax error that crept in to this commit (katzj)
- Back to using the raw version of the docs (#442540) (katzj)
- Expire yum caches on upgrade (#374921) (katzj)
- Include KERNEL== in udev rules (#440568) (dwmw2)
- Don't look for a .discinfo file in rescue
mode (jvonau, #442098). (clumens)
- Slower machines may take more than five seconds for hal
to start (#442113) (katzj)
- Pass the full device path (notting)
- Only include the parts of grub that will work without
crazy tricks (#429785) (katzj)
* Fri Apr 11 2008 Peter Jones <pjones@redhat.com> - 11.4.0.71-1
- Fix destdir handling in upd-kernel (markmc)
- Get rid of module ball remnants in mk-images (markmc)
- Make upd-kernel handle version numbers the way we do them now (markmc)
- Fix ia64 kernel path problems (katzj, #441846)
- Don't tag more than one partRequest with mountpoint=/boot/efi (pjones)
- Don't treat tiny disks as EFI System Partitions during autopart (pjones)
* Fri Apr 11 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.70-1
- ide-cd_mod, not ide-cd_rom (thanks to jwb) (katzj)
* Thu Apr 10 2008 Peter Jones <pjones@redhat.com> - 11.4.0.69-1
- Ignore some warnings copying into /etc and /var (clumens)
- Try to mount the NFS source in the loader to verify it is correct (clumens)
- Be as clean as possible when looking for files/directories (jgranado, #431392)
- More ia64 kernel finding fixage (katzj, #441708)
- Fix read permissions on efidisk.img (pjones)
- Use the mount flags passed to isys.mount() (pjones)
* Thu Apr 10 2008 Peter Jones <pjones@redhat.com> - 11.4.0.68-2
- Fix device-mapper dep.
* Wed Apr 09 2008 Peter Jones <pjones@redhat.com> - 11.4.0.68-1
- Handle EFI partitions somewhat better (pjones)
- Fix typo in mk-images.efi's parted usage (pjones)
* Wed Apr 09 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.67-1
- Set the initial state of the auto-encrypt checkbutton (#441018) (katzj)
- Don't treat RAID devices as "disks" to avoid lots of odd
behavior (#438358) (katzj)
- Log a message if we disable selinux on upgrade (katzj)
- Build efiboot.img on x86_64 and i386 . (pjones)
- When splitting srpms, only link srpms, nothing else. (jkeating)
- Don't cause the text to flicker between installed packages. (clumens)
- Don't cause the screen to jump up and down between
packages (#441160). (clumens)
- Fix zooming and centering in the timezone screen (#439832). (clumens)
- Handle ia64 kernel path (katzj)
- And add nas to the list (#439255) (katzj)
- Set parent so that the dialog centers (#441361) (katzj)
- Don't show the label column (#441352) (katzj)
- Do string substitution after we've translated (#441053) (katzj)
- Set domain on glade file so translations show up (#441053) (katzj)
- fix compression of modules (notting)
- More build fixing due to translation breakage. (katzj)
- Add code to create efiboot.img on i386 and x86_64 (pjones)
- Remove gnome-panel too, it's no longer multilib. (jkeating)
- Fix raising new NoSuchGroup exception. (clumens)
- remove debugging print (notting)
- Support encrypted RAID member devices. (#429600) (dlehman)
- No longer require Amiga partitions on Pegasos (dwmw2)
- Don't copy the stage2 image every time or on the way back. (clumens)
- Make lukscb.get_data("encrypt") always return a valid value. (pjones)
- Set the scrollbar color so it doesn't surprise me the same way in
the future. (pjones)
- Translation updates.
* Mon Apr 07 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.66-1
- Another day, another broken translation commit to fix. (katzj)
- Work around GL crashes in anaconda X by disabling them. (jkeating)
- Clean up "finishing upgrade" wait window (katzj)
- Stop refreshing like mad in text-mode on WaitWindow.refresh() (katzj)
- Avoid progress bars going off the end and making newt unhappy (katzj)
- Brute force hack to avoid the number of packages
overflowing (#436588) (katzj)
- Revert "Change the default level in /etc/sysconfig/init now
(#440058)." (notting)
- Add gnome-applets to the upgrade blacklist, fix kmymoney2 typo. (jkeating)
- Don't enable encryption by default (katzj)
- Print our mount commands to /dev/tty5 for easier debugging. (clumens)
- Change the default level in /etc/sysconfig/init now (#440058). (clumens)
- Make the Back button work when asking for tcp/ip information in
loader.c. (#233655) (jgranado)
- Have <F12> work in the network configuration stage (#250982) (jgranado)
- Use a better test to see if a package group doesn't exist (#439922). (clumens)
- avoid behavior in (#208970) (jgranado)
- Correctly label the xen images in the .treeinfo file (jgranado)
- Translation updates
* Thu Apr 03 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.65-1
- Only do verbose hal logging if loglevel=debug (katzj)
- Avoid AttributeError in HardDriveDict (#432362) (pjones)
- Don't use %n with gettext to avoid segfaults (#439861) (katzj)
- Require live installs to be to an ext2 or ext3 filesystem (#397871) (katzj)
- Don't allow migrations to ext4 for now (katzj)
- Change ext4 parameter to ext4, not iamanext4developer (katzj)
- Bootable requests can not be on logical volumes (#439270). (clumens)
- Don't allow /boot to be migrated to ext4 (#439944) (katzj)
- Fix for ia64 (#439876) (katzj)
- Update pkgorder group listings to match current Fedora defaults. (jkeating)
- Lame attempt to try to avoid race condition with udev creating device
nodes (katzj)
- Don't traceback if stdout is an fd either (katzj)
- iutil doesn't need isys anymore (katzj)
- Free memory only after we're done using it (#439642). (clumens)
- Fix a segfault freeing memory on boot.iso+hdiso installs. (clumens)
* Tue Apr 01 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.64-1
- Fix my tyop (katzj)
- Fuzzy broken string again (katzj)
* Mon Mar 31 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.63-1
- Fix broken translations. Again. (katzj)
* Mon Mar 31 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.62-1
- Translation updates
- Allow GPT disk labels on ppc/ppc64. (dcantrell)
- Tear down the right loopback device before going to stage2. (clumens)
- Don't pass None as stdout or stderr. (clumens)
- Make sure there's a stdout to write to. (clumens)
- Handle fstype munging in isys.readFSType instead of in various
other places. (dlehman)
- Fix a typo in new encrypted LV code. (dlehman)
- Partitioning UI for handling of preexisting encrypted devices. (dlehman)
- Support discovery of preexisting rootfs on LV. (dlehman)
- Improve handling of logical volume device names when encrypted. (dlehman)
- Add support for discovery of preexisting LUKS encrypted devices. (dlehman)
- Add support for retrieving LUKS UUIDs. (dlehman)
- Refresh po files (katzj)
- Mark for translation based on feedback from translators (katzj)
- Just relabel all of /etc/sysconfig (#439315) (katzj)
- When dhcp is selected ensure that bootproto is set to
dhcp (RPL-2301) (elliot)
- Fix for test mode repo bits (katzj)
- Try to make the size flow a little more for weird resolution
screens (#439297) (katzj)
- Add kmymoney to upgrade remove list (#439255) (katzj)
* Thu Mar 27 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.61-1
- Fix broken translation. (clumens)
* Thu Mar 27 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.60-1
- Have a fallback empty description for devices (#432362) (katzj)
- os.path.join does not work the way we think it should. (clumens)
- Remove the stage2 in all cases now that we're copying it basically
all the time (katzj)
- Add support for saving the exception to a local directory for live
installs (katzj)
- Catch errors on resize and present a dialog to the user (katzj)
- Save resize output to a file (/tmp/resize.out) so that it's more
useful (katzj)
- Make sure we give the command that's run on stdout so that it's
logged (katzj)
- more mouse-related removals (notting)
- Fix up autopart resizing for the multiple partitions to resize case (katzj)
- Fix up the case where both method= and stage2= are given (katzj)
- Remove mouse screens that haven't been used in 4 years (katzj)
* Wed Mar 26 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.59-1
- Only remove duplicate slashes from the front of the prefix. (clumens)
- Ensure that we take into account new repos (katzj)
- Handle kernel variants a little better at install time too (katzj)
- Make a little bit more future proof for kernel version changing (katzj)
- Add confirmation of closing the installer window (#437772) (katzj)
- Fix SIGSEGV on all mounts without options (katzj)
- Add support for encrypted logical volumes in kickstart. (clumens)
- Add support for encrypted LVs. (dlehman)
- Put in some handling for redundant method calls and devices containing '/'.
(dlehman)
* Tue Mar 25 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.58-1
- Fuzzy broken string (katzj)
* Tue Mar 25 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.57-1
- Use anaconda-upgrade dir in the preupgrade case (katzj)
- Have 'preupgrade' key doing an upgrade (katzj)
- Fix what we expect to be the message from ntfsprogs (katzj)
- Fix up compile error for new newt (katzj)
- Don't traceback if we have little freespace partitions (#438696) (katzj)
- Translation updates (ko, ru)
* Mon Mar 24 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.56-1
- Translation updates (hi, fr, kn, de, ml, es, mr, ko, te)
- Fix up more unicode shenanigans (#437993) (katzj)
- Move /tmp/stage2.img to /mnt/sysimage to free up some
memory (#438377). (clumens)
- Be a little smarter about downloading repo metadata (#437972). (clumens)
- Make sure that devices are set up before using them. (#437858) (dlehman)
- Don't prepend /dev/ on bind mounts either. (clumens)
- Use the repo name instead of id in the group file error
message (#437972). (clumens)
- Handle /dev being on hard drive devices in the second stage (katzj)
- Fix the build (katzj)
- The units for /sys/block/foo/size aren't bytes. Fixes finding some
disks (katzj)
- Remove the check for .discinfo on URL installs. (clumens)
- Always unmount /mnt/source on hdiso installs before starting
stage2. (clumens)
- Always unmount /mnt/source on nfsiso installs before starting
stage2. (clumens)
- Make sure the first disc image is mounted before setting up repos. (clumens)
- Fix $UPDATES for real (katzj)
- Avoid piling up slashes in the UI when retrying (#437516). (clumens)
- Require comps-extras now that we don't require pirut bringing it in (notting)
- Put "ide-cd_mod" in the list of modules to pull in. (pjones)
* Tue Mar 18 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.55-1
- Fix format of method=hd: parameter (#438075). (clumens)
- Work on support for NFSISO installs when using boot.iso. (clumens)
- If a file doesn't exist, don't continue trying to loopback mount
it. (clumens)
- Make loopback mount error messages more useful. (clumens)
- Focus root password entry box (#436885). (dcantrell)
- Fix a traceback writing out the method string for hdiso installs. (clumens)
- Fix use of sizeof on a malloc()'d char ** (pjones)
- Fix up ppc boot check (#438005) (katzj)
- Support reading the UUID from the disk like we do with labels. (clumens)
- If the protected partition is not yet mounted, mount it now. (clumens)
- Don't add /dev/ to LABEL= or UUID= devices either. (clumens)
- Use arch instead of the name again in package nevra. (clumens)
- Fix traceback with preexisting LUKS partitions in setFromDisk.
(part of #437858) (dlehman)
* Mon Mar 17 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.54-1
- Translation updates (de, fi, it, gu, ta, pa)
- Fix a typo. (clumens)
- Fix the build. (clumens)
- Make sure we return the same kind of exception in all cases. (clumens)
- Filter so we don't show LVM and RAID components when adding
boot entry (#437501) (katzj)
- Only print the filename we're fetching, as newt doesn't like
long names. (clumens)
- Fix off by one error reading .buildstamp (pjones)
- Use the right path when trying to fetch .discinfo. (clumens)
- Don't prepend /dev/ onto nfs devices. Also log mount
errors to tty5. (pjones)
* Sun Mar 16 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.53-1
- Update translations (pl, de)
- Use i586 kernel (#437641) (katzj)
- Give indication of success or failure for mediacheck (#437577) (katzj)
- Ensure the UUID for the rootfs is random and not the same for every
live image (katzj)
- Make migration from ext3 -> ext4 saner on upgrade (#437567) (katzj)
- Force filesystem mount options on /boot/efi . (pjones)
- On HDISO installs, look for the stage2.img file in the right
directory. (clumens)
- Accept devices with or without a leading /dev/. (clumens)
- .buildstamp no longer contains productPath, so change
the default (#437509). (clumens)
- Remove references to an uninitialized variable. (clumens)
- Use shortname=winnt instead of shortname=win95 when
mounting /boot/efi (pjones)
- Do not strip leading or trailing whiltespace from
passphrases. (#437499) (dlehman)
- Set methodstr for nfsiso installs (#437541). (clumens)
- Create and check /boot/efi correctly, and use preexisting
one if available. (pjones)
- Handle /boot/efi and /boot both as bootrequests (pjones)
- Emit "efi" as /boot/efi's filesystem type (pjones)
- Add EFI handling to the bootloader setup choices. (pjones)
- Add efi to the ignoreable filesystem list. (pjones)
- Add EFIFileSystem, and getMountName() to hide that it's really vfat. (pjones)
- Add isEfiSystemPartition(), and use it where appropriate (pjones)
- Call getAutoPartitionBoot with our partition list as an arg. (pjones)
- Don't show the epoch in package selection either (#437502). (clumens)
- Fix some errors on reporting which files are being downloaded. (clumens)
- Revert "Handle /boot and /boot/efi separately, plus fixes" (pjones)
- Handle /boot and /boot/efi separately, plus fixes (pjones)
- Get rid of unused >1024 cylindar check, fix text of boot
check exceptions. (pjones)
- Make bootRequestCheck() check /each/ boot partition like it's
supposed to, (pjones)
- Fix shell quoting on numbers > 9, and fix an error message. (pjones)
- Don't show the epoch in the progress bar (#437502). (clumens)
- Include efibootmgr in the instroot (pjones)
* Thu Mar 13 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.52-1
- Don't unmount NFS source so NFSISO will work. (clumens)
- Fix the format of the method=hd: parameter. (clumens)
- Fix creating new users in kickstart. (clumens)
- "gtk-edit" isn't valid in text mode. (clumens)
- Ignore LUKS headers on partitions containing RAID signatures.
(#437051) (dlehman)
- The xconfig command with no X running doesn't make sense. (clumens)
* Wed Mar 12 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.51-1
- yum.remove removes installed packages, not to be installed
packages (#436226) (katzj)
- Make the /tmp/updates vs RHupdates code at least a little readable. (pjones)
- Allow vfat update images. (pjones)
- Fix syntax error (pjones)
- Add a progress bar for when we're downloading headers (#186789). (clumens)
- mount will set up the loopback device if we let it. (clumens)
- Fix mounting problems with NFSISO images. (clumens)
- Simplify the logic for the upgrade arch check (katzj)
- Add a fallback method for determining the architecture of installed
system during an upgrade (#430115) (msivak)
- Avoid a traceback (#436826) (katzj)
- Make sure host lookups work for manual net config (#435574). (dcantrell)
* Tue Mar 11 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.50-1
- Focus root password entry box (#436885). (dcantrell)
- Make sure default is SHA-512 for libuser.conf. (dcantrell)
- Fix detection of ISO images on a hard drive partition. (clumens)
- Devices names aren't prefixed with /dev/. (clumens)
- Filter out /dev/ram* devices from the list of hdiso partitions. (clumens)
- But make sure that we've activated the keymap now that X
follows its defaults (katzj)
- Don't set a keyboard in the X config, we should just do this
at runtime (katzj)
- Writing out the nfs method line is a lot simpler now. (clumens)
- Use /mnt/sysimage/tmp/cache for the yum cache, instead of the
ramdisk. (clumens)
- Translation updates (nl, gu, ml, mr, pa)
* Mon Mar 10 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.49-1
- Use the full path to the .discinfo file (#436855). (clumens)
- List netinst.iso/boot.iso in .treeinfo (#436089) (katzj)
- Convinced to change the name back to boot.iso (katzj)
- Only pass the file path to {ftp,http}GetFileDesc. (clumens)
- Pass the correct NFS method parameter to stage2 (#436360). (clumens)
- Fix logging messages to not display the hostname twice. (clumens)
- Fix traceback with text mode adding iscsi (#436480) (katzj)
* Thu Mar 06 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.48-1
- Don't use the bits from $UPDATES unless $UPDATES exists (katzj)
- Fix horkage with busybox stuff. There's now start-stop-daemon (katzj)
- Require new enough version of yum-utils (katzj)
- Pass the --archlist option to yumdownloader (jkeating)
- Update pt_BR translation
* Wed Mar 05 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.47-1
- Fix the build again (katzj)
* Wed Mar 05 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.46-1
- Don't require some things which we fall back gracefully when not there (katzj)
- Check for filesystem utilities to see if a filesystem is supported (katzj)
- Write out keyboard settings before installing packages. (related
to #429358) (dlehman)
- Update pl translation
- Make sure http:// or ftp:// is specified (#436089) (katzj)
- Fix segfault when port is specified (#435219) (katzj)
- Use ntfsresize -m to get minimum size (#431124) (katzj)
- Use the right path to the .discinfo file when validating a tree. (clumens)
* Tue Mar 04 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.45-1
- Fix the build.
* Tue Mar 04 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.44-1
- Add --archlist to repoquery call. (jkeating)
- Translation updates (pl, nl, ja)
- Handle efibootmgr and grub.efi in upd-instroot. (pjones)
- Merge in branch to implement stage2= parameter. (clumens)
- Revert the memtest86 bits for EFI, since this gets run on multiple arches. (pjones)
- Use iutil.isEfi() instead of testing for ia64-ness. (pjones)
- Only do gptsync if we're not using EFI. (pjones)
- Don't do gptsync if we're using EFI. (pjones)
- Use gpt on all efi platforms. (pjones)
- Rework isEfi() to be slightly more conservative. (pjones)
- Test for using efi rather than arch==ia64 (pjones)
- Don't copy memtest86 in on EFI since it won't work. (pjones)
- Add comment regarding usage of elilo (pjones)
- Free some variables so we can http GET twice if needed. (clumens)
- Change the method config prompts. (clumens)
- Support stage2= for CD installs in loader. (clumens)
- Support stage2= for HD installs. (clumens)
- Support stage2= for NFS installs. (clumens)
- Support stage2= for URL installs. (clumens)
- Update the method string handling for NFS and URL installs. (clumens)
- mountStage2 now needs to take an extra argument for updates. (clumens)
- If stage2= is given, it overrides the check for a CD stage2 image. (clumens)
- Support the stage2= parameter, and add a flag for it. (clumens)
* Mon Mar 03 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.43-1
- Only use UUID= for devices we would have labeled. Related to #435228 (katzj)
- If we don't find a kernel package, then give a better error (katzj)
- Translation updates (cs, de)
* Sun Mar 02 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.42-1
- Fix a traceback when we have an error. Related to #433658 (katzj)
- Add virtio_pci in hopes of getting virtio working (katzj)
- Pull in the bits of pirut that we use so that we don't depend on pirut (katzj)
- Default to RAID1 instead of RAID0 (#435579) (katzj)
- Refresh po (katzj)
- Fix traceback leaving task selection screen (#435556) (katzj)
- More ext4 vs ext4dev nonsense. (#435517) (katzj)
- Fix reverse name lookup. (pjones)
* Thu Feb 28 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.41-1
- Don't write out /etc/rpm/platform anymore. (katzj)
- anaconda-runtime now needs yum-utils (katzj)
- Add 'testiso' target (katzj)
- Remove rescue cd creation scripts (katzj)
- Take --updates with location of additional updates beyond the package
set used (katzj)
- Change the ISOs we build (katzj)
- Take advantage of yum repos being available (katzj)
- Allow recovery from some missing repodata conditions. (clumens)
- Rework the repo editor screen to be more modular. (clumens)
- Move doPostImages to be run after the second stage build (katzj)
- Ensure that group info for txmbrs is accurate after we reset (katzj)
- Fix backwards logic for yum verbosity (katzj)
- No more arc (#435175) (katzj)
- Remove an unused method. (clumens)
* Tue Feb 26 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.40-1
- Use non-deprecated HAL properties. (notting)
- More crud to deal with the fact that rawhide trees are composed weird (katzj)
- Gtk does not have the error type, use custom with proper
icons. (#224636) (msivak)
* Mon Feb 25 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.39-1
- Fix up symlinks that could be broken with our movement here (#434882) (wwoods)
- pvops xen uses hvc as its console (#434763) (katzj)
- Follow symlinks when looking for the anaconda-runtime package. (jkeating)
* Sun Feb 24 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.38-1
- Write out UUID in the fstab (#364441) (katzj)
- Add support for getting UUID using libblkid (katzj)
- Fix calculation of sizes of LVs when resizing (#433024) (katzj)
- Add back some bits for text mode (katzj)
- Remove advanced bootloader bits (katzj)
- Add support for actually changing where the boot loader gets
installed as well (katzj)
- Less text. (katzj)
- Reorder things a little, clean up spacing (katzj)
- Use a tooltip instead of a long bit of text that most people
don't read (katzj)
- Remove advanced checkbox (katzj)
- Switch the grub installation radio to be a checkbutton. Cleanups for
grub only (katzj)
- Lets redirect to /dev/null to ensure that what we get in DIR is the
result of pwd. (jgranado)
- Catch the error emmited by lvm tools during logical volume
creation process (#224636). (msivak)
- Don't try to lock /etc/mtab, fix error detection when mount fails. (clumens)
- Don't append (null) to the NFS mount options. (clumens)
- There's no need to wait if the last download retry failed. (clumens)
- the '-o' is appended to the mount command in imount.c (jgranado)
- Use full path to device for mount in findExistingRootPartitions. (dlehman)
- Map preexisting encrypted devs before mounting everything
in mountRootPartition. (dlehman)
- Fix traceback on test mount in findExistingRootPartitions. (dlehman)
- Use SHA-512 by default for password encryption. (dcantrell)
- Clean up root password user interfaces. (dcantrell)
* Tue Feb 19 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.37-1
- Default to the right timezone when language is changed (#432158). (clumens)
- Fix another text mode network config traceback (#433475). (clumens)
- More scripts cleanups. (jgranado)
- Remove more references to ARC (#433229). (clumens)
- Mount flags should be an optional argument (#433279, #433280). (clumens)
- We don't need productpath anymore, so stop taking it as an option (katzj)
- Set yum output level based on whether or not we've passed --debug or
not (katzj)
- Clean up invocation of mk-images from buildinstall (katzj)
- Clean up invocation of upd-instroot from buildinstall (katzj)
- Remove some legacy stuff that's no longer relevant from
.discinfo/.treeinfo (katzj)
- Don't depend on product path for finding the anaconda-runtime
package (katzj)
- Make buildinstall a little clearer (katzj)
- Use $LIBDIR instead of lib globbing to avoid problems with chroots (katzj)
- Add some error handling around populateTs. (clumens)
* Thu Feb 14 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.36-1
- Fix up firmware inclusion. This didn't actually ever work. (katzj)
- Fix up the groff related stuff for man pages to be done in the correct
place (katzj)
- remove yumcache (katzj)
- Don't do fixmtimes anymore (katzj)
- Don't compress translations (katzj)
- Don't manually duplicate things from package %post scripts (katzj)
- Remove some unused options (--discs and --buildinstdir) (katzj)
- Keep /etc/nsswitch.conf and /etc/shells (katzj)
- Stop forcing passive mode for FTP by patching urllib (katzj)
- We don't use timezones.gz anymore anywhere (katzj)
- We shouldn't need to remove files that are only in -devel packages (katzj)
- Remove some obsolete files from the list to clean up noise in the
output (katzj)
- We want nss bits on all arches these days (katzj)
- Just use default /etc/nsswitch.conf and /etc/shells (katzj)
- alpha should have translations probably (katzj)
- Remove some things that aren't used anymore (katzj)
- Don't run pkgorder as a part of buildinstall anymore (katzj)
- Remove duplicate file from the file lists (katzj)
- Don't use the static versions of these anymore as they're likely to go
away (katzj)
- Remove weird s390 hack that shouldn't be needed any more (katzj)
- Make makebootfat less noisy (katzj)
- Get rid of dangling fobpath stuff; now that we're not mounting to
create (katzj)
- Ignore .bak files created by glade (katzj)
- Get rid of duplication for yaboot stuff to make scripts less noisy (katzj)
- Correct internationalization of exception handler text (msw)
- More fixing of mount paths (#432720) (katzj)
- securitylevel -> firewall in the spec file. (clumens)
- Include util-linux-ng, which contains mount (#432720). (clumens)
- When mounting stage2 on loopback, add -o loop to mount opts. (clumens)
* Tue Feb 12 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.35-1
- Fix the build (katzj)
* Tue Feb 12 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.34-1
- Handle modules with more than one description (#432414) (katzj)
- Finish HDISO installs, at least for DVDs (#431132). (clumens)
- Move migration to before mounting filesystems (katzj)
- Fix silly thinko in Eric's patch (katzj)
- Allow ext3->ext4 upgrades (sandeen)
- Do the man pages in rescue mode the right way. (jgranado)
- Merge branch 'master' of ssh://git.fedorahosted.org/git/anaconda (notting)
- Use /etc/adjtime as the configuration file for UTC/not-UTC. (notting)
- Remove all our own mount code. (clumens)
- Use the mount program instead of our own code. (clumens)
- Add the real mount programs to stage1. (clumens)
- Use the correct variables to get the ipv6 info. (#432035) (jgranado)
- Update error messages to match function names. (dcantrell)
- Rename nl.c to iface.c and functions to iface_* (dcantrell)
- In rescue mode, show interface configuration (#429953) (dcantrell)
- Add qla2xxx firmware (#377921) (katzj)
- Rename base repo (#430806). (clumens)
- Remove dep on anaconda from pkgorder (katzj)
- Remove no longer used dumphdrlist script (katzj)
* Thu Feb 07 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.33-1
- Fix error message on continuing after changing cds with mediacheck (katzj)
- Fix the progress bar during mediacheck (#431138) (katzj)
- Ensure we disable SELinux if the live image isn't using it (#417601) (katzj)
- Correct nl_ip2str() cache iteration. (dcantrell)
- Check the fstype of the live image (katzj)
- Check for device existence rather than starting with /dev (katzj)
- The FL_TEXT flag has no reason to be here. (#207657) (jgranado)
- Don't traceback when getLabels is called with DiskSet.anaconda set
to None. (dlehman)
- Pass arguments correctly to anaconda (katzj)
- Cancel on escape being pressed with autopart resizing (katzj)
* Wed Feb 06 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.32-1
- Make passwordEntry appear on the exn saving screen. (clumens)
- Don't allow disabling default repositories. (clumens)
- Make loopback device purposes line up with what stage2 expects. (clumens)
- Fix methodstr handling for hdiso installs (#431132). (clumens)
- Remove our own DNS functions, since glibc's are available now. (clumens)
* Tue Feb 05 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.31-1
- Copy over repodata from media after the install is done (#381721) (katzj)
- Add resizing support in autopartitioning (katzj)
- Fix test mode with python-fedora installed (katzj)
- Add support for encrypted devices in rescue mode (dlehman).
- Allow creation of LUKSDevice with no passphrase. (dlehman)
- Fix hdiso installs in loader and in methodstr (#431132). (clumens)
- Avoid infinite loop in nl_ip2str(). (dcantrell)
- Force users to set a hostname (#408921) (dcantrell)
- Forward-port RHEL-5 fixes for s390x issues. (dcantrell)
- fsset.py tweaks for ext4dev & xfs (sandeen)
- When editing the raid partitions show raid memebers. (#352721) (jgranado)
- mdadm to create the mdadm.conf (#395881) (jgranado)
* Wed Jan 30 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.30-1
- Initialize int in doConfigNetDevice() to fix compiler warnings. (dcantrell)
* Wed Jan 30 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.29-1
- Handle putting updates ahead of anaconda in the updates= case too. (clumens)
- Make sure the device name starts with /dev (#430811). (clumens)
- Revert "Initial support for network --bootproto=ask (#401531)." (clumens)
- (#186439) handle lv names with "-" when doing kickstart. (jgranado)
- Remove the last references to makeDevInode (#430784). (clumens)
- Don't traceback trying to raise an exception when making
users (#430772). (clumens)
* Mon Jan 28 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.28-1
- Go back to the method screen if back is hit on nfs config (#430477). (clumens)
- Fix dmidecode dependency (#430394, Josh Boyer <jwboyer)
* Fri Jan 25 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.27-1
- Fix generation of stage1 images. (notting)
- Fix a typo in mk-images. (clumens)
- Allow removing packages by glob now that yum supports it. (clumens)
* Thu Jan 24 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.26-1
- Fix a traceback on the driver selection screen (#428810). (clumens)
- Map 'nousb', 'nofirewire', etc. to be proper module blacklists. (notting)
- Clean off leading and trailing whitespace from descriptions. (notting)
- Write out /etc/rpm/platform on livecd installs. (clumens)
* Wed Jan 23 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.25-1
- Include new firstboot module. (clumens)
- Conditionalize ntfsprogs as not all arches include it. (clumens)
- Remove kudzu-probe-stub. (clumens)
- Remove rogue references to kudzu. (clumens)
- Add dogtail support (#172891, #239024). (clumens)
- Fix some error reporting tracebacks. (clumens)
* Tue Jan 22 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.24-1
- Avoid possible SIGSEGV from empty loaderData values. (dcantrell)
- Do not require glib2-devel for building. (dcantrell)
- Use libnl to get interface MAC and IP addresses (dcantrell)
- Don't refer to the libuser.conf when creating users (#428891). (clumens)
- pcspkr works (or isn't even present), per testing on #fedora-devel (notting)
- Inline spufs loading for ppc. (notting)
- Load iscsi_tcp, so that iSCSI actually works (notting)
- inline ipv6 module loading (notting)
- If we execWith a program, require the package containing it. (clumens)
- Add a repository editor. (clumens)
- Add the default repo to the UI so it can be edited later. (clumens)
- Fix non-latin-1 locale display in the loader. (notting)
- Make sure anaconda has precedence in the search path (#331091). (clumens)
- When starting RAID arrays, the device node may not already exist. (notting)
- Fix a typo that's breaking kickstart network installs. (clumens)
- Don't allow backing up to partitioning (#429618). (clumens)
- Update font paths. (clumens)
* Mon Jan 21 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.23-1
- Try to fix a problem creating users via kickstart (#428891, clumens)
- Fix a loader segfault doing kickstart nfs installs (clumens)
- Move more interactive steps ahead of partitioning (clumens)
- If we can't possibly add advanced devices, don't offer it (#429210, clumens)
- Don't flush after rescanning so recently attached disks are
available (clumens)
- If bootproto is dhcp, unset any static settings (#218489, dcantrell)
- Add some groups to pkgorder to make the CDs come out right (pjones)
- Fix traceback when using non-encrypted RAID (notting)
- Complete the patch for dhcptimeout (#198147, #254032, msivak)
* Wed Jan 16 2008 David L. Cantrell Jr. <dcantrell@redhat.com> - 11.4.0.22-1
- Require the latest libdhcp (dcantrell)
- Don't set currentMedia when we're on a network install (#428927, clumens)
- Don't offer two reboot options (clumens)
- Remove fsopts that are already defaults (#429039, clumens)
- Remove isofs module to get rid of a FATAL message (clumens)
- Add the crc32c kernel module for iscsi (#405911, clumens)
- Add MAC address to the network device selection screen (#428229, clumens)
- Initial support for network --bootproto=ask (#401531, clumens)
- Remove an extra newline (clumens)
- Add firstaidkit to the rescue image (jgranado)
- Fix the progress bar to hit 100% on the last package (#428790, clumens)
- Add some output so the startup delay doesn't seem quite so long (clumens)
- Initial kickstart support for encrypted partitions (clumens)
* Mon Jan 14 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.21-1
- Inherit from the right versions of pykickstart classes (clumens)
- Update for nss files moving to /lib (clumens)
- Remove unneeded arguments from detectHardware function (notting)
- Symlink all udev support binaries to udevadm (notting)
- /sbin/restorecon on /etc/modprobe.d (notting)
- Add the kickstart syntax version to the kickstart file (clumens)
- Require latest libdhcp to fix x86_64 SIGABRT problems
* Sun Jan 13 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.20-1
- Install new udev paths so HAL can talk to it (notting)
- Also get DSO deps for setuid binaries (like X). (clumens)
- Fix a bunch of pychecker errors. (clumens)
* Fri Jan 11 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.19-1
- Make sure the arch is listedat the top of all loader screens. (clumens)
- Add the version number really early in the log file too. (clumens)
- Require latest libdhcp (dcantrell)
- Add nicdelay parameter to loader, so we can wait before sending DHCP
requests. (msivak)
- Add dhcpdelay to loader so we can modify the default dhcp timeout
(#198147, #254032). (msivak)
- Fix the selected device when disabling entries in Add advanced drive
dialog. (#248447) (msivak)
- Include mkfs.gfs2 (#356661). (clumens)
- Use the new default Japanese font (#428070). (clumens)
- More urlinstall loader fixes. (clumens)
* Wed Jan 09 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.18-1
- Fix encrypted autopart traceback. (dlehman)
- Allow for better recovery if the CD/DVD is bad. (clumens)
- If downloading the updates image fails, prompt for a new location. (clumens)
- X now relies on libpciaccess, so add it to our list. (clumens)
- Erase temporary packages after installing them on all methods. (clumens)
* Mon Jan 07 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.17-1
- Make text mode root password dialog default match GUI. (clumens)
- Fix a segfault in making the URL dialog box. (clumens)
* Sun Jan 06 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.16-1
- Fix checking the timestamps on split media installs. (clumens)
- Fix reference to isodir to avoid a post-install traceback. (clumens)
- Use a better test when populating the URL panel in loader. (clumens)
- Don't use error messages from dosfslabel as the label (#427457). (clumens)
- No longer require kudzu (#427680). (clumens)
* Thu Jan 03 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.15-1
- Require latest libdhcp (#378641) (dcantrell)
* Thu Jan 03 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.14-1
- Precreate /etc/modprobe.d in installroot (jkeating)
- 'import sets' in image.py (jkeating)
- Fix traceback when displaying required media (clumens)
* Tue Jan 01 2008 Jeremy Katz <katzj@redhat.com> - 11.4.0.13-1
- Make it obvious which partitions are being formatted and encrypted (katzj)
- Set initial sensitivity of encrypt button correctly (katzj)
- Fix traceback on invalid passphrase (#426887) (katzj)
- Use mkstemp() instead of tempnam() (katzj)
- Don't resize filesystems which are being formatted (#426466) (katzj)
- Add cracklib-dicts (#426444) (katzj)
- Fix build (notting)
* Thu Dec 20 2007 Jeremy Katz <katzj@redhat.com> - 11.4.0.12-1
- Switch away from using kudzu in the loader (notting)
- Use udev in the loader and a dynamically linked stage1 (notting)
- Don't handle all aspects of module loading ourselves - just wrap
modprobe. (notting)
- Ensure there's an active net device (katzj)
- Fix error reporting messages (sfernand, #242252). (clumens)
- Don't immediately retry on downloading a package. (clumens)
- Update to work with new system-config-keyboard. (clumens)
* Mon Dec 17 2007 Jeremy Katz <katzj@redhat.com> - 11.4.0.11-1
- Validation of root password with cracklib (hhara)
- Minor fixes to liveinst shell script (katzj)
- Fix path to swapoff (katzj)
- Make doMethodComplete not depend on the yum backend (katzj)
- Remove another line related to the release notes (hhara)
- GPLv2+ changes. (dcantrell)
* Sat Dec 15 2007 Jeremy Katz <katzj@redhat.com> - 11.4.0.10-1
- Add support for encryption via autopart. (katzj)
- Avoid unnecessary downloading and caching by not
setting mediaid (#422801). (clumens)
- Don't copy the stage2 image over for NFS installs. (clumens)
- Remove an unused function. (clumens)
- Allow going back to package selection after transaction errors. (clumens)
- Add file conflicts to the transaction errors we show the user. (clumens)
- Remove isomd5sum/.gitignore (dcantrell)
* Thu Dec 13 2007 Chris Lumens <clumens@redhat.com> - 11.4.0.9-1
- Update list of crypto mods to load. (dlehman)
- Create full paths before trying to make device nodes. (clumens)
- Unmont filesystems after looking for upgrade targets. (clumens)
- Update crypto module names to keep up with kernel. (dlehman)
- Add mnemonics and make password entry prompts consistent. (katzj)
- Clean up luksPassphrase validation UI. (hhara)
- Blacklist ext4 from being a bootreq. (katzj)
- Fix liveinst on the desktop for locales like pt_BR. (#417301) (katzj)
- Fix a traceback when picking HTTP/FTP method. (clumens)
- Use install system's IP address in kickstart file name. (#420281) (clumens)
- Remove call to makeDMNode. (notting)
- Fix retrying when looking for the install CD in loader. (clumens)
* Mon Dec 10 2007 Chris Lumens <clumens@redhat.com> - 11.4.0.8-1
- Include lshal for debugging (katzj)
- Remove isomd5sum in favor of libcheckisomd5. (notting, katzj)
- makeDevInode no longer exists. (clumens)
- Fix text mode to be able to autopartition (#409301) (katzj)
- Fix method-related tracebacks (katzj, clumens)
- Load ext2 module to allow installing to ext2 for livecd (#408251) (katzj)
- Catch errors from yum, exit on them. (notting)
- Switch to full dejavu-fonts, to match the installed OS default. (notting)
* Fri Dec 07 2007 Chris Lumens <clumens@redhat.com> - 11.4.0.7-1
- Tweak save-exception-to-disk algorithm. (notting)
- Merge the FTP and HTTP methods into a single URL method. (clumens)
- Fixes to the live install method (katzj)
- Use HAL and DBus for probing and device node creation in stage2. (notting)
- Get rid of /tmp/ramfs usage. (katzj)
* Thu Dec 06 2007 Chris Lumens <clumens@redhat.com> - 11.4.0.6-1
- Remove confirmation screen (katzj)
- Use a better cio_ignore line (#253075). (dcantrell)
- Remove the release notes code entirely. (clumens)
- Remove existing InstallMethod code. (clumens)
- Add a specfile rule to bump the version. (katzj)
- Make the tag an annotated tag (katzj)
- Fixup chunk of dwmw2's patch to be cleaner (katzj)
- Update mk-images.ppc for new zImage wrapper (#409691) (dwmw2)
- Remove gdb.i386 on upgrade (#407431) (katzj)
- device nodes are in /dev (or, at least, should be) (notting)
* Mon Dec 03 2007 Jeremy Katz <katzj@redhat.com> - 11.4.0.5-1
- Add support for the Efika platform (dwmw2)
- Fix some tracebacks (clumens, #405951)
- Actually include the crypto mods (dlehman)
- Include more nss libs (clumens, #405921)
- Remove some cruft (notting)
- Use libblkid instead of our custom code for fstype and label probing
- Fix tty switching in graphical install
* Thu Nov 29 2007 Jeremy Katz <katzj@redhat.com> - 11.4.0.4-1
- Initial support for partition and LV resizing. VERY EXPERIMENTAL!
- Commit partitioning changes to disk earlier
- Add start of ext4 support
- Fix some tracebacks
- Add support back for alpha (Oliver Falk)
* Wed Nov 28 2007 Chris Lumens <clumens@redhat.com> 11.4.0.3-1
- Fix the build by no longer including broken kernel headers (katzj).
- Fix tracebacks when printing disk errors (#403501).
- Fix tracebacks in displaying the text mode exception dialog (#403381).
* Wed Nov 28 2007 Chris Lumens <clumens@redhat.com> 11.4.0.2-1
- Include libuser support libraries.
- Include nss libraries so rpm works again (#396851).
- Fix a traceback starting vnc mode.
- Make --excludedocs work again (#401651).
- Probe for USB on more busses (dwmw2, #401821).
- Add linear.ko to the modules available for rescue mode (#151742).
- Update implantisomd5 usage to give correct option name (#364611).
- Start removing unneeded install method code.
- Run %post scripts on upgrade (#392201).
- Correct nicdelay patch (msivak, #349521).
- Only run media check if we're installing off the CD (#362561).
- Fix display of package names in non-English text installs (#376231).
- Import isys (katzj, #390141).
- Fully handle pae kernel (katzj, #388231).
- Add initial support for encrypted block devices (dlehman).
- Strip out the wiki markup from docs (Paul Frields, #387341).
- Update Romanian keyboard layout and console font (#386751).
* Thu Nov 15 2007 Chris Lumens <clumens@redhat.com> 11.4.0.1-1
- Pull in the /lib/ld-linux.so.2 symlink to stage2.
- Don't segfault on unpartitioned updates devices (#372011).
- Log errors and continue when we can't copy files during livecd (#376741).
- Pull in glibc.i386 and openssl.i386 to stage2 (#367731).
- Fix Macedonian translation (#374561).
* Thu Nov 08 2007 Chris Lumens <clumens@redhat.com> 11.4-1
- Add nicdelay= command line option (msivak, #349521).
- Display more useful ks script error messages.
- Set re-IPL device before reboot on s390x (bhinson, Jan Glauber).
- Enable DASD formatting progress bar (Jan Glauber).
- Add memory error handling to module loading code (HARA Hiroshi).
- Add accelerator keys to the VG editor window (jgranado, #206479).
- Turn off swap and lvm earlier to avoid dmraid problems (katzj, #357401).
- Fix lang-names handling under parallel make (katzj, #358411).
- Rework VNC startup (jgranado, #264841).
- Fix help output for buildinstall (#355871).
- Pull docs from the new wiki location (katzj, #356021).
- Fix handling of XFS under livecd (katzj, #355351).
- Don't show bridged network devices (katzj, #354561).
- Fix handling of Sun disklabels (pjones).
- Add --fsprofile=, deprecate --bytes-per-inode (pjones).
- Rework exception handling dialog UI for future expansion.
- Use the right path for locking under livecd (notting, #354571).
- Add --disc-size= to splittree.py (#149234).
- Write kickstart log files to the right tree when chrooted (#338541).
- Offer to upgrade rpm platform on mismatched arch upgrades (msivak, #217132).
- Don't ask to initialize partition tables in rescue mode (msivak, #331131).
- Add CIFS tools to the rescue image (msivak).
- Fix displaying ampersands in the package progress bar (dcantrell).
- Ignore sg devices in the driveDict (katzj, #330931).
- Create the USB boot image with makebootfat (jgranado).
- Add ntfsprogs to the rescue image (jgranado, #220062).
- Fix retrying when booting off the CD and using a URL method (#330641).
- Allow users to use their own mke2fs.conf (pjones).
- Don't log critical errors if we can retry fetching (sfernand, #350251).
- Clean up usage of /tmp for device nodes (notting).
- Fix shlib dep finding in upd-instroot (Orion Poplawski, pjones).
- Fix runinst and hal-lock usage for livecd (katzj).
- Write out IPV6* variables to ifcfg-eth* correctly (dcantrell, #328931).
- Don't traceback when trying on a failed mirror (#349371).
* Tue Oct 23 2007 Jeremy Katz <katzj@redhat.com> 11.3.0.44-1
- Fix warning about arch changes on upgrade (#222424)
- Fix phantom kernels on upgrade (#325871)
- Add some kde packages to the multilib upgrade blacklist (#339981)
- Require policycoreutils (clumens, #343861)
- Fix typo leading to traceback (clumens)
- Fix processing of ks=nfs (clumens)
- Memory freeing cleanups (pjones)
* Mon Oct 22 2007 Jeremy Katz <katzj@redhat.com> 11.3.0.43-1
- Fix closing of some fds (pjones)
- Fix ip address used in a few cases (clumens, #336761)
- Filter out non-useful networking devices from being
displayed (clumens, #338461)
- Fix a quoting bug with pxelinux (#248170)
- Label lost+found (pjones, #335621)
- Update udev rules to not match wmaster (notting)
- gptsync update (pjones)
- Detect invalid harddrives given to bootloader --driveorder (#33861)
* Thu Oct 18 2007 Peter Jones <pjones@redhat.com> 11.3.0.42-1
- Don't include 'sound-and-video' in 'Office and Productivity' since the
former is enabled by default, and including it here causes disabling OaP
to result in disabling s-a-v unintentionally.
* Thu Oct 18 2007 Peter Jones <pjones@redhat.com> 11.3.0.41-1
- Fix liveinst build on ppc
* Thu Oct 18 2007 Peter Jones <pjones@redhat.com> 11.3.0.40-1
- Don't build gptsync on ppc (katzj)
- Remove obsolete no.po translation (clumens, #332141)
- Update gptsync to 0.10
* Sat Oct 13 2007 Chris Lumens <clumens@redhat.com> 11.3.0.39-1
- Detect PS3 disks (katzj, #325111).
- Fix lang setting for Romanian (#327431).
- Fix segfault in constructing HTTP headers in the loader (#328191).
- Remove ata_generic from the blacklist (katzj).
- Add dbus to upgrade remove blacklist (katzj).
- Extract firmware in mk-images (katzj).
- Write udev network device name rules (notting, #264901).
- Speed up upd-instroot quite a bit (Orion Poplawski).
- Fix formatting of /etc/hosts (katzj).
- Don't add labels to /etc/fstab for reused LVs (#216561).
- Allow liveinst on ppc (katzj).
* Thu Oct 11 2007 Jeremy Katz <katzj@redhat.com> 11.3.0.38-1
- Copy over modprobe.conf from live system
- Don't traceback with unconfigured nics (#325071)
- Disable selinux on upgrades if the user has booted with selinux=0 (#242510)
- More speedups building stage2 images (Orion Poplawski)
- Fix some translations (#322681)
* Tue Oct 09 2007 Jeremy Katz <katzj@redhat.com> 11.3.0.37-1
- Use nodocs when building stage2 images (Orion Poplawski)
- Add extra headers to ks.cfg request for arch and release (#315601)
- Fix a traceback in partition sanity checking (#316551, #318841, #300721)
- Hack to not ignore the ssb driver for wireless (#311421)
- Set repo cost so we pull things from the DVD instead of network (#245696)
- Make boot partitions 200 megs
- Write reboot commands into generated anaconda-ks.cfg (clumens)
- Don't reload the UI if we don't have to (clumens, #290781)
- Use newer version of device command (clumens)
* Sat Sep 29 2007 Chris Lumens <clumens@redhat.com> 11.3.0.36-1
- Fix rescue CD + nfs tree as well.
- More wireless driver blacklist fixing (katzj).
* Fri Sep 28 2007 Jeremy Katz <katzj@redhat.com> 11.3.0.35-1
- Support modname.option=value for passing options to kernel modules
- Fix rescue CD + nfsiso (clumens)
- Blacklist more wireless drivers that can't work
- Make buildarch more predictable (#239897)
* Wed Sep 26 2007 Jeremy Katz <katzj@redhat.com> 11.3.0.34-1
- A few upgrade fixes; look for packages in
/var/cache/yum/anaconda-upgrade/packages so that you can predownload them
- Point to the mirror list for the "Additional Fedora Software"
- Font movement (#304271)
- Fix where firmware is looked for
* Tue Sep 25 2007 Jeremy Katz <katzj@redhat.com> 11.3.0.33-1
- Blacklist some modules to try to avoid #299351
- Copy over media.repo if it exists
- Fix for pulling firmware
- Remove a useless progress window (#240459)
- Fix Romanian traceback (#292091)
- Catch an exception on repo setup (#295381)
- Fix network device tool tips
- Fix display of groups being installed vs no (#296581)
- Fix Serbian language/keyboard (msivak, #235709)
- Honor "boot from" dropdown more (msivak, #243556, #243799)
- Make sure people are adequately warned about booting from a drive
they're not installing to (msivak, #243799)
- Don't label lvm on live installs either (#297391)
* Thu Sep 20 2007 Jeremy Katz <katzj@redhat.com> 11.3.0.32-1
- spec file cleanups (dcantrell)
- lots of pychecker fixes (clumens)
- revert writing out anaconda-ks.cfg earlier; breaks live installs (clumens)
- Fix upgrade traceback (clumens, #296571)
- Few live install fixes
* Wed Sep 19 2007 Chris Lumens <clumens@redhat.com> 11.3.0.31-1
- Really include new Japanese font (katzj, #279931).
- Use /dev/live-osimg-min if it exists (katzj).
- Copy driver disk contents to /root (#289751).
- Write out /root/anaconda-ks.cfg earlier (#292571).
* Tue Sep 18 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.30-1
- Firewire module names changed again (#292421)
- Some liveinst improvements (Douglas McClendon)
- Create tape devices (dlehman)
- Fix traceback on no more mirrors (dlehman)
- Fix treeinfo path to stage2 (wwoods)
- Remove unused graphics (notting)
- Look at root path for kernels (Douglas McClendon)
- Netlink fixes (pjones)
* Fri Sep 14 2007 Chris Lumens <clumens@redhat.com> 11.3.0.29-1
- On the graphical netconfig screen, only check the gateway address if
provided (dcantrell).
- Don't show wireless adapters unless explicitly requested (katzj).
- Add user and services commands and scripts to anaconda-ks.cfg
- Fix handling of groups from the kickstart user command.
- Support loading updates from partitioned devices.
- Rework netlink code to support > 10 devices and not get caught in
an infinite loop (pjones, dcantrell).
- Fix args passed to iscsiadm (k.georgiou AT imperial DOT ac DOT uk,
- Set flags.selinux (katzj, #244691).
- Be more accepting when waiting for an sshd response
(alanm AT redhat DOT com, #286031).
- Probe USB to make USB network installs work (H.J. Lu, #285491).
- Rework driver package installation to be more generic.
- Turn off swaps we didn't turn on so livecds don't blow up (katzj).
- Add new Chinese and Japanese font packages (katzj, #279931).
- Fix another upgrade GUI traceback (#281031).
- Correctly identify when the VNC server doesn't start.
- Display the correct signal name when loader exits (pjones).
- Change method for determining maximum LV size (msivak, #242508).
* Thu Sep 06 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.28-1
- Make sure we find out about all nics (dcantrell)
- Hard drive install fixing (clumens, #287241)
- Make sure iniparse is in the image (notting, #276941)
- Add the short hostname to the localhost entry (dcantrell, #253979)
* Wed Sep 05 2007 Chris Lumens <clumens@redhat.com> 11.3.0.27-1
- Honor hostname= command line option (dcantrell, #186560).
- Set the hostname if provided by the user or by DHCP (dcantrell, #180451).
- Blacklist floppy and iscsi modules (notting).
- Fix traceback on GUI network config screen (dcantrell).
- Kickstart networking interface fixes (dcantrell, #260621).
- Don't traceback when reading kickstart post scripts (#276851).
- On kickstart installs, output the incoming packages section to
anaconda-ks.cfg.
* Sat Sep 01 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.26-1
- Some kickstart fixes (clumens, #269721)
- More libraries (clumens)
* Fri Aug 31 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.25-1
- quick and dirty fix for popt to be in stage2
* Fri Aug 31 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.24-1
- Use the right network kickstart object (clumens)
- More firmware fixes (dcantrell, #177452)
- Skip devices without firmware (dcantrell, #251941)
- Attempt to fix out dso depsolving for stage2
* Wed Aug 29 2007 Chris Lumens <clumens@redhat.com> 11.3.0.23-1
- Fix symlink handling in stage2 creation (katzj).
- Make man pages work when chrooted in rescue mode (jgranado, #254014).
- Handle wireless drivers that require firmware (dcantrell).
* Tue Aug 28 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.22-1
- Add an isomd5sum subpackage
- Make sure we pull in all X drivers
- Fix kickstart traceback (clumens)
- Fix zfcp radio button to not be selectable (clumens, #254137)
* Sun Aug 26 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.21-3
- BR popt-devel
- and -static
* Sun Aug 26 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.21-1
- Fix setting additional repo names (clumens)
- Update install-methods doc (msivak, #252407)
- Add an FS label column (msivak, #248436)
- Allow changing/reconfiguring nic in the loader (dcantrell, #242019)
- Fix man pages in rescue mode (jgranado, #243443)
- Setup everything repo (jgranado, #254014)
- Allow using the "rescue" CD as the second stage for all install
types (#186641)
- Fix firewire module name
- Display arch more prominently (msivak, #244531)
* Thu Aug 23 2007 Chris Lumens <clumens@redhat.com> 11.3.0.20-1
- Only add one slash to NFS path names (dcantrell, #253539).
- Use dotted quad netmasks if provided (dcantrell, #243250).
- Update system-config-date dependency (#253444).
- Fix timezone screen size for livecd installs (katzj, #251851).
- Check for themes in the installed root instead of host (katzj).
- Add version information to the syslinux screens (katzj, #253632).
- Add tooltips to UI for device names (jgranado, #125312).
- Fix number of created SCSI device nodes (msivak, #241439).
- Simplify upd-instroot (katzj).
- Fix SIGSEGV in loader network config (dcantrell, #252988).
- Network input validation cleanups (hhara AT miraclelinux DOT com).
- Handle multiple module parameters in insmod (hhara AT miraclelinux DOT com).
* Tue Aug 14 2007 Chris Lumens <clumens@redhat.com> 11.3.0.19-1
- Make the version number display more prominent.
- Dynamically figure out the GTK and icon themes (katzj).
- Purge lots of unneeded code that's in yum (katzj).
- Don't check for bootable EFI partitions on RAID (#250353).
- Remove SELinux stuff after policy creation (katzj).
* Fri Aug 10 2007 Chris Lumens <clumens@redhat.com> 11.3.0.18-1
- Fix "noipv6 ip=dhcp" to not ask about v4 vs. v6 (katzj).
- Blacklist the ata_generic module (katzj).
- Don't double add packages to the transaction set (katzj, #249908).
- Use find_lang (katzj, #251444).
- Add newt-python and libuser-python packages (katzj, clumens, #251347).
- Add dosfslabel (katzj, #251217).
- Enable runlevel 5 if kdm is installed (#251194).
- Fix disk selection in text UI (#247997, #251150).
- Don't require a command line option for xfs (katzj).
- Fix syntax error (pjones).
- Rework loader flags (dcantrell, #250895).
* Tue Aug 07 2007 Chris Lumens <clumens@redhat.com> 11.3.0.17-1
- Check the rpmdb of the installed root (katzj).
- Fix mknod calls (hhara AT miraclelinux DOT com).
- Generate module-info at build time (notting).
- Use more specific error messages when copying stage2 fails (#250954).
- Test using zenity for kickstart script progress reports (#147109).
* Sat Aug 04 2007 Chris Lumens <clumens@redhat.com> 11.3.0.16-1
- Remove debug button from exception dialog on livecd installs.
- Don't look at removed devices to find free space (#250148).
- Build fixes.
- Force formatting / on livecd installs (#250301).
- Remove plip support (notting).
- upd-instroot fixes (pjones).
- Fix kickstart updates command.
- Add more information to .treeinfo (wwoods).
* Wed Aug 01 2007 Chris Lumens <clumens@redhat.com> 11.3.0.15-1
- isys cleanups.
- Create device nodes much earlier (#249882).
* Sat Jul 28 2007 Chris Lumens <clumens@redhat.com> 11.3.0.14-1
- Fix ppc keymaps (#249881).
* Sat Jul 28 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.13-1
- fix nfsiso (#249882)
* Fri Jul 27 2007 Bill Nottingham <notting@redhat.com> - 11.3.0.12-1
- fix stage2 generation (jkeating)
* Fri Jul 27 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.11-1
- GPT boot bits (pjones)
- Fix loopback clobbering problem
- Fix tui installs to not hang (dcantrell)
- Fix stage2 generation to use the tree and not configured repos
* Thu Jul 26 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.10-1
- fix media installs (#249371)
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.9-1
- Rebuild keymaps (clumens, #240087)
- Fix kickstart docs about dhcpclass (clumens, #248910)
- Fix for usb-storage dance (pjones, #247830)
- Fix protected partitions problem (clumens)
- Improve stage2 generation
* Fri Jul 20 2007 Chris Lumens <clumens@redhat.com> 11.3.0.8-1
- Mark iSCSI root with _netdev mount option (markmc AT redhat DOT com,
- Support multiple bind mounts when reading /etc/fstab (#246424).
- Support ISOs being on the root partition to upgrade (#244002).
- Improve error reporting when mounting swap (#248558).
- Add support for labeling FAT filesystems (pjones).
- Make x86 machines using EFI use /boot/efi and mark as bootable (pjones).
- Lots of partition initialization cleanups (pjones).
- Don't generate two errors for SCSI devices with > 15 partitions (pjones).
* Tue Jul 17 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.7-1
- Don't format rootfs for live installs (#248085)
- Handle --only-use option for drives (clumens, #198526)
- Avoid reserving labels that won't exist after partitioning is
complete (clumens, #209291)
* Fri Jul 13 2007 Chris Lumens <clumens@redhat.com> 11.3.0.6-1
- Don't call lvm.pvlist so much (pjones).
- Don't log harmless unmounting errors (dlehman, #223059).
- Handle F12 on the install key dialog (dlehman, #210673).
- Create device nodes and probe for tape drives (dlehman, #218816).
- Fix loader network configuration UI flow (lucasgf AT br DOT ibm DOT com,
- Include yum-fedorakmod plugin (dlehman).
- Don't map Fedora to Fedora Core in the betanag dialog (katzj).
- String fixes (katzj, #246703).
- Fix module path order so updates get used (pjones).
- Install the PAE kernel when applicable (pjones, #207573).
- Fix fsset entry sorting (jhutz AT cmu DOT edu, #242294).
- Don't display garbage in the ksfile location dialog (#245936).
* Fri Jun 29 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.5-1
- Fix traceback opening disks (dcantrell, #245609)
- Fix live installs with /usr/local and /usr as separate partitions (#244913)
- Driver disk reworking (clumens, #213318)
- Write out additional repos in anaconda-ks.cfg (clumens, #206152)
- Fix iscsi error reporting (pjones)
- Add nss/nspr libs to stage2 (clumens)
- Fix code to work with yum 3.2.1 (#245918)
- Preserve owners on live install copy (#243479)
* Sat Jun 23 2007 Chris Lumens <clumens@redhat.com> - 11.3.0.4-1
- Add a firmware loader, remove nash firmware bits (pjones).
- Fix module loading to work for multiple modules.cgz locations (pjones).
- Handle IPv4 CIDR prefixes in iscsi config (hhara AT miraclelinux DOT com).
- Better error handling in iscsi config (dwpang AT redflag-linux DOT com,
hhara AT miraclelinux DOT com).
- Fix livecd traceback (#244764).
- Copy over entire driver disk directory contents for new layout.
* Tue Jun 19 2007 Chris Lumens <clumens@redhat.com> - 11.3.0.3-1
- Remove obsolete language and loader options (notting).
- Remove unused gzlib implementation (pjones).
- Finish removing split ISO loopback method (#244258).
- libbz2 has changed location (#243566).
* Sat Jun 16 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.2-1
- fix syntax error (jkeating)
- don't capture passwords from kickstart in exception dumps (clumens)
- don't write out unicode text to install.log (clumens, #243477)
* Sat Jun 16 2007 Chris Lumens <clumens@redhat.com> - 11.3.0.1-1
- Fix call to mksquashfs in mk-images so we get stage2.img again.
- Other minor image creation fixes.
- Flush drive dict so zFCP devices get device nodes (dcantrell, #236903).
* Wed Jun 13 2007 Chris Lumens <clumens@redhat.com> - 11.3.0.0-1
- Require libdhcp6client-static.
- Remove loopback mounted split ISO install method.
- Allow locking root and user accounts from kickstart (#240059).
- Don't delete NFS mounts from /etc/fstab on upgrade (#242073).
- Add support for Areca RAID controllers (#238014).
- Use "disc" instead of "CD" in loader dialogs (#242830).
- Don't show the X hatch pattern anymore (#195919).
- Set a default clearpart type.
- Permanently skip task and group selection on livecd (katzj, #242083).
- Sync up repo representation with yum (dlehman).
- Enable building on arm (Lennert Buytenhek).
- Fix iscsi configuration traceback (#242379).
- Enable all ZFCP LUNs (dcantrell, #207097).
- Don't traceback on blank lines in modprobe.conf (#241991).
- Fall back to English release notes (#241975).
- Fix static network configuration (dcantrell, #221660).
- Mount /dev/pts in rescue mode (dlehman, #228714).
- Include dmidecode on ia64 (dlehman, #232947).
- Correctly count SCSI disks (dlehman, #230526).
- Don't traceback if we can't remove a ks script (#241878).
- Preserve authconfig formatting (#241657).
- Fix RAID superblock issues (katzj, #151653).
- Bump early swap RAM limit (katzj, #232862).
- Network configuration fixes (katzj, #240804).
- Define Error to fix a livecd traceback (katzj, #241754).
- Remove extra windows in text network config (notting, #241556).
- Remove telnet mode (dcantrell).
- Fix traceback on kickstart upgrades (#241395, #243159).
- Make sure nics are brought up with DHCP config info (dcantrell).
- Error out on invalid RAID superblocks (pjones, #151653).
- loader UI flow fixes (dcantrell, #239958).
- Fix various tracebacks in the partitioning code (dcantrell).
- Fix network segfault (dcantrell, #240804).
- Log real LVM errors instead of hiding them (katzj).
* Tue May 22 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.61-1
- add esound to upgrade handling
- fix selected group display when adding repos with the same groups (#237708)
- check for Xvnc being executable (dcantrell)
- add keyutils-libs (#240629)
* Thu May 17 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.60-1
- Add yum logger (katzj, #240226).
- Fix up Bulgarian keyboard support (#240087).
- Fix text mode language selection tracebacks.
* Wed May 16 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.59-1
- Set the timezone when language is changed in text mode (#239826).
- Replace pump-stub with dhcpclient-stub (dcantrell, #239427).
- Set preferred color on upgrades (pnasrat, #235757).
- Fix livecd text mode traceback (katzj).
- Kickstart documentation updates (#234187).
- Increase early swap size on 64bit platforms (katzj, #238266).
- Various network fixes (dcantrell).
- Fix syslinux highlighting (katzk).
* Sat May 05 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.58-1
- Set preferred rpm color (pnasrat, #235757)
- Add mk-rescueimage.ia64 (prarit, #236221)
- Be smarter about getting pid of iscsiadm (clumens, #223257)
- Relabel all of /var/log (#236774)
- Fixes for appletouch (#238355)
- Fix homedir labeling (#238277)
- Don't traceback in text mode without disks (#238695)
- Fix vncconnect (clumens, #238827)
- Don't eject too soon in kickstart (clumens, #238711, #239002)
- Fix lvm activation/deactivation (pjones, #224635)
* Tue May 01 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.57-1
- fix build
* Tue May 01 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.56-1
- Don't write out ipv6 disabling bits (dcantrell, #237642)
- Load pata_pcmcia late (#237674)
- Fix release notes to display nicely with the livecd running at 800x600
- Add support for spufs (pnasrat, #237725)
- Add libidn for ping (#237745)
- Fix selinux context of /root (clumens, #237834)
- Fix for mirror errors (dlehman)
- Fix splittree (Joel Andres Granados, #233384)
- Fix ppc32 netboot (pnasrat, #237988)
- Fix %packages for media installs (clumens, #231121, #235881)
- Fix rescue mode networking (dcantrell, #238080)
- Adjust for unbreaking the yum API
- Fix rescue mode traceback (#238261)
- Fix for iscsi not being present (#238424)
- Fix for upgrades with LVM (clumens, #234938)
- Give some feedback while erases are being processed (#238256)
* Tue Apr 24 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.55-1
- Fix FTP/HTTP installs booted from disc1/rescueCD
- Ensure kickstart scripts are executed with the right cwd (clumens, #237317)
- Fix net device comparison (dcantrell, #237431)
- Fix multiple repos some more (#231543)
* Sat Apr 21 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.54-1
- Be smarter about detecting network link status (dcantrell, #236483).
- Lots of yum mirror list and retry fixes (dlehman).
- BR libdhcp-static (dcantrell).
- Add Mist theme (katzj).
- Update translation files (katzj, #237263).
- Fix VNC traceback (#237194).
- Fix error message for > 15 partitions per disk (dcantrell, #234686).
* Fri Apr 20 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.53-1
- Add Romanian to language list (#237060)
- Fix selinux context of /etc/modprobe.d
- Move locale-archive.tmpl into the right place (clumens)
- Don't duplicate filesystem entries (clumens, #236477)
- Fix a python warning (dcantrell)
- Fix release notes with live CD
* Thu Apr 19 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.52-1
- More PS3 fixes (dwmw2, #236480, #236508)
- Fix broadcast calculation (dcantrell, #236266)
- Allow anaconda to install debuginfo (#236033)
- Fixes for installs from live image running off of USB key
- Don't nuke locale-archive (clumens, #236978)
- Fix rescue image default (clumens, #236453)
- Try to be smarter about resolution for 480i ps3 (#236510)
* Wed Apr 18 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.51-1
- Some PS3 fixes (dwmw2)
- Try to handle some of the problem cases with the ide -> libata driver
changes (clumens, katzj, #229704)
- Fix text mode package descriptions (clumens, #233662)
- Fix netlink buffer size (dcantrell, #234764)
- Fix how we disable ipv6 (dcantrell)
- Add a few more packages to upgrade blacklists
- Warn and try not to blow up with scsi disks with more than
15 partitions (dcantrell, katzj)
* Sat Apr 14 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.49-1
- Fix SELinux labels on moved files with live install (#236282)
- Add vmmouse driver
* Fri Apr 13 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.48-1
- Don't write out remove lines for packages that don't exist on the
installation arch (clumens)
- Remove unused code from partedUtils.py (clumens)
- Fix handling of plain text release notes (Elliot Peele)
- Fix RAID minor number allocation in text mode UI (clumens)
- Force /sbin and /usr/sbin in the PATH (katzj)
- Don't copy stage2.img if it is not found (katzj)
- Test given URL for HTTP/FTP install modes when stage2 is loaded from CD
* Tue Apr 10 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.47-1
- Fix build on s390
- Ensure we exit at the end of the install.
* Mon Apr 09 2007 Peter Jones <pjones@redhat.com> - 11.2.0.46-2
- Rebuild because aparently the s390 build produced a corrupt package...
* Fri Apr 06 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.46-1
- Minor live install fixes
- dasd fixes (dcantrell)
* Thu Apr 05 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.45-1
- More live changes to fix installing from the live image running from RAM
or a USB stick. Note: requires a livecd created with livecd-tools >= 006
- Make the end button Close for the live case (#225168)
- Unmount installed filesystems at the end of the live install
- Fix an autopart bug (clumens, #235279)
* Wed Apr 04 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.44-1
- Clean up depsolve callback to work with yum depsolver
- More live CD fixing
* Wed Apr 04 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.43-1
- Correctly detect if there are no more mirrors to try (clumens, #232639)
- Display size and model info per disk in PartitionTypeWindow in textw
- Support fetching kickstart files from HTTP URLs that require login
information (bnocera@redhat.com, #194247)
- Improve CongratulationWindow.getScreen (katzj)
- Add missing import to livecd.py (katzj)
- Use correct syntax for hal-lock (katzj)
- Don't traceback in cases where there are no drives (katzj, #234697)
- Add fec_mpc52xx, ps3_storage, and gelic_net (#220009)
- Display IP address of the VNC server (#234747)
- Add OSA layer 2 support for System Z (bhinson@redhat.com, #233376)
- Import constants in backend.py (clumens, #234782)
- Add netxen_nic driver (clumens, #230245)
* Sat Mar 31 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.42-1
- LiveCD fixes (katzj, #230945, #224208, #224213, #230943)
- Handle IOErrors if we can't find the kickstart file (clumens)
* Thu Mar 29 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.41-1
- Fix partitioning under kickstart when using clearpart (#232936).
- Add padding on the device stripe graph (#217294).
- Fix probing RAID superblocks (#172648, #208970, #215231).
- Support using hal locking on the live CD (katzj, #231201).
- Fix text install UI flow (dcantrell).
- Add IPv4 address validation for s390 (dcantrell, #234152).
- Don't unnecessarily run DHCP on the add repos screen (dcantrell, #232512).
- Netlink cache cleanups (dcantrell).
- Package installation progress UI cleanups (dcantrell).
- Only probe for network devices with loaded modules (dcantrell, #233507).
- Better error handling on unprintable filesystem labels (#191679).
- Live CD and lowres UI fixes (katzj).
- Exit if the close button is clicked (katzj, #231775).
- Always display an IP address in the VNC info message (#231934).
- Handle dual IP stack manual configuration correctly (dcantrell, #232690).
- zlib has moved (katzj).
- Write out /etc/sysconfig/desktop file if there's a default (katzj, #233472).
* Fri Mar 23 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.40-2
- fix xinit exiting
* Wed Mar 21 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.40-1
- livecd X fixes (katzj).
- Handle mounting errors on the harddrive image method (#124793).
- Fix timezone --isUtc for real.
- More kickstart RAID10 fixes (#230268).
- Fix ip=dhcp command line option (dcantrell, #233152).
- Add cdc_ether module for USB networking (dcantrell, #174229).
- Fix text mode timezone traceback.
* Tue Mar 20 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.39-1
- Document asknetwork (clumens, #233035)
- Fix no drives being selected by default with autopart (clumens)
- Add bits for livecd install desktop file, etc
* Mon Mar 19 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.38-1
- Add new firewire modules (katzj, #231708).
- String fixes (#232778).
- Update for new system-config-date (#232905).
- Fix package selection (#232701).
- Default to no drives selected on the RAID screen (#195636).
- Display a caps lock warning on the password screen (#207894).
- Kickstart documentation updates (#209966).
* Thu Mar 15 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.37-1
- Fix confusing wording in loader (clumens, #163329)
- Don't tell the user to eject the CD at the end (clumens, #137275)
- Remove some unused functions (clumens)
- More intelligent error handling when the number of packages exceeds
the CD size (clumens, #232104)
- Partitioning UI string fixes (clumens, #203346)
- Name the cciss module 'HP/Compaq Smart Array Controller (#210414)
- More partitioning UI string fixes (#208394)
* Tue Mar 13 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.36-1
- String fixes (#231761).
- Fix yum logging traceback.
- Restore "Save to Remote" button on exception dialog.
- Return NULL when dhcpv4 and dhcpv6 are disabled (dcantrell, #230941).
- Handle configuration of lots of NICs much better (dcantrell, #228512).
* Fri Mar 09 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.35-1
- Fix SIGSEGV for HTTP installs (#231576)
- Some spec file cleanups to adhere to Fedora packaging guidelines
* Thu Mar 08 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.34-1
- Remove duplicate Activate On Boot checkbox in iw netconfig
- Set DHCPv6_DISABLE flag for auto neighbor discovery (#230941, #230949)
- Set loaderData->ip appropriately in STEP_IP (#231290)
- Replace hyphens in BOOTIF= parameter with colons (#209284)
- In strcount() in libisys, return 0 if tmp is NULL (#231290)
- Subclass Raid class in kickstart.py from F7_Raid (clumens)
- Make sure ext2 filesystem module is loaded early (clumens, #230946)
* Thu Mar 08 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.33-1
- Fix translations to build correctly.
- Fix traceback on upgrade due to yum API change.
* Wed Mar 07 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.32-1
- Various buildinstall and splittree fixes to make things work better
without an RPMS dir (Jesse Keating)
- Minor package progress API changes
- Minor backend fixes (Elliot Peele)
- Minor translation related fixes
* Tue Mar 06 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.31-1
- Smaller required height for main window for livecd installs (katzj)
- Move utility functions around in isys
- Init loopback in stage 1 using ioctl() rather than netlink (#229670)
- Handle netlink messages for RTM_GETLINK that are larger than 4K (#230525)
* Mon Mar 05 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.30-1
- ext2 is a module now
- add a basic boot drive selector to the graphical autopartitioning screen
* Mon Mar 05 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.29-1
- Fix some typos (clumens, dcantrell, katzj)
- Use depsolving from yum instead of our own stuff now that the yum
depsolving doesn't require header downloads
- Misc backend cleanups
- Fix deprecation warnings (#230951)
- Networking fixing (#210370)
- BR newt-static
* Thu Mar 01 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.28-1
- Support multiple %ksappend lines (#222201).
- Set the ksdata after setting the initial timezone values (#230472).
- New progress screen interface that's easier on backends (katzj).
- Handle KickstartError exns better than just dumping a backtrace.
- Add an updates ks command.
- Apply a patch to support RAID10 (Orion Poplawski <orion AT cora.nwra.com>,
- Fix reserve-size option on splittree.py (katzj, #230343).
- Apply a patch to clean up strings (Paul W. Frields <stickster AT gmail.com>,
- Focus the next button when enter is pressed on the password screen (#206568).
* Mon Feb 26 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.27-1
- Clean up partitioning text (katzj, #228198, #221791).
- Write out the fstab after migrating (katzj, #223215).
- More partitioning text fixes (#229959).
- Desensitize drive selection box for custom layouts (#219207).
- Support new kickstart extended group syntax.
- Handle port numbers in the exception scp dialog (#227909).
- Don't attempt to load a module when the device line is wrong (#227510).
- Fix selecting the kernel-xen-devel package (dlehman, #226784).
- Desensitize partition review checkbox when going back (dlehman, #220951).
- Add key handling UI (dlehman).
- Fix writing out /etc/sysconfig/network-scripts/ files (#227250).
- Verify added repos when going back to the tasksel screen (#227762).
- Don't include /usr/share/zonetab/zone.tab for translation (#229729).
- Documentation updates (#189292, #173641).
- Delete /etc/mtab if it exists on upgrade (#213818).
- Add atl1.ko module to loader (#229641).
- Don't traceback when cancel is pressed on iscsi add dialog (#229694).
- Don't relabel disks that contain protected partitions (dlehman, #220331).
- Clear non-protected partitions from disks if initAll is set (dlehman).
- Allow access to regkey screen when going back (dlehman, #219361).
* Wed Feb 21 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.26-1
- Add dpi flag when starting X to fix tiny font size (#224665).
- Set the default timezone for languages we can't display (#227625).
- Add termcap files we were missing to fix b&w console (#228596, #229236).
- Add files from vnc-libs package to fix VNC installs.
* Tue Feb 20 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.25-1
- Add libtinfo to the stage2 images.
- Use new pykickstart organization.
- Change default French layout to latin9 (#229269).
- Add maketreeinfo.py script (Will Woods <wwoods AT redhat.com>).
* Fri Feb 16 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.24-1
- Fix compiler warnings in wlite code
- Remove obsolete code from network_gui.py
- Rebuild to link with new libdhcp6client and new libdhcp
* Wed Feb 14 2007 Peter Jones <pjones@redhat.com> - 11.2.0.23-1
- Get rid of unused X mouse handling (dcantrell)
- Update for newer createrepo (jkeating)
- Update for device-mapper/device-mapper-libs split
* Tue Feb 13 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.22-1
- Load the ext3 module earlier to fix hd installs (#223749, #224534).
- Don't traceback in postconfig if it's not a kickstart install.
- Fix autopart string (dcantrell, #228192).
- Remove references to genheader (dcantrell).
- Rework text network UI to more closely follow graphical (dcantrell).
* Fri Feb 09 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.21-1
- BR device-mapper-devel
* Fri Feb 09 2007 David Cantrell <dcantrell@redhat.com> - 11.2.0.20-1
- Require newest libdhcp
- Remove obsolete findpackageset.py and genheader.py (clumens)
- Update translation files (#227775, clumens)
- BR glib2-static (clumens)
- Add LVM exception handling classes (pjones)
- Wrap lvm command calls with lvmExec() and lvmCapture() (pjones)
- Remove obsolete fbconProbe() and doFbconProbe() (katzj)
- Display 'DHCPv6' rather than 'DHCP' for IPv6/Prefix column
- Make 'description' a property for correct i18n translations (pjones)
- Add the postscripts step (#227470, clumens)
- Do not try to run post scripts if ksdata is missing (clumens)
- Allow going back to interface selection screen in stage1 (#213787, clumens)
- Sort detailed package listing in text mode (clumens)
- Don't try to second guess provided X resolutions or depths (clumens)
- Preserve X resolution given in kickstart file (#158089, clumens)
- Improve listing selected and deselected packages (#189873, clumens)
- Fix argument passing for windows on kickstart installs (clumens)
- Don't set up default partitions during kickstart installs (clumens)
* Tue Jan 30 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.19-1
- pkgorder cleanup for various tree layouts (jkeating)
- Use $TMPDIR in scripts (Steve Pritchard, #224438)
- Wrap timezone label when it's long (clumens, #225444)
- Map Fedora -> Fedora Core (notting)
- Give a useful error when there's no comps information
- Fix localboot from boot disks (pjones)
- Kickstart fixes (clumens)
* Fri Jan 26 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.18-1
- Fix pkgorder
- Give indication of city being pointed at for timezone (clumens, #219417)
* Wed Jan 24 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.17-1
- Disable extra repo for now
* Wed Jan 24 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.16-1
- Fix rescue mode
- Fix theming
* Tue Jan 23 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.15-1
- Remove @everything parsing as promised
- Package requirement fixes
- Fix kickstart traceback (clumens, #223903)
- Add more icons
- Don't be too aggressive remaking device nodes
- Fix rescue mode
* Mon Jan 22 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.14-1
- Fix shell on tty2 with libncurses in /lib
- Use echo icon theme
- Add anaconda- to VCI (dcantrell, #220082)
- Remove some no-longer-needed imports (clumens)
- Require system-config-keyboard
* Fri Jan 19 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.13-1
- Kickstart and upgrade are no longer installclasses.
- Update x86_64 syslinux config (katzj).
- Support %packages --default (#221305).
- Fix early kickstart UI traceback.
- Remove cruft in x86 images (katzj).
- Fix error handling in loader netconfig screen (dcantrell).
- Add libthai to graphical install (katzj).
* Thu Jan 18 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.12-1
- Fix so that package selection in the yum backend is actually enabled
- UI tweaks so that we work better with a real window manager
- Ensure that file contexts are reset to the right thing after a live CD copy
- Fix another ks.cfg traceback
- Make it easier to do a 32bit build on a 64bit host
* Thu Jan 18 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.11-1
- Add backend for installing from a live CD
- Make backend controllable from the installclass
- Bring up loopback device in ks (clumens, #191424)
- Fix traceback with writing ks.cfg (clumens)
- Add support for new vesamenu bits in syslinux
- Allow for updates.img to be a cpioball (dlehman)
- Fix use of halt in ks.cfg (pjones, #222953)
- Fix traceback in text mode network config (Elliot Peele)
* Tue Jan 16 2007 Chris Lumens <clumens@redhat.com> - 11.2.0.10-1
- Remove deps when going back from package selection (dlehman, #222894).
- Fix UI when going back from package selection (dlehman, #215493).
- Update kickstart code to use new pykickstart API.
- Fix loader test for NULL (yanmin.zhang AT intel.com, #222767).
- Don't display the unsupported lang box in kickstart installs (#222096).
- Error message fixes in package installation (katzj).
- Update DHCP UI (dcantrell).
- Correct behavior of escape key in release notes viewer (dcantrell, #220418).
* Wed Jan 10 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.9-1
- Set NETWORKING_IPV6 based on whether we want ipv6 for
any devices or not (dcantrell, katzj, #222147)
- Little fixes so installs work.
* Tue Jan 09 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.8-1
- Add pata* drivers
- Fix segfault with ks= (clumens, #221904)
- Fix starting sector for sparc (pjones)
- Only ask about vnc if Xvnc is present (dcantrell)
- Put a debug button on custom dialogs with flags.debug (pjones)
- python2.5 fixes
- Fix ftp/http being specified as the url (dcantrell, #220728)
- Use a default dhcpclass (dcantrell, #220082)
- Add --gaugefor checkisomd5 (Ryan Finnie, #220286)
- Don't overly clear the root window text (clumens, #220905)
- Handle crazy large disk sizes (clumens, #219414)
- Try to fix USB sleeping bits
- Translation fix (#221253)
- Honor dhcpclass (#220057)
* Sun Dec 17 2006 Jeremy Katz <katzj@redhat.com> - 11.2.0.7-1
- Clean up execConsole to work better (clumens, #210481, #16155)
- Fixes due to earlier changes (dcantrell, #219789)
- Build fix for new kernel headers
* Thu Dec 14 2006 Jeremy Katz <katzj@redhat.com> - 11.2.0.6-1
- fix build for no more md START_ARRAY; note that this leaves swraid broken
* Thu Dec 14 2006 Jeremy Katz <katzj@redhat.com> - 11.2.0.5-1
- Fix adding zfcp devices (dcantrell, #210635)
- Fix rescue mode (clumens)
- Do dasdfmt based on initlabel (dcantrell, #218861)
- Adjust for official xvc0 major/minor
- Abstract required media for different backends (Elliot Peele)
- Fix overflow of source CDs (Dawei Pang)
- EDD should work on x86_64 (#218123)
- Better ipv6 config for second stage (dcantrell, #213110, #213112)
- Fix iscsi typo, don't traceback when iscsi isn't present (#218513)
- Unmount CD after install when using local stage2 with http install (clumens)
- Don't set LIBUSER_CONF in %post scripts (#218213)
- Some python 2.5 updates
* Tue Dec 05 2006 David Cantrell <dcantrell@redhat.com> - 11.2.0.4
- Describe nokill option (clumens, #218412)
- Make sure / is mounted before /boot (clumens, #217292)
- Scan for labels on logical volumes during upgrades (clumens, #217191)
- URL install method traceback fixes (clumens)
- Copy volume group format attribute to new request (clumens, #217585)
- Default new volume group requests to formatted (clumens)
- Bump parted version requirement
* Thu Nov 30 2006 Chris Lumens <clumens@redhat.com> - 11.2.0.3
- Don't look for rhpxl's list of drivers anymore (#217890).
- Init wreq structure before use (dcantrel, #215367).
- Only compute broadcast and netaddr if IPv4 is enabled (dcantrel, #215451).
- Fetch a new release notes file on language change (#217501).
- Add support for Iloko language (katzj, #215644).
- Fix Sinhala timezone (katzj, #217288).
* Mon Nov 27 2006 Chris Lumens <clumens@redhat.com> - 11.2.0.2
- Set the home directory correctly for ks user command (#216681).
- Pull in xinf files from X driver packages on url images.
* Tue Nov 21 2006 Chris Lumens <clumens@redhat.com> - 11.2.0.1
- Use .discinfo files to determine if a CD tree exists instead of a set
limit (pjones, #214787).
- Allow fixing/retrying when unable to grab a ksfile (#216446).
- Fix typos (pnasrat, #216410, #215232).
- Set the RAID minor number in text installs (#215231).
- Be smarter about detecting if iscsi is available (katzj, #216128).
- Kernel naming fix (katzj, #215746).
- Activate/login/logout of all iscsi devices (pjones).
- Depsolve on optional/non-grouped packages (pnasrat, #214848).
- Update kickstart documentation.
- Don't always write out xconfig and monitor in anaconda-ks.cfg (#211977).
- Follow drive order specified in kickstart file (#214881).
- Unmount source on image installs before %post is run (#214677).
- Check return value of getBiosDisk (pjones, #214653).
- splittree shouldn't fail with non-rpms in the directory (jkeating).
- Order bind mounts correctly on upgrades (#212270).
- Always skip networking on kickstart installs (#214584).
- Handle ipv6= command line option (dcantrell).
- Split up ipv4 and ipv6 options, add radvd support (dcantrell, #213108,
- Log exceptions when activating raid (pjones).
- Update install method documentation (#214159).
- Netconfig UI fixes (katzj, #213356).
- Avoid traceback on unused PReP partitions (#211098).
- Fix no free space traceback (ddearauj AT us.ibm.com, #213616(.
- Fix implantisomd5 output formatting (#214046).
- Remove virt group hacks (katzj).
- Default to text install if a KVM lies to us about the monitor.
- Split media FTP/HTTP loopback mount install fixes (pnasrat, #212014).
* Thu Nov 02 2006 Chris Lumens <clumens@redhat.com> - 11.2
- Add name resolution support for IPv6 AAAA and ip6.arpa records (dcantrell).
- Center anaconda window (#213350).
- Make sure to set a default on the physical extent combo (#212317).
- Fix updates on USB keys under kickstart installs.
- Set language support on text installs (pnasrat, #212511).
- Fix downloading kickstart files from nonstandard port numbers (#212622).
- Add more fonts (katzj, #207428).
- Fix localhost6 line (dcantrell, #211800, #210050).
- Disable keepalive so we don't run out of file handles (#212571).
- Display an error if we try to clear nonexistent hard drives (#212377).
- Fix lang-table typo (#212304).
- Fix file descriptor leak (katzj, #212191).
- Fix ZFCP config, kickstart handling, and module probing (katzj, #210094).
- Fix widget names on netconfig dialog (notting).
- Always bring up the network if specified in kickstart (#191424).
- Add Sinhala and Telugu (katzj, #207426, #207428).
- Fix iutil traceback (pnasrat, #211830).
- Continue if vname or vparm are NULL (dcantrell, #211502).
- Add fonts-telugu (katzj, #207428).
- Fix package installation progress bar size (katzj, #210531, #211526).
- Fix installation with CTC networking (katzj, #210195).
- Force swap formatting on ppc upgrades (pnasrat, #206523).
- Forget partitioning changes when going back in the UI (#211255).
- Don't specify a stdout or stderr for s390 shells (#210481).
- Fix window dragging jerkiness (krh).
- Add --noipv4 and --noipv6 (dcantrell, #208334).
- Correct --onbiosdisk handling (#210705).
- Set runlevel 3 by default on VNC installs (#211318).
- Fix download failures/retries (pnasrat, katzj, #211117).
- Don't use unicode line drawing characters on vt100-nav (katzj, #208374).
- Fix /tmp/netinfo parsing (dcantrell, #207991).
- Use virtualization instead of xen for the group name (katzj).
- Write out iscsi config to kickststart (katzj).
- Add qla2400 and qla2xxx to late sort module list (katzj, #210886).
- Use a better regex for finding ISO loopback mount points (#205133).
- Set up baseUrl correctly when given a list of URLs (#210877).
- Network config screen fixes (dcantrell).
- Tweak min/max swap numbers for low memory (#189490).
- Only run auditDaemon if not in test or rootpath mode (pjones).
- Fixes for supporting medium-less devices (Rez Kabir AT dell.com, #207331).
- yum API fixes (pnasrat).
- System language doesn't have to be in lang-table (#176538).
- Fix UI traceback (#210190).
* Tue Oct 10 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.110-1
- Fix SELinux contexts for iscsi
- Fix traceback if addrepos isn't shown (#209997)
- Fix traceback looking up hostnames (clumens, #209672)
- Fix split media (pnasrat)
- Fix network to be enabled after install on non-network installs
* Sat Oct 07 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.109-1
- Fix iscsi for toolchain changes and targets with multiple IPs
- Validate ips like 9.1.2.3 (dcantrel, #209654)
* Sat Oct 07 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.108-1
- Fix endless spinning with redhat-lsb depcheck (#209665)
- Fix usefbx (clumens)
- Fix traceback with loopback isos (pnasrat)
* Fri Oct 06 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.107-1
- minor yum api fix
* Thu Oct 05 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.105-1
- Fix details in tui pkgselection (#209310)
- Add Assamese (#207424)
- More network UI sanity checking (dcantrel)
- Disable release notes url clicking (dcantrel)
- Fix traceback going back on upgrade (#205198)
- Try to fix up sr_CS.UTF-8@Latn some more (#182591)
* Wed Oct 04 2006 Chris Lumens <clumens@redhat.com> - 11.1.0.104-1
- More netconfig fixes (dcantrel).
- Reset protected partitions list (#204405).
- Handle more iscsi error cases (katzj, #208671).
- Don't bring down network interfaces after fetching files (dcantrel,
* Tue Oct 03 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.103-1
- More netconfig fixing (dcantrel)
- Fix some translation problems (#206620)
- Don't do netconfig on task toggle (#208562)
- Some mpath/dmraid fixes (pjones, #208423)
- Only set graphical if VNC is enabled in kickstart, not
all kickstarts (clumens)
- Ensure RAID levels get sorted (#208478)
- Fix handling of locales we can't display (#208841)
- Fix traceback in partition editing (clumens, #208677)
- Try to fix sr_CS.UTF-8@Latn (#182591)
- Ensure a depcheck on redhat-lsb (#201222)
- Fix pkgorder to order "needed" groups early (#206778)
* Fri Sep 29 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.102-1
- Disable repo writing for now
- Fixup text network config (dcantrel)
- More HTTP response codes (clumens)
- Don't try to use updates disk image by default (clumens)
- Give an error message when netconfig fails
- Don't prompt for non-existent cd
- Fix DNS with dhcp for extras on CD install
* Thu Sep 28 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.101-1
- Give indication of no optional packages (#204242)
- Don't give an error on partition mount errors looking for upgrades (#201805)
- Firewire fix (notting)
- Make initrd.size have 0644 perms (dcantrel, #197773)
- More netconfig tweaks (dcantrel)
- Support loopback URL mounts (pnasrat, #207904)
- Turn off firstboot on s390 (clumens, #207926)
- Set display mode if vnc ks (clumens, #204736)
- Fix partitioning traceback (#208101)
- Fix lowres (clumens)
- xfs tweak (esandeen, #208323)
- Add qla4xxx (#208324) and qla3xxx
* Fri Sep 22 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.100-1
- Fix a few tracebacks (#207594, #207587)
- Allow only iSCSI disks (#207471)
- Fix bootdisk.img on x86_64
* Thu Sep 21 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.99-1
- Fix CD stage2 + URL installs (clumens, #205571, #206072)
- Remove hostap (clumens, #196334)
- Fix input validation for manual network config (dcantrel,
- More network UI improvements (dcantrel)
- Fix upgrade tracebacks (pnasrat, #206913)
- Improved zfcp code (#204145)
- Format swap on ppc upgrades (pnasrat, #206523)
- Fix network interface bringup (dcantrel, #206192, #200109)
- Allow running anaconda with --target arch for stateless (#206881)
- Improve iscsi and zfcp TUI and kickstart config
* Sat Sep 16 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.98-1
- Fix stage2 creation (prarit, #206638)
- Add ehea driver (pjones)
- Fix rescue mode for the early shell case
* Fri Sep 15 2006 Chris Lumens <clumens@redhat.com> 11.1.0.97-1
- Compile fix (pjones).
* Fri Sep 15 2006 Chris Lumens <clumens@redhat.com> 11.1.0.96-1
- Use -no-fragments to mksquashfs (katzj, #206472).
- Fix scsi and usb module loading (pjones).
- Better testing for driver disk correctness (katzj, #195899).
- Support HTTP redirects in the loader (#188198, #204488).
- Write out repo configuration (pnasrat, #199468).
- Fix installing from additional repos on CD/DVD installs (katzj, #205846).
- Network UI fixes (katzj).
- --vesa -> --xdriver (pjones).
- Fix when group selection should appear in kickstart installs.
- Fix logical volume size checking again (#206039).
- Skip attached devices without media present again (#205465).
- Install fs packages if they're needed for installation (katzj, #205865).
- Only collect network addresses for running interfaces (dcantrel).
- zSeries initrd fixes (dcantrel, #197773).
* Sat Sep 09 2006 Peter Jones <pjones@redhat.com> - 11.1.0.95-1
- Look for repodata where the CDs are mounted, not where they're
stored (clumens)
- Reverse traceback print order in the UI so most recent call is listed
first (clumens, #204817)
- Don't install device-mapper-multipath or kpartx except when selected or
required by install media.
* Fri Sep 08 2006 Chris Lumens <clumens@redhat.com> 11.1.0.94-1
- Allow opening release notes more than once (dcantrel, #203147).
- Fix NFS iso installs.
- More files to restorecon.
- Rework GUI network configuration screen (dcantrel).
- isys network cleanups (dcantrel).
- Fix taking sreenshots (#204480).
- Skip broken repositories in kickstart (#204831).
- Pull in all policy modules in initrd making.
- Fix yum traceback (katzj, #205450).
- Add hptiop module (katzj, #205337).
* Thu Sep 07 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.93-1
- unbreak xen installs
- add hptiop drivers (#205337)
- Fix a traceback (#205450)
* Wed Sep 06 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.92-1
- fix the build some more
* Wed Sep 06 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.91-1
- build fix (pjones)
- traceback fix (dcantrel)
* Wed Sep 06 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.90-1
- Update for newer iscsi code
- Fix with yum API change
- More files to restorecon (clumens)
- Don't crash with duplicate repos (clumens)
- Back to clearlooks (notting)
- dmraid for dmraid, not kpartx (pjones)
* Fri Sep 01 2006 Peter Jones <pjones@redhat.com> - 11.1.0.89-1
- Fix going back to the repo screen (clumens)
- Install correct supplementary packages when using dmraid or multipath
* Thu Aug 31 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.88-1
- Fix a case where images don't exist (#204648)
- More making pkgorder quieter
* Thu Aug 31 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.87-1
- Fix traceback on editing lvm (#204631)
- Fix SELinux context setting
- Don't do file logging in pkgorder
* Wed Aug 30 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.86-1
- Fix ia64 pxeboot dir (#199274)
- Remember manual TCP/IP settings (dcantrel, #202662)
- Clean up extra repo stuff some more (clumens)
* Wed Aug 30 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.85-1
- Sanity check more device names for LVM (notting, #2040387)
- Exception handling fixes (clumens)
- Fix Extras selection (clumens, #204267)
- Setup repos later
- Improved verbage (Paul Frields, #204249)
- Filter out some non-addressable storage from hd dict (pjones)
- Handle xen virtual serial
- Reset file contexts on mountpoints (#202525)
- Ensure programs used by anaconda are installed (clumens, #203216)
* Thu Aug 24 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.84-1
- Run in English for CJKI text installs (clumens, #180417, #202738)
- Don't mistake hard drives for CD drives (clumens, #202714)
- Start to add s390x mpath support (pjones)
- Whiteout scim-libs (clumens, #202543)
- Fix LV size check with growing (clumens, #203095)
- Fix graphical selection of drives (pjones)
- Speed up mke2fs (pjones, #201645)
- Add a simple audit daemon to get rid of audit spam (pjones)
- Some tweaks to repo addition/task selection
- Fix multipath for x86_64 (pjones, #203425)
- Set language to English every time it's unsupported (clumens, #203331)
* Thu Aug 17 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.83-1
- Fix text timezone typo (clumens, #202844)
- Some installclass tweaking
- Fix nfsiso to handle changing repopaths
- Fix x86_64 install traceback (#202660)
- Adjust for new theme
* Wed Aug 16 2006 Chris Lumens <clumens@redhat.com> 11.1.0.82-1
- Make Turkish translation build again.
* Wed Aug 16 2006 Chris Lumens <clumens@redhat.com> 11.1.0.81-1
- Fix serial console shell IO (#201479).
- Don't traceback if URL install path is just "/" (#202368).
- Fix font typo (katzj, #202167).
- SELinux fixups (pjones).
- Handle virtpconsole option again (katzj, #201749, #202450).
- Kickstart install fixes (#202471, #202483).
- Mark strings for translation (#199022).
- Fix ISO install method traceback (#201775).
- Don't enable the back button if there's no screen to show (#197766).
- Don't clobber a working /etc/resolv.conf on VNC installs (#201874).
- Remember user choices on network config (dcantrel, #200986, #200797).
- More greek fixing (katzj, #196980).
- Sync pkgorder with what distill is expecting (katzj, #201923).
- RHEL upgrade tweaks (katzj, #201741).
- Install class detection (katzj, #201745).
- Fix text upgrade traceback (katzj, #201960).
- Add more libraries for s390 (katzj, #200985).
- Add SATA probing (pjones).
- Add registration key options (katzj, #201738).
- Don't automatically set UTC check box on kickstart installs (#181737).
- Patch from Paul Schroder <pschroeder@uplogix.com> for nogr mode.
* Wed Aug 09 2006 Paul Nasrat <pnasrat@redhat.com> 11.1.0.80-1
- Blacklist e2fsprogs.ppc64 on upgrades (#200233)
- Set self.currentMedia to [] (dcantrel, #201722).
- Remove multiple error messages (dcantrel, #201247)
- Revert logMessage calls (clumens, #201707)
* Tue Aug 08 2006 Chris Lumens <clumens@redhat.com> 11.1.0.79-1
- s390 build fix.
* Tue Aug 08 2006 Chris Lumens <clumens@redhat.com> 11.1.0.78-1
- Fix password writing for interactive kickstart installs (#201455).
- Don't check percentage on preexisting LVs (#193341).
- Log added repos (#201212).
- Start adding things for ia64 Xen (katzj).
- Use new raid module name (katzj, #201361).
- Look for ifconfig in the right place during rescue mode (#201372).
- Fix segfault in FTP and HTTP path typos (#197403, #201243, #201367).
- Don't display the askmethod screen on CD installs (#201108).
- Do a better job at updating mkfs percentage bar (pjones).
- Fix finding the release notes (#201232).
- Add libvolume_id for gfs2-utils (katzj).
* Thu Aug 03 2006 Paul Nasrat <pnasrat@redhat.com> 11.1.0.77-1
- Fix pkgorder isdir check
- Reinstate frequent rescanning of devices (clumens)
* Thu Aug 03 2006 Chris Lumens <clumens@redhat.com> 11.1.0.76-1
- Don't raise an exception when someone tries to delete empty space (pjones).
- Fix X ks writing traceback (#201047).
- Add file to describe initrd to fir LPAR installs (katzj, #197773).
- Add libXau for s390 (katzj, #200985).
- Sleep for disks to settle (katzj, #200589).
* Wed Aug 02 2006 Peter Jones <pjones@redhat.com> - 11.1.0.75-1
- Fix iSCSI and MultiPath coexistance
- Don't use mygethostbyname on ipv6 yet (dcantrell)
- Better logging on nfsinstall and kickstart (dcantrell, #195203)
- Remove ddc probing (clumens)
* Tue Aug 01 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.74-1
- Fix method=http vs method=ftp (pjones)
- Various xconfig fixes (clumens, #200755 #200758)
- Fix FTP/HTTP installs by hostname (dcantrel, #200771)
- Fix command-stubs/mknod (#200820)
* Sat Jul 29 2006 Peter Jones <pjones@redhat.com> - 11.1.0.73-1
- Revert DNS changes from yesterday (dcantrel)
- Do the backtrace initialization after analyzing args (katzj)
- Use rhpxl for all X startup tasks (clumens, #199437)
- Create users under the rootpath (patch from Clark Williams)
- Update to use newer dmraid libraries
- Remove /nss usage (dcantrell)
* Fri Jul 28 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.72-1
- Don't allow ipv6-only nfs installs (dcantrel)
- Fix segfault with ksdevice= (pjones, #200451)
- Fix ipv6 ftp installs (dcantrel)
- Ignore options we don't understand to our modprobe to help fix X
startup on radeon
- Use rootpath in a few places we had /mnt/sysimage hardcoded
- Fix method=
- Fix translation mismatch
* Fri Jul 28 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.68-1
- And another fix for the RHEL installclass
* Fri Jul 28 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.67-1
- FTP/HTTP ipv6 fixes (dcantrel)
- Better prepboot handling (pnasrat)
- RHEL installclass fixes
* Thu Jul 27 2006 Peter Jones <pjones@redhat.com> - 11.1.0.66-1
- Fix md raid request class
- Check for busybox utilties in /usr/sbin (katzj)
- Be smarter about log files during kickstart (clumens)
- Make multipath and dmraid work
- Add Kannada language (katzj)
- Don't show onboot for rescue mode (katzj)
- Fix AF_INET6 usage when making in6_addr (dcantrell)
* Wed Jul 26 2006 Paul Nasrat <pnasrat@redhat.com> - 11.1.0.65-1
- Fix noipv6 (pjones)
- Fix nodmraid and nompath (katzj)
- Make kickstart inherit from used installclass (katzj)
- Hide rhel installclass by default (katzj)
- Remove gstreamer/gstreamer-tools whiteout (#197139, katzj)
* Tue Jul 25 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.64-1
- Fix build failure (pjones)
- Fix error handling when adding iscsi
- Make things a bit more flexible based on the install class
- Fix noipv4 (dcantrel)
- Try not to run dmidecode a bazillion times
- Cleanups for various package selection things
* Sat Jul 22 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.63-1
- Fix serial kickstart installs (clumens)
- Add labels for LVM and RAID (clumens)
- Show preexisting labels when they exist (clumens, #149375)
- Fix traceback for no dosFilesystems (pnasrat)
- Clean up to handle packages in $PRODUCTPATH or $PRODUCTPATH/RPMS
- Various iscsi fixups
* Fri Jul 21 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.62-1
- Fix drivelist sensitivity when adding devices
- Fix text mode package selection (clumens, #186043)
- Make GMT offset timezones available (clumens, #199076)
- Use attr=2 for xfs per sandeen
- Fix labels of stuff created before install starts (#199605)
- Add Malayalam and Oriya (#197783)
- Fix partitioning (#199459)
* Thu Jul 20 2006 Chris Lumens <clumens@redhat.com> 11.1.0.61-1
- Bring down network interface after fetching files (dcantrel).
- Use dejavu fonts instead of vera (katzj).
- Tweak iSCSI, partitioning, and tasksel UI (katzj, #199451).
- Fix busybox symlinks (katzj, #199463).
- Use reboot instead of shutdown (katzj, #199262).
- Fix DHCP error messages (dcantrel, #199452).
* Wed Jul 19 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.60-1
- Fix va_copy() argument ordering in logMessageV() in loader
* Wed Jul 19 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.59-1
- Add rudimentary firmware loading support to the loader (pjones)
- Drop some whiteout (pnasrat, #196733)
- Fix exec'ing of symlinks (clumens)
- Add basic multipath support (pjones)
- Basic support for multiple repo setup in graphical mode
- Add missing files (clumens)
* Tue Jul 18 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.58-1
- Clean up noipv4/noipv6 stuff stuff (clumens)
- Fix exception handling for test mode
- Lots of iscsi changes
- Create mount points for protected partitions (clumens)
- Add multipath kernel modules (pjones)
- Add dhcp libs needed by isys to stage2
* Fri Jul 14 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.57-1
- Fix unknown error on shadow file (#196705, clumens)
- Removed inet_calcGateway (clumens)
- Don't guess gateway address in text network UI (#197578, clumens)
- Change iutil.copyFile calls to shutil.copyfile (clumens)
- Removed DRI enable/disable code from xsetup (clumens)
- Removed copyFile, getArch, memInstalled, and rmrf from iutil (clumens)
- Don't pass command as first argument to subprocess calls (clumens)
- Added network debugging mode for readNetConfig() in loader
- Removed "BOOTP" string from loader network config UI
- Added new dialog for network device config in stage2 (katzj)
- Write gateway address to correct struct in manualNetConfig
- Removed IP_STRLEN macro since that's moved to libdhcp
- Link and compile libisys with libdhcp
- Added back 'confignetdevice' and 'pumpnetdevice' in iutil
- Removed isys_calcNetmask and isys_calcNS (clumens)
- Added xkeyboard-config to fix VT switching (katzj)
* Wed Jul 12 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.56-1
- Many changes and fixes in the loader2 network configuration, both
dhcp and manual IP entry
- Fix stdin/stdout on VNC shells (clumens)
- Check all bootloader entries for Windows (clumens)
- Set UTC box in text install based on Windows existing or not (clumens)
- Remove standalone argument for rhpxl call (clumens)
- Remove call to deprecated method in yuminstall (clumens)
- Fix group selection traceback in text mode (katzj, #197858)
* Tue Jul 11 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.55-1
- Fix findExistingRoots (clumens, #197900)
- Add smartctl to rescue image (dcantrel, #198052)
- Allow relative --rootpath (markmc, #197669)
- Try to fix up RAID6 (#197844)
- Fix keymap generation with serial console (Alexander Dupuy, #198310)
* Sat Jul 08 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.54-1
- Loader changes to support enabling/disabling IPv4 & IPv6
- Manual IP configuration changes in loader to better support IPv{4,6}
- Let GFS2 command line option work (katzj)
- Rescue mode shell fixes (clumens, #197315)
- Add filesystem label chooser to rescue mode (clumens, #196345)
- Use configured interface for VNC connections (clumens, #197721)
- Init process cleanups
- Log requiring package as well as require name (pnasrat)
* Thu Jul 06 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.53-1
- fix typo
* Thu Jul 06 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.52-1
- Add Marathi (#194572)
- Try to let UI fit a little better in LVM dialog (#197334)
- Give a message if we fail to make teh device node (markmc, #197514)
- Fix rescue CD
- Fix minstg2 linking error (#197593)
- Log the transaction error
- gfs2 fixes
* Sat Jul 01 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.51-1
- Remove non-existent paths from LD_LIBRARY_PATH (katzj)
- Calculate IPv4 broadcast address for static IP config
- Started adding debugging mode to init
- Return value checking for exec calls in init and loader
- Do not use wait4()
- WIFEXITED and WEXITSTATUS logic fixes
- Remove runroot stuff from buildinstall (katzj)
- Remove --comp argument from upd-instroot (katzj)
- Do not allow /boot on GFS2 (katzj)
- Move second images to images/ subdirectory (katzj)
* Sat Jul 01 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.50-1
- Rebuild against new libdhcp for fixing more loader segfaults
- Pass the debug log level to libdhcp (markmc, #197175)
- Look for the ks.cfg on all cd drives (notting, #197192)
- Add wlite here, use it (pjones, #196099, #186701)
- Add the start of gfs2 support
* Thu Jun 29 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.49-1
- Fix some memory leaks in the loader (pjones)
- Display fs labels next to rescue choices (clumens, #196345)
- Force graphical mode under vnc (clumens, #190099)
- Fix splitting trees with symlinks (pnasrat, #195240)
- Require system-config-date (clumens, #196452)
- Ensure network UI bits end up written out (clumens, #196756)
- Fix memory corruption in CD install (dcantrel)
- Fix double free with ksdevice=macaddr (dcantrel)
- Fix double free with HTTP/FTP installs (dcantrel, #195749)
- Ensure keyboard layout gets set (clumens, #196466)
- Fix text mode traceback for langs not supported in text
mode (clumens, #196615)
- Fix up for yum 2.9.2
* Sat Jun 24 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.48-1
- various pychecker inspired cleanups (clumsn)
- don't try to unmount CDs twice (clumens)
- filter devices without media rather than removable devices (clumens)
- add iscsistart to second stage
- fix pkgorder for yum api changes
- fix manual ip entry (#196154)
- fix tyop in zfcp gui
- fix serial console being propagated to installed system (#196375)
* Thu Jun 22 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.47-1
- Fix iscsi-related tracebacks (clumens/katzj)
- Remove some hacks that were added for s390 so that we fix them right
- Set MALLOC_CHECK_ and _MALLOC_PERTURB for the loader to help flush
out possible problems
- Fix kernel selection on s390 (#196150)
- Fixes for inet_pton usage (pjones)
- Use a longer timeout for dhcp requests
* Thu Jun 22 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.46-1
- more tweaking of greek lang-table (#193872)
- mark some strings for translation (#194617)
- add back handling of ksdevice=macaddr (dcantrel, #195907)
- copy libnss_dns* and libnss_files* to stage1 image to try to fix some
of the dhcp oddities (dcantrel)
- fix setupPythonUpdates (clumens)
- wait for usb to be stable when reloading (pjones)
- don't pass netlogger output as a format specifier (pjones)
- fix traceback in zfcp_gui (#196097)
- sort drive list more correctly in autopartitioning
- bunch of tweaking to iscsi code
- ensure that xvd devices are sorted as "first" so they're in front
of things like iscsi devices
* Sat Jun 17 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.45-1
- setfiles moved. more fixing of policy
- Give info on when we add packages as deps (#189050)
* Sat Jun 17 2006 Peter Jones <pjones@redhat.com> - 11.1.0.44-1
- require newer libdhcp
- fix rescue mode console setup (clumens and pnasrat)
* Fri Jun 16 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.43-1
- Some s390 fixes
- dmraid fixing (pjones)
* Fri Jun 16 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.42-1
- Ensure all kernel packages end up in pkgorder
- Fix syntax errors in zfcp code
- Fix broadcast address calculation on 64bit machines
- Fix network config on s390
- Some minor iscsi tweaks
* Fri Jun 16 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.41-1
- fix dep problem
* Thu Jun 15 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.40-1
- add some more kernels to the pkgorder fun
- don't try to switch cds if we've already got the right one inserted
- libaudit for s390
- need openssh installed when building s390 trees
* Thu Jun 15 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.39-1
- only select groups which exist
* Thu Jun 15 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.38-1
- and fix ppc boot.iso (pnasrat)
* Thu Jun 15 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.37-1
- Remove the step ordering debug commit
- Fix traceback due to new xen kernel names
- Another attempt at s390
- Include gptsync in install image so that mactels will boot
* Thu Jun 15 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.36-1
- new xen kernel names
- more trying to fix s390
* Wed Jun 14 2006 David Cantrell <dcantrell@redhat.com> - 11.1.0.34-1
- Fix logging segfaults in loader on x86_64
- More release notes viewer fixes
* Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.33-1
- Fix text mode package selection (clumens)
- Fix IP editing (clumens)
- Fix segfault on x86_64 dhcp (dcantrel)
- Filter out sitX devs (dcantrel)
- More release notes fixes (dcantrel)
- More pkgorder fixage
* Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.32-1
- fix ppc images
* Wed Jun 14 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.31-1
- Fix loader sigsegv (dcantrel, #194882)
- Fix so we don't require yum.conf (clumens, #194987)
- Fix s390 tree
- Fix pkgorder for new yum API
- Fix release notes (dcantrel)
- More api fixing (clumens/nasrat)
* Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.30-1
- make loader flags global (dcantrel)
- fixups for yum 2.9, pull in yum-metadata-parser
* Sun Jun 11 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.29-1
- Fix syslinux requires
- Fix autopartitioning on the mactels
- Close leaky fd in reiserfs label reading code so that partitioning
succeeds in that case
* Sat Jun 10 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.28-1
- fix dep problem (clumens)
- initial pass at support for the intel-based macs
- more trying to get s390 trees so they work
- more ipv6 (dcantrel)
- simplify error handling and return values in autopart code (clumens)
- fix going back in a few places (clumens)
- enable user_xattrs and acls by default
* Fri Jun 09 2006 Chris Lumens <clumens@redhat.com> 11.1.0.26-1
- Revert anaconda-runtime files fix.
* Fri Jun 09 2006 Chris Lumens <clumens@redhat.com> 11.1.0.25-1
- More IPv6 fixes (dcantrell).
- Add ipv6 kernel module to image (dcantrell).
- Add noipv6 installer flag (dcantrell).
- Add dosfstools to requires (katzj).
- Fix anaconda-runtime spec file segment (#189415, #194237).
- Better partitioning error messages (#181571).
- Warn if non-linux filesystems can't be mounted on upgrade (#185086).
- Simplify IP address widgets for IPv6 support.
- Use libdhcp instead of pump, fix requires (dcantrell).
* Wed Jun 07 2006 Jeremy Katz <katzj@redhat.com> - 11.1.0.24-1
- Read from right stdin for kickstart scripts (Hannu Martikka, #192067)
- Fix ip addr getting on 64bit boxes (clumens, #193609)
- Don't specify window position (clumens)
- Handle PE sizes we don't expect in the UI (clumens, #185272)
- Rescue mode fixes (clumens)
- Remove pointless back button (clumens, #187158)
- Add user-agent to loader HTTP requests (clumens, #98617)
- Use IP instead of hostname if needed (clumens, #191561)
- Write out ipv6 localhost (clumens, #44984)
- Add greek (#193872)
- Fix s390x images (#192862)
- Fix rhpxl location (clumens)
* Wed May 31 2006 Chris Lumens <clumens@redhat.com> 11.1.0.23-1
- Require glib2-devel.
- Look for libglib in the right place on 64-bit machines.
* Wed May 31 2006 Chris Lumens <clumens@redhat.com> 11.1.0.22-1
- Fix going back in the UI.
- Don't try to mount protected partitions twice.
- Hook up new netlink code, debugging (dcantrell).
- Package is actually named pyobject2 (katzj).
* Fri May 26 2006 Chris Lumens <clumens@redhat.com> 11.1.0.21-1
- Fix required CD dialog (pnasrat).
- More anaconda class in the interfaces (dcantrel).
- More netlink helper functions (dcantrel).
- Don't allow logical volumes to be smaller than the volume group's PE
size in interactive installs (#186412).
- Make error handling for missing packages more robust and allow retrying
(clumens, pnasrat, #183974).
- Fix hard drive installs (#185292, #187941).
- Don't always show partition review dialog in text installs.
- Fix text-mode installs by adding more stuff to minstg2.img (#191991).
- Skip netlink messages with invalid ARP header (dcantrel).
- Add pygobject to install images (katzj).
* Thu May 25 2006 David Cantrell <dcantrell@redhat.com> 11.1.0.20-1
- Added Netlink helper functions to libisys.a
- Do not pop wait window twice in writeBootloader (clumens)
- For kickstart installs only: Do not allow logical volumes to be smaller
than the volume group's PE size (#186412, clumens)
- initrd fixes to account for glib2 library movement (clumens)
* Wed May 24 2006 Chris Lumens <clumens@redhat.com> 11.1.0.19-1
- Fix unicode stubs (pjones).
- Fix libdir on ppc64 (katzj).
* Wed May 24 2006 Chris Lumens <clumens@redhat.com> 11.1.0.18-1
- Add slang-devel build requirement.
* Wed