diff options
author | Peter Jones <pjones@redhat.com> | 2006-03-03 01:33:39 +0000 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2006-03-03 01:33:39 +0000 |
commit | 71151b9047b075f30501b63c9f879653831dfb2f (patch) | |
tree | c7c6416b9b96483e9ab9beb9764e4c8739490f29 /anaconda.spec | |
parent | bc19e36a7b45e07c60bd5e62a369ae2183ecb6e0 (diff) | |
download | anaconda-71151b9047b075f30501b63c9f879653831dfb2f.tar.gz anaconda-71151b9047b075f30501b63c9f879653831dfb2f.tar.xz anaconda-71151b9047b075f30501b63c9f879653831dfb2f.zip |
- update changelog and version
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec index 028dc9f24..5116b3000 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ ExcludeArch: ppc64 Name: anaconda -Version: 10.1.1.37 +Version: 10.1.1.38 Release: 1 License: GPL Summary: Graphical system installer @@ -74,6 +74,10 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Thu Mar 2 2006 Peter Jones <pjones@redhat.com> - 10.1.1.38-1 +- Make the ACPI probe happen when isys is imported, and return cached + data from there on out. + * Mon Feb 20 2006 Peter Jones <pjones@redhat.com> - 10.1.1.37-1 - Fix ACPI probing on amd64 (reported by pjones) - Fix cpuid fn 0x80000008 (cores-per-package) probe on amd64 (reported by katzj) |