diff --git a/.gitignore b/.gitignore index 6c94fcc..6d64153 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ anaconda-18.12.tar.bz2 /anaconda-18.13.tar.bz2 /anaconda-18.14.tar.bz2 /anaconda-18.15.tar.bz2 +/anaconda-18.16.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 5af57da..fbcc6ca 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 18.15 +Version: 18.16 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -299,6 +299,23 @@ update-desktop-database &> /dev/null || : /usr/lib/dracut/modules.d/80%{name}/* %changelog +* Thu Oct 11 2012 Brian C. Lane - 18.16-1 +- Don't try to load ifcfg files for wifi devices (#865355) (vpodzime) +- Rewrite isWirelessDevice to Python and DBus calls (#862801) (vpodzime) +- Use a capital "B" in the size module (#859932). (clumens) +- The environment window needs a vertical scroll bar (#865066). (clumens) +- liveinst should recognize inst.updates too (#865398). (clumens) +- Improve validation of device edit requests. (dlehman) +- Fix listing of subvolumes for existing btrfs volumes. (dlehman) +- Remove overzealous correction of device type for /boot*. (#863574) (dlehman) +- Pad filesystem minimum sizes to ensure other OS can still run. (dlehman) +- Handle encrypted partitions in size set classes. (dlehman) +- Don't set mountpoints of "(null)" in mountpoint selectors. (dlehman) +- Prevent crash trying to populate raid options on a one-disk system. (dlehman) +- Rework type combos and don't offer RAID on one-disk systems. (dlehman) +- Bundle more of data/ in updates.img (jkeating) +- Revive reipl (#860244) (jkeating) + * Wed Oct 10 2012 Brian C. Lane - 18.15-1 - add noverifyssl to anaconda-dracut (#852229) (bcl) - Don't crash when running anaconda a second time (jkeating) diff --git a/sources b/sources index e124de8..e6dd063 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4053fd7acfc140bf707c7d98514a820f anaconda-18.15.tar.bz2 +275e0b19dbad01314fc35d3e9a943c8e anaconda-18.16.tar.bz2