diff options
author | David Cantrell <dcantrell@redhat.com> | 2010-02-22 16:09:50 -1000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2010-02-22 16:09:50 -1000 |
commit | 962e83113125731c354b4509b3ddc3be7dd78679 (patch) | |
tree | 02a34ce0c170c13577427944f9e8086c6208695e /anaconda.spec.in | |
parent | 2e1c4d4ab268fde0896e5a1730772933f57bed99 (diff) | |
download | anaconda-962e83113125731c354b4509b3ddc3be7dd78679.tar.gz anaconda-962e83113125731c354b4509b3ddc3be7dd78679.tar.xz anaconda-962e83113125731c354b4509b3ddc3be7dd78679.zip |
New version.
Diffstat (limited to 'anaconda.spec.in')
-rw-r--r-- | anaconda.spec.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in index b055474f6..abc6e7fdd 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -217,6 +217,29 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Mon Feb 22 2010 David Cantrell <dcantrell@redhat.com> - 13.29-1 +- DiskLabel.status can't be determined so return False. (#563526,#561074) + (dlehman) +- Remove getDasdDevPort() and getDasdState() from isys.py. (dcantrell) +- Replace calls to isys.getDasdPorts() with calls to new getDasdPorts() + (dcantrell) +- Add getDasdPorts() to storage/dasd.py. (dcantrell) +- Remove isys/dasd.c, functions no longer needed in isys. (dcantrell) +- Fix creation of encrypted md members and pvs in kickstart. (#567396) + (dlehman) +- Don't align free space geometries in getFreeRegions. (#565692) (dlehman) +- Align extended partitions like we do other partitions. (dlehman) +- Don't allow the host's LD_LIBRARY_PATH affect get_dso_deps (#565887). + (clumens) +- Remove a couple redundant network bring up calls. (clumens) +- Reset the resolver cache after bringing up the network (#562209). (clumens) +- Let's have /etc/xorg.conf.d in stage2 (#566396) (akozumpl) +- Add the filter UI screens to the list of translatable files (#567216). + (clumens) +- Don't traceback when a user tries to put /boot on an LV (#566569) + (hdegoede) +- RescueInterface should inherit from InstallInterfaceBase too (hdegoede) + * Fri Feb 19 2010 Chris Lumens <clumens@redhat.com> - 13.28-1 - Allow --ignoremissing to work for @base and @core (#566752). (clumens) |