From ef6c147d2c5dba37de207c3408b06649cbda170b Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 25 Jun 2009 09:39:15 -0700 Subject: [PATCH] 0.83 release --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b345fd1..f1deb6f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +usbutils 0.83 +============= +HID descriptor bugfixes +usb-devices script to emulate the /proc/bus/usb/devices file +new device ids + usbutils 0.82 ============= Wireless USB device support diff --git a/configure.ac b/configure.ac index 08a3faf..236683b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([usbutils], - [0.82], + [0.83], [linux-usb@vger.kernel.org]) AC_PREREQ(2.60) AM_INIT_AUTOMAKE([check-news foreign 1.9 dist-bzip2])