summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolai Kondrashov <spbnick@gmail.com>2010-11-20 15:41:50 +0300
committerNikolai Kondrashov <spbnick@gmail.com>2010-11-20 15:41:50 +0300
commitb643881e646e8d7ad9bfe566a6f262f010efca35 (patch)
tree30ed2c73f568d1fd61981363bd9f5cca841eada8
parent015ea6d220037ecc15ff15278f34d4d32befb69e (diff)
downloadusbhid-dump-b643881e646e8d7ad9bfe566a6f262f010efca35.tar.gz
Prepared 1.2 release1.2
Bumped up the version in configure.ac and added a NEWS entry.
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cf630bb..c7e6e35 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+2010-11-20: 1.2
+ * Command line parameters are removed, now all HID interfaces
+ of all USB devices are dumped by default. This may include the
+ keyboard controlling the terminal, for example, please be careful.
+ * Added device selection limiting options: -s, -a, --address=bus[:dev]
+ to limit by bus number and/or device address and -d, -m,
+ --model=vid[:pid] to limit by vendor and/or product.
+ * Added interface number limiting option -i, --interface=NUMBER.
+ * Added stream interrupt transfer timeout option -t,
+ --stream-timeout=NUMBER, which is set to 1 minute by default to
+ allow recovery of accidentially captured terminal input device.
+ This timeout is printed on the start of stream dumping.
+
2010-08-24: 1.1
* Renamed to usbhid-dump
* Fix handling of responses to unsupported HID requests
diff --git a/configure.ac b/configure.ac
index f0ee64f..db91959 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([usbhid-dump], [1.1])
+AC_INIT([usbhid-dump], [1.2])
AC_CONFIG_AUX_DIR([auxdir])
AM_INIT_AUTOMAKE([1.9 -Wall foreign])
AC_CONFIG_HEADER([config.h])