summaryrefslogtreecommitdiff
path: root/devnode/ChangeLog
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-19 06:14:24 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-19 06:14:24 +0000
commit6fafeb146e9efd59140ea58cebd7dd38ae9a6379 (patch)
tree7db89ba6a28932514b105d620bba4884ec332ec3 /devnode/ChangeLog
parent38c2c2458e3f4ecb329ff35621806252aac209b9 (diff)
parent8df772b3c665e663f6f9d2a70f9c691590bd3f91 (diff)
Merge branch 'dde' into upstream-merged
Diffstat (limited to 'devnode/ChangeLog')
-rw-r--r--devnode/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/devnode/ChangeLog b/devnode/ChangeLog
new file mode 100644
index 00000000..54ae55f4
--- /dev/null
+++ b/devnode/ChangeLog
@@ -0,0 +1,34 @@
+2008-09-26 Zheng Da <zhengda1936@gmail.com>
+
+ * README: Update.
+
+ * devnode.c (args_doc): New variable.
+ (options): Remove '-d' and change the description of '-n'.
+ (parse_opt): Get the device in ARGP_KEY_ARG instead of from '-d'.
+ (main): Set args_doc to the field of argp.
+
+2008-08-28 Zheng Da <zhengda1936@gmail.com>
+
+ * devnode.c (ds_device_open): Return the error instead of stopping the
+ translator.
+
+2008-08-20 Zheng Da <zhengda1936@gmail.com>
+
+ * devnode.c (ds_device_open): Test device_name before using it.
+
+ * util.h (DEBUG): Remove the macro.
+
+2008-08-18 Zheng Da <zhengda1936@gmail.com>
+
+ * README: New file.
+
+ * devnode.c (options): Replace the option '-i' with '-d'.
+ (parse_opt): Handle the option '-d'.
+
+2008-08-17 Zheng Da <zhengda1936@gmail.com>
+
+ * Makefile: New file.
+
+ * util.h: New file.
+
+ * devnode.c: New file.