Skip to content

Commit

Permalink
Prepared 1.2 release
Browse files Browse the repository at this point in the history
Bumped up the version in configure.ac and added a NEWS entry.
  • Loading branch information
spbnick committed Nov 20, 2010
1 parent 015ea6d commit b643881
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit b643881

Please sign in to comment.