New version.
This commit is contained in:
parent
7d05581676
commit
05fea5bc28
@ -1,2 +1,3 @@
|
|||||||
clog
|
clog
|
||||||
anaconda-11.5.0.46.tar.bz2
|
anaconda-11.5.0.46.tar.bz2
|
||||||
|
anaconda-11.5.0.48.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 11.5.0.46
|
Version: 11.5.0.48
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -213,6 +213,76 @@ update-desktop-database &> /dev/null || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 24 2009 Chris Lumens <clumens@redhat.com> - 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 <dcantrell@redhat.com> - 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 <dcantrell@redhat.com> - 11.5.0.46-1
|
* Fri Apr 17 2009 David Cantrell <dcantrell@redhat.com> - 11.5.0.46-1
|
||||||
- Clean up argument list after changing from rhpl to iutil for
|
- Clean up argument list after changing from rhpl to iutil for
|
||||||
execWithRedirect (jkeating)
|
execWithRedirect (jkeating)
|
||||||
|
Loading…
Reference in New Issue
Block a user