diff --git a/.gitignore b/.gitignore index 7ed4f95..9595207 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ anaconda-15.2.tar.bz2 /anaconda-15.3.tar.bz2 +/anaconda-15.4.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 090ed36..6f8732a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 15.3 +Version: 15.4 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -225,6 +225,20 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Thu Oct 21 2010 Chris Lumens - 15.4-1 +- Allow importing product.py in places where you won't have a .buildstamp. + (clumens) +- Search for iscsid in the $PATH, not in a hardcoded list of places (#645523). + (clumens) +- Use glib for getPartitionsList() (dcantrell) +- Include the SELinux policy file, not just the directory. (clumens) +- Remove the last references to install.img. (clumens) +- Properly identify device-mapper partitions set up by kpartx. (#644616) + (dlehman) +- Don't ever try to mount ntfs filesystems. (#637319) (dlehman) +- We don't need to worry about 2.4 -> 2.6 updates anymore. (clumens) +- scsiWindow is unused. Kill it. (clumens) + * Mon Oct 18 2010 Chris Lumens - 15.3-1 - Don't recommend /usr as a mount point anymore (#643640). (clumens) - Add some debugging prints. (clumens) diff --git a/sources b/sources index f7689e1..73bf002 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae8474b4d6d5b1a9d87e52adcfa6d7a9 anaconda-15.3.tar.bz2 +0443ace2b4ea21d7ede8848bb9380819 anaconda-15.4.tar.bz2