summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2011-08-12 13:10:09 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-12 13:10:09 -0700
commit69377fc2e806282eed40c7b1e699be2004a44fcf (patch)
tree37ae791c4f6f4478f9c6d5e602596dba0024206e
parentfc2b9edc19565ff5f5a7b113756e99f5b31a77d1 (diff)
downloadusbutils-69377fc2e806282eed40c7b1e699be2004a44fcf.tar.gz
usbutils 004 releasev004
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3bce6c5..0ceec05 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+usbutils 004
+============
+
+Carl-Daniel Hailfinger (2):
+ Fix lsusb out-of-bounds write
+ Fix lsusb double-free
+
+Dafydd Crosby (2):
+ Verbose flag in tree mode shows vendor and product name. When running `lsusb -tv`, devices should have the vendor and product name appended to the row.
+ Fix compiler warning
+
+Greg Kroah-Hartman (2):
+ Merge pull request #2 from nphilipp/master--nphilipp
+ Merge pull request #3 from dafyddcrosby/lsusb-tv
+
+Nils Philippsen (1):
+ don't use invalid config descriptors
+
+
usbutils 003
============
diff --git a/configure.ac b/configure.ac
index db944ec..c77b786 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([usbutils],
- [003],
+ [004],
[linux-usb@vger.kernel.org])
AC_PREREQ(2.60)
AM_INIT_AUTOMAKE([check-news foreign 1.9 dist-bzip2])