summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2006-03-27 18:08:42 +0000
committerIan Romanick <idr@us.ibm.com>2006-03-27 18:08:42 +0000
commit5b4db5c392c123f71a7933bd94c789b5e23dd69a (patch)
treef110bca10f2f465f2c08d87cf15bf80831769015 /ChangeLog
parent6b1e9fae2ab9979b2a3bb3137c5db4d92d2905c8 (diff)
Remove src/pcils.c and src/Makefile.foo. Add src/scanpci.c.XORG-7_0_99_901
Bump version to 0.3.0. Replace pci_get_name with pci_get_strings. This function matches the functionality provided by the Xorg scanpci module almost identically.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f2c962..8494f32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2006-03-27 Ian Romanick <idr@us.ibm.com>
+
+ * Makefile.am:
+ Remove src/pcils.c and src/Makefile.foo. Add src/scanpci.c.
+
+ * configure.ac:
+ * src/Makefile.am:
+ Bump version to 0.3.0.
+
+ * include/pciaccess.h:
+ * src/common_device_name.c: (pci_get_strings):
+ Replace pci_get_name with pci_get_strings. This function
+ matches the functionality provided by the Xorg scanpci module
+ almost identically.
+
2006-03-24 Ian D. Romanick <idr@us.ibm.com>
* src/Makefile.foo: Drop from CVS.