From de0ee822627093c8328e66eeefa0474614180407 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Apr 03 2009 03:27:40 +0000 Subject: * 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) --- diff --git a/.cvsignore b/.cvsignore index cf9a898..a103659 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,4 +1,2 @@ clog -anaconda-11.5.0.37.tar.bz2 -anaconda-11.5.0.38.tar.bz2 -anaconda-11.5.0.39.tar.bz2 +anaconda-11.5.0.40.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 4b51e2f..cf1c5c8 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.5.0.39 +Version: 11.5.0.40 Release: 1 License: GPLv2+ Group: Applications/System @@ -213,6 +213,30 @@ update-desktop-database &> /dev/null || : %endif %changelog +* 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) diff --git a/sources b/sources index d7bae55..ae2a6ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bfcd8c207308041a107ad56a2f839ad8 anaconda-11.5.0.39.tar.bz2 +b598cf0206e4cc22b4f9c75261435997 anaconda-11.5.0.40.tar.bz2