From f407cd98030cd1530ad65c7b3ee491a3b78c47e0 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Sep 26 2012 23:03:29 +0000 Subject: - isys.mount needs to be told when something should be mounted NFS (#860273). (clumens) - Disks with new disklabels don't count as new devices in custom. (dlehman) - Fix thread synchronization issue going from storage to custom. (#860495) (dlehman) - Treat disks with unrecognized or no formatting as empty. (#858862) (dlehman) - Improve management of mountpoint selectors in the custom spoke. (dlehman) - Improve handling of existing devices when refreshing the custom spoke. (dlehman) - Apply custom changes not involving actions to the main devicetree. (dlehman) - Add a mountpoint entry to the device options area. (dlehman) - Move mountpoint validation out of the add mountpoint dialog. (dlehman) - Only run the storage sanity check if we've run autopart. (dlehman) - Add a method to reset a device to its original state. (dlehman) - Make a copy of the original format instead of just storing another ref. (dlehman) - Reformatting effectively removes a device from an existing Root. (dlehman) - Fix test for whether to create biosboot during autopart. (#853628) (dlehman) - Close AddLayout dialog on double-click (vpodzime) - Remove useless handler of Cancel button (AddLayout dialog) (vpodzime) - Don't rely on having some month and year selected (#859185) (vpodzime) - Add debug option to bumpver (bcl) - Raise an error if bootDrive is invalid (jkeating) - Handle automated installs (jkeating) - Handle errors from text storage execute (jkeating) - Fix ready and completed properties for text storage (jkeating) - Use ksdata to determine text password completeness (jkeating) --- diff --git a/.gitignore b/.gitignore index ca8dc64..9d58e13 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ anaconda-15.2.tar.bz2 /anaconda-18.6.tar.bz2 /anaconda-18.7.tar.bz2 /anaconda-18.9.tar.bz2 +/anaconda-18.10.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 667d238..ebceba8 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 18.9 +Version: 18.10 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -299,6 +299,35 @@ update-desktop-database &> /dev/null || : /usr/lib/dracut/modules.d/80%{name}/* %changelog +* Wed Sep 26 2012 Chris Lumens - 18.10-1 +- isys.mount needs to be told when something should be mounted NFS (#860273). + (clumens) +- Disks with new disklabels don't count as new devices in custom. (dlehman) +- Fix thread synchronization issue going from storage to custom. (#860495) + (dlehman) +- Treat disks with unrecognized or no formatting as empty. (#858862) (dlehman) +- Improve management of mountpoint selectors in the custom spoke. (dlehman) +- Improve handling of existing devices when refreshing the custom spoke. + (dlehman) +- Apply custom changes not involving actions to the main devicetree. (dlehman) +- Add a mountpoint entry to the device options area. (dlehman) +- Move mountpoint validation out of the add mountpoint dialog. (dlehman) +- Only run the storage sanity check if we've run autopart. (dlehman) +- Add a method to reset a device to its original state. (dlehman) +- Make a copy of the original format instead of just storing another ref. + (dlehman) +- Reformatting effectively removes a device from an existing Root. (dlehman) +- Fix test for whether to create biosboot during autopart. (#853628) (dlehman) +- Close AddLayout dialog on double-click (vpodzime) +- Remove useless handler of Cancel button (AddLayout dialog) (vpodzime) +- Don't rely on having some month and year selected (#859185) (vpodzime) +- Add debug option to bumpver (bcl) +- Raise an error if bootDrive is invalid (jkeating) +- Handle automated installs (jkeating) +- Handle errors from text storage execute (jkeating) +- Fix ready and completed properties for text storage (jkeating) +- Use ksdata to determine text password completeness (jkeating) + * Tue Sep 25 2012 Chris Lumens - 18.9-1 - And remove compssort.py from POTFILES.in, too. (clumens) - Select a default environment (#858180). (clumens) diff --git a/sources b/sources index 155a433..ac7d200 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -804fb88fb74540bca8fa71caea2bb3cf anaconda-18.9.tar.bz2 +c16effafca960a2e6b72e304a6be6c4c anaconda-18.10.tar.bz2