summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormananth <mananth>2003-08-25 08:12:27 +0000
committermananth <mananth>2003-08-25 08:12:27 +0000
commit84e213ec1680275dc69477c34f34a372b9fddf2d (patch)
treee5c717a88b8b980780cd15dc86056b442f13fcaf /ChangeLog
downloadsysfsutils-84e213ec1680275dc69477c34f34a372b9fddf2d.tar.gz
Initial revision
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..b3064ca
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,37 @@
+
+07/24/2003 - Daniel Stekloff <dsteklof@us.ibm.com>
+ * Changed sysutils name to sysfsutils
+
+07/23/2003 - Daniel Stekloff <dsteklof@us.ibm.com>
+ * Changed sysfs_dlink to sysfs_link, got rid of
+ sysfs_directory link for target char path.
+
+07/18/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
+ * Changed default systool and lsbus to just print
+ device info. Device info already prints drivers.
+
+07/10/2003 - Daniel Stekloff <dsteklof@us.ibm.com>
+ Ananth Mavinakayanahalli <ananth@in.ibm.com>
+ * Added printing binary attribute support to systool
+ and lsbus
+
+07/09/2003 - Lev Makhlis <mlev@despammed.com>
+ * Libsysfs code cleanup including:
+ - code simplification
+ - read-only strings
+ - C++ compatibility
+ - Daniel Stekloff <dsteklof@us.ibm.com>
+ * Removed "-t" option
+
+07/08/2003 - Daniel Stekloff <dsteklof@us.ibm.com>
+ * Created NEWS file listing version history
+
+07/07/2003 - Daniel Stekloff <dsteklof@us.ibm.com>
+ * Merged version 0.1.0 into main tree
+ * Tagged new branch - version 0.1.1
+
+07/07/2003 - Ananth Mavinakayanahalli <ananth@in.ibm.com>
+ * Added parent reference to sysfs_device
+ * Added device reference to sysfs_driver
+
+06/30/2003 - Initial Version Released