%define livearches %{ix86} x86_64 ppc ppc64 Summary: Graphical system installer Name: anaconda Version: 11.5.0.53 Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda # To generate Source0 do: # git clone http://git.fedorahosted.org/git/anaconda.git # git checkout -b archive-branch anaconda-%{version}-%{release} # make archive-no-tag Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). %define dmver 1.02.17-6 %define gettextver 0.11 %define genisoimagever 1.1.9-4 %define intltoolver 0.31.2-3 %define libnlver 1.0 %define libselinuxver 1.6 %define mkinitrdver 5.1.2-1 %define pykickstartver 1.53 %define rpmpythonver 4.2-0.61 %define slangver 2.0.6-2 %define yumver 2.9.2 %define rhplver 0.170 %define partedver 1.8.1 %define pypartedver 2.0.0 %define syscfgdatever 1.9.0 %define pythonpyblockver 0.24-1 %define libbdevidver 5.1.2-1 %define e2fsver 1.41.0 %define nmver 1:0.7.1-3.git20090414 %define dbusver 1.2.3 %define createrepover 0.4.7 %define yumutilsver 1.1.11-3 %define iscsiver 6.2.0.870-3 %define pythoncryptsetupver 0.0.6 BuildRequires: audit-libs-devel BuildRequires: bzip2-devel BuildRequires: device-mapper-devel >= %{dmver} BuildRequires: e2fsprogs-devel >= %{e2fsver} BuildRequires: elfutils-devel BuildRequires: gettext >= %{gettextver} BuildRequires: gtk2-devel BuildRequires: intltool >= %{intltoolver} BuildRequires: isomd5sum-devel BuildRequires: libX11-devel BuildRequires: libXt-devel BuildRequires: libXxf86misc-devel BuildRequires: libnl-devel >= %{libnlver} BuildRequires: libselinux-devel >= %{libselinuxver} BuildRequires: libsepol-devel BuildRequires: libxml2-python BuildRequires: mkinitrd-devel >= %{mkinitrdver} BuildRequires: newt-devel BuildRequires: pango-devel BuildRequires: popt-devel BuildRequires: pykickstart >= %{pykickstartver} BuildRequires: python-devel BuildRequires: python-urlgrabber BuildRequires: rhpl BuildRequires: rpm-python >= %{rpmpythonver} BuildRequires: slang-devel >= %{slangver} BuildRequires: xmlto BuildRequires: yum >= %{yumver} BuildRequires: zlib-devel BuildRequires: NetworkManager-devel >= %{nmver} BuildRequires: NetworkManager-glib-devel >= %{nmver} BuildRequires: dbus-devel >= %{dbusver} %ifarch %livearches BuildRequires: desktop-file-utils %endif BuildRequires: iscsi-initiator-utils-devel >= %{iscsiver} Requires: policycoreutils Requires: rpm-python >= %{rpmpythonver} Requires: comps-extras Requires: rhpl >= %{rhplver} Requires: parted >= %{partedver} Requires: pyparted >= %{pypartedver} Requires: yum >= %{yumver} Requires: libxml2-python Requires: python-urlgrabber Requires: system-logos Requires: pykickstart >= %{pykickstartver} Requires: system-config-date >= %{syscfgdatever} Requires: device-mapper >= %{dmver} Requires: device-mapper-libs >= %{dmver} Requires: dosfstools Requires: e2fsprogs >= %{e2fsver} Requires: gzip %ifarch %{ix86} x86_64 ia64 Requires: dmidecode %endif Requires: python-pyblock >= %{pythonpyblockver} Requires: libbdevid >= %{libbdevidver} Requires: libbdevid-python Requires: libuser-python Requires: newt-python Requires: authconfig Requires: gnome-python2-gtkhtml2 Requires: system-config-firewall Requires: cryptsetup-luks Requires: python-cryptsetup >= %{pythoncryptsetupver} Requires: mdadm Requires: lvm2 Requires: util-linux-ng %ifnarch s390 s390x ppc64 Requires: system-config-keyboard %endif Requires: hal, dbus-python Requires: cracklib-python Requires: python-bugzilla %ifarch %livearches Requires: usermode Requires: zenity %endif Requires: createrepo >= %{createrepover} Requires: squashfs-tools Requires: genisoimage >= %{genisoimagever} %ifarch %{ix86} x86_64 Requires: syslinux >= 3.73 Requires: makebootfat Requires: device-mapper %endif %ifarch s390 s390x Requires: openssh %endif Requires: busybox-anaconda Requires: isomd5sum Requires: yum-utils >= %{yumutilsver} Requires: NetworkManager >= %{nmver} Requires: dhclient Requires: dhcpv6-client Requires: anaconda-yum-plugins Requires: libselinux-python >= %{libselinuxver} Obsoletes: anaconda-images <= 10 Provides: anaconda-images = %{version}-%{release} Obsoletes: anaconda-runtime < %{version}-%{release} Provides: anaconda-runtime = %{version}-%{release} Obsoletes: booty %description The anaconda package contains the program which was used to install your system. These files are of little use on an already installed system. %prep %setup -q %build %{__make} depend %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR=%{buildroot} %ifarch %livearches desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop %endif %find_lang %{name} %clean %{__rm} -rf %{buildroot} %ifarch %livearches %post update-desktop-database &> /dev/null || : %endif %ifarch %livearches %postun update-desktop-database &> /dev/null || : %endif %files -f %{name}.lang %defattr(-,root,root) %doc COPYING %doc ChangeLog %doc docs/command-line.txt %doc docs/install-methods.txt %doc docs/kickstart-docs.txt %doc docs/mediacheck.txt %doc docs/anaconda-release-notes.txt /lib/udev/rules.d/70-anaconda.rules %{_bindir}/mini-wm %{_sbindir}/anaconda %ifarch i386 i486 i586 i686 x86_64 %{_sbindir}/gptsync %{_sbindir}/showpart %endif %{_datadir}/anaconda %{_prefix}/lib/anaconda %{_prefix}/lib/anaconda-runtime %ifarch %livearches %{_bindir}/liveinst %{_sbindir}/liveinst %config(noreplace) %{_sysconfdir}/pam.d/* %config(noreplace) %{_sysconfdir}/security/console.apps/* %{_sysconfdir}/X11/xinit/xinitrc.d/* %{_datadir}/applications/*.desktop %endif %changelog * Mon May 18 2009 David Cantrell - 11.5.0.53-1 - LVMVolumeGroupDevice stores pesize in MB, kickstart expects it in KB. (dlehman) - Don't schedule a format resize if reformat scheduled. (#500991) (dlehman) - Deactivate md arrays regardless of state if the device is present. (#496441) (dlehman) - Lame hack to make sure --size= is never 0 (#500905). (clumens) - Don't filter out partitions that haven't been allocated (#500932). (clumens) - Write out PE size as an integer, since that's what anaconda wants (#501049). (clumens) - Set clearPartType to None on preupgrade too (#499321). (clumens) - Fix indentation of line to remove cancelled actions from the list. (#500932) (dlehman) - Consider active-idle state of md device as accepatable status of device (#497407) (rvykydal) - Fix detection of cciss disks (#499408) (dchapman) - Get existing fs size for xfs. (dcantrell) - Get existing fs size for ntfs. (dcantrell) - Get existing fs size for jfs. (dcantrell) - Get existing fs size for ext2, ext3, and ext4. (dcantrell) - Compute existing filesystem size using fs info utility. (dcantrell) - Do not allow users to migrate ext4 to ext4. (dcantrell) - Correct handling of formats on encrypted preexisting LVs. (#499828) (dlehman) - Ignore unrecognized device-mapper devices we find. (#499967) (dlehman) - loader: Mount /tmp as tmpfs not ramfs so we can swap it out (ajax) - format.mountpoint -> lvd.mountpoint (#500913). (clumens) - Treat the loop labels as devices without a label.(#493219) (jgranado) - Add the partition table partition after initializing (#498602). (clumens) * Wed May 13 2009 David Cantrell - 11.5.0.52-1 - Add a Mac OS boot line to yaboot.conf (#499964). (clumens) - Catch IOError when enabling repos (#500439). (clumens) - Use a newer version of the kickstart Partition command. (clumens) - Fix a traceback when installing over previous installs on PPC (#499963). (clumens) - Fix a typo when probing exception disks. (clumens) - Add support for --noformat too. (clumens) - Add support for --onpart, --ondrive, and --useexisting. (clumens) - Make the storage.writeKS method useful and called from instdata (#493703). (clumens) - Add writeKS methods to the device objects. (clumens) - Add writeKS methods to all the format objects. (clumens) - upd-instroot: Add gdbserver (ajax) - Remove text-mode syslinux help (katzj) - If clearPartType is None, don't attempt to clear a device (#499321). (clumens) - Only set clearpart data if the command was provided in the kickstart file. (clumens) - Override previously defined mountpoints in kickstart (#499746). (clumens) - Yet another font package name has changed (#499322). (clumens) - Set new mountpoint correctly for existing encrypted LVs. (#496363) (dlehman) - Once a partition is part of another device it cannot be modified. (#496760) (dlehman) - Maintain request sort order by using req_disks instead of parents. (dlehman) - Do not set a parent on the /mnt/sysimage/dev bind mount object (#499724). (clumens) - Skip .pyc files in subdirectories when running make updates. (clumens) - Remove 'lowres' option. (ajax) - Run tune2fs on newly formatted ext[34] filesystems. (#495476) (dlehman) * Thu May 07 2009 David Cantrell - 11.5.0.51-1 - Don't clear the first partition on any disk with a Mac disk label (#492154). (clumens) - Add detailedMessageWindow to the cmdline class (#499700). (clumens) - Don't traceback when a freespace partition is present (#499662). (clumens) - Do nomodeset when doing xdriver=vesa (ajax) - Fix calculation of smallest PV's size in the lvm dialog. (#493753) (dlehman) - Fix KeyError when partition numbers change during allocation. (#497911) (dlehman) - Update EFI CD booting code in mk-images (pjones) * Wed May 06 2009 Chris Lumens - 11.5.0.50-1 - Use storage objects throughout the partition editing UI code (#491806, #496002). (clumens) - Verify filesystems after the live resize (katzj) - Verify with fsck after resizing filesystems (katzj) - IBM improvements to linuxrc.s390 (#475350) (dcantrell) - Write out correct hostname during LiveCD installs (#492515) (dcantrell) - Enter in hostname entry field advances to next screen (#494135) (dcantrell) - Check if we'll clear a partition after setting its format attr. (#499251) (dlehman) - Don't pass the default clearPartType value to the device tree. (dlehman) - Fix some logic errors in storage.partitioning.shouldClear. (dlehman) - Forward port various iscsi fixes from 5.4 iscsi work (hdegoede) - Avoid writing out NAME= in ifcfg files (#497485) (dcantrell) - Retry network configuration in loader (#492009) (dcantrell) - Make sure /boot ends up on the same disk as Apple Bootstrap (#497390). (clumens) - Handle that the default bootloader entry can sometimes be None (#496618). (clumens) - The PS3 bootloader allows booting from ext4 filesystems (#498539). (clumens) - Support LVM PE sizes > 128MB (#497733) (cristian.ciupitu) - Set ANACONDAVERSION on most livecd installs. (clumens) - getDependentDevices is in devicetree, not storage (#499144). (clumens) * Mon May 04 2009 David Cantrell - 11.5.0.49-1 - Collect network interfaces from NetworkManager (#493995) (dcantrell) - Handle fstab entries whose filesystem we don't recognize.(#498120) (dlehman) - Add an error signifying an unrecognized entry in /etc/fstab. (dlehman) - Don't drop discovered format with unknown devices when parsing fstab. (dlehman) - Fix display of paths for device-mapper device in bootloader widget. (dlehman) - Don't call udevDeviceFormat if we're just going to clear the device (#497323). (clumens) - Pass clearPartType to the devicetree as well. (clumens) - Break the complex should-clear logic out of clearPartitions. (clumens) - Handle clearpart in the early kickstart pass too. (clumens) - Correct setting the SELinux context on mountpoints (#494995). (clumens) - make resetFileContext return the context set (wwoods) - Allow editing of the hdiso source partition so it can be mounted (#498591). (clumens) - Add a ignoreProtected= parameter to deviceImmutable that does the obvious. (clumens) - Be more aggressive unmounting before install starts (#498260) (katzj) - Add %%{?dist} to the release number in the spec file. (dcantrell) - Configure network in kickstartNetworkUp() iff NM is not connected (#490518) (dcantrell) - Don't segfault with "ks someotherparam" (#498307). (clumens) - Fix the arch upgrade check in yuminstall.py, too (#498280). (clumens) - Move _resetRpmDb into iutil so we can access it everywhere. (clumens) - Don't mount bind mounts last, that makes /dev break. (pjones) - Pass anaconda to storage.FSSet.turnOnSwap. (dlehman) - Ignore spurious formatting on partitioned devices. (dlehman) - Revert "DeviceError only returns a message, not (message, device) tuple (#496343)." (dlehman) - Fix action sorting for partitions on the same disk. (#498064) (dlehman) - Fix traceback in second editing of existing raid dev (#497234). (rvykydal) - Allow existing LVs with filesystems to be resized (#490913) (dcantrell) - Rate limit pulse() calls to ProgressWindow. (pjones) - Don't populate flags.cmdline with "True" values when no = is used. (pjones) - Add "nomodeset" to the list of command line arguments copied to grub.conf (pjones) - Use device.format.mountType insead of device.format.type for fstab. (pjones) - Initialize x86 class variables before efiBootloaderInfo.__init__() (pjones) - Fix a segfault on nfs+kickstart (pjones) - Fix an error when raising FormatCreateException. (clumens) - Add more windows to the rescue interface class (#498014). (clumens) - Remove requirement for EFI machines to be x86, since IA64 is too (#497934). (clumens) - Fix the kernel package selection on ppc64 machines (#497264). (clumens) - Include fsck.ext4 and mkfs.ext4 in the images (#497996). (clumens) - Properly restore SIGCHLD if X startup fails (wwoods) - Fix kickstart PV references handling for lvm on raid (#497352). (rvykydal) * Fri Apr 24 2009 Chris Lumens - 11.5.0.48-1 - Fix handling of swap files. (#496529) (dlehman) - Pass anaconda to turnOnSwap so we can use swap files. (dlehman) - Fix incorrect attribute name use for retrofit flag. (dlehman) - Use slightly better checks when testing for 0 size (#493656, #497186, #497389). (clumens) - If the LV has no child, don't attempt to grab its format (#497239). (clumens) - Apply the global passphrase when doing kickstart autopart (#497533). (clumens) - Add support for encryption passphrase retrofits. (dlehman) - Bring luks_add_key and luks_remove_key back into devicelibs.crypto. (dlehman) - Don't let lvremove failures from incomplete vgs crash the install. (#497401) (dlehman) - Allow setting a mountpoint w/o formatting an encrypted partition. (#495417) (dlehman) - Remove encryption from preexisting device if "Encrypt" is deactivated. (dlehman) - Fix indentation of preexisting partition handling block. (dlehman) - The device passed to the luks passphrase dialogs is a string. (#492123) (dlehman) - Protect against tracebacks from the partition isFoo properties. (dlehman) - Fix handling of bind mounts. (#496406) (dlehman) - Add more filesystem checks. (clumens) - Support vfat filesystems in the partitioning UI (#496351). (clumens) - Remove devices in leaves first order (#496630) (hdegoede) - Don't remove an inconsistent lvm partition from the devicetree (#496638) (hdegoede) - Move isEfi to be a property on Platform instead of on X86 (#497394). (clumens) - Support --encrypted --useexisting on kickstart installs (#497147). (clumens) - When making a RAID device, require that some members be selected (#491932). (clumens) - When catching an OSError, handle it as an object instead of a tuple (#497374). (clumens) - Enforce the fstype that holds /boot on kickstart installs (#497238). (clumens) - Fix ps3 platform support (#497203) (katzj) - Clean up rpmdb locks at the end of the install (#496961) (katzj) - Don't allow /boot to be on an encrypted device (#496866). (clumens) - Use the correct unmount method (#496764). (clumens) * Tue Apr 21 2009 David Cantrell - 11.5.0.47-1 - Fix adding of fifth partition in UI (#496930). (rvykydal) - Define the fd variable before it can ever be referenced (#496930). (clumens) - Fix preservation of format attrs for preexisting luks partitions. (dlehman) - Set md member devices' uuids after creating an array. (dlehman) - Don't try to get size for nodev and bind filesystems. (dlehman) - Include the device path in DeviceError exceptions. (dlehman) - Mdadm's incremental mode ignores the auto option, so don't use it. (dlehman) - Use incremental mode for all md member addition during probing. (dlehman) - Try to name existing md arrays based on their preferred minor. (dlehman) - Reimplement mdexamine using a more easily parseable output format. (dlehman) - Fix position of "--run" option to mdadm assemble. (dlehman) - Handle passphrase prompts without a traceback in cmdline mode. (#492123) (dlehman) - Fix another device vs. string problem in EFI bootloader config (#496669). (clumens) - Add the device's name to mdadm.conf (#496390). (clumens) - Show normal cursor during passphrase entry (#496534) (msivak) - Fix traceback in cmdline mode after exception handling cleanup (#496644) (katzj) - DeviceError only returns a message, not (message, device) tuple (#496343). (clumens) * Fri Apr 17 2009 David Cantrell - 11.5.0.46-1 - Clean up argument list after changing from rhpl to iutil for execWithRedirect (jkeating) - Fix NameError traceback setting up bootloader in EFI installs (wwoods) - No longer force ISOs to be on ext2, ext3, or vfat partitions. (clumens) - Sending translation for German (ckpinguin) - Split text mode exn saving into multiple screren (#469380). (clumens) - Copy /tmp/program.log to /mnt/sysimage/var/log/. (clumens) - Fix member preselection in raid UI. (rvykydal) - Fix editing of raid device (persistence of level choice) (#496159) (rvykydal) - Fix ks --useexisting and --noformat options of logvol and volgroup (rvykydal) - Make sure inconsistencies dont screw us up. (jgranado) - Re-implement the inconsistency functionality. (jgranado) - Allow the use of "-" in the lvm names. (495329) (jgranado) - Make sure we "insist" on mdadm commands. (491729) (jgranado) - [PATCH] Possible fix for some encryption related bugs during the Custom Layout editation (#495848) (msivak) * Thu Apr 16 2009 Chris Lumens - 11.5.0.45-1 - Touch /.autorelabel when running under rescue mode (#491747). (clumens) - Add support for fingerprint-based logins (#481273). (clumens) - Add a "File Bug" button to the catch-all partitioning exception handler. (clumens) - Remove the early catch-all exception handler (#495933). (clumens) - Implement the save to USB using devicetree devices. (jgranado) - Use size instead of currentSize when comparing lv sizes (hdegoede) - Make sure all pv's of an lv's vg are setup before resizing an lv (hdegoede) - Do not try to teardown a non existing format (hdegoede) - Center the bootloader configuration dialog (#495802). (clumens) - Destroy (potential) stale metadata when creating a new partition (hdegoede) - use partition req_base_size instead of size in partitionCompare() (hdegoede) - Fix changing size of newly created partitions (hdegoede) - Don't traceback on invalid filesystem detection (#495156) (dcantrell) - Check to see if formatcb is None. (jgranado) - Use the PV name when logging error messages. (jgranado) - Don't set up the device to obtain minSize anymore. (dlehman) - Improve estimate of md arrays' size. (dlehman) - Determine minimum size for filesystems once, from constructor. (dlehman) - Fix estimate of LUKS header size for newly encrypted devices. (#493575) (dlehman) - Fix two syntax problems with generated mdadm.conf entries. (#495552) (dlehman) - Default to AES-XTS cipher mode with 512 bit key for new LUKS devices. (dlehman) - When going back from a failed shrink, reset the device action set. (clumens) - If we can't communicate while logging in to bugzilla, error (#492470). (clumens) - Make save to usb work. (jgranado) - We don't always have a formatcb either (#495665). (clumens) - The entry is named lvsizeentry now. (jgranado) * Mon Apr 13 2009 David Cantrell - 11.5.0.44-1 - Default to SHA512 password encoding algorithm. (dcantrell) - Handle format combo box not existing (#495288) (dcantrell) * Mon Apr 13 2009 Chris Lumens - 11.5.0.43-1 - Run programs with LC_ALL=C in case we're parsing output (#492549). (clumens) - A volume group device has a "peSize" attribute (not "pesize"). (dlehman) - Remove uncommitted new lv from dict on cancel. (dlehman) - Use the correct value when setting new extent size. (#493753) (dlehman) - Fix image generation so all ELF binaries have their deps included (#495231). (clumens) - Clean up the code in editLogicalVolume function. (jgranado) - Setup the disks before partitioning as the nodes are needed. (jgranado) - Rescan the devices when we are saving a traceback. (jgranado) - Close file descriptors when an error occurs. (jgranado) - Aesthetic changes to "editLogicalVolume" function. (jgranado) - When deallocating a partition also set its disk attribute to None (hdegoede) - Check self.partedPartition not being None before using it (#495077) (hdegoede) - growPartitions: Change op_func (back to) add when an iteration succeeds (hdegoede) - partedPartition can be None while growing partitions (#495076) (hdegoede) * Thu Apr 09 2009 Chris Lumens - 11.5.0.42-1 - Fix display of format type for devices. (dlehman) - Fix handling of priority option from swap fstab entries. (#494992) (dlehman) - Some fs types cannot be passed to programs (#495061, #493075). (clumens) - When a new module is loaded, update the kernel_filesystems list. (clumens) - Add more Indic fonts (#494261, pnemade). - Remove the message saying you can make your own layout (#495015). (clumens) - Put e100 (and other) firmware in its own directory if needed (#494778). (clumens) - Run /bin/umount instead of calling umount(2) in _isys.umount (#493333) (dcantrell) - Add doPwUmount() and mountCommandWrapper() to isys (#493333) (dcantrell) - Preserve symlinks and only collect deps on ELF executables. (dcantrell) - Use $(ARCHIVE_TAG) throughout the updates target. (dcantrell) - partedUtils doesn't exist anymore (katzj) - Revert "Show the header in certain non-lowres cases" (#493153) (katzj) - Pre-existing partitions names may change (#494833) (hdegoede) - Use getDeviceNodeName() instead of basename of device node. (hdegoede) - Fix ks raid --useexisting and --noformat (rvykydal) - Fix processing of --level and --device options of ks raid commands. (rvykydal) - Don't start pdb immediately in debug mode (katzj) - Fix EDD BIOS disk order detection in general and make it work with dmraid (hdegoede) - Update extended partition geometry when we change it (hdegoede) * Tue Apr 07 2009 David Cantrell - 11.5.0.41-1 - Make sure we have a clean lvm ignore list when we initialize. (jgranado) - We need to search by name without the "mapper" prefix. (jgranado) - Create a min_max constraint to avoid alignments issues. (jgranado) - Don't exit the installer from filesystem errors. (dlehman) - Try not to raise exceptions from minSize calculators. (dlehman) - Don't traceback when PVs are encrypted or are not partitions. (dlehman) - Adjust device dependencies when backing out device encryption. (#493257) (dlehman) - Include filesystem type in mount log message. (dlehman) - Load filesystem modules on demand (#490795, #494108). (clumens) - Use existing partitions when --onpart is used for PVs or raid members (#493065) (rvykydal) - Raise message, not exception when size set in LV dialog is too big. (rvykydal) - Raise an error when remofing an extended part with logical parts. (jgranado) - Esthetic changes to storage/partitioning.py. (jgranado) - dmraid.py is no longer being used by anything, so remove it. (clumens) - Remove partedUtils.py. (clumens) - This is the only place isEfiSystemPartition is used, so pull it in. (clumens) - getReleaseString now lives in the storage module. (clumens) - Stop lying about our support for dmraid and multipath in kickstart. (clumens) - Remove some old, unused code that also uses biosGeometry. (clumens) - For very small disks, don't try to display a stripe in the graph (#480484). (clumens) - Fix reading the console= parameter from the cmdline (#490731). (clumens) - For dmraid partititons device node name != name (hdegoede) - When a partition request gets unallocated, set the name back to req# (hdegoede) - Do not use getPartitionByPath() in allocatePartitions() (hdegoede) - Remove no longer used iscsi_get_node_record function (hdegoede) - Try to handle devices which live in a subdir of /dev properly (hdegoede) - Split DeviceTree.addUdevDevice into several smaller methods. (dlehman) - Don't traceback from failure finding minimum fs size. (#494070) (dlehman) - udev_settle after format teardown to avoid EBUSY on device teardown. (#492670) (dlehman) - Add a parted.Device attribute to all existing StorageDevices. (dlehman) - If no partitioning commands are given, apply the UI selections (#490880). (clumens) - Update font package names for ml_IN, si_LK, etc. (#493792, #493794). (clumens) - Fix a typo in the city name for Nepali (#493803). (clumens) - Fix writing out the partition= line on PPC (#492732). (clumens) - Do not check size when adding LV to growing VG (bug #492264) (rvykydal) * Thu Apr 02 2009 David Cantrell - 11.5.0.40-1 - Don't let device names affect action order in general case. (dlehman) - Round up when aligning to pesize for space used. (#493656) (dlehman) - Improve handling for various nodev filesystems in fstab. (#493685, #493202) (dlehman) - Present the correct max lv size in the dialog. (dlehman) - Use the head of the current branch, not master, for scratch archives. (dlehman) - Make a top level StorageError that all others are based on. (dlehman) - Remove unused PRePDevice class. (dlehman) - Make the disk model an attribute of DiskDevice. (dlehman) - Handle format actions in cancelAction() (dcantrell) - Fix format check box for pre-existing partitions (#491675) (dcantrell) - Remove temporary directory used in _getExistingSize() (dcantrell) - Activate storage before looking up the hdiso source drive (#491781). (clumens) - Remove isys.getDeviceByToken since it is no longer used. (clumens) - Don't allow the rootfs on live installs to not match (#493206, #492727) (katzj) - Create setup and teardown functs for dmraid devs. (jgranado) - put xfs back where it belongs (sandeen) - Fix up the other caller of unmountCD to pass in a device (#493537). (clumens) * Wed Apr 01 2009 Chris Lumens - 11.5.0.39-1 - Prevent sensitive information in kickstart files from ending up in tracebacks. (clumens) - It's 2009, let's ignore floppy drives now (#493338, #493377). (clumens) - Remove DmRaidArrayDevice level attribute (#493293) (hdegoede) - get_containing_device takes two arguments (#493266). (clumens) - Fix the check for if there's enough space available on / and /usr (#492614). (clumens) - Fix testing if a PPC partition is bootable (#492726). (clumens) - Look for a PReP "partition" by examining the format, not the flags (#492426). (clumens) - Fix a few more pylint warnings and errors in storage/* (hdegoede) - Fix some pylint warnings in iw/*.py (hdegoede) - Don't start our audit daemon with the livecd installer (katzj) - If there's a problem finding removable disks, disable save-to-disk. (clumens) - Move %%pre processing to much earlier in the install process. (clumens) - If there are no installs to rescue via kickstart, display an error. (clumens) - Add an early kickstart processing pass. (clumens) - Fixes of errors shown by pylint that didn't get into the beta build. (mgracik) - Adjust the dmraid ignoring logic. (jgranado) - Reference the format by type, not name.(#492596) (jgranado) - Sending translation for Chinese (Simplified) (leahliu) - Increase udev_settle timeout in udev_get_block_devices. (#492049) (dlehman) - Fix check for fully defined md array when raidlevel is 0. (#491796) (dlehman) - Fix a typo ('isEFI' should be 'isEfi'). (dlehman) - Make sure the pvs are set up before doing lvremove or vgremove. (dlehman) - Don't write out md member devices to a config file for assemble. (dlehman) - Fix the supported property of filesystems and prepboot format. (dlehman) - Return early from doAutoPartition if partition allocation fails. (dlehman) - Reset storage instance if autopart fails. (#492158) (dlehman) - Assign weights to partition requests when doing manual or kickstart installs. (clumens) - Refresh windows immediately to make sure they appear. (clumens) - Fix problem with format and migrate combo box activation. (dcantrell) - Fix typo in upgrade.py (dcantrell) - Move _scheduleLVs and growLVM calls to be inside try/except (dcantrell) - Correct bounds checking problems in 'Shrink current system' (dcantrell) - Require libselinux-python (#489107) (dcantrell) - Do not prompt for NIC selection in cmdline mode (#492586) (dcantrell) - Do not write /etc/hosts since setup owns that now (#491808) (dcantrell) - Remove unused self._resize variable. (dcantrell) - Having 2 raidsets in the same group of devs is possible. (jgranado) - getDevice returns a string. Use that to look up the device object (#492465). (clumens) - Take into account i386->i586 when warning on upgrade arch mismatch. (clumens) - Remove unused getVG{Free,Used}Space methods. (clumens) - We can no longer display Russian correctly in text mode (#491394). (clumens) - Clean up the reinitialize LVM warning message (#491888). (clumens) - Update translation files (#484784). (clumens) - Include the storage directory when building the .po files. (clumens) - Merge commit 'origin/anaconda-storage-branch' (clumens) - Keep VG size property non-negative (rvykydal) - Grow LVs for kickstart requests too (rvykydal) - Handle not finding the upgrade root gracefully. (jgranado) - Use self.name to report that we could not eject cd. (jgranado) - Fix ppoll() timeout=infinity usage in auditd (#484721). (pjones) - Use correct parse method for the upgrade command (#471232) (wwoods) - Rename /etc/modprobe.d/anaconda to /etc/modprobe.d/anaconda.conf (clumens) - Handle FTP servers that both want and don't want PASS after USER (#490350). (clumens) - Only select the Core group in text mode (#488754). (clumens) - Add created user to default group created for the user. (rvykydal) * Wed Mar 25 2009 Chris Lumens - 11.5.0.38-1 - Fix pylint errors in iw/*.py (hdegoede) - Rework CryptTab.parse (dlehman). - Code fixes of errors shown by pylint (mgracik). - Don't underflow on the busy cursor stack. (clumens) - "vg" is not valide inside this if. (jgranado) - Device is sometimes None. (jgranado) - Fix typo. (#492042) (dlehman) * Tue Mar 24 2009 David Cantrell - 11.5.0.37-1 - Start with a basic /etc/hosts file (#491634) (dcantrell) - Do not flag every existing partition for resize (#491803) (dcantrell) - Remove unused noformatCB() function. (dcantrell) - Remove unnecessary istruefalse() function. (dcantrell) - Build new _isys.so for updates.img if needed. (dcantrell) - Get the UUID of each md array we create. (#491796) (dlehman) - Call udev_settle after committing changes to a disk (#491529) (hdegoede) - Be a little bit smarter about allocating space to grow parts. (#491761) (dlehman) - Check that partition is on the disk before trying to remove it. (#491997) (dlehman) - Work around a bug in mdadm incremental assembly. (dlehman) - Use the same units (MB) for extent size that we do for everything else. (dlehman) - Put line breaks in between crypttab entries. (#491938) (dlehman) - Register the NoDevFS class. (clumens) - fslabels -> labels. (clumens) - NFSDevice does not take exists= as a parameter. (clumens) - Override _setDevice and _getDevice in NFS. (clumens) - Move resolveDevice into the DeviceTree class. (clumens) - Move most of the parseFSTab logic into its own function. (clumens) - We don't even use partedUtils in this module. (clumens) - PReP formats can never be active. (#491865) (dlehman) - Move protectedPartition setup into storageInitialize (#491781). (clumens) - Use the mount and unmount methods on OpticalDevice.format now. (clumens) - Add a format for ISO9660 filesystems. (clumens) - getDeviceByName does not expect the CD device to start with "/dev/" (#491768). (clumens) - Write the same arch to .discinfo as iutil.getArch() gives us (#490977). (clumens) - Don't remove partitions twice. (jgranado) * Mon Mar 23 2009 David Cantrell - 11.5.0.36-1 - Add EFI, Apple Bootstrap, and PPC PReP Boot formats. (dlehman) - Remove all implicit calls to self.format.destroy from Device classes. (dlehman) - Pop the busy cursor when we're done with the wait window (#491736). (clumens) - If the new size and old size are the same, treat as a no-op (#491496). (clumens) - Let mountFilesystems handling bind mounting /dev (#490772). (clumens) - Not all FileDevices have parents, so don't assume. (clumens) - Bind mount formats are mountable. (clumens) - If a filesystem is already mounted, don't raise an error. (clumens) - Fix a typo calling the superclass's constructor. (clumens) - Add a fake device for bind mounting /dev. (clumens) - If there was an exception leading to the urlgrabber error, log it. (clumens) - Fix the import of checkbootloader (#491574). (clumens) - Add a missing import (#491605). (clumens) * Fri Mar 20 2009 David Cantrell - 11.5.0.35-1 - Fix traceback in FSSet.crypttab. (#491160) (dlehman) - Fix traceback on upgrade. (#491446) (dlehman) - Do not include .h and .sh files in updates.img (dcantrell) - Make PartitionDevice resize work. (dcantrell) - Reset mouse pointer if we find an unreadable disk. (dcantrell) - Use label attr instead of non-existent fslabel attr. (#491120) (dlehman) - Need to notify the kernel of changes before udev settle (katzj) - Revert "mount and umount commands are in /sbin now, remove from /usr/sbin" (dcantrell) - Make some fixes to the rescue mode system selection UI (#489973, #489977). (clumens) - Fix text mode autopartitioning (#491282). (clumens) - Do not use _rnetdev as fstab option for network based / (hdegoede) - Make root= line in grub.conf and path spec in fstab consistent (hdegoede) - Fix a reference to the partitions list (#491335). (clumens) - Do not traceback at the very beginning of rescue mode (msivak) - Fix traceback when editing encrypted mdraid device in UI. (rvykydal) * Thu Mar 19 2009 David Cantrell - 11.5.0.34-1 - Catch FSError when detecting storage, prevent user from continuing. (dcantrell) - If we have no error string, place None in the tuple. (dcantrell) - Move OUTPUT_TERMINAL definition to isys.h (dcantrell) - mount and umount commands are in /sbin now, remove from /usr/sbin (dcantrell) - Avoid SIGSEGV in doPwMount() when NULL is last parameter (#491192) (dcantrell) - Attempt disk commits 5 times before raising an exception. (dcantrell) - Add boot partition size limit properties and size validation method. (dlehman) - Make sure boot flag gets set. (#491170) (dlehman) - Make bootable a property of PartitionDevice. (dlehman) - After setting up our random UUID, inform the storage layer (katzj) - Handle system crappyness. (jgranado) - Fix up checking for live image backing (katzj) - Let's not remove our mountpoints (katzj) - Fix writing the default= line in grub.conf (#490756). (clumens) - Revert "Fix pruning of destroy actions for preexisting devices." (dlehman) - Add more blacklisting (katzj) - Blacklist the live image backing device (katzj) - Move blockdev blacklisting to be a function (katzj) - Inhibit devkit-disks during a live install (katzj) - try to unmount everything from /media on live installs (katzj) - Fix live installs to not traceback (katzj) - Fix New partition in UI (rvykydal) * Thu Mar 19 2009 David Lehman - 11.5.0.33-1 - Rework the lvm dialog. (#490301,#490966,#490681,#489870) (dlehman) - Improve chances of uniqueness from Storage.createSuggestedLVName. (dlehman) - Fix pruning of destroy actions for preexisting devices. (dlehman) - Devices should not be resizable unless they exist. (dlehman) - Try to activate an existing md array after adding each member. (dlehman) - Indicate filesystem is mountable if we have a mount command. (dcantrell) - Mount existing filesystems read-only when getting size. (dcantrell) - Fix some errors in the updates target. (dcantrell) - Place all mount.* commands in /sbin (dcantrell) - Fix error message reading and writing in doPwMount() (dcantrell) - Use booleans in isys.mount() and isys.umount() (dcantrell) - Add a FIXME comment for setting uuid in VG / LV create (hdegoede) - Do not traceback when writing anaconda.ks with iscsi with auth info. (hdegoede) - Do not write LV uuid to grub.conf, but the filesystem uuid (hdegoede) - If a mountpoint depends on a network disk at _netdev to its fstab options (hdegoede) - Do not hang when creating raid array with member having filesystem detected (#490891) (rvykydal) - Destroy and create luks child of raid array too when editing in UI. (rvykydal) - Editing non-existent raid device by destroying and creating actions (rvykydal) - actionDestroyFormat call takes device, not format (rvykydal) - Fix getChildren call in partition UI (rvykydal) - Fix removing of devices with the same name from tree when adding create action. (rvykydal) - Do not duplicate requested minor number in edit raid UI list. (rvykydal) - Offer available partitions when editing non-preexisting raid request. (rvykydal) - Don't try to fit the whole StorageDevice.__str__ output into the UI (#490406). (clumens) - Make PartitionDevice handle both normal and dmraid partitions (hdegoede) - Stop overriding __init__ in DMRaidPartitionDevice (hdegoede) - Set format UUID after creating a format (hdegoede) - Fix result of updateSysfsPath to be consistent with initial sysfsPath values (hdegoede) - Use getDevicesByInstance() for storage.partitions (hdegoede) - We no longer use iscsiadm anywhere (hdegoede) * Tue Mar 17 2009 Jesse Keating - 11.5.0.32-1 - Typo fix. (clumens) - Make platform.checkBootRequest work better and not use diskset anymore. (clumens) - Fix a traceback when looking for PS3 boot partitions (#490738). (clumens) - FormatArgs -> FormatOptions (#490737). (clumens) - Fix ppoll() timeout=infinity usage in auditd (#484721). (pjones) - Simplify kernel package selection. (clumens) - Look at CPU flags instead of /proc/iomem to determine PAE-ness (#484941). (clumens) - Tell NM not to touch interfaces when / is on a network disk (hdegoede) - Get iscsi going with the new storage code (hdegoede) - Use minihal instead of isys.hardDriveDict in list-harddrives (#488122). (clumens) - storage.disks never includes disks without media present. (clumens) - Changed the getDevicebyLabel() to getDeviceByLabel() in devicetree.py (mgracik) * Mon Mar 16 2009 David Cantrell - 11.5.0.31-1 - Don't use disk.maximizePartition anymore. (dlehman) - Only schedule implicit format destruction if there is formatting to destroy. (dlehman) - Reset encryptionPassphrase when we reset the rest of storage. (dlehman) - Do not create a LUKSDevice if we do not have a way to map the device. (dlehman) - Fix handling of new extended partitions during partition allocation. (dlehman) - Fix bug in dependency list for partitions. (dlehman) - Fix inconsistency in variable use in search for free space. (dlehman) - Check for disk name being in disk.name not in clearPartDisks (dcantrell) - Create a Makefile target to generate updates.img automatically. (dcantrell) - When creating free space, handle cases other than clearpart --drives= (clumens) - Ignore loop and ram devices (hdegoede) - devicetree: fix slave addition of incomplete dm / md devices (hdegoede) - Catch LVMErrors too when tearing down devices (hdegoede) - Install udev rules in /lib/udev/rules.d instead of in runtime dir (hdegoede) - Ignore disk devices with missing media (#488800). (clumens) - Use correct parse method for the upgrade command (#471232) (wwoods) - Fix creation of fs options for preexisting encrypted devices. (dlehman) - Fix lots of buggy behavior in the partition dialog. (dlehman) - Handle FTP servers that both want and don't want PASS after USER (#490350). (clumens) - Fixed the names of the variables for lvm.py functions. (mgracik) - editPartitionRequest -> editPartition in iw/partition_gui.py (#490384). (clumens) - clampPVSize -> clampSize in lvm.py (#490295). (clumens) - Fix the obvious and stupid typo (#490296). (clumens) - isys.umount removes mount directory by default (rvykydal) - Fix tempfile.mkdtemp call. (rvykydal) - Initialize attribute _mountpoint before using it (rvykydal) - devicetree.py has _ignoredDisks instead of ignoredDisks. (jgranado) - Create separate resize actions for formats and devices. (dcantrell) - Use os.statvfs() to get existing filesystem size. (dcantrell) - Add resizeArgs for Ext2FS and fix it for BtrFS. (dcantrell) - Report when we cannot find any free space partitions. (dcantrell) - Improve resizeDialog text. (dcantrell) - Raise FSResizeError if filesystem cannot be resized. (dcantrell) - Handle resizing when setting targetSize for PartitionDevice (dcantrell) - Let users set the size property of StorageDevices. (dcantrell) - Add support for kickstart's '--initlabel' option to clearpart. (dlehman) - Fix display of LV format type for encrypted LVs. (dlehman) - Make paths somewhat flexible so we'll work in normal environments. (dlehman) * Fri Mar 13 2009 David Lehman - 11.5.0.30-1 - Fix supportable attribute for cmdline-enabled fstypes. (dlehman) - Access private attribute for luks dict. (dlehman) - Schedule format create for newly encrypted preexisting partition. (dlehman) - Don't traceback if vg.teardown fails in recursive teardown. (dlehman) - Schedule format create action for newly encrypted preexisting LV. (dlehman) - Make sure we return something other than None for new requests. (dlehman) - Add __str__ methods to Device objects. (clumens) - Add mediaPresent and eject to the OpticalDevice class. (clumens) - Use the right import path for checkbootloader (#490049). (clumens) - Rename /etc/modprobe.d/anaconda to /etc/modprobe.d/anaconda.conf (clumens) - Don't clear partitions containing the install media. (dlehman) - Wait til everyone knows the format/fs is no longer active. (dlehman) - Save a copy of the device stack so we can destroy the format. (#489975) (dlehman) - Add a deep copy method to Device since we can't just use copy.deepcopy. (dlehman) - Fix infinite loops in partition screen populate. (#490051) (dlehman) - Default to a name based on the uuid for existing luks mappings. (dlehman) - Use the correct keyword for luks map names ('name', not 'mapName'). (dlehman) - Fix getting of number of total devices of sw raid. (rvykydal) - Only select the Core group in text mode (#488754). (clumens) - Added test case for devicelib mdraid.py. (mgracik) - Add created user to default group created for the user. (rvykydal) - Fix editing of existing logical volume. (rvykydal) - Add a list that lvm should ignore. (jgranado) * Thu Mar 12 2009 David Lehman - 11.5.0.29-1 - Don't create a PartitionDevice for devices that do not exist (#489122). (clumens) - A getter doesn't usually take a parameter (#489965). (clumens) - Do not write "Running..." to stdout, as that could be tty1. (clumens) - Call storage.exceptionDisks, not diskset.exceptionDisks. (#489615) (dlehman) - Fix typo. (jgranado) - Fix typo. (dlehman) - Add udev rules for handling for mdraid arrays. (dlehman) - Honor the zerombr kickstart directive. (dlehman) - currentSize is expected to be a float, so convert it to one (#489882). (clumens) - It's clearPartDisks, not clearPartDrives. (clumens) - Get rid of the mappings and ksID as well. (clumens) - Make sure the device has a diskType before attempting to check what it is. (clumens) - Update the volgroup command to work with the new storage code. (clumens) - Update the raid command to work with the new storage code. (clumens) - Update the part command to work with the new storage code. (clumens) - Update the logvol command to work with the new storage code. (clumens) - addPartRequest is no longer needed. (clumens) - Don't set default partitioning in every kickstart case. (clumens) - Clear partitions before scheduling requests. (clumens) - Always go through doAutoPart. (clumens) - Format modules import fix (mgracik) - Fixed the format modules import (mgracik) - Allow overriding the anaconda udev rules from an updates.img (hdegoede) - If a pv somehow does not contain a vg_name, do not try to get other vg info (hdegoede) * Wed Mar 11 2009 David Cantrell - 11.5.0.28-1 - Fix a few bugs in the lvm dialog. (#489022) (dlehman) - Modify livecd.py to work with new storage backend. (dlehman) - Be explicit about resetting Disks' partedDisk attribute. (#489678) (dlehman) - Deactivate devices after we've finished scanning them. (dlehman) - Handle the case of removing an unallocated partition from the tree. (dlehman) - Try again to set up LVs when we've just added a new PV to the VG. (dlehman) - Set partition flags in format create/destroy execute methods. (dlehman) - Make sure we use the newly committed parted.Partition after create. (dlehman) - Make device teardown methods more resilient. (dlehman) - Initialize storage in rescue mode so we can find roots (#488984). (clumens) - We also need to pack up the extra args tuple, too. (clumens) - doLoggingSetup keeps growing new arguments, so put them into a dict (#489709). (clumens) - Fix anaconda udev rules to not require pre-existing device nodes (hdegoede) - Hook up 'Shrink current system' dialog to new storage code. (dcantrell) - Fix _getCheckArgs() in class FS. (dcantrell) * Tue Mar 10 2009 David Cantrell - 11.5.0.27-1 - Fix action pruning to handle more complex scenarios. (dlehman) - Schedule destruction of any existing formatting along with the device. (dlehman) - Add a size attribute to mdraid arrays. (dlehman) - Speed up partitioning screen redraws by trimming workload where possible. (dlehman) - Create partitions with exactly the geometry we calculate. (dlehman) - Fix name collision between formats.mdraid and devicelibs.mdraid. (dlehman) - Destruction of the member device formatting will be handled elsewhere. (dlehman) - Fix a typo (jkeating) - Fix pruning between two destroy actions on the same device (rvykydal) - Use the pyblock functions when possible. (jgranado) - We are searching a list, not a dict now (rvykydal) * Mon Mar 09 2009 David Cantrell - 11.5.0.26-1 - Move the recursive teardown of all devices out of processActions. (dlehman) - Clean up handling of /proc, /sys, /dev/pts, /dev/shm entries. (dlehman) - Fix several minor bugs preventing upgrade/rescue mount. (#488946) (dlehman) - Only populate the device tree on demand. (dlehman) - Prune actions by device based on path, not object-id. (dlehman) - Rewrite action sort so it works correctly. (dlehman) - Do a separate disk.commit for each partition add/remove. (dlehman) - Fix bug keeping track of best free region/type/disk info. (dlehman) - Return early if doAutoPart is False, but clearpart first if kickstart. (dlehman) - Recognize PS3 as a valid machine type (#489263). (clumens) - Move the mdRaidBootArches logic into the platform module. (clumens) - stdout and stderr may also need to be created. (clumens) - Fix booty for dmraid (hdegoede) - It's self.origrequest, not self.origreqest (#489036). (clumens) - Added crypto.py unittest; Updated devicelibs tests baseclass.py and lvm.py (mgracik) - Start storage before parsing the kickstart file. (clumens) - Make sure autopart without any clearpart command will fail. (clumens) - Update storage flag on ks autopart (rvykydal) - Use correct storage attribute for ks clearpart (rvykydal) - Catch the new _ped.DiskLabelException for unrecognized disklabels. (dlehman) - Catch all failures from making parted objects in exceptionDisks. (dlehman) - various dmraid fixes. (jgranado) - Implement the format disk question as a callback. (jgranado) - Add dmraid functionality to new storage code. (jgranado) - Do not pass None values into nonmandatory arguments, you are screwing the default values.. (msivak) * Thu Mar 05 2009 David Cantrell - 11.5.0.25-1 - Schedule device destroy actions for partitions last. (dlehman) - Pass storage.disks, not storage, to createAllowed.... (#488860) (dlehman) - Nodev filesystems always exist. And the device is arbitrary. (dlehman) - Include proc, &c filesystems in fstab and FSSet.{mount/umount}Filesystems. (dlehman) - Remove FSSet.writeFSTab. That job is handled elsewhere. (dlehman) - Add properties to FSSet to provide the nodev entries. (dlehman) - Fix incomplete format in Storage.deviceImmutable. (dlehman) - Make sure we use the same disk the free space is on. (#488807) (dlehman) - Prevent clobbering of name 'mdraid' by qualifying it. (dlehman) - Handle unformatted disks and cdroms in Storage.exceptionDisks. (dlehman) - Add resizeArgs property for resizable filesystems. (dcantrell) - Fill out class NTFS a bit more. (dcantrell) - Add fsckProg property to class FS. (dcantrell) - Ext2FS.migratable(self) -> Ext2FS.migratable (dcantrell) - Fix StorageDevice.minSize() and PartitionDevice.maxSize() (dcantrell) - Center resize window on the screen. (dcantrell) - Do not raise DeviceError if not bootable device is found. (dcantrell) - Do an even more thorough job of ignoring disks libparted doesn't like. (clumens) - Fix a couple problems on the "Change device" bootloader dialog. (clumens) - Fix a typo when writing out the mdadm config file. (clumens) - Remove all uses of isys.cdromList, which no longer exists. (clumens) - Check to see if we're on S390 on the congrats screen (#488747). (clumens) - Handle non-fatal errors more gracefully in addUdevDevice. (dlehman) - partRequests no longer exists, so don't try to import it (#488743). (clumens) - When building the exceptionDisks list, skip devices libparted doesn't like. (clumens) - Iterate over devicetree.devices.values, not devicetree. (dlehman) - Add a get() method to Flags, since it pretends to be a dictionary. (clumens) - Stop with the fsset usage. (dlehman) - Format message string after translation not before (msivak) - We need newer python-cryptsetup because of the default values for cipher and keysize for luskFormat (msivak) - If a drive is not initialized, offer reinitialization or ignoring the drive to the user (msivak) - More syntax errors / traceback fixes (hdegoede) - Fix syntax errors (rvykydal) - Implement Storage.sanityCheck, mostly from old partitions code. (dlehman) * Thu Mar 5 2009 Dave Lehman - 11.5.0.24-3 - Fix booty's desire to import fsset. - Fix attempt to set read-only attr "removable" in DiskDevice.__init__ * Thu Mar 05 2009 Peter Jones - 11.5.0.24-2 - Add EFI boot.iso generation. * Wed Mar 4 2009 Dave Lehman - 11.5.0.24-1 - Storage test day. * Fri Feb 20 2009 David Cantrell - 11.5.0.23-1 - Remove old content from utils/ (dcantrell) - Ensure request.drive is always a list (#485622) (dcantrell) - Pick up pyblock if it exists in block/ on an updates.img. (dcantrell) - Don't check for a swapfs on things that aren't partitions (#485977). (clumens) - Perform ext3->ext4 filesystem migration if ext4migrate is given (#484330). (clumens) - Translate i?86 into i386 as a base arch. (jkeating) - Teach upd-instroot about i586 arch, for sake of glibc.i586/openssl.i586 (jkeating) - Fix the obvious typo. (clumens) - filer.login raises an exception with it can't login, not returns None (#486454). (clumens) - Take into account that a parted.Partition's _fileSystem can be None (#485644). (clumens) * Thu Feb 19 2009 Chris Lumens - 11.5.0.22-1 - Updated Romanian translation (alexxed) - Remove the qla2xxx line from mk-images again (wwoods). - Fix broken shell syntax from 3bdcd64d2 (jkeating) - The VLGothic-fonts package has changed name and location (#486080). (clumens) * Tue Feb 17 2009 David Cantrell - 11.5.0.21-1 - Building for i586 only now in Fedora. (dcantrell) * Tue Feb 17 2009 David Cantrell - 11.5.0.20-1 - Fix indentation on upd-instroot (kanarip) - Fix the indentation in mk-images (kanarip) - Remove unused iface_netmask2prefix() function. (dcantrell) - A parted.Disk has no attribute named "dev". It's named "device" (#486007). (clumens) - Use brandpkgname for the efi art too (katzj) - Let's use the product string for a brandpackage name. (kanarip) - Fix indentation in mk-images.efi (kanarip) - Fix indentation in buildinstall script (kanarip) - It's part.active, not part.is_active(). (clumens) - File the basic traceback as the first comment instead of a generic message. (clumens) - Encode our upgrade policy in productMatches/versionMatches and enforce it. (clumens) - If we'd show package selection on kickstart installs, also show tasksel. (clumens) * Fri Feb 13 2009 Chris Lumens - 11.5.0.19-1 - Fix build errors in the new net.c code. (clumens) * Fri Feb 13 2009 Chris Lumens - 11.5.0.18-1 - Require pyparted >= 2.0.0 (dcantrell) - Update to use the new pyparted. (dcantrell, clumens) - Replace non UTF-8 char for hiding password chars with UTF-8 (#485218) (hdegoede) - Use a better test for when we're in text mode (#484881). (clumens) - Add iBFT support to loader (msivak) - Hardlink the initrd.img since we're linking the vmlinuz as well. (jkeating) - Check if ld-linux.so.2 is a link already, before removing it (dcantrell) * Wed Feb 11 2009 Hans de Goede - 11.5.0.17-1 - Revert broken German translation fixes so that we will build again - Sync up module list (#484984) (katzj) * Wed Feb 11 2009 Hans de Goede - 11.5.0.16-1 - Rewrite iscsi support using libiscsi (hdegoede) * Mon Feb 09 2009 David Cantrell - 11.5.0.15-1 - Fix gptsync/lib.c for gcc strict aliasing rules. (dcantrell) - Fix gcc warning for gptsync memset() usage. (dcantrell) * Mon Feb 09 2009 David Cantrell - 11.5.0.14-1 - Rewrite mdio_read() in linkdetect.c for strict aliasing rules. (dcantrell) * Mon Feb 09 2009 Chris Lumens - 11.5.0.13-1 - Check that required kickstart commands are present early on (#483048). (clumens) - Simplify the text mode interface. (clumens) - Fix truncated translation string for livecd installs (#484430). (clumens) - Calcutta -> Kolkata (#484638). (clumens) - Fix runpychecker.sh to find zonetab module (hdegoede) - Strip invalid characters from automatically made VG/LV names (#483571). (clumens) - Fix systemtime setting during installation (#6175, #461526). (rvykydal) - Workaround MMC block devs showing up not as disks from hal (#481431) (katzj) - Add some new false positives to pychecker false positives filtering (hdegoede) - Make kickstart timezone value check consistent with system-config-date (#483094) (rvykydal) - Make ext4 default in UI filesystem selection (bug #481112) (rvykydal) - Redirect iscsiadm's stderr away from the console. (clumens) - Pay attention to the stderr parameter to execWithCapture. (clumens) - For python2.6, our showwarnings function must take a line= parameter. (clumens) - If ext4dev is seen in the /etc/fstab, treat it as ext4 instead (#474484). (clumens) - Make sure to call _getConfig from our YumSorter subclass. (clumens) - Set proper text mode font for Greeks (#470589) (msivak) - Lots of translation updates. * Thu Jan 29 2009 David Cantrell - 11.5.0.12-1 - If ks=nfs:... is given, don't try to find the file via boot options (#480210). (clumens) - Fix cdrom install on machines with no network devices (wwoods) - updated fuzzy strings (jsingh) - Use modinfo to find out what firmware we need in initrd (wwoods) - Use the preconf object for yum configuration now (jantill). (clumens) - Updated Dutch translation adn only 1 -fuzzy- string left (zuma) - Add a boot target for the xdriver=vesa parameter and document it. (clumens) - repo.proxy is now a property, so check before setting it (#481342). (clumens) * Wed Jan 21 2009 David Cantrell - 11.5.0.11-1 - Fix a logic problem with network file write outs. (480769) (jkeating) - Only run selectBestKernel, selectBootloader, etc. for new installs. (wwoods) * Mon Jan 19 2009 Chris Lumens - 11.5.0.10-1 - btrfs install support (sandeen) - Default / to be ext4 (katzj) - Allow live installs to use ext4 as root and make the error message clearer (katzj) - Add support for Maithili and Nepali (#473209). (clumens) * Fri Jan 16 2009 Chris Lumens - 11.5.0.9-1 - Cracklib moved locations, account for this in our keepfiles. (jkeating) - Look in the right path for kernel module lists. (jkeating) - Fix more problems in expandModuleSet, based on a patch from markmc (#480307). (clumens) - Allow ext4 without magic argument (keep a flag for migrate) (katzj) - Fix pulling in network modules (katzj) - Support mounting NTFS filesystems (#430084) (katzj) - dejavu fonts changed package names, pick up new names. (jkeating) - TightVNC is now the default VNC server in Fedora (#480308). (clumens) - Only skip (over)writing netconfig if we have an actual instPath (jkeating) - The sets module is deprecated, so no longer use it. (clumens) * Wed Jan 14 2009 David Cantrell - 11.5.0.8-1 - Fix D-Bus usage in get_connection in loader (jkeating) * Wed Jan 14 2009 Chris Lumens - 11.5.0.7-1 - How to get raw pages from the wiki has changed again. (clumens) - Make sure the 'anaconda' file gets the right detected type (alsadi, #479574). - Include the missing import. (clumens) * Thu Jan 08 2009 David Cantrell - 11.5.0.6-1 - Collect DSO deps for NetworkManager plugins. (dcantrell) * Thu Jan 08 2009 Chris Lumens - 11.5.0.5-1 - NetworkManager system settings plugins were renamed, change mk-images. (dcantrell) - Add a message to install.log when package installation is done (#476953). (clumens) - Add support for specifying which partition to upgrade (atodorov, #471232). (clumens) - pykickstart has a new version of the upgrade command. (clumens) - Log all calls to mount to /tmp/program.log as well. (clumens) - Log everything from execWithRedirect or execWithCapture (#467690). (clumens) - Update partedUtils.py:findExistingRootPartitions to return UUID (atodorov). (clumens) - Don't skip the method screen when going back and forth (#477991). (clumens) - Die on errors from upd-instroot/mk-images rather than continuing on (katzj) - The FTP USER command does not need to be followed by a PASS (#477536). (clumens) * Mon Jan 05 2009 David Cantrell - 11.5.0.4-1 - Workaround compile error due to (# 478663) (hdegoede) - Various packaging fixed from review (#225246) (hdegoede) - Show the header in certain non-lowres cases (#478765, alsadi AT ojuba.org). (clumens) - Remove doMultiMount. (clumens) - Use mount -t auto instead of passing a list of valid fstypes (#477328). (clumens) - Fix case sensitivity when searching for headers (kanarip) - Fix a traceback in checking for network install (ricky AT fedoraproject.org). (clumens) * Tue Dec 23 2008 David Cantrell - 11.5.0.3-1 - Initialize domainname to None (#477831) (dcantrell) - Do not import unused modules. (dcantrell) - Call '/sbin/udevadm settle' instead of /sbin/udevsettle (dcantrell) * Tue Dec 23 2008 David Cantrell - 11.5.0.2-1 - Require latest pykickstart for repo command (clumens) - Remove libdhcp* from scripts/upd-instroot (dcantrell) - methodstr -> self.methodstr (dcantrell) - Rewrite iface_ip2str() to use libnm-glib (dcantrell) - Fix a few syntax error caugh by pychecker (hdegoede) - Remove isys.e2fslabel() and isys.getraidsb() (dcantrell) * Thu Dec 18 2008 David Cantrell - 11.5.0.1-1 - Remove plural forms from po/tg.mo (katzj) * Thu Dec 18 2008 David Cantrell - 11.5.0.0-1 - Reduce direct D-Bus calls in isys/iface.c. (dcantrell) - Allow 'ks' to function as it once did (#471812) (dcantrell) - Fix telnet install support (#471082) (dcantrell) - Call 'udevadm settle' instead of 'udevsettle'. (dcantrell) - When using anaconda with kickstart file with UI mode - do not show the VNC question (#476548) (msivak) - Check error from asprintf() correctly for dhcpclass handling. (dcantrell) - Use libnm_glib in net.c:get_connection() (dcantrell) - Add libnm_glib CFLAGS and LIBS to loader's Makefile. (dcantrell) - BR NetworkManager-glib-devel. (dcantrell) - Only write the short hostname to the localhost line (#474086) (dcantrell) - Updated Tajik Translation - Victor Ibragimov (victor.ibragimov) - Copy /etc/dhclient-DEV.conf file to target system (#476364) (dcantrell) - Use macros for D-Bus paths (dcantrell) - Let X tell us when it's launched rather than just sleeping. (ajax) - When there's no baseurl, set a default of [] instead of [''] (#476208). (clumens) - cracklib now raises exceptions on bad passwords (rzhou, #476312). (clumens) - Make sure ssh doesn't get duplicated in the open port list (#474937). (clumens) - mdraid1: default to putting grub on partition instead of mbr (#217176) (hdegoede) - Don't install the games group as part of office/productivity (#472324). (clumens) - Don't dump encryption passphrases. (dlehman) - Write anacdump.txt upon receipt of SIGUSR2 (from clumens). (dlehman) - Use stacks instead of tracebacks in traceback handlers. (dlehman) - Unmount swap devices when migrating filesystems, then reactivate (#473260). (clumens) - Handle both /dev/sr0 and sr0, since that's what cdromList gives (#475083). (clumens) - In iface_ip2str(), make sure to advance to next item before continue. (dcantrell) - We already have _GNU_SOURCE defined in Makefile.inc (dcantrell) - Remove XXX comment in net.c about GATEWAY (dcantrell) - Use strverscmp() from glibc in place of rpmvercmp() (dcantrell) - Remove readLine() function from loader/loadermisc.c (dcantrell) - Do not write SEARCH line to ifcfg-DEVICE file (#474858) (dcantrell) - Preserve existing network configuration files during install (#461550) (dcantrell) - Send unique vendor class identifier unless user specifies one. (dcantrell) - Avoid tracebacks when filling in static network config fields (#474275) (dcantrell) - Prevent network install when no network devices are found (#470144) (dcantrell) - Remove markup from text before printing it in cmdline mode (#470253). (clumens) - Move strip_markup() into iutil. (clumens) - Fix up plural forms header so that python doesn't blow up for us (katzj) - Change text to reflect Jesse's comments (katzj) - Add support for the Tajik language (#455963). (clumens) - Add a button to the UI to ignore all missing packages. (clumens) - First small eu.po transtation, just to be sure that the system is set up OK. (mikel.paskual) - mini-wm: Turn on automatic window redirection. (ajax) - Better naming for LVM volume groups and logical volumes (#461682) (dcantrell) - Partition requests can be None when populating the tree. (#474284) (dlehman) - Say we are unable to configure the network interface (#467960) (dcantrell) - Match textw/network_text.py strings to iw/network_gui.py (#470145) (dcantrell) - In addSnap(), check snapshots for data key before continuing (#433824) (dcantrell) - Load FCP modules early for CD/DVD install (#184648) (dcantrell) - Update mk-s390-cdboot.c to work with large kernel images (#184648) (dcantrell) - Make sure fstype exists before we try to test it (#473498). (clumens) - Updated a small correction in kn locale (svenkate) - Use modules.* files for finding modules of a type rather than modinfo (katzj) - Make complete text mention updates (#244431) (katzj) - Make text for autopartitioning types clearer (#441350) (katzj) - Allow installing grub on the MBR if /boot is on mdraid (#217176) (hdegoede) - Fix some spelling errors in German translation (fabian) - Make the required media dialog less wordy (#469557). (clumens) - returnNewestByName now raises an error instead of returning [] (#472462). (clumens) - Fix death on login of an OLPC on a live image (katzj) - Fix ld-*.so globbing for glibc-2.9 . (pjones) - Do not bring up network for non-remote kickstart locations (#471658) (dcantrell) - Resolve dm-X devices returned by pvdisplay. (#448129) (dlehman) - More shell script syntax fixing (katzj) - Only bring up the network dialog on package failures if required (#471502). (clumens) * Wed Nov 12 2008 Chris Lumens - 11.4.1.58-1 - Add comps groups for new repos that are added (#470653) (katzj) - Support upgrades of systems whose rootfs is on an LV. (#471288) (dlehman) - Use hasPassphrase() instead of directly accessing passphrase member. (dlehman) - Don't dump private class members (those with leading "__") (dlehman) - Explicitly close the CD drive after the user hits "continue" (#375011) (pjones) - Fix shell syntax error (#471090) (ivazqueznet) - Save the /etc/fstab before overwriting it on upgrades (#452768, #470392). (clumens) * Tue Nov 11 2008 David Cantrell - 11.4.1.57-1 - Fix more UnicodeDecodeErrors, hopefully for good this time (#470733). (clumens) - iscsi do missing value check only once (hdegoede) - Don't try to label XFS filesystems on livecd installs (#470951). (clumens) - Include cracklib .mo files and look up strings in the right domain. (clumens) - Bugzilla has changed its return values for a couple queries. (clumens) - Set the default keyboard based on the language (#470446). (clumens) - Prevent traceback for vnc installs on KVM guests (#470559) (dcantrell) - Bring up networking early enough for syslog= param (#470513) (dcantrell) - Sleep a bit before calling udevsettle in iscsiTarget.login (#470073, #466661) (hdegoede) - kickstart, iscsi do not call iscsi.startup after startIBFT has been called (hdegoede) - Do not stop and restart iscsid when rescanning disks/partitions (#470223) (hdegoede) - iscsi.startup should not login to targets as we are already logged in (#470230) (hdegoede) - Remove obsolete normally never reached code from _stopIscsiDaemon (#470229) (hdegoede) - The function getEncryptedDevice gets called correctly expect when we are in (jgranado) - More translations * Thu Nov 06 2008 David Cantrell - 11.4.1.56-1 - Don't have the key icon take up so much space on the LUKS dialog (#470338). (clumens) - Avoid getting linux-base in the kernel list (katzj) - Deselect groups when we reset things also (#469854) (katzj) - make iscsi login code wait for udev to create the devices (#466661, #470073) (hdegoede) - Set the correct path when using the directory chooser. (clumens) - We always need a wait window, not just when the repo has a name. (clumens) - Set initial state of IP configuration fields in text mode (#469933) (dcantrell) - Prevent traceback when there are no network devices (#469339) (dcantrell) - Indentation fix. (pjones) - Let users edit net settings on network failure in stage 1 (#465887) (dcantrell) - Move startNewt later to avoid printing extra messages on the screen (#469687). (clumens) * Mon Nov 03 2008 David Cantrell - 11.4.1.55-1 - Revert "Make sure dialog deletions take effect sooner (#455676)." (clumens) - Don't set up the launcher for the installer on XO (katzj) - Whitespace cleanups for timezone.py (dcantrell) - Do not store mount options in loaderData->instRepo (#467760) (dcantrell) - Make sure we look up the IP address for the correct device (#469439) (dcantrell) - Remove unused bool() function. (dcantrell) - Check for required space for / on live installs (#468867) (katzj) - Add a basic method for checking the minimal size needed for a backend (katzj) - Fix typo that somehow snuck in (katzj) - If there's no language selected, don't traceback (#469578). (clumens) - Improve filtering of non-available groups (#469438) (katzj) - filer.py: set defaultProduct in __init__ (hdegoede) - Fix indentation error in filer.py (again) (hdegoede) - Rebuild keymaps to get rid of trq.map (#469433). (clumens) - Provide sample punch card reader script for s390x (#462953) (dcantrell) - Fix a typo that shouldn't have even gotten though. (clumens) - Check that the platform and product are also correct (#469367). (clumens) - Remove cio_ignore functionality for s390x (dcantrell) - Remove bootdisk/s390 (dcantrell) - If method=nfs: is given, check if it's really an NFSISO install (#468885). (clumens) - Get the right list elements for the iscsi text interface (#466902). (clumens) - Don't traceback when displaying error messages (#469372). (clumens) - Make sure we differentiate locked luks devs from deleted ones. (dlehman) - Fix a typo that breaks kickstart with encryption. (#469318) (dlehman) * Thu Oct 30 2008 David Cantrell - 11.4.1.54-1 - Call startNewt earlier than network bring up (#469171). (clumens) - Write out the path to the repo, not anaconda-ks.cfg (#467753). (clumens) - Allow specifying devices by path if they're files (#468504) (katzj) - Fix the last pychecker warnings in master (hdegoede) - Add --strict option to runpychecker.sh (hdegoede) * Wed Oct 29 2008 David Cantrell - 11.4.1.53-1 - Don't sleep(5) after xrandr (ajax) - Force DPI to 96 even harder (#458738) (ajax) - Don't try to switch VT to the one that X is on (ajax) - Only copy /etc/resolv.conf if instPath != '/' (dcantrell) - 'is not' -> '!=' (dcantrell) - Write --dhcpclass instead of --class to the anaconda ks file. (jgranado) - Fix 2 issues in pyparted found by pychecker (hdegoede) - Add a bit of documentation to the top of runpychecker.sh (hdegoede) - Add runpychecker.sh script and pychecker-false-positives file (hdegoede) - Fix saving tracebacks via scp while in text mode. (clumens) - Search for the hash in the whiteboard, not as the entire whiteboard. (clumens) - Fix various syntax errors caught by PyChecker (hdegoede) - Wouldn't it be nice to have some real documentation in filer.py? (clumens) - Make sure the productVersion given by .treeinfo exists in bugzilla (#468657). (clumens) * Mon Oct 27 2008 David Cantrell - 11.4.1.52-1 - Let DNS lookups work from %%post scripts (#468132) (dcantrell) - Do not use /.tmp for temporary files (#468720) (dcantrell) - Don't treat encrypted PVs as available if we don't have the key. (#465240) (dlehman) - Do all new device passphrase prompting from partitioningComplete. (dlehman) - Fix the obviously stupid typo. (clumens) - There's a new version of the firewall command for F10 (#467753). (clumens) - Another fix for printing package summaries in text mode (#468283). (clumens) - Fix traceback in network.bringUp() (#468651) (dcantrell) - lvresize requires a --force arg now (#468478) (katzj) - Include return code on resize failure error message (#468479) (katzj) * Fri Oct 24 2008 David Cantrell - 11.4.1.51-1 - Catch UnicodeDecodeError so traceback messages display anyway. (dcantrell) - Do not write NM_CONTROLLED=yes to ifcfg files (#468028) (dcantrell) - Log D-Bus messages at ERROR or INFO level. (dcantrell) - Write dhcpclass to the dhclient conf file for the device (#468436) (dcantrell) - Tell NetworkManager not to touch network interfaces when / is a netfs (hans) - Catch more X failures and fallback to text (#467158). (clumens) - Fix a typo when using network --gateway (#468364). (clumens) - Fix icon (#468273) (katzj) - Remove extra debug info. (pjones) - Fix the damn spinner in the progress bar. (pjones) - Fix whitespace. (pjones) - Fix "looking for installation images" when there's no disc at all. (pjones) - Make sure dialog deletions take effect sooner (#455676). (clumens) - Make cdrom drive door status messages be INFO not DEBUG. (pjones) - Don't switch to tty6 on vnc installs. (clumens) - Update font list (#462295). (clumens) - Don't display the entire lengthy device description (#467825). (clumens) - Fix ext4 detection on existing partitions (#467047) (rvykydal) - Make sure we handle the /tmp/method file for FTP correctly (#467753). (clumens) - Do not write NM_CONTROLLED=yes to ifcfg files (#468028) (dcantrell) - Revert "dhclient-script not needed for NetworkManager" (clumens) - Skip Installation Repo when writing out repo kickstart lines. (clumens) - Correct media check docs (#468061). (clumens) - Many translation updates * Fri Oct 17 2008 Chris Lumens - 11.4.1.50-1 - Update several font package names that we were missing. (clumens) - Only bring up the netconfig dialog if the repo requires networking. (clumens) - cmdline.py: Fix a small typo in a message (rh 467338) (hansg) - Enable CCW devices used for installation (#253075) (dcantrell) - I don't know what trq.map.trq-map is, but let's not include it. (clumens) - If networking is needed for yum repos, bring it up before fetching repodata. (clumens) - Force DPI to 96 when launching X. (#458738) (ajax) - Lots of translation updates. * Tue Oct 14 2008 David Cantrell - 11.4.1.49-1 - Make kickstart installs work again (#374271, #392021, #448096, #466340, #466304) (dcantrell) - Let users go Back when loading updates. (dcantrell) - Write ifcfg files to /etc/sysconfig/network-scripts instead of /.tmp (dcantrell) - Handle unknown hosts in getDefaultHostname (#466775) (dcantrell) - Try to look up the hostname by the IP address NM reports (#466775) (dcantrell) - NM no longer provides the hostname as a property (#466775). (clumens) - ext4dev -> ext4 (esandeen). (clumens) - Move persistent network udev rule to under /etc (#464844). (clumens) - Update keymaps to include latest Romanian settings (#466117). (clumens) - Take ip= parameter values by not resetting ipinfo_set. (dcantrell) * Fri Oct 10 2008 David Cantrell - 11.4.1.48-1 - Remove unnecessary STEP_IP code. (dcantrell) - Fix how configureTCPIP() returns. (dcantrell) - Write new sysconfig data to a tmpdir first, then move in place. (dcantrell) - Write NM_CONTROLLED=yes rather than NM_CONTROLLED= (dcantrell) - Get rid of some iface flags that were not doing anything anymore. (dcantrell) - Generate new config files in /.tmp in writeEnabledNetInfo() (dcantrell) - Remove unused variables from configureTCPIP() (dcantrell) - Do not call get_connection() twice for DHCP. (dcantrell) - Ask for language and keyboard in rescue mode (#466525). (clumens) - Fix bringing up the network in rescue mode (#466523). (clumens) - If we don't have a translation for a lang name, just use the English (#466515) (katzj) - Disable some more IPv6 checks. (clumens) - Fix a typo (second part of #466374) (katzj) * Thu Oct 09 2008 David Cantrell - 11.4.1.47-1 - Tag problems in pkgcvs. Wish we still had force-tag * Thu Oct 09 2008 David Cantrell - 11.4.1.46-1 - Pull in static network settings from the boot: line (#465270) (dcantrell) - Do not segfault when going back to select a new interface (#465887) (dcantrell) - Do not test for DNS settings in mountNfsImage() (dcantrell) - Populate struct iface correctly in setupIfaceStruct() (dcantrell) * Thu Oct 09 2008 Chris Lumens - 11.4.1.45-1 - Fix sorting of repos so we always return an integer value (#466174). (clumens) - Change the upgrade progress bar to pulse (#466053). (clumens) - Mark iscsi disks not used for / as autostart (rh461840) (hans) - Always display the wait window when fetching repo information. (clumens) - Lazily unmount everything before killing NetworkManager (#463959). (clumens) - lang-names really does need to depend on subdirs (katzj) - Reset targetLang on language change (#465981) (katzj) - Honor static net parameters with NM (#465270) (dcantrell) * Mon Oct 06 2008 David Cantrell - 11.4.1.44-1 - Do not rely on loaderData->noDns to tell if we have DNS configured. (dcantrell) - Skip askmethod dialog if user passes repo= and stage2= (dcantrell) - Reset resolver in get_connection() (dcantrell) - Fix problems dealing with PXE boot and the ksdevice= parameter. (dcantrell) - Disable more IPv6 code in loader for now. (dcantrell) - Write BOOTPROTO=static for manual IPv4 config. (dcantrell) - Disable IPv6 widgets for F-10. (dcantrell) - Add iwlagn driver firmware (#465508). (clumens) - Move starting HAL to after we've probed for hardware. (clumens) - Don't try to load a couple modules that no longer exist. (clumens) - The Chinese font package has changed names (#465290). (clumens) - Fix a traceback when there's no ksdevice given (#465638). (clumens) - Fix traceback in post install configuration (hans) * Fri Oct 03 2008 David Cantrell - 11.4.1.43-1 - Disable IPv6 interface widgets in loader for now. (dcantrell) - Start NetworkManager earlier (#462083) (hans) - Work around gtk2 bug (#465541) (hans) - Move our yum.conf out of /etc (#465160) (katzj) - Correctly display the IP address a vnc viewer should connect to (#465353). (clumens) - lohit-fonts-malayam has been replaced by smc-fonts-meera (#456449). (clumens) - Fix a typo in cleaning up repos. (clumens) - Fix the mount error reading for real this time (pjones, #465250). (clumens) - Support ksdevice=link when booting from boot.iso. (dcantrell) - Automatically select NIC based on ksdevice= boot parameter. (dcantrell) * Wed Oct 01 2008 David Cantrell - 11.4.1.42-1 - Revert "Finally controlled the plural issue at #508 in Japanese" (dcantrell) * Wed Oct 01 2008 David Cantrell - 11.4.1.41-1 - Fix text inconsistency (#465165). (clumens) - If there's an error running Xvnc, also print it to the console. (clumens) - Set the installation repo when using the askmethod UI (#463472). (clumens) - Fix a segfault when the wrong HDISO repo parameter is given. (clumens) - Remove the 'Installation Repo' cache directory after install (#464853). (clumens) - If there aren't any usable NICs, don't write out a config (#465127). (clumens) - It helps to specify what the method string should be split on (#464855). (clumens) - Gateway and nameserver are optional for static network configuration. (dcantrell) - Store nameserver in NetworkDevice object. (dcantrell) - Fix a traceback calling enableNetwork (#464849). (clumens) - Enable groups when creating new repos since yum doesn't do that now. (clumens) - Update FQDN patch to fix a couple tracebacks (#464191). (clumens) - Fix static network configuration from boot.iso installs. (dcantrell) - Use all caps naming for the netdev keys. (dcantrell) - Left justify text in ui/netconfig.glade interface. (dcantrell) - Use the right attribute for repo URLs. (clumens) - Use fullscreen for small screens (#444943) (katzj) - Another try at fixing up reading errors from mount. (clumens) - Don't traceback if no baseurl has been set yet. (clumens) - Allow users to enter a hostname or FQDN during installation (#464191) (dcantrell) - Whitespace cleanups. (dcantrell) - Fix mk-s390-cdboot on s390x (#184648) (dcantrell) - Run all text through unicode() before putting it into the TextBuffer. (clumens) - Add reverse chap iscsi bits for kickstart (hans) - Properly center the passphrase entry dialog. (clumens) - Fix test for an empty hostname. (clumens) - Support installs to SD via MMC (#461884) (katzj) - Set ANACONDA_PRODUCTNAME, etc from /etc/system-release (#464120) (alsadi) - Reduce code duplication by moving methods into backend (katzj) - Select packages after repos are set up (#457583) (katzj) - Add a basic reset method (katzj) - Cleanups and simplifications to repo setup (clumens) (katzj) - Revert "Revert "lang-names should really only depend on lang-table"" (katzj) - Fix lang-name generation + fix traceback with LANG=C (katzj) - Allow going back to the method selection screen on error (#463473). (clumens) - Make the boot loader device dialog less ugly (#463489). (clumens) - Look in images/ for install.img on HDISO (#463474). (clumens) - Sort Installation Repo to the top of the repo list. (clumens) - Fuzzy string to fix translation build (katzj) * Wed Sep 24 2008 David Cantrell - 11.4.1.40-1 - Fix network interface bring up in text mode (#463861, #462592) (dcantrell) - Bring back isys.resetResolv() and fix NetworkManager polling in network.py. (dcantrell) - Poll 'State' property from NetworkManager in network.bringUp() (dcantrell) - Log error in rescue mode is network.bringUp() fails. (dcantrell) - Set the first network device in the list to active. (dcantrell) - Get rid of firstnetdevice in Network (dcantrell) - Do not write /lib/udev.d rules if instPath is '' (dcantrell) - Fix problems with bringDeviceUp() calls (#463512) (dcantrell) * Mon Sep 22 2008 David Cantrell - 11.4.1.39-1 - Fix a traceback when getting the interface settings (#462592). (clumens) - self.anaconda -> anaconda (clumens) * Sat Sep 20 2008 David Cantrell - 11.4.1.38-1 - Restore old lang-names generation method (dcantrell) - Remount /mnt/sysimage/dev after migrating filesystems. (clumens) - Use the instroot parameter like we should be doing. (clumens) * Fri Sep 19 2008 Chris Lumens - 11.4.1.37-1 - Set the filename on the traceback when we upload it (wwoods). - Don't worry about errors looking up protected partitions on upgrades. (clumens) - Fix test for allowing the installation source to be on the root fs (#462769). (clumens) - lang-names should really only depend on lang-table (katzj) - Don't make the .desktop file unless we actually need to (katzj) - Fix lang-name generation (katzj) - Look for xrandr in the search path. (clumens) - Make the textw network screen match the iw interface by only prompting for hostname (#462592) (dcantrell) - Pick up hostname if we have it, otherwise use localhost.localdomain (#461933) (dcantrell) - dhclient-script not needed for NetworkManager (dcantrell) - Add getDefaultHostname() to network.py (dcantrel) - Write out NETMASK and BROADCAST correctly in loader. (dcantrel) - Fix problems with manual network configuration in loader. (dcantrel) - anaconda-yum-plugins is now in its own source repo. (clumens) - Remove most of the network configuration from text mode as well (#462691). (clumens) - Add an extra newline to the empty partition table message. (clumens) - Fixup DiskSet._askForLabelPermission() (markmc) * Mon Sep 15 2008 David Cantrell - 11.4.1.36-1 - Remove invalid i18n stuff to let anaconda build. (dcantrell) - Remove doConfigNetDevice() prototype. (dcantrell) * Mon Sep 15 2008 David Cantrell - 11.4.1.35-1 - Call network.bringDeviceUp() instead of old isys functions. (dcantrell) - Pass device name to network.setDNS() and network.setGateway(). (dcantrell) - NetworkManager fixes in network.py (dcantrell) - Remove code from isys not needed for NetworkManager. (dcantrell) - Avoid writing out NM_CONTROLLED more than once. (dcantrell) - Write out final ifcfg-DEVICE files correctly. (dcantrell) - Use POSIX and LSB hostname length limit. (dcantrell) - Consistent whitespace usage in network.py (dcantrell) - Do not try to start hald or dbus-daemon from anaconda. (dcantrell) - On HDISO installs, mark LABEL= and UUID= partitions as protected. (clumens) - Do encrypted device passphrase retrofits while activating partitioning. (dlehman) - Use one passphrase for all new LUKS devices and offer retrofit to old ones. (dlehman) - There's only one passphrase member (encryptionPassphrase) in Partitions. (dlehman) - Only add LUKSDevice instances to PV requests as needed. (dlehman) - New device passphrase is now always global w/ option to retrofit. (dlehman) - Don't prompt for a passphrase when creating encrypted devices. (dlehman) - Define a method to add a passphrase to an existing LUKS device. (dlehman) - Fix a traceback when starting a shell in rescue mode (#462148). (clumens) - md, lock_nolock, and dm_emc kernel modules no longer exist. (clumens) - Fix iscsi disk detection with newer kernels (rh 461839, 461841) (hans) - Fix the crash reported in bug 454135 (hans) - Make iBFT reading explicit from a higher level (hans) - Add ibft flag to ease in testing. (hans) - Support iSCSI CHAP and Reverse CHAP authentication (rhbz#402431, rhbz#432819) (hans) - Don't set iscsi devices to autostart (rhbz#437891) (hans) - Add full CHAP support to iSCSI. (rhbz#432819) (hans) - Do not try to initialize iSCSI, when no portal (#435173) (hans) - Fix wrong function names for iscsi login/start (rhbz#295154) (hans) - Set an attribute when iscsid is started (#431904). (hans) - Better fixes for iscsi probing (patch from jlaska) (hans) - Make sure ISCSIADM and such are defined (rhbz#431924) (hans) - Fix iscsi so that mkinitrd can actually talk to the running daemon (hans) - Make iscsi/ibft work (hans) - Add mk-images changes forgotten in previous commit (hans) - Add support for iSCSI iBFT table (#307761) (hans) * Thu Sep 11 2008 Chris Lumens - 11.4.1.34-1 - Always start NM so we can talk to it in the boot.iso case (#461071). (clumens) - Use the device path to identify LUKS devs in /etc/fstab. (#460700) (dlehman) - Use the LUKS UUID instead of device nodes in all references. (#460700) (dlehman) - LUKSDevice.getScheme() no longer cares if the dev has a passphrase. (#461203) (dlehman) - Correct translation to fix the build. (clumens) - Add the method string back into anaconda-ks.cfg. (clumens) - Let's try pulling libsqlite into the initrd one more time. (clumens) - Don't traceback at the end of live installs (katzj) - Correct the message telling you to use a VNC password. (clumens) - Remove unused TIMEZONES= crud. (clumens) - print doesn't yet support the file= syntax in our version of python. (clumens) - Catch errors from using the wrong bugzilla field and display them. (clumens) - Fix line wrapping on part type screen (jlaska, #461759). - rep_platform has been renamed to platform. (clumens) * Tue Sep 09 2008 Chris Lumens - 11.4.1.33-1 - Include NetworkManager and dbus libraries on 64-bit arches (#461632). (clumens) - We need libsqlite3.so in upd-instroot before it can be in the initrd. (clumens) - Fix partitions growing (backport of rhbz #442628) (rvykydal) - Kickstart timezone validity check fixed (#461526) (rvykydal) - Add more kernel crypto modules (#443545). (clumens) - Make the progress bar move when downloading the install.img (#461182). (clumens) - Add overrideDHCPhostname as an attribute. (clumens) - Fix saving to remote hosts (#461500). (clumens) - short_desc is now summary. (clumens) - Use print() as a function. (pjones) * Sat Sep 06 2008 David Cantrell - 11.4.1.32-1 - Use struct audit_reply instead of struct auditd_reply_list (dcantrell) * Sat Sep 06 2008 David Cantrell - 11.4.1.31-1 - Use --service=NAME in firewall.py when calling lokkit (dcantrell) - Make NM work for the DHCP case, at least (dcbw) (#461071). (clumens) - Sleep a little after dbus to give it time before HAL connects. (clumens) - Add libsqlite to the initrd, which is needed by NSS libs. (clumens) - Add more dlopen()ed libraries to the initrd. (clumens) - Fix various problems with the exn saving UI (#461129). (clumens) - Fail gracefully if we can't talk to NetworkManager over DBus. (dcantrell) - Reword text for easy of translating plurals (#460728). (clumens) - Make sure /bin/sh is linked to /bin/bash (dcantrell) - Do not include /usr/lib/gconv in install.img (dcantrell) - Add /etc/NetworkManager/dispatcher.d to the install.img. (clumens) - Remove last vestiges of rhpxl and pirut. (clumens) - Only one list of packages in upd-instroot, thanks. (clumens) - Add xrandr back into the install.img (#458738). (clumens) - Add a couple more directories to search paths. (clumens) - Do repo setup and sack setup as separate steps. (clumens) - Fix a typo that was causing repos in the kickstart file to be skipped (#451020). (clumens) * Fri Aug 29 2008 David Cantrell - 11.4.1.30-1 - Fix a traceback with unencrypted autopart. (dlehman) - doLoggingSetup has grown some new arguments (#460654). (clumens) - Updated German translation (fabian) - Remove references to isConfigured in network.py (dcantrell) - Define the NM_STATE_* constants in isys.py (dcantrell) - Rewrite NetworkWindow to only prompt for hostname. (dcantrell) - Pad the icon more in network.glade (dcantrell) - Removed iface_dns_lookup() (dcantrell) - Don't pass NULL to dbus_message_unref() (dcantrell) - New network configuration screen for GTK+ UI. (dcantrell) - Pass family to iface_ip2str() call (dcantrell) - Rewrite iface_ip2str() to talk to NetworkManager over D-Bus (dcantrell) - New translation (besnik) - Pull in the gtkrc file so we can find the theme. (clumens) - Use signed git tags (katzj) - Skip networkDeviceCheck in dispatch.py (dcantrell) - Do not call has_key() on NetworkDevice, use isys.NM_* (dcantrell) - Separate lines per BR. (dcantrell) - Remove invalid line iw/autopart_type.py (dcantrell) - Fix syntax error in yuminstall.py, fix pychecker warnings. (dcantrell) - Updated Hungarian translation (sulyokpeti) - Add missing () to function definitions. (dcantrell) - Fix err handling in doMultiMount() (dcantrell) - Revert "Pass --follow to git-log" (dcantrell) - Remove references to /tmp/netinfo (dcantrell) - Gather network settings from NetworkManager and ifcfg files. (dcantrell) - Update the pot file and refresh the pos (katzj) - For all HTTP/FTP repos, keep the cached repodata (#173441). (clumens) - Fix a traceback when trying to set the status whiteboard on a bug. (clumens) - When the wrong filesystem type is used, raise a more explicit error. (clumens) - Don't copy the install.img over in single media cases (#216167). (clumens) - Remove isys.getopt() (dcantrell) - Remove code not used in net.c (dcantrell) - Write to /etc/sysconfig/network-scripts/ifcfg-INTERFACE (dcantrell) - mystrstr() -> strstr() (dcantrell) - Expand getDeviceProperties to return all devices. (dcantrell) - Pass --follow to git-log (dcantrell) - Support accessing preexisting LUKS devs using LRW or XTS ciphers. (#455063) (dlehman) - Use yum's handling of optional/default/mandatory package selection (#448172). (clumens) - List iSCSI multipath devices in the installer UI. (dcantrell) - Fix text wrap width on the partition type combo, for real this time (#221791) (dlehman) - For /dev/hvc0 terminals, set TERM to vt320 (#219556). (dcantrell) - The Timer class is no longer used. (clumens) - Handle preexisting swraid w/ encrypted member disks/partitions. (dlehman) - Don't try to close a dm-crypt mapping that is not open. (dlehman) - Remove unused silo code that wouldn't even build if it were used. (clumens) - Remove some really old, really unused code. (clumens) - Add another mount function that takes a list of fstypes to try. (clumens) - Download progress indicator for FTP and HTTP in stage 1. (dcantrell) - Make sure we wait for NetworkManager. (dcantrell) - Renamed loader2 subdirectory to loader (hooray for git) (dcantrell) - Do not include wireless.h or call is_wireless_device() (dcantrell) - Add getDeviceProperties() and rewrite getMacAddress() (dcantrell) - Do not include wireless.h (dcantrell) - Rewrite isys.isWireless() to use D-Bus and NetworkManager (dcantrell) - Rewrite isys.getIPAddress() to use D-Bus and NetworkManager. (dcantrell) - Include ../isys/ethtool.h instead of ../isys/net.h. (dcantrell) - Rename isys/net.h to isys/ethtool.h, removed unnecessary typedefs. (dcantrell) - Removed waitForLink() function in loader. (dcantrell) - Remove initLoopback() function in loader (dcantrell) - Use D-Bus properties to get current NM state. (dcantrell) - Use dbus in hasActiveNetDev() and _anyUsing() (dcantrell) - Use NetworkManager instead of libdhcp. (#458183) (dcantrell) - When mount fails, pass the error message up to the UI layer. (clumens) - Bring askmethod back to prompt for the location of install.img. (clumens) * Fri Aug 22 2008 Chris Lumens - 11.4.1.29-1 - Enable yum plugins. (clumens) - In the preupgrade case, repo=hd: means an exploded tree on the hard drive. (clumens) - Remove preupgrade-specific hacks. (clumens) - Add conf files for our yum plugins so they can be enabled. (clumens) - Create a subpackage containing the yum plugins. (clumens) - Add the new blacklist and whiteout yum plugins. (clumens) - Allow retrying if the ISO images aren't found (for the USB case). (clumens) - Include "--encrypted" in anaconda-ks.cfg partitioning as needed. (#459430) (dlehman) - Support establishing a global passphrase when creating encrypted devices. (dlehman) - Display the lock icon for encrypted RAID members. (#459123) (dlehman) - More descriptive drive message when warning on format. (dcantrell) - Need to import rhpl for things like switching to pdb. (clumens) - Fix traceback in passphrase handling code for encrypted RAID requests. (#459121) (dlehman) - Copy the install.img to /tmp on HD installs. (clumens) - Fix a typo (dcantrell). - Expert mode was disabled in 2004. Remove it now. (clumens) - Remove an extra "Local disk" option (#459128). (clumens) - Clear up error reporting on upgrades when devices are listed by UUID. (clumens) - If the UI was used to specify a repo, construct a repo param (#458899). (clumens) - Fix a traceback calling createMapping. (clumens) - First crack at upgrade of systems with encrypted block devices. (#437604) (dlehman) - In kickstart, prompt for new LUKS dev passphrase if not specified. (#446930) (dlehman) - Remove passphrase check hack from LUKSDevice.getScheme. (dlehman) - Allow specification of a device string for display in passphrase dialog. (dlehman) - Add encrypted device passphrase dialog for text mode. (dlehman) - Fix PartitionDevice.getDevice to take asBoot into account. (dlehman) - Make passphrase dialogs appear in the center of the screen. (#458114) (dlehman) - Consider clearpart and ignoredisk when scanning for encrypted partitions. (dlehman) - Correctly handle typos in the stage2 location when inferred from repo=. (clumens) - Fix the loader UI when prompting for stage2.img on HDISO. (clumens) - Rename stage2.img to install.img (dcantrell) - Bring up the network before saving a bug via scp. (clumens) - Make it more explicit we want the stage2.img URL, not the repo URL. (clumens) - Add the match type so we don't find all bugs. (clumens) - Make upd-updates create the updates.img you specify if it doesn't already exist. (pjones) - Don't base mpath/dmraid/raid startup/stopping based on if lvm is activated yet, (pjones) - Add diskset.devicesOpen boolean, so we can tell if devices should be started (pjones) - Add dirCleanup back in so we don't leave install metadata behind. (clumens) - Move betanag to after keyboard and language are setup. (clumens) - Add module dependencies of qeth.ko (#431922). (clumens) - Copy the changes from RHEL5 for the linuxrc.s390 over. (clumens) - Disable SCSI devices so we can safely remove a LUN (bhinson, #249341). (dcantrell) * Tue Aug 12 2008 Chris Lumens - 11.4.1.28-1 - More fixes to include udev rules in the initrd (#458570). (clumens) - Catch the first non-generic-logo package that provides system-logos. (clumens) - Remove extra ')' in install-buildrequires (dcantrell) * Mon Aug 11 2008 Chris Lumens - 11.4.1.27-1 - Handle 'rescue' and %%post in rescue mode (atodorov) - Delay the duplicate label error until the label is actually used (#458505). (clumens) - Enable wireless modules again for now as a test (#443545). (clumens) - udev rules have changed location (#458570). (clumens) - Add install-buildrequires target. (dcantrell) * Fri Aug 08 2008 Chris Lumens - 11.4.1.26-1 - Remove a bunch of cachedir setting code that is no longer needed. (clumens) - Fix segfaults on interactive NFS installs (#458416). (clumens) - Fix LVM error handling so the exceptions actually get into the namespace. (pjones) - yuminstall: don't look for kernel-xen anymore (markmc) - console: kill the /proc/xen hack (markmc) - yuminstall: don't ever stop people installing the virt group (markmc) - lang: kill xen keymap hack (markmc) - bootloader: remove old kernel-xen-{guest, hypervisor} handling (markmc) - Preserve baseurl/mirrorlist and mirrorlist checkbox settings across loads. (clumens) - It's BETANAG, not betanag. (clumens) - Various string fixes (clumens). - Wrap spec file changelog lines. (dcantrell) - mk-images: replace kernel-xen with pv_ops kernel (markmc) - Use a temporary location for yum cache data (#457632). (clumens) - Remove extra newtPopWindow() call that was causing a crash (#260621). (dcantrell) - Add /sbin/sfdisk (#224297). (dcantrell) - Do not call _isys.vtActivate() on s390 or s390x platforms (#217563). (dcantrell) - Change the maximum recommended swap size to "2000 + (current ram)".(#447372) (jgranado) - Make it >= not > for the memory size comparison (#207573) (pjones) - Allow float comparison between nic names in isys.py. (#246135) (joel) - Fix formatting on disk sizes >1TB (pjones) - Don't traceback when trying to remove /mnt/sysimage (#227650). (dcantrell) - If we're booting off the boot.iso, don't prompt for lang or kbd (#457595). (clumens) - Don't mention images/diskboot.img anymore (#441092). (clumens) - Remove iSeries image generation (#456878) (dcantrell) - Display capslock status correctly (#442258) (dcantrell) * Mon Aug 04 2008 Chris Lumens - 11.4.1.25-1 - Eject the CD/DVD if we booted off a boot.iso as well (#442088). (clumens) - Fix a GTK warning that only appears with s-c-ks running from a shell (#431844). (clumens) - Break a few functions out of yuminstall.py into their own file. (clumens) - We're not actually activating new filesystems quite yet. (clumens) - Fix a typo in the initial partitioning screen. (clumens) - Use system-logos instead of hardcoding fedora-logos (#457378). (clumens) - anaconda can no longer be None when we create a DiskSet instance. (clumens) - Remove LabelFactory since we now rely on UUIDs for everything. (clumens) - Filter out repos that aren't enabled when running in betanag mode. (clumens) - Close the transaction between CDs (#457126). (clumens) - Split media fixes. (clumens) - Handling (ask user) of invalid timezone value in kickstart added (#404323) (rvykydal) * Thu Jul 31 2008 Jeremy Katz - 11.4.1.24-1 - Don't try to use self.tree as the mode to open .discinfo. (clumens) - Remove all the RPM lock files before creating a new transaction (#456949). (clumens) - Support VDSK devices on s390x (#264061) (dcantrell) * Wed Jul 30 2008 Chris Lumens - 11.4.1.23-1 - Fix mke2fs argument passing (#457285). (clumens) - Disable logging in the firmware loader, since it clobbers other log messages. (pjones) * Wed Jul 30 2008 Chris Lumens - 11.4.1.22-1 - udevsettle takes forever, so display a waitWindow. (clumens) - Leave anaconda-runtime around for mk-images run. (dcantrell) * Tue Jul 29 2008 Jeremy Katz - 11.4.1.21-1 - Remove an instance of NEEDGR still existing to fix graphical isolinux (#457144) (katzj) - use newer mke2fs arguments for different filesystems (sandeen) - Use attributes to tell us whether filesystems are bootable (#457037). (clumens) - Make sure we drag in gzip, used by the image creation stuff. (jkeating) * Fri Jul 25 2008 Chris Lumens - 11.4.1.20-1 - Clean up some mistakes in the minstg2 removal. (dcantrell) - Fix passing the language to anaconda (katzj) * Thu Jul 24 2008 Chris Lumens - 11.4.1.19-1 - Fix another NFS kickstart segfault (#456461). (clumens) - Remove support for generating a minstg2.img image. (dcantrell) - If the xconfig command is given, do something with it (#455938). (clumens) - METHOD_CDROM is now supported on s390 (jgranado). (clumens) - Fix test for if we could access stage2.img on the CD (wwoods). - Look for updates.img and product.img on the boot.iso. (clumens) - Suspend the curses interface before calling scripts and resume afterwards (#435314) (msivak) * Wed Jul 23 2008 Chris Lumens - 11.4.1.18-1 - MD_NEW_SIZE_BLOCKS no longer exists in newer kernel headers. (clumens) * Wed Jul 23 2008 Chris Lumens - 11.4.1.17-1 - Add support for filing bugs straight into bugzilla. (clumens) - Running git-tag -f from a makefile rule is a bad idea (katzj) - A text message in rescue.py is not gettext-ized (atodorov) - Code cleanup - handling of --serial (atodorov) - Offer physical NIC identification in stage 1 (#261101) (dcantrell) - Specify a default cio_ignore parameter for s390x (#253075) (dcantrell) - Fix getting the stage2 image when doing kickstart installs. (clumens) - Convert package names to unicode before displaying the error message (#446826). (clumens) - When there is text mode specified in the kickstart file, disable the vnc question (#455612) (msivak) - We no longer add the fstype to the hd: method in loader. (clumens) - Check DHCP by default on the text network configurator screen. (clumens) - Support booting from FCP-attached CD/DVD drive on s390 (#184648) (dcantrell) * Thu Jul 17 2008 Chris Lumens - 11.4.1.16-1 - Support xdriver= again (katzj) - Fix loadkeys on serial console (niels.devos) - don't change from cmdline to textmode on lowmem systems (niels.devos) - Update the VNC over text mode patch, so it correctly passes the password to VNC server (#455612) (msivak) - Set interface MTU if user specified mtu= param (#435874) (dcantrell) - Bring up the network before attempting to mount the NFSISO source. (clumens) - Catch mount errors when adding NFS repos (#455645). (clumens) - Fix a traceback when trying to save exceptiona via scp. (clumens) - Give a progress bar when cleaning up after upgrades (#208725). (clumens) - Look for repo config files in /etc/anaconda.repos.d. (clumens) - baseurl should be a list, mirrorlist should not. (clumens) - It's called crypto_blkcipher.ko these days. (clumens) * Tue Jul 15 2008 David Cantrell - 11.4.1.15-1 - Add a text-mode network config dialog so default installs can work. (clumens) - Use the right format for the NFS methodstr, but harder this time. (clumens) - Ask the user if he wants to use VNC instead of text mode (#453551) (msivak) - Fix a segfault when displaying the wrong CD message. (clumens) - Use the right format for the NFS methodstr. (clumens) - Use correct path for FAK plugins in upd-instroot (jgranado) * Fri Jul 11 2008 Chris Lumens - 11.4.1.14-1 - Remove an extra tab that was causing problems with the Iloko translation. (clumens) - Use the right stage2.img path for kickstart URL installs (#452140). (clumens) - Convert package errors to unicode before displaying them (#441200). (clumens) - Display a status message while waiting for the CD to become ready. (clumens) - Fix window title to be the same as all others. (clumens) - In cmdline mode, give some feedback when transferring loader files. (clumens) - If network config info isn't provided for cmdline, abort. (clumens) - If we're not given a method in cmdline mode, we have to quit. (clumens) - In cmdline mode, set language to the default if none is provided. (clumens) - Don't stop on the method screen if stage2= is provided. (clumens) - Add support for NFS to the repo editor (#443733). (clumens) - Fix whitespace silliness. (pjones) - Fix closing the drive door so that if the kernel happens to start giving us the right error code, we'll handle it correctly... (pjones) - Fix the mysterious Error: OK message. (clumens) - The return value from mediaCheckCdrom is totally useless. (clumens) - Add better error handling when initializing yum (#453695). (clumens) - Add functions for creating repos as well. (clumens) - Don't handle all possible exceptions as if they were repo errors. (clumens) - Reorganize to make it easier to reset the "base" repository. (clumens) - Remove the pkgSack when a repo is disabled. (clumens) - Use the new method of calling the NetworkConfigurator. (clumens) - Add an updated repo editor. (clumens) - Don't suggest text mode to the poor, poor user. (pjones) * Wed Jul 09 2008 Chris Lumens - 11.4.1.13-1 - Filter out source and debuginfo repos from the UI. (clumens) - Add the MD5 sum to the boot.iso to avoid errors in loader (#453698). (clumens) - Don't strip too much off the NFS directory path. (clumens) - Log stage2 url better. (pjones) - Fix minor whitespace nits. (pjones) - Use %%m rather than strerror() where appropriate. (pjones) - Make setupCdrom() actually return the path to the stage2 image it found. (pjones) - Don't unconditionally pass --lang for live installs (#454101) (katzj) - Set up rhgb for plymouth on live. And conditionalize rhgb + runlevel 5 (katzj) - Set up rhgb if plymouth is installed as well as rhgb (katzj) - Get the math right on how many usec per second... (pjones) - Import missing module "network". (pjones) - Wait up to 45 seconds for "No medium found" to stop happening (pjones) * Thu Jul 03 2008 Peter Jones - 11.4.1.12-1 - Add dmraid-libs to PACKAGES so new dmraid won't break installs. * Thu Jul 03 2008 Peter Jones - 11.4.1.11-1 - Fix double free in setupCdrom - Fix missing psudo->pseudo spelling fix (katzj, #453843) - Include missing X libraries in stage2.img * Tue Jul 01 2008 Chris Lumens - 11.4.1.10-1 - Remove old livecd flag (katzj) - Explicitly setup livecd install by passing --liveinst to anaconda (katzj) - Check return value of asprintf() consistently (dcantrell) - Per strtol(3) man page, set errno=0 before call. (dcantrell) - Rescue mode no longer needs access to a methodstr (#453044). (clumens) - Use strtol() instead of atoi() (dcantrell) - Spell pseudo correctly. (pjones) * Wed Jun 25 2008 Chris Lumens 11.4.1.9-1 - Query for anaconda rather than anaconda-runtime in buildinstall (jkeating). * Mon Jun 23 2008 Jeremy Katz - 11.4.1.8-1 - Remove from being installed too (katzj) - Remove anaconda-runtime as a separate subpackage (katzj) - Remove the stuff we're not calling. (pjones) - Remove this since we don't use it anymore (katzj) - Don't continue on using the base installclass if we can't find one (katzj) - Get rid of wlite and unicode-lite; these were necessary to support (pjones) - Remove pkgorder and splittree; these should be in pungi (katzj) - Add the .treeinfo file into the exception report. (clumens) - Fix a typo (#452140). (clumens) * Fri Jun 20 2008 Chris Lumens - 11.4.1.7-1 - Remove ancient block of code to upgrade Netscape Communicator. (clumens) - Move enableNetwork into the interface. Bring network up for scp. (clumens) - If we can't mount for some reason, don't traceback (#452159). (clumens) - Fix the upgrade button traceback (#374891). (clumens) * Wed Jun 18 2008 Chris Lumens - 11.4.1.6-1 - Enable media check again, and let it check the boot.iso. (clumens) - Substitute the version from buildstamp for $releasever if needed. (clumens) - Remove the askmethod cmdline option. (clumens) - Lots of work to make loader only look for stage2.img, and stage2 do all the install method configuration. (clumens) - Add the --stage2= and --repo= options, deprecate --method=. (clumens) - Fix pkgorder to include deps of kernel early. (pjones) - Deal with udev losing udevcontrol/udevtrigger (katzj) - Boot in graphical mode if /usr/bin/kdm exists. (clumens) - bootProto isn't a global variable (#451689). (clumens) * Fri Jun 13 2008 Chris Lumens - 11.4.1.5-1 - Add a mirrorlist option. (jkeating) - Don't display garbage when prompting for the updates device. (clumens) - Don't write out yum repo config files in kickstart.py. (clumens) - It doesn't make sense to insert a disk into a partition, so don't ask. (clumens) - Unmount /mnt/sysimage/dev manually since it doesn't get an entry. (clumens) - Link ld-linux.so.2 to ld-*.*.*.so (dcantrell) - Quote the repo name in anaconda-ks.cfg in case it includes spaces. (clumens) - Move all the exception classes into a single file. (clumens) - And import iutil a the end as well. (clumens) - Don't display obsoleted packages in the UI. (clumens) * Thu Jun 05 2008 Chris Lumens - 11.4.1.4-1 - Fix text mode button translations (#450176). (clumens) - Remove a rogue call to textdomain. (clumens) - Make "upd-updates /tmp/updates.img" update everything newer in the current (pjones) - _xmltrans is undefined. Try xmltrans instead. (clumens) - Fix reference to cost vs. priority (#450168). (clumens) - Don't do the "exec shell on tty1" thing in vnc if we've got virtual terminals. (pjones) - Import N_ (#450163). (clumens) - raise "NotImplementedError", not "NotImplemented" (pjones) - Need to import iutil before we use it. (clumens) - Don't reference PartitioningError.value . (pjones) * Wed Jun 04 2008 Chris Lumens - 11.4.1.3-1 - Can't reference iutil.whatever from inside iutil.py. (clumens) - When using the boot.iso and URL installs, download the .treeinfo file. (clumens) - Fix a couple typos in the getArch commit. (clumens) - Be consistent with data type. (dcantrell) - Replace rhpl.getArch() calls with iutil calls. (dcantrell) - Expand iutil.isX86() and added iutil.getArch() (dcantrell) - Add isAlpha() test function to iutil. (dcantrell) - Create architecture test functions in iutil (dcantrell) - Removed mystrstr() function in loader2/init.c (dcantrell) - Don't support Arabic in text mode installs since we don't even do RTL. (clumens) - Removed old strace debugging in loader2/init (dcantrell) - Keep only one copy of this code for group sorting/display around (katzj) - Stop using rhpl.translate and use gettext directly (katzj) - Add a descriptive comment to the top of /etc/fstab (#448966). (clumens) - Use "message" instead of "value" on errors, and stringify on the front side. (pjones) - Translate package descriptions (#449455). (clumens) - Translate password error messages (#439981). (clumens) - Fix traceback starting vnc (#449295) (katzj) - Add Hewbrew to lang-table (oron) - Fix errors in python string formatting (#449130). (clumens) * Thu May 29 2008 Chris Lumens - 11.4.1.2-1 - Allow ext4 migration again for testing at least (katzj) - Remount filesystems after migration (#440055) (katzj) - Add blkid to the keepfiles list so jkeating will whine less (pjones) - Don't allow vfat /boot (katzj) - Use the base yum doConfigSetup method. (clumens) - Include the yum repo files from fedora-release in stage2. (clumens) - No longer maintain our own list of extra repos. (clumens) - Sort the repos in the UI. (clumens) - Add cost, includepkgs, and excludepkgs to the ks repo objects (#448501). (clumens) - Stop pretending to support Greek text mode (#208841) (katzj) - Make it clear you need to reboot to use the installed system (#238297) (katzj) - Activate LVM for when we do meta-resizing (#441706) (katzj) - List Norweigian as Bokmål (#437355) (katzj) - Simplify the install classes. (clumens) - Don't show the EFI filesystem unless we're on an EFI platform (katzj) - Add nfsv4 so that we don't nuke them on upgrades (#448145) (katzj) - When there are errors reading the live CD, offer a retry. (clumens) - Can't recover from buildTransaction errors on a per-repo basis (#447796). (clumens) - Set default partition size to 200 MB in the custom partitioning UI. (clumens) - Limit the size of things in exception dumps to 1k. (clumens) - Catch IOErrors one place they seem to happen most. (clumens) - Add a unique user agent for anaconda's grabbing in stage2 (katzj) - Remove text mode help support as well. (clumens) - Check for all the non-mkfs utilities required for each filesystem type. (clumens) - More partitioning error handling fixes (#446453). (clumens) - Require cracklib-python for the rootpassword screen. (notting) - Use pykickstart's deprecated versions of the xconfig and monitor classes. (clumens) - Fix tyop in upgrade migrate screen (#446363) (katzj) * Tue May 13 2008 Jeremy Katz - 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) * Mon May 12 2008 Jeremy Katz - 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 - 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) * Fri Apr 25 2008 David Cantrell - 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 " (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) * Thu Apr 24 2008 Chris Lumens - 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) * Fri Apr 18 2008 Jeremy Katz - 11.4.0.75-1 - Listing the directories before expiring yum caches helps (katzj) * Fri Apr 18 2008 Jeremy Katz - 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) * Wed Apr 16 2008 David Cantrell - 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) * Tue Apr 15 2008 Jeremy Katz - 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) * Thu Apr 10 2008 Peter Jones - 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) * Thu Apr 10 2008 Chris Lumens - 11.4.0.70-1 - ide-cd_mod, not ide-cd_rom (thanks to jwb) (katzj) * Wed Apr 09 2008 Peter Jones - 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) * Wed Apr 09 2008 Peter Jones - 11.4.0.68-2 - Fix device-mapper dep. * Tue Apr 08 2008 Peter Jones - 11.4.0.68-1 - Handle EFI partitions somewhat better (pjones) - Fix typo in mk-images.efi's parted usage (pjones) * Tue Apr 08 2008 Jeremy Katz - 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. * Sun Apr 06 2008 Jeremy Katz - 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 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 * Wed Apr 02 2008 Chris Lumens - 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) * Mon Mar 31 2008 Jeremy Katz - 11.4.0.64-1 - Fix my tyop (katzj) - Fuzzy broken string again (katzj) * Sun Mar 30 2008 Jeremy Katz - 11.4.0.63-1 - Fix broken translations. Again. (katzj) * Sun Mar 30 2008 Jeremy Katz - 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 - 11.4.0.61-1 - Fix broken translation. (clumens) * Thu Mar 27 2008 Chris Lumens - 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 - 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 - 11.4.0.58-1 - Fuzzy broken string (katzj) * Tue Mar 25 2008 Jeremy Katz - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 11.4.0.47-1 - Fix the build again (katzj) * Wed Mar 05 2008 Jeremy Katz - 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 - 11.4.0.45-1 - Fix the build. * Tue Mar 04 2008 Jeremy Katz - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 11.4.0.35-1 - Fix the build (katzj) * Tue Feb 12 2008 Jeremy Katz - 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 - 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 - 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 - 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 - 11.4.0.30-1 - Initialize int in doConfigNetDevice() to fix compiler warnings. (dcantrell) * Wed Jan 30 2008 David Cantrell - 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 - 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 - 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 - 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 - 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 - 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 - 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. - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 11.4.0.15-1 - Require latest libdhcp (#378641) (dcantrell) * Thu Jan 03 2008 David Cantrell - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 3 2007 Jeremy Katz - 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 - 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 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 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 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 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). * Mon Oct 22 2007 Jeremy Katz 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) * Sun Oct 21 2007 Jeremy Katz 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) * Wed Oct 17 2007 Peter Jones 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. * Wed Oct 17 2007 Peter Jones 11.3.0.41-1 - Fix liveinst build on ppc * Wed Oct 17 2007 Peter Jones 11.3.0.40-1 - Don't build gptsync on ppc (katzj) - Remove obsolete no.po translation (clumens, #332141) - Update gptsync to 0.10 * Fri Oct 12 2007 Chris Lumens 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). * Wed Oct 10 2007 Jeremy Katz 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) * Mon Oct 8 2007 Jeremy Katz 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) * Fri Sep 28 2007 Chris Lumens 11.3.0.36-1 - Fix rescue CD + nfs tree as well. - More wireless driver blacklist fixing (katzj). * Thu Sep 27 2007 Jeremy Katz 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) * Tue Sep 25 2007 Jeremy Katz 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 * Mon Sep 24 2007 Jeremy Katz 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) * Wed Sep 19 2007 Jeremy Katz 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 * Tue Sep 18 2007 Chris Lumens 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). * Mon Sep 17 2007 Jeremy Katz - 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) * Thu Sep 13 2007 Chris Lumens 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, #283791). - 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). * Wed Sep 5 2007 Jeremy Katz - 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) * Tue Sep 04 2007 Chris Lumens 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. * Fri Aug 31 2007 Jeremy Katz - 11.3.0.26-1 - Some kickstart fixes (clumens, #269721) - More libraries (clumens) * Thu Aug 30 2007 Jeremy Katz - 11.3.0.25-1 - quick and dirty fix for popt to be in stage2 * Thu Aug 30 2007 Jeremy Katz - 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 * Tue Aug 28 2007 Chris Lumens 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). * Mon Aug 27 2007 Jeremy Katz - 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) * Sat Aug 25 2007 Jeremy Katz - 11.3.0.21-3 - BR popt-devel - and -static * Sat Aug 25 2007 Jeremy Katz - 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) * Wed Aug 22 2007 Chris Lumens 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). * Mon Aug 13 2007 Chris Lumens 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). * Thu Aug 09 2007 Chris Lumens 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). * Mon Aug 06 2007 Chris Lumens 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). * Fri Aug 03 2007 Chris Lumens 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). * Tue Jul 31 2007 Chris Lumens 11.3.0.15-1 - isys cleanups. - Create device nodes much earlier (#249882). * Fri Jul 27 2007 Chris Lumens 11.3.0.14-1 - Fix ppc keymaps (#249881). * Fri Jul 27 2007 Jeremy Katz - 11.3.0.13-1 - fix nfsiso (#249882) * Thu Jul 26 2007 Bill Nottingham - 11.3.0.12-1 - fix stage2 generation (jkeating) * Thu Jul 26 2007 Jeremy Katz - 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 * Wed Jul 25 2007 Jeremy Katz - 11.3.0.10-1 - fix media installs (#249371) * Tue Jul 24 2007 Jeremy Katz - 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 * Thu Jul 19 2007 Chris Lumens 11.3.0.8-1 - Mark iSCSI root with _netdev mount option (markmc AT redhat DOT com, #245725). - 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). * Mon Jul 16 2007 Jeremy Katz - 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) * Thu Jul 12 2007 Chris Lumens 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, #247807). - 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). * Thu Jun 28 2007 Jeremy Katz - 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) * Fri Jun 22 2007 Chris Lumens - 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. * Mon Jun 18 2007 Chris Lumens - 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). * Fri Jun 15 2007 Jeremy Katz - 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) * Fri Jun 15 2007 Chris Lumens - 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). * Tue Jun 12 2007 Chris Lumens - 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). * Mon May 21 2007 Jeremy Katz - 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) * Wed May 16 2007 Chris Lumens - 11.2.0.60-1 - Add yum logger (katzj, #240226). - Fix up Bulgarian keyboard support (#240087). - Fix text mode language selection tracebacks. * Tue May 15 2007 Chris Lumens - 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). * Fri May 4 2007 Jeremy Katz - 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) * Mon Apr 30 2007 Jeremy Katz - 11.2.0.57-1 - fix build * Mon Apr 30 2007 Jeremy Katz - 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) * Mon Apr 23 2007 Jeremy Katz - 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) * Fri Apr 20 2007 Chris Lumens - 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). * Thu Apr 19 2007 Jeremy Katz - 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 * Wed Apr 18 2007 Jeremy Katz - 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) * Tue Apr 17 2007 Jeremy Katz - 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) * Fri Apr 13 2007 Jeremy Katz - 11.2.0.49-1 - Fix SELinux labels on moved files with live install (#236282) - Add vmmouse driver * Thu Apr 12 2007 David Cantrell - 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 * Mon Apr 9 2007 Jeremy Katz - 11.2.0.47-1 - Fix build on s390 - Ensure we exit at the end of the install. * Sun Apr 8 2007 Peter Jones - 11.2.0.46-2 - Rebuild because aparently the s390 build produced a corrupt package... * Thu Apr 5 2007 Jeremy Katz - 11.2.0.46-1 - Minor live install fixes - dasd fixes (dcantrell) * Wed Apr 4 2007 Jeremy Katz - 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) * Tue Apr 3 2007 Jeremy Katz - 11.2.0.44-1 - Clean up depsolve callback to work with yum depsolver - More live CD fixing * Tue Apr 03 2007 David Cantrell - 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) * Fri Mar 30 2007 David Cantrell - 11.2.0.42-1 - LiveCD fixes (katzj, #230945, #224208, #224213, #230943) - Handle IOErrors if we can't find the kickstart file (clumens) * Wed Mar 28 2007 Chris Lumens - 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 - 11.2.0.40-2 - fix xinit exiting * Wed Mar 21 2007 Chris Lumens - 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 - 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 - 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 - 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 - 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 9 2007 David Cantrell - 11.2.0.35-1 - Fix SIGSEGV for HTTP installs (#231576) - Some spec file cleanups to adhere to Fedora packaging guidelines * Thu Mar 8 2007 David Cantrell - 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 8 2007 Chris Lumens - 11.2.0.33-1 - Fix translations to build correctly. - Fix traceback on upgrade due to yum API change. * Wed Mar 7 2007 Jeremy Katz - 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 6 2007 David Cantrell - 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 5 2007 Jeremy Katz - 11.2.0.30-1 - ext2 is a module now - add a basic boot drive selector to the graphical autopartitioning screen * Mon Mar 5 2007 Jeremy Katz - 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 - 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 , #230268). - Fix reserve-size option on splittree.py (katzj, #230343). - Apply a patch to clean up strings (Paul W. Frields , #204564). - Focus the next button when enter is pressed on the password screen (#206568). * Mon Feb 26 2007 Chris Lumens - 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 - 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 - 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 ). * Fri Feb 16 2007 David Cantrell - 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 - 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 - 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 - 11.2.0.21-1 - BR device-mapper-devel * Fri Feb 09 2007 David Cantrell - 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 - 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 - 11.2.0.18-1 - Fix pkgorder - Give indication of city being pointed at for timezone (clumens, #219417) * Wed Jan 24 2007 Jeremy Katz - 11.2.0.17-1 - Disable extra repo for now * Wed Jan 24 2007 Jeremy Katz - 11.2.0.16-1 - Fix rescue mode - Fix theming * Tue Jan 23 2007 Jeremy Katz - 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 - 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 - 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 - 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 - 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 - 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 - 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 9 2007 Jeremy Katz - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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, #213112). - 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 2 2006 Chris Lumens - 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). * Mon Oct 9 2006 Jeremy Katz - 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 * Fri Oct 6 2006 Jeremy Katz - 11.1.0.109-1 - Fix iscsi for toolchain changes and targets with multiple IPs - Validate ips like 9.1.2.3 (dcantrel, #209654) * Fri Oct 6 2006 Jeremy Katz - 11.1.0.108-1 - Fix endless spinning with redhat-lsb depcheck (#209665) - Fix usefbx (clumens) - Fix traceback with loopback isos (pnasrat) * Thu Oct 5 2006 Jeremy Katz - 11.1.0.107-1 - minor yum api fix * Wed Oct 4 2006 Jeremy Katz - 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) * Tue Oct 03 2006 Chris Lumens - 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, #201194). * Mon Oct 2 2006 Jeremy Katz - 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) * Thu Sep 28 2006 Jeremy Katz - 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 * Wed Sep 27 2006 Jeremy Katz - 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 * Thu Sep 21 2006 Jeremy Katz - 11.1.0.100-1 - Fix a few tracebacks (#207594, #207587) - Allow only iSCSI disks (#207471) - Fix bootdisk.img on x86_64 * Wed Sep 20 2006 Jeremy Katz - 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, #206148, #206678, #206537) - 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 * Fri Sep 15 2006 Jeremy Katz - 11.1.0.98-1 - Fix stage2 creation (prarit, #206638) - Add ehea driver (pjones) - Fix rescue mode for the early shell case * Thu Sep 14 2006 Chris Lumens 11.1.0.97-1 - Compile fix (pjones). * Thu Sep 14 2006 Chris Lumens 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). * Fri Sep 8 2006 Peter Jones - 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. * Thu Sep 07 2006 Chris Lumens 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). * Wed Sep 6 2006 Jeremy Katz - 11.1.0.93-1 - unbreak xen installs - add hptiop drivers (#205337) - Fix a traceback (#205450) * Tue Sep 5 2006 Jeremy Katz - 11.1.0.92-1 - fix the build some more * Tue Sep 5 2006 Jeremy Katz - 11.1.0.91-1 - build fix (pjones) - traceback fix (dcantrel) * Tue Sep 5 2006 Jeremy Katz - 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) * Thu Aug 31 2006 Peter Jones - 11.1.0.89-1 - Fix going back to the repo screen (clumens) - Install correct supplementary packages when using dmraid or multipath * Wed Aug 30 2006 Jeremy Katz - 11.1.0.88-1 - Fix a case where images don't exist (#204648) - More making pkgorder quieter * Wed Aug 30 2006 Jeremy Katz - 11.1.0.87-1 - Fix traceback on editing lvm (#204631) - Fix SELinux context setting - Don't do file logging in pkgorder * Tue Aug 29 2006 Jeremy Katz - 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) * Tue Aug 29 2006 Jeremy Katz - 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) * Wed Aug 23 2006 Jeremy Katz - 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) * Wed Aug 16 2006 Jeremy Katz - 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 * Tue Aug 15 2006 Chris Lumens 11.1.0.82-1 - Make Turkish translation build again. * Tue Aug 15 2006 Chris Lumens 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 for nogr mode. * Tue Aug 08 2006 Paul Nasrat 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) * Mon Aug 07 2006 Chris Lumens 11.1.0.79-1 - s390 build fix. * Mon Aug 07 2006 Chris Lumens 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). * Wed Aug 02 2006 Paul Nasrat 11.1.0.77-1 - Fix pkgorder isdir check - Reinstate frequent rescanning of devices (clumens) * Wed Aug 02 2006 Chris Lumens 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). * Tue Aug 1 2006 Peter Jones - 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) * Mon Jul 31 2006 Jeremy Katz - 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) * Fri Jul 28 2006 Peter Jones - 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) * Thu Jul 27 2006 Jeremy Katz - 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 * Thu Jul 27 2006 Jeremy Katz - 11.1.0.68-1 - And another fix for the RHEL installclass * Thu Jul 27 2006 Jeremy Katz - 11.1.0.67-1 - FTP/HTTP ipv6 fixes (dcantrel) - Better prepboot handling (pnasrat) - RHEL installclass fixes * Wed Jul 26 2006 Peter Jones - 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) * Tue Jul 25 2006 Paul Nasrat - 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) * Mon Jul 24 2006 Jeremy Katz - 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 * Fri Jul 21 2006 Jeremy Katz - 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 * Thu Jul 20 2006 Jeremy Katz - 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) * Wed Jul 19 2006 Chris Lumens 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). * Tue Jul 18 2006 David Cantrell - 11.1.0.60-1 - Fix va_copy() argument ordering in logMessageV() in loader * Tue Jul 18 2006 Jeremy Katz - 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) * Mon Jul 17 2006 Jeremy Katz - 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 * Thu Jul 13 2006 David Cantrell - 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) * Tue Jul 11 2006 David Cantrell - 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) * Mon Jul 10 2006 Jeremy Katz - 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) * Fri Jul 7 2006 David Cantrell - 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) * Wed Jul 5 2006 Jeremy Katz - 11.1.0.53-1 - fix typo * Wed Jul 5 2006 Jeremy Katz - 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 * Fri Jun 30 2006 David Cantrell - 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) * Fri Jun 30 2006 Jeremy Katz - 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 * Wed Jun 28 2006 Jeremy Katz - 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 * Fri Jun 23 2006 Jeremy Katz - 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) * Wed Jun 21 2006 Jeremy Katz - 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 * Wed Jun 21 2006 Jeremy Katz - 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 * Fri Jun 16 2006 Jeremy Katz - 11.1.0.45-1 - setfiles moved. more fixing of policy - Give info on when we add packages as deps (#189050) * Fri Jun 16 2006 Peter Jones - 11.1.0.44-1 - require newer libdhcp - fix rescue mode console setup (clumens and pnasrat) * Thu Jun 15 2006 Jeremy Katz - 11.1.0.43-1 - Some s390 fixes - dmraid fixing (pjones) * Thu Jun 15 2006 Jeremy Katz - 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 * Thu Jun 15 2006 Jeremy Katz - 11.1.0.41-1 - fix dep problem * Wed Jun 14 2006 Jeremy Katz - 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 * Wed Jun 14 2006 Jeremy Katz - 11.1.0.39-1 - only select groups which exist * Wed Jun 14 2006 Jeremy Katz - 11.1.0.38-1 - and fix ppc boot.iso (pnasrat) * Wed Jun 14 2006 Jeremy Katz - 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 * Wed Jun 14 2006 Jeremy Katz - 11.1.0.36-1 - new xen kernel names - more trying to fix s390 * Tue Jun 13 2006 David Cantrell - 11.1.0.34-1 - Fix logging segfaults in loader on x86_64 - More release notes viewer fixes * Tue Jun 13 2006 Jeremy Katz - 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 * Tue Jun 13 2006 Jeremy Katz - 11.1.0.32-1 - fix ppc images * Tue Jun 13 2006 Jeremy Katz - 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) * Mon Jun 12 2006 Jeremy Katz - 11.1.0.30-1 - make loader flags global (dcantrel) - fixups for yum 2.9, pull in yum-metadata-parser * Sat Jun 10 2006 Jeremy Katz - 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 * Fri Jun 9 2006 Jeremy Katz - 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 * Thu Jun 08 2006 Chris Lumens 11.1.0.26-1 - Revert anaconda-runtime files fix. * Thu Jun 08 2006 Chris Lumens 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). * Tue Jun 6 2006 Jeremy Katz - 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) * Tue May 30 2006 Chris Lumens 11.1.0.23-1 - Require glib2-devel. - Look for libglib in the right place on 64-bit machines. * Tue May 30 2006 Chris Lumens 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). * Thu May 25 2006 Chris Lumens 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). * Wed May 24 2006 David Cantrell 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) * Tue May 23 2006 Chris Lumens 11.1.0.19-1 - Fix unicode stubs (pjones). - Fix libdir on ppc64 (katzj). * Tue May 23 2006 Chris Lumens 11.1.0.18-1 - Add slang-devel build requirement. * Tue May 23 2006 Chris Lumens 11.1.0.17-1 - Display full package name in log (pnasrat, #189308). - Add flags for multipath (pjones). - Allow protected partitions to be mounted (#105722). - Fix pkgorder traceback. * Fri May 19 2006 David Cantrell - 11.1.0.16-1 - Added asix driver (pjones) - Fix i18n build * Fri May 19 2006 David Cantrell - 11.1.0.15-1 - Fix indendation error in handleRenderCallback() that caused hang - Use gobject.threads_init() model - Remove gtk.threads_enter()/gtk.threads_leave() wrappers - Disk and filesystem scanning fixes (clumens) * Thu May 18 2006 Jeremy Katz - 11.1.0.14-1 - Few more liveCD tweaks - And clean up the ppc64 tree a little - Enable ipv6 by default (pnasrat) - Fix a traceback in finding root part (clumens) * Wed May 17 2006 Jeremy Katz - 11.1.0.13-1 - Fix image building typo - Remove some dead code (clumens, dcantrel) - More thread fixing (dcantrel) - Fix rescue mode (clumens) - Fix upgrades (clumens) - Don't try to mount protected partitions on hd ugprades (clumens) - Hook copyExtraModules back up (clumens, #185344) - Don't modify the main fs for user/password info on --rootpath install - Fix kickstart bootloader install - Some fixes for live CD * Tue May 16 2006 Jeremy Katz - 11.1.0.12-1 - Make mousedev loading less verbose for built-in case (#191814) - Ellipsize text (roozbeh, #191844) - Some more threads for release notes (dcantrel) - Remove lots of help related stuff (clumens) - Handle empty drive lists better looking for usb-storage and firewire (pjones) - Try to make ppc64 trees installable - Lots of cleanup to the scripts dir. * Mon May 15 2006 Chris Lumens 11.1.0.11-1 - Fix anaconda class typos (katzj). - Unmount media after running post scripts (#191381). - Fix VNC installs. - Support --mtu= in kickstart files (#191328). - Rework release notes viewer (dcantrel). - Fix upgrade traceback. - Fix console keymaps (pjones, #190983, #191541). - Allow USB and firewire installs, with a warning (pjones). * Mon May 08 2006 Chris Lumens 11.1.0.10-1 - s390x build fix. * Mon May 08 2006 Chris Lumens 11.1.0.9-1 - Fix cmdline installs (clumens, pnasrat). - Enable multirepo support in kickstart (clumens, pnasrat). - Begin IPv6 preparations (dcantrel). - More release notes viewer fixes (dcantrel). * Thu May 4 2006 Jeremy Katz - 11.1.0.8-1 - and fix the build * Thu May 04 2006 Paul Nasrat - 11.1.0.7-1 - class Anaconda (pnasrat, clumens) - User/service kickstart handlers (clumens) - Don't include kernel fs headers (katzj) * Mon May 1 2006 Jeremy Katz - 11.1.0.6-1 - fix build * Mon May 1 2006 Jeremy Katz - 11.1.0.5-1 - Fix loopback mounted url installs (dcantrel, #189097, #183999) - Different message during upgrade post scripts (clumens, #189312) - Remove obsolete startx stub (clumens) - Default UTC box to checked if we don't find a windows partition (clumens) - Fix manual IP config (clumens) - Don't change timezone in rootpath mode (Jane Dogalt, #185930) - Don't symlink things that don't exist - Don't change network config in rootpath mode (#185930) - Warn on lack of space on upgrade (clumens, #189022) - Emit --useexisting and --noformat in anaconda-ks.cfg (clumens, #189123) - Handle NFS mount options (Dave Lehman, #168384) - Do firewall and auth config in rootpath mode - Make bootloader code handle live cd case * Tue Apr 18 2006 Chris Lumens 11.1.0.4-1 - Pass version to mkstamp for discinfo files (jkeating). - Fix FTP method handling. - Don't download RPMs twice on FTP and HTTP methods (pnasrat, #183654). - Use libuser for setting root password. - Fix up rescue image script problems (dcantrel, #188011). * Tue Apr 04 2006 Chris Lumens 11.1.0.3-1 - Fix up for rhpxl Modes changes. - Fix handling of video driver if there's no list of drivers available. - Add modes files and libuser to images. - Allow updates to contain entire directories that may be missing. - Clean up deprecation warnings. * Tue Mar 28 2006 Chris Lumens 11.1.0.2-1 - Remove reference to pythondeps. * Tue Mar 28 2006 Chris Lumens 11.1.0.1-1 - Prompt for reformatting ancient swap partitions (dcantrel, #122101) - Fix lots of deprecation warnings (dcantrel) - Check for suspend signatures in swap (dcantrel, #186018) - Support logging command in kickstart - Clean up URLs we try to fetch in the loader - Fix SELinux conditional inclusion (pjones) - Remove customClass - Always ignore disks listed in ignoredisks (#186438) - Fix loader segmentation fault (#186210) - Reiser fs label avoidance (dcantrel, #183183) - Remove traceonly mode - Add rhpl to minstg2.img (#185840) - Remove lots of unneeded code in isys, iutil, and elsewhere (clumens, dcantrel, pnasrat) * Tue Mar 21 2006 Jeremy Katz - 11.1.0.0-1 - Fix text for rescue images - Fix some file contexts (#182252) - Update for new xen kernel names - Don't try to download package being erased (clumens, #184531) - Don't show group selection on ks upgrade (pnasrat, #184528) - Ignore conflicts on upgrade (pnasrat, #184461) - Don't traceback trying to mount auto fs's (clumens, #182730) - String fixes (clumens, #181916) - rootpath fix (clumens, #185172) - Prompt for missing images on hd installs (clumens, #185274) - Don't clobber network on upgrades (pnasrat, (#183203) - Fix some syntax errors (#185275) - Cap pe size at 128M (#185272) - Conditionalize selinux (msw) - Remove some obsolete code (msw, katzj) - Ensure we don't ask for no longer needed cds if packages are deselected (pnasrat, #185437) - Remove amharic and thai since we don't have fonts (clumens) - Let's try not doing traceonly and see the size difference for minstg2.img - Fix i5 (pnasrat, #186070) - Misc cleanups to iutil (clumens) - Use system-config-date for text-mode timezone too (clumens) * Mon Mar 6 2006 Jeremy Katz - 10.92.17-1 - fix traceback in size check - disable size check on upgrade (clumens, #184112) - try to catch more failures to read repo metadata (clumens) - only do runlevel 5 if graphical install (dcantrel, #184013) - adjust to new xen kernel package naming - add 'vesa' flag to force the use of the vesa driver - more meaningful error messages on conflicts (pnasrat) - ensure some dirs are labelled correct (#182252) * Fri Mar 3 2006 Paul Nasrat - 10.92.16-1 - Support Everything/globs in ks (pnasrat, clumens, #177621) - Allow changes if not enough disk space (clumens, #183878) - Set controlling tty in rescue mode (dcantrel,#182222) - Sort list of languages (dcantrel) * Fri Mar 3 2006 Jeremy Katz - 10.92.15-1 - conditional code is now in yum (pnasrat) - sort network devices smarter (clumens, #166842) - select needed fs entries (#183271) - more serbian fixes (#182591) * Tue Feb 28 2006 Jeremy Katz - 10.92.14-1 - fix traceback in pkgorder - don't display xen - make partitioning type combo wider (dcantrel) - handle Serbian locales properly (#182591) * Mon Feb 27 2006 Jeremy Katz - 10.92.12-1 - Dependency whiteout to fix ordering (clumens) - Fix swap on RAID in kickstart (#176537) - Add keymap overrides - Fix segfault with USB CD/DVD drives (#182589) * Fri Feb 24 2006 Jeremy Katz - 10.92.11-1 - fix traceback with segv handler (pjones) - various language fixes (dcantrel) - be clearer about askmethod (#182535) * Thu Feb 23 2006 Jeremy Katz - 10.92.10-1 - more bogl removal (dcantrel) - make the exception dumping less braindead about things we don't want dumped (clumens) - add backtrace handler to anaconda (pjones) - fix warnings with new yum in pkgorder - make conditional packages on deps work (pnasrat) - suppress some warnings (dcantrel) - text mode language fixes (dcantrel) * Thu Feb 23 2006 Jeremy Katz - 10.92.9-1 - Fix text mode traceback (dcantrel) - Skip a few more things in traceback dumps - Attempt to fix pkgorder so that we require less CDs for "normal" installs * Wed Feb 22 2006 David Cantrell 10.92.8-1 - Removed obsolete bogl code (katzj) - Removed unused code in upgrade.py (pnasrat) - Check version and packages to upgrade (pnasrat) - Removed old IDE RAID code from isys (katzj) - Various traceback fixes - Don't use underline in device names for hotkeys in bootloader gui (pjones) - Mount /selinux in rescue mode (katzj) * Tue Feb 21 2006 Chris Lumens 10.92.7-1 - Give Language a default display_mode (dcantrel) - Get languages that need a default from localeInfo (dcantrel) * Tue Feb 21 2006 Chris Lumens 10.92.6-1 - Set a default language on text mode CJK installs (dcantrel, #180417) - Fix case-sensitive matching of devices (notting, #182231) - Be smarter about required media (pnasrat) - Set MTU in the loader (katzj) - Add dev package to remove blacklist (katzj, #181593) - Try to mount device as ext3 in hard drive installs (katzj) - Sanity check unknown package & group names (pnasrat) - Reboot after writing exception dump (#181745) - Confirm in interactive kickstart installs (#181741) - Fix showing kickstart package selection again - Don't traceback if we find a %%include file that doesn't exist yet (#181760) - Skip partitioning if logvol or raid is given in ks (#181806) - Initialize UTC checkbox (#181737) * Tue Feb 14 2006 Jeremy Katz - 10.92.5-1 - Fix traceback in language group selection - No remote save traceback button if not network (clumens) - More fixes for minstg2.img (clumens) - Disable next/back while installing packages (dcantrel) - Bump minimum amounts for install, graphical and early swap - Enable Arabic for text mode (notting) * Tue Feb 14 2006 Jeremy Katz - 10.92.4-1 - improve globbing for xen guest kernels - Don't add a kernel if one is already selected. * Mon Feb 13 2006 Jeremy Katz - 10.92.3-1 - Don't debug log about missing help text (clumens) - Reduce deps for pkgorder - Updated kickstart docs (clumens) * Mon Feb 13 2006 Jeremy Katz - 10.92.2-1 - more x86_64 xen guest fixing * Mon Feb 13 2006 Jeremy Katz - 10.92.1-1 - try to fix x86_64 xen guest * Sun Feb 12 2006 Jeremy Katz - 10.92.0-1 - Fix length of package name in text install (dcantrel, #180469) - Various minor cleanups - Support conditional packages for langsupport (pnasrat, #178029) * Thu Feb 09 2006 Chris Lumens 10.91.19-1 - Fix loader typo. * Thu Feb 09 2006 Chris Lumens 10.91.18-1 - Add iscsi support (Patrick Mansfield ) - Allow retry if CD image isn't found on NFS server (#109051, dcantrel) - Fix location of video modes data files - Add x86_64 kernel-xen-guest (katzj) - Better loader debugging support (katzj) * Wed Feb 08 2006 Paul Nasrat - 10.91.17-1 - Handle bind mounts correctly (#160911, dcantrel) - Upgrade package black list and make upgrades work - Disable repo conf for now - loader debuginfo - kickstart - suggest fix (#174597, clumens) * Mon Feb 6 2006 Jeremy Katz - 10.91.16-1 - fix writing out instdata for root password, etc (#180310) * Mon Feb 6 2006 Jeremy Katz - 10.91.15-1 - Remove debugging code that broke showing the Xen option on the task screen - More sqlite files (#171232) - Fix traceback for new method pirut depends on - Ensure /dev/root exists (Patrick Mansfield) - Force buttonbar on main screen active in congrats (dcantrel, #179924) - Always pass loglevel (dcantrel) - BR libXt-devel (dcantrel) - Don't try to make /dev/mapper devs (pjones) - More consistency in dev naming for dmraid (pjones) - Start of iscsi patches (Patrick Mansfield) - Fix pre-existing RAID chunksize reading (#178291) * Fri Feb 3 2006 Jeremy Katz - 10.91.14-1 - Handle reiserfs labels (dcantrel, #125939) - Skip more steps in root mode (Jasper Hartline) - Update driver list for current kernels - Don't put mapper/ in the swap label (pjones) - Set file contexts on blkid.tab* (pjones) - Increase logical volume label field to 32 chars (dcantrel, #174661) - More exception trimming (clumens) - Fix args to writeConfiguration (clumens, #179928) - Fix format strings in label device, proper max for swap labels (pjones) - Make task definition more dynamic - Add a hack to remove the xen group if we're running on xen (#179387) * Thu Feb 2 2006 Jeremy Katz - 10.91.13-1 - Speed up timezone screen (clumens) - Make kickstart interactive mode work (clumens) - Fix package selection screen (clumens) - Add sqlite to traceonly to help http/ftp memory usage - Write out repo config (pnasrat) - Fix colors on boot splashes (#178033) - Select lang groups before going to the screen (#178673) - Clean up handling of grub vs no boot loader (#159658) * Thu Feb 2 2006 Jeremy Katz - 10.91.12-1 - improves %%packages section some more (clumens) - give a better error on kickstart lvm syntax errors (clumens) - display vncconnect error messages (clumens) - make swap labels shorter for cciss (dcantrel, #176074) - Make /dev/root for mkinitrd (#171662) - Use pirut stuff for graphical group selection * Tue Jan 31 2006 Paul Nasrat - 10.91.11-1 - Factor some yum stuff into yum - Text Clarification (#178105) - Don't use install only pkgs (#179381) - Various dmraid and bootloader fixes (pjones) * Tue Jan 31 2006 Peter Jones - 10.91.10-1 - add dmraid device renaming support for kickstart (pjones) - fix paths for expat (clumens) - remove unused functions (clumens) * Mon Jan 30 2006 Jeremy Katz - 10.91.9-1 - Skip partition and bootloader screens if requested for textmode (dcantrel, #178739) - Don't create /etc/X11/X symlink (dcantrel, #179321) - Add ethiopic fonts - Fix traceback in upgrade examine (clumens) - Free up depsolving storage (pnasrat) - Fix group selection screen that I mistakenly removed (oops) - Remove some dead pieces (pnasrat, katzj) * Thu Jan 26 2006 Jeremy Katz - 10.91.8-1 - Remove rpm whiteout (clumens, #178540) - Fix text in upgrade continue button (dcantrel, #178096) - Make %%packages in anaconda-ks.cfg shorter (pnasrat) - Fix text-mode drawing (clumens, #178386) - Release notes viewer fixes (dcantrel) - Reset -> reboot (dcantrel, #178566) - Create ia64 images again (prarit, #175632) - Make sure boot loader screen gets skipped (clumens, #178815) - Don't ask about VNC in kickstart - Don't ask for keyboard under Xen if it fails - Add more basic "task" selection screen - Text mode group selection is better now - Remove some dead code - Require squashfs-tools (clumens) - Fix rescue mode (dcantrel) - Don't have devices disappear out from under us (Patrick Mansfield) * Fri Jan 20 2006 David Cantrell - 10.91.7-1 - Save state when moving back to "upgrade or install" window (#178095). - Eject CD when in kickstart and given --eject parameter (clumens, #177554). - Translate combo box and comments (clumens, #178250). - Disable backend debugging mode for writeKS(). - Added a PYTHONSTARTUP file to autoload readline, etc. (pjones). - Write %%packages section in template kickstart file (clumens, pnasrat). * Wed Jan 18 2006 David Cantrell - 10.91.6-1 - i18n fixes (katzj) * Wed Jan 18 2006 David Cantrell - 10.91.5-1 - i386 and ppc rescue image script fixes (jkeating) - fix kickstart package deselection (clumens, #177530) - fix header download issues (pnasrat, #177596) - interface improvements on scp exception dialog (clumens, #177738) - rescue image additions (pjones, dcantrell, #155399) - misc kickstart fixes (clumens, #178041, #177519) - fix fetching repo data on http installs (clumens, #178001) - add gdk-pixbuf handler for XPM images (#177994) - timezone screen fixes (clumens, #178140) - add LSI mptsas driver to module-info (#178130) - dmraid fixes for kickstart installs (pjones) - add sr@Latn to lang-table (katzj, #175611) * Wed Jan 11 2006 Jeremy Katz - 10.91.4-1 - Add xen kernels * Wed Jan 11 2006 Jeremy Katz - 10.91.3-1 - remove some unneeded bits from the ppc boot.iso to make it smaller - fix some text display (notting, #177537) - Misc kickstart fixes (clumens) * Tue Jan 10 2006 Jeremy Katz - 10.91.2-1 - fix hard drive installs (pjones) * Tue Jan 10 2006 Jeremy Katz - 10.91.1-1 - more ppc rescue image (jkeating) - actually commit the dmraid fix (pjones) * Mon Jan 9 2006 Jeremy Katz - 10.91.0-1 - tweaked selection stuff a little to be the same code as pirut - tweak exception window to have an image and be better sized (dcantrell) - write out RAID device name (clumens) - scroll group list properly (dcantrell) - fix ppc rescue image (jkeating) - dmraid detection fix (pjones) * Fri Jan 6 2006 Jeremy Katz - 10.90.25-1 - no sr@Latn yet since the po files haven't been added * Fri Jan 6 2006 Jeremy Katz - 10.90.24-1 - move a11y stuff earlier - fix the text mode progress bar (pnasrat, #176367) - fix ppc drive unreadable warnings (#176024) - add serbian locales (#175611) - preserve review checkbox between combo box selections (dcantrell, #176212) - quote ethtool args (#176918) - various spacing cleanups (dcantrell) - a few fixes to the group selector (dcantrell) - don't try to make the timezone widget bigger than screen (clumens, #176025) - fix rescue mode traceback (clumens) - fix message wording on package retry (clumens, #155884) - quiet debug spew in anaconda.log (clumens, #171663) - add ppc rescue script from jkeating (#177003) * Tue Dec 20 2005 Jeremy Katz - 10.90.23-1 - more pkgorder fixes (pnasrat) - fix some debug spew (notting) - segfaults in the loader should at least give us a stacktrace to work from - fix some padding on the network screen * Mon Dec 19 2005 Jeremy Katz - 10.90.22-1 - add more encoding modules to traceonly (clumens, #175853) - Fix text installs (pnasrat, #175773) - Fix for yum API changes (pnasrat) - Don't install the smp kernel even if NX is available - Adjust to be more dynamic about colors with syslinux-splash's - Use the selected language for default keyboard layout (clumens, #172266) - Better naming for psuedo-filesystems in /etc/fstab (dcantrel, #176149) - Clean up image handling for new graphics - Don't do the splashscreen stuff anymore. If the window is too slow to appear, we should fix that instead * Thu Dec 15 2005 Jeremy Katz - 10.90.21-1 - fix pkgorder for new group code - fix ub vs usb-storage - remove some redundant code (clumens) * Thu Dec 15 2005 Jeremy Katz - 10.90.20-1 - Fixes for new timezone stuff (pnasrat) - Fix transaction sorting (pnasrat) - Enable dmraid by default * Wed Dec 14 2005 Chris Lumens 10.90.19-1 - Use system-config-date for timezone selection UI (#155271). - Work on vnc+shell spawning (dcantrell). - Whiteout fixes (pnasrat, katzj). - Progress bar fixes (katzj). - Depsolving speedups (katzj). * Mon Dec 12 2005 Jeremy Katz - 10.90.18-1 - Handle monitor configuration in kickstart via "monitor" keyword instead of "xconfig" consistently (clumens) - Fix joe as nano (#175479) - Try to get hard drive installs working again - First steps towards using ub - Fix depcheck progress bar to actually give progress. * Sun Dec 11 2005 Peter Jones - 10.90.17-1 - Full dmraid support. (still disabled by default) * Sat Dec 10 2005 Jeremy Katz - 10.90.16-1 - Ensure upgrades to depsolve and remove db locks (pnasrat) - Tweak for improved and sortable groups/categories - Put back basic text-mode package selection (#175443) * Thu Dec 8 2005 Jeremy Katz - 10.90.15-1 - Fix various typos in the new group selection code (clumens) - Support bytesPerInode on RAID (Curtis Doty, #175288) - Stub some more for the loader to fix line-drawing chars again - Handle file read failures better (pnasrat) - Initial support for upgrades again (pnasrat) - Minor padding tweaks to the UI * Thu Dec 8 2005 Jeremy Katz - 10.90.14-1 - Fix up for moved x locale data - Remove vnc hack now that VNC knows where to look for fonts - Don't go to text mode for no mouse (notting) - Update to work with yum 2.5.0 cvs snap - New package selection code - Add new chinese font back now that we're using squashfs (#172163) - The return of locale-archive usage * Mon Dec 05 2005 Chris Lumens 10.90.13-1 - Reword media check dialog (dcantrell, #174530). - gcc41 compile fixes (pjones). - Add genhomedircon, setfiles, and /etc/shells for selinux. * Thu Dec 1 2005 Jeremy Katz - 10.90.12-1 - some release notes viewer fixing (dcantrell) - allow %%pre scripts in an %%include (clumens, #166100) - fix the squashfs stuff to actually work - hack around slang not initializing utf8 mode so that we have line drawing chars (#174761) * Thu Dec 1 2005 Jeremy Katz - 10.90.11-1 - reworded media check prompt (dcantrell, #174472) - let's try squashfs... * Wed Nov 30 2005 Jeremy Katz - 10.90.10-1 - Don't split transactions on not split install types (pnasrat, #174033) - Fix None vs "" for vncpasswd in test mode (Patrick Mansfield) - Make release notes viewer as large as the screen (dcantrell) - Allow system-logos instead of fedora-logos for the package name - Try to build SELinux policy so that things work with selinux 2.x policy (#174563) * Tue Nov 29 2005 Chris Lumens 10.90.9-1 - Another stab at including email.Utils everywhere (#173169). - Remove unneeded isys.sync calls (pjones). - Fix /dd.ig in initrd (Dan Carpenter). - Report no DNS servers if a hostname used (pnasrat, #168957). - Fix ppc32 from CD (katzj, #174135). - Don't look for hdlist when booting CD1 and using FTP/HTTP (katzj). - Fullscreen release notes viewer (dcantrell). * Mon Nov 21 2005 Jeremy Katz - 10.90.8-1 - don't load pcspkr on ppc to avoid crashes on the g5 * Sun Nov 20 2005 Jeremy Katz - 10.90.7-1 - fix backwards whiteout handling (#173738) - fix bug in depsolver which would bring in a package for an already satisfied dep * Sat Nov 19 2005 Jeremy Katz - 10.90.6-1 - fix removal of packages to not traceback - fix anaconda.dmraid logging (clumens) * Fri Nov 18 2005 Paul Nasrat - 10.90.5-1 - Disable sqlite cache for pkgorder - Fix for new selinux context types (katzj) - vnc parameter handling (clumens) - Add ellipsis (notting) * Thu Nov 17 2005 Jeremy Katz - 10.90.4-1 - don't traceback on unresolvable deps (#173508) - fix pkg.arch for %%packages - another hack for vnc - debug prints to log.debug (#173533) * Thu Nov 17 2005 Paul Nasrat - 10.90.3-1 - Add group processing to buildinstall - Add createrepo requires * Thu Nov 17 2005 Jeremy Katz - 10.90.2-1 - more pkgorder fixing (clumens) - fix cd installs to not fall into the "not a real install method" case :) * Thu Nov 17 2005 Jeremy Katz - 10.90.1-1 - add handling for dmraid/nodmraid - fix removals of packages which have already been removed - turn off dmraid by default - fix pkgorder (clumens) * Thu Nov 17 2005 Jeremy Katz - 10.90.0 - more tree build fixes - fix group removal - non iso install fixes (clumens) - pkgorder fixing (clumens) - dmraid support (pjones) - crude language support group hack * Wed Nov 16 2005 Chris Lumens 10.89.20.1-1 - Fix indentation. * Wed Nov 16 2005 Paul Nasrat - 10.89.20-1 - Restore YumSorter for pkgorder - Single anaconda installer yum class - Switching CD method * Wed Nov 16 2005 Jeremy Katz - 10.89.19.1-1 - be explict about pango-devel being needed * Wed Nov 16 2005 Jeremy Katz - 10.89.19-1 - Fix vt switching with modular X - Lots of CD install fixes (clumens, pnasrat) - Clean up exception dump stuff - Some more steps towards dm-raid support (pjones) - Log info messages * Wed Nov 16 2005 Jeremy Katz - 10.89.18-1 - remove new chinese font since its too big for cramfs (#172163) - Fix typo in trimpciids (notting) - Don't build locale-archive for now since its too big for cramfs * Tue Nov 15 2005 Jeremy Katz - 10.89.17-1 - missed an x lib somehow * Tue Nov 15 2005 Jeremy Katz - 10.89.16-1 - lots of updates for modular X - allow a shell on tty1 if using vnc - various fixes for cd/install method stuff (pnasrat, clumens, katzj) - install smp kernel if NX present (#172345) - work with multiple videoaliases files (notting) * Tue Nov 15 2005 Jeremy Katz - 10.89.15-1 - fix up for new selinux policy * Mon Nov 14 2005 Paul Nasrat 10.89.14-1 - Move sorter for CD/pkgorder into yuminstall - Add support for ub devices (katzj) * Mon Nov 14 2005 Paul Nasrat 10.89.13-1 - Reinstate image based install methods (excluding hd for now) - Clean up install method classes - device-mapper support (pjones) - Log warning on no network link (katzj) - Clean up error handling for pkgorder (clumens) * Fri Nov 11 2005 Chris Lumens 10.89.12-1 - Add buildreq for yum (katzj) - Fix loader log levels (katzj) - Add more libraries for dogtail (katzj) * Thu Nov 10 2005 Jeremy Katz - 10.89.11-1 - Fix stdout logging to print stuff (clumens) - Start of some sorting/splitting stuff for CDs (pnasrat) - Make missing modules lower priority - Look for xen devices - Add some of the necessary requirements to try to get dogtail working (#172891) * Thu Nov 10 2005 Chris Lumens 10.89.10-1 - Add e2fsprogs-libs to the install images. * Wed Nov 9 2005 Jeremy Katz - 10.89.9-1 - Create interface earlier to prevent kickstart traceback (clumens) - Logging fixes, everything should be in the logfile (clumens) - Get rid of help which is irrelevant - Clean up loader log levels * Tue Nov 8 2005 Jeremy Katz - 10.89.8-1 - Fix backwards message on upgrade (#172030) - New chinese fonts (#172163) - Don't try to update a progress window that's already popped (clumens, #172232) - Fix snack deprecation warnings (clumens, #172232) - Get rid of some cruft in traceback dumps (clumens) - Add a method to check for "real" consoles, add xen console to the list of weird stuff - Basic support for transaction errors other than tracebacks... - Fix a kickstart traceback for authconfig - Add xenblk and xennet to module-info * Mon Nov 7 2005 Jeremy Katz - 10.89.7-1 - More detailed error logging (pnasrat) - Add bnx2 driver (pjones) - Various kickstart fixes (clumens, #172356) - Fix shadow password convert (clumens) * Fri Oct 28 2005 Jeremy Katz - 10.89.6-1 - Make char devices slightly later to avoid tracebacks during tree compose - Extract kernel-xen-guest for vmlinuz and initrd in images/xen - Kickstart fix (clumens) - Add some support for xen xvd blockdevs - Select kernel-xen-guest as appropriate - Ensure proper arch of glibc is selected (#171997) - Select all proper multilib parts of a package (#171026) * Thu Oct 27 2005 Jeremy Katz - 10.89.5-1 - Another fix for kickstart + help hiding - Fix finding of kernel type - Make synaptics device nodes before X starts (clumens) - Use nofb by default - Add pycairo stuff (clumens) - Set minimum displayed log level to WARNING, everything is still in the logfiles (clumens) - Try to clean up syslog (clumens) - Allow installation of hypervisor + xen host kernel by booing with 'xen0' on the installer command line - Fix x86_64 traceback * Mon Oct 24 2005 Jeremy Katz - 10.89.4-1 - changed the wrong field in lang-table * Mon Oct 24 2005 Jeremy Katz - 10.89.3-1 - don't do xsetroot anymore - allow retrieving updates.img with updates=(http|ftp)://host/path/to.img (clumens) - some upd-instroot fixes (clumens) - only get yum filelists when needed (pnasrat) - clean up exception scp'ing (clumens) - don't write empty authconfig line (clumens, #171558) - make kickstart errors report line number of error (clumens) - select most appropriate kernel (kernel-smp, etc) - ensure we get a boot loader package installed - minor fix for ia64 image creation - tweaks to backend setup - don't have help as visible in the glade file so we don't have the pane appear when doing a kickstart install - use pl2 keymap for Polish (3171583) - allow passing product information with env vars to help live cd * Thu Oct 20 2005 Jeremy Katz - 10.89.2-1 - fix references to second stage module stuff that caused breakage * Thu Oct 20 2005 Jeremy Katz - 10.89.1-1 - fix for mkcramfs -> mkfs.cramfs - Use minstg2.img instead of netstg2.img/hdstg2.img in the loader * Thu Oct 20 2005 Jeremy Katz - 10.89.0-1 - Fix SELinux policy loading (clumens) - Fix translation import for kickstart (laroche) - Add yumcache (pnasrat) - Upgrade blacklisting (pnasrat) - Clean up exception copying (clumens) - Improve text mode exception dialog too (clumens) - Don't allow bootable partitions on XFS - Some speed improvements, progress bars, etc for package stuff (pnasrat) - Clean up image creation, move all modules to initrd.img. * Fri Oct 14 2005 Jeremy Katz - 10.3.0.32-1 - fix typo causing traceback (pnasrat) - Create character device nodes to fix synaptics (clumens) * Wed Oct 12 2005 Jeremy Katz - 10.3.0.31-1 - Handle missing metadata (pnasrat) - Give indication of kickstarts scriptlets running (#170017) - Fix a traceback with RAID (#170189) - Fix an FTP install traceback (#170428) - Clean up floppy stuff (clumens) - Clean up some warnings (clumens) - Make IDE device node creation cleaner - Change location of modes data files * Mon Oct 10 2005 Chris Lumens 10.3.0.30-1 - Fix requirements for s390, s390x, ppc64. - Fix typo in scripts/upd-instroot. * Fri Oct 07 2005 Chris Lumens 10.3.0.29-1 - Deal with new load_policy. (katzj) - Create an SELinux config. (katzj) - Use rhpxl instead of rhpl for X configuration. - Use pykickstart. * Wed Oct 05 2005 Chris Lumens 10.3.0.28-1 - Add yuminstall (katzj, #169228) - Skip bootloader screen unless modifying partitions (katzj, #169817) - Don't skip manual partitioning on custom (katzj, #169001) - Partitioning UI fixes (katzj) - Don't overwrite empty strings in ksdata with None. - Move kickstart file handling into pykickstart package. - Kickstart LVM and RAID partitioning fixes. * Fri Sep 30 2005 Chris Lumens 10.3.0.27-1 - More kickstart script fixes. * Tue Sep 27 2005 Chris Lumens 10.3.0.26-1 - kickstart script fixes * Sat Sep 24 2005 Jeremy Katz - 10.3.0.25-1 - single ppc boot images stuff from dwmw2 (pnasrat, #166625) - ppc netboot stuff from dwmw2 (pnasrat, #165239) - fix some of the yum backend for yum changes - Add a button to the traceback dialog to allow saving via scp (clumens) - Don't load the parallel port module (#169135) - Fix group deselection to not remove everything - Move repo setup and group selection earlier (pnasrat) * Tue Sep 20 2005 Jeremy Katz - 10.3.0.24-1 - Some kickstart %%packages fixes (clumens) - Don't copy null bytes into syslog (clumens) - New exception dialog (clumens) - Fix a traceback (pnasrat) - FTP/HTTP installation might now work (pnasrat) - Very basic group selection in the UI * Mon Sep 19 2005 Jeremy Katz - 10.3.0.23-1 - fix a silly typo that would cause tracebacks - Look for help in /tmp/updates too (#168155) - Add skge driver (#168590) - Some fixes to hopefully get x86_64 trees working * Fri Sep 16 2005 Jeremy Katz - 10.3.0.22-1 - Fix segfaults with nfs mounting - Start of url install methods (pnasrat) - Basic package/group selection is back in kickstart - Macro magic fixups - Use onboot by default for network devices in kickstart * Thu Sep 15 2005 Jeremy Katz - 10.3.0.21-1 - Run pre scripts for kickstart (clumens) - Another tree fix - Handle NULL for device->driver from kudzu (notting) - Clean up internal mount stuff to be more extend-able * Wed Sep 14 2005 Jeremy Katz - 10.3.0.20-1 - Fix runlevel setting (pnasrat) - More dead stuff fixing. * Tue Sep 13 2005 Jeremy Katz - 10.3.0.19-1 - Fix pcmcia import traceback - Some more kickstart fixing (clumens) - Make SELinux/firewall defaults be done by the objects, not in the UI - This fixes booting with selinux=0, policy load failure, etc - Allow sparse updates.img with yum, urlgrabber and rpmUtils too - Some dead code removal - PCMCIA for the loader again (notting) - install.log tweaking * Mon Sep 12 2005 Jeremy Katz - 10.3.0.18-1 - Add back genhdlist to try to fix multiarch composes (pnasrat) - Really fix disabling of upgrades - Some typo fixes for X configuration and post-install config - Remove some dead code related to boot disks, using fdisk/fdasd, X configuration, pcmcia - Move ppc X stuff to rhpl (clumens) - Fix some kickstart stuff (clumens) - Fix RPM logging output -> the log file - Use gtkhtml2 for release notes * Fri Sep 9 2005 Jeremy Katz - 10.3.0.17-1 - more X fixage - build against new kudzu that doesn't segfault :) * Fri Sep 9 2005 Jeremy Katz - 10.3.0.16-1 - More typo fixes (notting) - Fix rhpl requires * Fri Sep 9 2005 Jeremy Katz - 10.3.0.15-1 - Fix typo that broke image building. - Start of getting post-install stuff working (pnasrat) * Fri Sep 09 2005 Chris Lumens 10.3.0.14-1 - logging fix when running in test mode * Fri Sep 09 2005 Bill Nottingham 10.3.0.13-1 - adapt to new X driver model in kudzu and associated rhpl changes - pcitable/modules.pcimap/modules.usbmap are no longer used in probing; remove support for them and add modules.alias usage - Turn off help (katzj) - Kickstart fixes (clumens) * Wed Sep 07 2005 Paul Nasrat 10.3.0.12-1 - yum backend selinux file_context - Start using new kickstart code (clumens) - Error handling and messages for kickstart (clumens) - Partitioning kickstart fixups (clumens) * Thu Sep 01 2005 Paul Nasrat 10.3.0.11-1 - Yum backend work (macro support, whitelist) - qla2100 (katzj, #167065) - Kickstart Parser (clumens) - authconfig handling changes (clumens) - Autopartitiong Traceback fix (katzj) * Fri Aug 26 2005 Jeremy Katz - More work from pnasrat on getting the yum backend working - Don't set some irrelevant network TYPE= (#136188, #157193) - New and improved autopartitioning screen * Fri Aug 19 2005 Paul Nasrat 10.3.0.10-1 - Working towards new backend architecture * Thu Aug 18 2005 Chris Lumens 10.3.0.9-1 - Rebuild for new cairo. - Add support for ksdevice=bootif (Alex Kiernan, #166135). - Fix /dev/tty3 logging problems. - Add support for Pegasos machines (dwmw2, #166103). - Switch to Sazanami font (#166045). - Fix for autopart not in lvm (msw). * Mon Aug 15 2005 Chris Lumens 10.3.0.8-1 - Remove dead --ignoredeps code (katzj, #165224). - New logging system with log levels and remote logging capabilities. - Fix typo in network code (pnasrat, #165934). - Fix buffer overrun in md5sum code (Dustin Kirkland). - Add mptspi and mptfc drivers (katzj). - Timestamp fixes (dgregor, #163875). * Thu Jul 21 2005 Chris Lumens 10.3.0.7-1 - Remove firewall configuration screen. Open SSH by default and set SELinux to enforced. * Wed Jul 20 2005 Paul Nasrat 10.3.0.6-1 - Ensure boot flag only on correct partition on pmac (#157245) - Plug in yum for nfs:/ by default - Include sungem_phy for pmac * Wed Jul 13 2005 Chris Lumens 10.3.0.5-1 - Fix pygtk bug on progress bars. - Bump ia64 boot.img size (katzj, #162801). - Fix for clearpart --none (katzj, #162445). - yum dependancy fixes (pnasrat). - name.arch fix for kickstart (pnasrat). - Fix multiple NICs in kickstart config files (#158556). * Thu Jul 07 2005 Paul Nasrat 10.3.0.4-1 - Select kernel-devel (katzj #160533) - Fixups for ia64 images from prarit (katzj #162072) - Include yum libraries in stage2 - Remove gzread.py (clumens) * Wed Jun 29 2005 Chris Lumens 10.3.0.3-1 - Mount "auto" filesystems on upgrade (#160986). - Add cairo for new pango/gtk (katzj). - Delete labels on swap and ext3 partitions before formatting. - Remove langsupport keyword from kickstart. * Mon Jun 20 2005 Bill Nottingham - 10.3.0.2-1 - fix genhdlist * Fri Jun 17 2005 Jeremy Katz - 10.3.0.1-1 - Fix release notes for ftp installs (#160262) - Fix fd leak in edd support (Jon Burgess, #160693) - Fix typo breaking pseries console (pnasrat, #160573) - Allow ignoring packages without specifying the arch (clumens, #160209) - Add gpart (clumens, #55532) - Some warning fixes. - Use full bterm font if available (#159505) - Fix quoting of pvs in anaconda-ks.cfg (#159193) - Fix segfault on upgrades - String tweaks (clumens, #159044, #156408) - Don't traceback on preexisting RAID (clumens, #159079, #159182) - Fix display size of PVs (clumens, #158696) - Don't consider drives without free space for partitions (pjones) - Langsupport fixes (clumens, #154572, #158389) - Hack around usb-storage slowness at finding devices that leads to the reload not occurring - Handle FC3 swap label format and convert to right format (#158195) - Only set things up to change the default kernel if we're booting us (#158195) - Fix deps on upgrades (#157754) - Try to keep install screen from moving with length of strings - Fix autopart problem leaving some freespace the size of where you started your partition growing - Allow excluding name.arch in kickstart (Dave Lehman, #158370) - Don't spew an error if essid or wepkey isn't set (#158223) - Add megaraid and other new drivers (#157420) - Left pad RAID uuid (clumens, #136051) - synaptics tweak (pnasrat) - Fix telnetd to use devpts instead of legacy ptys (#124248) * Thu May 19 2005 Jeremy Katz - 10.2.0.64-1 - Handle longer arch strings (notting) - Fix traceback in network screen (#158134) - Include synaptics for X config (pnasrat) - Magic boot for mac vs mac64 on disc1/dvd (pnasrat) - Bump point at which we use graphical stage2 for http/ftp (#157274) - Use uuid in mdadm.conf, stop using copy of md.h (#136051) - Support deletion of bootloader entries in text mode (#125358) - Support RAID /boot on pSeries along with handling of multiple PReP partitions (Dustin Kirkland) * Tue May 17 2005 Jeremy Katz - 10.2.0.63-1 - add arch to buildstamp (notting, #151927) - Fix am.po format strings * Tue May 17 2005 Jeremy Katz - 10.2.0.62-1 - Fix execcon used for anaconda (pjones) - Fix traceback on tui netstg2.img install (#157709) - Fix various splittree bugs (clumens, #157722, #157721, #157723) - Blacklist perl.i386 on x86_64 to be removed on upgrade (pnasrat, #156658) - Fix drive sorting (clumens) - Remove %%installclass support for kickstart since it's never worked (#149690) - Fix name.arch in packages (pnasrat) - Remove bogus pre-existing RAID info on kickstart installs (clumens, #88359) - Pretend to have nano in the rescue environment - Don't load stage2.img into RAM for rescue mode if booted with 'linux text' (#155398) * Thu May 5 2005 Jeremy Katz - 10.2.0.61-1 - and fix pkgorder for the gfs stuff * Thu May 5 2005 Jeremy Katz - 10.2.0.60-1 - Better handling of the langsupport group (clumens) - Don't install the gfs stuff for all kernel variants, that brings in kernel-smp on an everything install (#156849) - Don't grow a partition beyond the largest freespace on a drive - HFS+ support - Pull in more selinux policy files to try to get /home labeled right - Fix typo causing segfault (pnasrat) * Tue May 3 2005 Jeremy Katz - 10.2.0.59-1 - Try to use the fb res on pmac - Always reset terminal attrs on ppc (notting, #156411) - Remove bogus preexisting LVM info when doing kickstart installs (clumens, #156283) * Mon May 2 2005 Jeremy Katz - 10.2.0.58-1 - Beep on CD insertion, not after - Fix language support selection (clumens) - Fix nfsiso (clumens) - Misc X config fixes for ppc. Boot with "usefbx" to use fbdev instead again (#149188) * Thu Apr 28 2005 Jeremy Katz - 10.2.0.57-1 - Fix bind mounts (clumens, #151458) - Fix hard drive installs (clumens) - Re-add bluecurve icons - Attempt to fix Chinese * Wed Apr 28 2005 Peter Jones - 10.2.0.56-1 - Fix mediacheck calls from cdinstall.c, and make mediacheck.c include its own header so typechecking works. * Wed Apr 27 2005 Jeremy Katz - 10.2.0.55-1 - Don't spam about package downloads in cmdline mode (#155250) - Apply jnovy's patch to fix space calculations for > 2 TB devices (#155709) - Set default font for CJK better (clumens, #156052) - Add --label for part in kickstart (clumens, #79832) - Ensure decimal IP addrs (#156088) - Apply patch from Joe Pruett for rpmarch= fixes (#101971) - Don't set SUPPORTED unnecessarily (#115847) - Give more room for cyl #s (#119767) - Bump size of diskboot.img - Add back button for required media message (#114770) - Fix lvs showing up with a mountpoint of 0 (#153965) - Nuke some debug code - Don't try to unmount (tmpfs) /dev - Write a minimal mtab to avoid fsck/mount complaints (pjones) * Wed Apr 27 2005 Jeremy Katz - 10.2.0.54-1 - Only select kernel-smp that matches the arch of kernel (#149618) - Apply the read of Dustin Kirkland's checkpoint fragment sum patch - Fix order of retry/reboot (#155884) - Probe macio (pnasrat, #154846) * Tue Apr 26 2005 Chris Lumens 10.2.0.53-1 - Beep at CD prompt and on install completion (katzj, #109264, #116681). - Add kernel-smp-devel and kernel-hugemem-devel to exclude list (katzj). - Fix buffer overflow when CD/DVD images are several directories deep (#154715). - Fix media check (pjones). - Set language on CD and no pass installs (#149688). - Fix disappearing button bar (#151837). - Upgrade PReP on iSeries (pnasrat). * Thu Apr 21 2005 Chris Lumens 10.2.0.52-1 - Allow mediacheck in kickstart (katzj, #116429) - Check for a drive being selected in autopart (katzj, #124296) - Fix traceback in language selection screen (#155103) - Mark "Downloading" for translation (katzj, #155214) - Applied Dustin Kirkland's checkpoint fragment sum patch for mediacheck. - Make anaconda-ks.cfg ro (pnasrat) - Ensure there are <= 27 RAID members (katzj, #155509) - Fix fsoptions for preexisting partitions in kickstart (#97560). * Fri Apr 15 2005 Chris Lumens 10.2.0.51-1 - Decode source URL for writing to anaconda-ks.cfg (#154149). - Add kernel-xen?-devel to the exclude list (katzj, #154819). - Fix text wrapping (#153071, #154786). - Various UI fixes. - Select language packages for all selected languages (#153748, #154181). * Wed Apr 13 2005 Peter Jones - 10.2.0.50-1 - revert last week's nptl hack in upd-instroot * Wed Apr 13 2005 Peter Jones - 10.2.0.49-1 - Cut summaries off to avoid layout problems (katzj, #154459) - Add script to update loader in initrd (katzj) - Typo fixes in upgrade.py (katzj, #154522) - Fix rescue mode network enabling (katz, #153961) - Add libaudit to the graphical stage2 file list, for Xorg - Various language fixes (clumens, #152404) * Mon Apr 11 2005 Peter Jones - 10.2.0.48-1 - Typo fixes in gui.py (menthos, #154324) - Don't try to do early swap in test mode, and use yesno not okcancel (msw) - If the install language is an unknown locale, use en_US.UTF_8 - Fix upgrade to make devices available in the changeroot * Thu Apr 7 2005 Peter Jones - 10.2.0.47-1 - put ncurses in the net images, too. - (notting) put redhat-artwork in the GR images. * Thu Apr 7 2005 Peter Jones - 10.2.0.46-1 - put readline in the net images - fix linxuthreads warnings in upd-instroot - (clumens) fix build-locale-archive * Wed Apr 6 2005 Elliot Lee - 10.2.0.45-1 - Deal with GUI-mode language traceback * Wed Apr 6 2005 Elliot Lee - 10.2.0.44-1 - Deal with text-mode language traceback - (clumens) Don't set SYSFONTACM * Wed Apr 06 2005 Peter Jones - 10.2.0.43-1 - Don't remove libraries in stage2 that don't match the one from linuxthreads/ * Tue Apr 05 2005 Peter Jones - 10.2.0.42-1 - Use linuxthreads libraries even if they're not the default, unless explicitly told to use nptl * Tue Apr 05 2005 Chris Lumens - 10.2.0.41-1 - Make sure $LANG is set right for the second stage. - Fix kickstart traceback trying to skip a nonexistant step. - Import encodings.idna (sopwith, #153754). - Fix image building problems. - Fix kickstart traceback when using shortened forms of language names (#153656). * Mon Apr 04 2005 Chris Lumens - 10.2.0.40-1 - Add locale information for 'C' to fix RPM building. * Sat Apr 2 2005 Jeremy Katz - 10.2.0.39-1 - fix makefile deps to fix build * Fri Apr 01 2005 Chris Lumens - 10.2.0.38-1 - Set default language for /etc/sysconfig/i18n (#149688). - Make sure hostname option isn't greyed out if using static IP (#149116). - Remove unused packages, python library bits, and locale info (katzj). - Add missing Indic font packages (katzj). - Various language fixups. * Wed Mar 30 2005 Jeremy Katz - 10.2.0.37-1 - try not using maxcpus=1 for arches which still had it - don't use the reserved variable name str (sopwith) - various language fixups (clumens) * Tue Mar 29 2005 Jeremy Katz - 10.2.0.36-1 - tree build fix * Tue Mar 29 2005 Jeremy Katz - 10.2.0.35-1 - dead files can't really be installed (aka, fix the build) * Tue Mar 29 2005 Chris Lumens - 10.2.0.34-1 - Adjust pcmcia module loading for new in-kernel ds (pjones, #151235) - Make the rescue images identify which arch they're for (pjones, #151501) - Delete LV snapshots before the parent LV (pjones, #151524) - Check various forms of a language nick. - Allow setting MTU on the command line (katzj, #151789) - Remove dead code in config file handling and sparc booting (katzj) - Product name and path simplification (katzj) - Fixes for lang-table format change (katzj, clumens) * Fri Mar 25 2005 Bill Nottingham - 10.2.0.33-1 - fix typo in partedUtils.py * Thu Mar 24 2005 Jeremy Katz - 10.2.0.32-1 - Switch theme to clearlooks - Add new Solaris partition id - Mark some more strings for translation - Fix xfs fs creation (Lars Hamann, #151378) * Wed Mar 23 2005 Chris Lumens - 10.2.0.31-1 - Add libgcc for images. - Rewrite language handling. - Fix readImageFromFile deprecation warning (katzj). - Don't hide groups which just have metapkgs (katzj, #149182). - Load SELinux booleans (katzj, #151896). * Tue Mar 22 2005 Chris Lumens - 10.2.0.30-1 - Try harder on the libstdc++ include. - Fix /etc/resolv.conf fir interactive kickstart installs (#151472). * Mon Mar 21 2005 Jeremy Katz - 10.2.0.29-1 - Fix beta nag translation - Fix button growing (clumens, #151208) - Add libstdc++ for images (clumens) - Clean up congrats screen (clumens, #149526) - Fix CD ejecting in loader (pnasrat, #151232) - Exclude Xen kernels from everything install (#151490) - Add reserve_size for ppc to leave room on disc1 (#151234) - Add some more locales * Mon Mar 14 2005 Jeremy Katz - 10.2.0.28-1 - fix swap detection on upgrade (pjones) - don't use os.read to make a buffer of '\x00' (pjones) - move availRaidLevels to raid.py from fsset.py (pjones) - fix Xvnc parameters (clumens, #150498) - unmount loopback-mounted ISO images to free loop0 (clumens, #150887) - fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patch from Colin Charles. (pjones) - sqlite3->sqlite (pnasrat) - support longer package names in hdlist (pnasrat, #146820) - Fix handling of --debug (Ingo Pakleppa, #150920, #150925) - Fix for font location changes (#150889) - More cjk text shuffling (#149039) * Mon Mar 7 2005 Peter Jones - 10.2.0.27-1 - supress lvm fd warning messages - fewer log messages when growing partitions - clamp LVs to pesize during grow * Mon Mar 7 2005 Jeremy Katz - 10.2.0.26-1 - urlgrabber stuff is in its own package now * Sun Mar 6 2005 Peter Jones - 10.2.0.25-1 - Empty blacklist in upgrade.py (notting, #142893) - Add new font package names (katzj) - Yet another fix of autopart with lvm (pjones) * Tue Mar 1 2005 Peter Jones - 10.2.0.24-1 - gcc4 fixes (clumens, pjones) - build C files with -D_FORTIFY_SOURCE=2 (pjones) * Mon Feb 28 2005 Chris Lumens - 10.2.0.23-1 - Don't write out filesystems to fstab we haven't mounted (katzj, #149091). - Deal with multiple Apple Bootstrap partitions (pnasrat). - Set hostname sensitivity UI bug. - Eject CD when failing (pnasrat, #147272). - Better handling of Apple Bootstrap throughout (pjones). - Do ethtool setup everywhere (pnasrat, #145522). - Fix "debug" command line arg (pjones). - Import new libkrb5support library (#149856). - Add -once to ensure Xvnc exits (katzj, #137337). * Sun Feb 20 2005 Jeremy Katz - 10.2.0.22-1 - revert some of the ppc changes so that lvm is used (nasrat) - Try to fix bogl stuff some more (#149039) - x86_64 install fixes (#149040) * Sun Feb 20 2005 Peter Jones - 10.2.0.21-1 - get rid of lilo - make grub work with raid1 /boot and /root * Sat Feb 19 2005 Paul Nasrat - 10.2.0.20-1 - Pull in translations - s390 linuxrc silence nonexistant group warnings (karsten) - ppc mac autopartitioning and G5 boot.iso (#121266) and (#149081) * Sat Feb 12 2005 Jeremy Katz - 10.2.0.19-1 - fix x86_64 installs for bad urlgrabber import - Fix traceback with no %%post (clumens) - Put hostname in the text entry (clumens, #132826) * Tue Feb 8 2005 Jeremy Katz - 10.2.0.18-1 - Remove some old cruft - Fix-up for new module naming in gnome-python2-canvas 2.9.x - Add needed requirements for rpm 4.4 - Fix segfault when rpm tries to write to non-existent fd during transaction ordering - Support --erroronfail as an option for %%pre/%%post (clumens, #124386) * Tue Feb 8 2005 Jeremy Katz - 10.2.0.17-1 - Use rhpl.archscore to fix iseries upgrades (pnasrat, #146915) - Only configure ksdevice if no --device (pnasrat, #138852) - Don't redraw help if disasbled on next button click (clumens, #145691) - Fix exception in exception handler (msw) - Rebuild for new librpm * Fri Feb 4 2005 Chris Lumens - 10.2.0.16-1 - Support setting fs options in kickstart via --fsoptions (#97560) - Fix tracebacks * Wed Feb 2 2005 Jeremy Katz - 10.2.0.15-1 - Fix some bugs in the reduce-font changes - Fix urlgrabber import - Remove langsupport screen, base additional language support off of groups selected * Wed Feb 2 2005 Jeremy Katz - 10.2.0.14-1 - Fix deprecation warnings for pygtk 2.5 (clumens) - Fix bootloader --location=none (clumens, #146448) - Use urlgrabber (clumens) - Create reduced bogl font at upd-instroot time to include more characters (#92146, #140208) - Allow passing --src-discs=0 to get no srpm discs from splittree (based on patch from Armijn Hemel, #119070) - Mount pseudo-fs's with a more descriptive device name (#136820) - Minor tweaks to completion message (#138688) * Tue Jan 25 2005 Peter Jones - 10.2.0.13-1 - Hopefully fix LVM size bug (#145183) - Support multiple iso sets in the same directory (#146053) * Wed Jan 19 2005 Chris Lumens - 10.2.0.12-1 - Fix partitioning bugs (#101432, #137119) - Support --bytes-per-inode on a per-partition basis (#57550) * Thu Jan 13 2005 Jeremy Katz - 10.2.0.11-1 - Fix some tracebacks with the new glade code - Use busybox ash instead of ash for netstg2.img/hdstg2.img - Initialize terminals to avoid color palette change from bterm (pjones, #137849) * Thu Jan 13 2005 Jeremy Katz - 10.2.0.10-1 - Handle /sbin/lvm not existing anymore - Allow installclasses to turn off showing the upgrade option - Ensure that Core exists in your comps file (#143930) - Don't fall back to text mode if we fail to start graphics in test mode - Display better error messages for HTTP/FTP errors (clumens, #144546) - Switch main UI to use glade, set up infrastructure for use of glade - Remove some old code - Add buildprereq for intltool (fixed for b.g.o 163981) * Wed Jan 5 2005 Jeremy Katz - 10.2.0.9-1 - Fix some typos (#143257, #144006) - Fix from Matthew Miller for multiple dns servers (#84409) - Fix formatting of fcp disks (#144199) - Include a README for x86_64 images (clumens, #143366) - Make an x86_64 rescue image (clumens, #143366) - Add libXfixes for new gtk2 * Thu Dec 23 2004 Jeremy Katz - 10.2.0.8-1 - Use tmpfs not ramfs for /dev - Blacklist "root" as a VG name (#142785) - Better error message if swap can't be mounted (clumens, #143000) - Some fixes to the new /dev handling in init - Make more certain hwaddr gets written out (#143535) - Handle new swap label format (#143447) - Let the user know they're in rescue mode earlier (clumens, #136171) * Mon Dec 20 2004 Jeremy Katz - 10.2.0.7-1 - Better error handling on device creation (#142273) - Reset package selection to defaults if selected (#142415) - LVM on RAID1 fix (nasrat, #141781) - Add support for biosdev in driverdisk from Rez Kabir (#142738) - Some more SX8 fixes - Create /dev as a tmpfs (#141570) - Remove some old code - Improve quoting of fstype in anaconda-ks.cfg (Danen Brücker) * Wed Dec 8 2004 Jeremy Katz - 10.2.0.6-1 - Write out wepkey better (#140645) - Try to skip source isos with nfsiso (#106017) - Don't traceback for bad/missing / in fstab (nasrat, #141174) - Include pesize in generated ks.cfg (#141370) - Loop less on shutdown - Better handling of partial volume groups (#139058) * Tue Nov 30 2004 Jeremy Katz - 10.2.0.5-1 - CTCPROT fix (karsten, #133088) - Fix LVM partitions becoming negative sized (nasrat, #141268) - Fix removal/editing of zfcp devices in gui (#140559) - Fix segfault (#140541, #140876) - Fix handling of pre-existing parts on disks that we then ignore (#131333) * Tue Nov 23 2004 Jeremy Katz - 10.2.0.4-1 - Update python version in urllib hack - /init in initramfs instead of /linuxrc - Improved ppc console detection (nasrat, #134397) - Better handling of going back when out of space (#133773) - Better handling of LVM failures (#134263) - Set a default when boot loader to upgrade is indeterminate (#139603) - No more diet on i386 * Tue Nov 16 2004 Jeremy Katz - 10.2.0.3-1 - Create initramfs images instead of initrds for boot media - Remove some old code in a few places - Allow passing --notksdevice in network lines of a ks.cfg to avoid confusion with multiple network lines and a ksdevice= (#136903) - Allow going back to change the network device if ksdevice= is passed and isn't correct (#136903) - Fix for console= to automatically imply serial as needed (#137971) * Mon Nov 15 2004 Jeremy Katz - 10.2.0.2-1 - Do some more unmounts if we run out of space (#133773) - Fix for obsoletes E being long (nasrat, #138485) - Make serial imply nofb (#134167) - Set fstype to vfat if user selected /boot/efi in the mountpoint dropdown (#138580) - Copy the X log to the installed system - Add fix from HJ Lu to fix hang with no bootloader install (#138932) - Fix splittree error msg (nasrat, #139391) - Ignore IBM *STMF disks (#137920) * Mon Nov 8 2004 Jeremy Katz - 10.2.0.1-1 - whrandom is deprecated in python 2.4, use random instead - fix some syntax errors - fallback to English for languages that can't do text-mode (#138308) - More CTCPROT/PORTNAME tweaks (karsten) * Sun Nov 7 2004 Jeremy Katz - 10.2.0.0-1 - Switch to python 2.4 - Clean up warning on network screen from pygtk - Parse pxelinux IPAPPEND for loader network info, patch from Bastien Nocera (#134054) - Clean up handling of binaries busybox should override - Do misc package selection earlier so we know all the CDs needed when confirming the install (#122017) - Mark some strings for translation (#137197) - Don't reference boot disks in boot loader screen (#135851) - Add hardware address information to network screen (#131814) - Fix exception handling in label reading * Thu Nov 4 2004 Jeremy Katz - 10.1.1.4-1 - Fix traceback with CJK upgrades (#137345) - Allow 128 bit WEP keys (#137447) - Fix race condition with X client startup (krh, #108777) - Fix segfault in hd kickstart install (twaugh, #137533) - Better handling of errors reading labels (#137846) - Try harder to find LCS interface names (karsten) - Improve CTCPROT handling (karsten) - Fix traceback going back in rescue mode network config (#137844) - Don't use busybox shutdown, poweroff, reboot (#137948) - Set permissions on anaconda logs - Make autopartioning better with native storage on legacy iSeries - Sync onboot behavior of gui/text network screens (#138011) - Load some drivers later to try to avoid having FC disks be sda - Sizes in ks.cfg need to be an integer (#138109) * Tue Oct 26 2004 Jeremy Katz - 10.1.1.3-1 - Pull in firefox on upgrade if mozilla/netscape were installed (#137244) - Fix s390 tracebacks (#130123, #137239) * Tue Oct 26 2004 Jeremy Katz - 10.1.1.2-1 - Handle our LVM autopart lines slightly better (#137120) - Use busybox sleep for s390 since sleep requires librt again (#131167) - Handle onboot in ks.cfg properly in the loader (#136903) - Punjabi shouldn't try to do text mode (#137030) - Add sgiioc4 driver for Altix CD installs (#136730) - pci.ids trimming (notting) * Wed Oct 20 2004 Jeremy Katz - 10.1.1.1-1 - Create a netboot.img again for ppc64 (#125129) * Wed Oct 20 2004 Jeremy Katz - 10.1.1.0-1 - Lowercase OSA addresses from the parm file too (karsten) * Tue Oct 19 2004 Jeremy Katz - 10.0.3.21-1 - Lowercase OSA addresses to make the kernel happy (#133190) - Don't hard code the VG name used for auto-partitioning to avoid colliding with existing ones - Make sure that we don't do runlevel 5 if people don't have X, etc installed (#135895) - Update for new Indic font filenames * Mon Oct 18 2004 Jeremy Katz - 10.0.3.20-1 - Fix traceback with %%post logging (Gijs Hollestelle, #136154) - When using a local stage2.img for FTP/HTTP install, give an error earlier if you point at an invalid tree (#135603, #117155, #120101) - Add a trailing newline to /etc/sysconfig/kernel - Try to fix the icon theme - Rebuild against new dietlibc, hopefully fixes CJK text installs * Sun Oct 17 2004 Jeremy Katz - 10.0.3.19-1 - Fix font size to fit on disk display better (#135731) - Write out part lines for autopart lvm correctly (#135714) - Remove empty row in drive order for boot loader (#135944) - Replace %% in URLs to avoid format string weirdness (#135929) - Bind mount /dev for rescue mode (#135860) - Fix Dutch and Danish keyboard defaults (#135839) - add s2io 10GbE driver * Thu Oct 14 2004 Jeremy Katz - 10.0.3.18-1 - Add fonts for ta, gu, bn, hi, pa (#119283) - Re-enable bterm for testing (#113910) - Fix segfault when using biospart with a ks hdinstall. Patch from Rez Kabir (#135609) - Write out /etc/sysconfig/kernel for use with new-kernel-pkg changes (#135161) - Fix telnet logins for s390 (karsten) - Hardcode LCS as eth instead of tr (karsten) * Tue Oct 12 2004 Jeremy Katz - 10.0.3.17-1 - Only use "our" LVM partitions with auto-partitioning (#135440) - Remove localboot option from syslinux.cfg for diskboot.img (#135263) - Handle the great input method switch on upgrade (#129218) - Don't save the hwaddr for qeth (#135023) - Add rhgb boot loader arguments in postinstall (msw) - Reverse Norwegian blacklisting (#129453) (notting) - Add sata_nv, sata_sx4, ixgb, ahci, sx8 modules to the initrd (notting) * Thu Oct 7 2004 Jeremy Katz - 10.0.3.16-1 - s390/s390x: Fix traceback with unpartitioned disks (karsten) - improve fit of bengali network screen (#134762) - don't allow formatting of a pre-existing partition without also mounting it (#134865) - Don't show "0" as a mountpoint for an LV that's not being mounted (#134867) - Add prelink config bits (#117867) - Sort packages in text package group details (#123437) - Don't traceback on upgrade if /dev/mapper/control exists (#124092) * Tue Oct 5 2004 Jeremy Katz - 10.0.3.15-1 - Fix creation of scsi device nodes (#134709) - Fix multiple kickstart scriptlets with different interpreters (#134707) * Mon Oct 4 2004 Jeremy Katz - 10.0.3.14-1 - Some zfcp fixes - Don't traceback if we have a %%include inside a scriptlet (#120252) - Fix SELinux for text-mode ftp/http installs (#134549) * Mon Oct 4 2004 Mike McLean - 10.0.3.12-1 - add command line options to pkgorder (mikem) * Mon Oct 4 2004 Jeremy Katz - 10.0.3.11-1 - Handle 32 raid devs (#134438) - Fix LCS PORTNAME (#134487) - Add logging of kickstart scripts with --log to %%post/%%pre - Copy /tmp/anaconda.log and /tmp/syslog to /var/log/anaconda.log and /var/log/anaconda.syslog respectively (#124370) - Fix Polish (#134554) - Add arch-specific package removal (#133396) - Include PPC PReP Boot partition in anaconda-ks.cfg (#133934) - Fix changing of VG name going through to boot loader setup (#132213) - Add support for > 128 SCSI disks (#134575) * Fri Oct 1 2004 Jeremy Katz - 10.0.3.10-1 - add kickstart zfcp configuration (#133288, #130070) - Use NFSv3 for NFS installs. Fixes NFSISO installs from DVD (#122032) - Fix megaraid_mbox module name (#134369) - Another uninitialized fix (#133996) - Add the zh_CN font (#133330) * Thu Sep 30 2004 Jeremy Katz - 10.0.3.9-1 - translation updates - Install compat-arch-support by default (#133514) - Warn if an older version is chosen for upgrading if product is RHEL (#134523) - Fix traceback on upgrade with possible lvm1 (#134258) - Make changing the DNS server work (#122554) - More fixes from pnasrat for arch handling on upgrade * Thu Sep 30 2004 Paul Nasrat - 10.0.3.8-1 - Fix missing rpm.ts (#133045) * Wed Sep 29 2004 Jeremy Katz - 10.0.3.7-1 - Don't ask about mouse type on remote X display (#133902) - Label swap filesystems (#127892) - Fix possible crash on hd kickstart installs (#133996) - Improve multiarch upgrade (#133045) - Avoid changing the default language when selecting additional language support (#134040) - Remove spurious blank option in upgrade combo (#134058) - Fix driver disk hang (#131112, #122952) - Fix detection of unformatted dasd (#130123) * Mon Sep 27 2004 Jeremy Katz - 10.0.3.6-1 - Fix traceback from auto-partitioning if you don't have enough space (#131325) - Update FCP config for adding SCSI LUNs (#133290) * Mon Sep 27 2004 Jeremy Katz - 10.0.3.5-1 - Fix driver disk segfault when using a partition (#133036) - Let driver disk images on ext2 partitions work - Fix nonet/nostorage - Allow name.arch syntax in ks.cfg (#124456) - Fix traceback unselecting last language (#133164) - Skip version 0 swap (#122101) - Handle /dev being present in device names of ks.cfg (#121486) - Use no instead of no-latin1 for Norwegian keyboard (#133757) - include other dm modules (#132001) * Fri Sep 24 2004 Jeremy Katz - 10.0.3.4-1 - fix megaraid module name (notting) - don't prompt for a driver disk on pSeries boxes with just virtual devices (#135292) - don't use PROBE_LOADED for cd probe (#131033) - i2o devices don't use a "p" separator (#133379) - switch back zh_CN font to default (#133330) - add 3w-9xxx to modules.cgz (#133525) - fix showing of freespace (#133425) * Wed Sep 22 2004 Jeremy Katz - 10.0.3.3-1 - fix going back unmount of /dev/pts (#133301) - fix SRPMs disc (#122737) - add localboot option to isolinux.cfg (#120687) - fix tree build on ia64 and x86_64 - fix a syntax error for text mode selinux config * Tue Sep 21 2004 Jeremy Katz - 10.0.3.2-1 - some fixes for Arabic (#122228) - support using ksdevice=macaddr (#130605) - add an images/pxeboot directory on ia64 * Tue Sep 21 2004 Jeremy Katz - 10.0.3.1-1 - improve handling of non-physical consoles on some ppc and ia64 machines - add Bengali(India) and Gujarati to the lang-table (#126108) - add support for setting the CTC protocol on s/390 (#132324, #132325) - don't offer to do vnc if we don't have active nwtorking (#132833) - various typo/grammar fixes - add support for 'nostorage' and 'nonet' command line options to avoid auto-loading just network or storage devices - fix editing of pre-existing lvm (#132217) - fix going back from the partitions list on a driver disk (#132096) - don't show login error if silent errors (#132673) * Thu Jun 3 2004 Jeremy Katz - require system-logos and anaconda-help, obsolete anaconda-images * Fri Apr 30 2004 Jeremy Katz - Update description, remove prereq on stuff that was only needed for reconfig mode * Tue Feb 24 2004 Jeremy Katz - buildrequire libselinux-devel * Thu Nov 6 2003 Jeremy Katz - require booty (#109272) * Tue Oct 8 2002 Jeremy Katz - back to mainstream rpm instead of rpm404 * Mon Sep 9 2002 Jeremy Katz - can't buildrequire dietlibc and kernel-pcmcia-cs since they don't always exist * Wed Aug 21 2002 Jeremy Katz - added URL * Thu May 23 2002 Jeremy Katz - add require and buildrequire on rhpl * Tue Apr 02 2002 Michael Fulbright - added some more docs * Fri Feb 22 2002 Jeremy Katz - buildrequire kernel-pcmcia-cs as we've sucked the libs the loader needs to there now * Thu Feb 07 2002 Michael Fulbright - goodbye reconfig * Thu Jan 31 2002 Jeremy Katz - update the BuildRequires a bit * Fri Jan 4 2002 Jeremy Katz - ddcprobe is now done from kudzu * Wed Jul 18 2001 Jeremy Katz - own /usr/lib/anaconda and /usr/share/anaconda * Fri Jan 12 2001 Matt Wilson - sync text with specspo * Thu Aug 10 2000 Matt Wilson - build on alpha again now that I've fixed the stubs * Wed Aug 9 2000 Michael Fulbright - new build * Fri Aug 4 2000 Florian La Roche - allow also subvendorid and subdeviceid in trimpcitable * Fri Jul 14 2000 Matt Wilson - moved init script for reconfig mode to /etc/init.d/reconfig - move the initscript back to /etc/rc.d/init.d - Prereq: /etc/init.d * Thu Feb 03 2000 Michael Fulbright - strip files - add lang-table to file list * Wed Jan 05 2000 Michael Fulbright - added requirement for rpm-python * Mon Dec 06 1999 Michael Fulbright - rename to 'anaconda' instead of 'anaconda-reconfig' * Fri Dec 03 1999 Michael Fulbright - remove ddcprobe since we don't do X configuration in reconfig now * Tue Nov 30 1999 Michael Fulbright - first try at packaging reconfiguration tool