summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-02-17 22:18:54 +0000
committerPeter Jones <pjones@redhat.com>2006-02-17 22:18:54 +0000
commit599cecd6914fb1bb46f8f3c390950758e5d4a17e (patch)
tree1284b89eb5c78483c2087f3e78915233a6fc5d0d
parent2a9d9ff387b912932af93bfe47a797fe53ddaedb (diff)
downloadanaconda-599cecd6914fb1bb46f8f3c390950758e5d4a17e.tar.gz
anaconda-599cecd6914fb1bb46f8f3c390950758e5d4a17e.tar.xz
anaconda-599cecd6914fb1bb46f8f3c390950758e5d4a17e.zip
- add changelog
- bump version
-rw-r--r--ChangeLog8
-rw-r--r--anaconda.spec5
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d2bb035b4..c8750412c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-02-17 Peter Jones <pjones@redhat.com>
+
+ * isys/acpi/*: add headers for acpi tables
+ * isys/acpi.c: add cpu probing via acpi
+ * isys/isys.c: python bindings for the above
+ * isys/isys.py: bring it out via isys.acpicpus()
+ * packages.py: use acpi for cpu probing
+
2006-02-01 David Cantrell <dcantrell@redhat.com>
* fsset.py (swapFileSystem.labelDevice): Make swap labels starting
diff --git a/anaconda.spec b/anaconda.spec
index 1f8848b41..4fb903484 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,6 +1,6 @@
ExcludeArch: ppc64
Name: anaconda
-Version: 10.1.1.35
+Version: 10.1.1.36
Release: 1
License: GPL
Summary: Graphical system installer
@@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Fri Feb 17 2006 Peter Jones <pjones@redhat.com> - 10.1.1.36-1
+- Use ACPI for cpu probing where an MADT is available.
+
* Thu Feb 16 2006 Peter Jones <pjones@redhat.com> - 10.1.1.35-1
- probe threads per core and device threads per cpu by that to get a
real number