From b643881e646e8d7ad9bfe566a6f262f010efca35 Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Sat, 20 Nov 2010 15:41:50 +0300 Subject: Prepared 1.2 release Bumped up the version in configure.ac and added a NEWS entry. --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1