summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormananth <mananth>2003-10-20 11:53:53 +0000
committermananth <mananth>2003-10-20 11:53:53 +0000
commit35d0758e6dc564de3c2dd1571a7455985eaf7bb6 (patch)
treebeaf56ac10fcb19af20f81b16571eed278b3ce4f /ChangeLog
parent3e9eb3ce145daf9b79402073a461d793f69d031c (diff)
downloadsysfsutils-35d0758e6dc564de3c2dd1571a7455985eaf7bb6.tar.gz
Install headers, add read_attr routines, fix bugs in sysfs_dir.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b737a14..a034368 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
+10/20/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
+ * Added code to install header files (from include dir)
+ to /usr/local/include/ directory
+ * Added "read_attr" functions for device, driver and
+ class; simplified "write_attr" handling
+ * Made sysfs_get_directory_attribute() recurse subdirs
+ * Fixed potential bugs in sysfs_dir.c
+
10/17/2003 - Daniel Stekloff <dsteklof@us.ibm.com>
- * Add "path" to device in sysfs_device structure
+ * Added "path" to device in sysfs_device structure
10/15/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
* Fixed bug in sysfs_block.c (initrd)