summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 58fb582..62955fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+usbutils 0.86
+=============
+HID device robust fix
+
usbutils 0.85
=============
usb-devices bugfixes
diff --git a/configure.ac b/configure.ac
index 5f16114..15917e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([usbutils],
- [0.85],
+ [0.86],
[linux-usb@vger.kernel.org])
AC_PREREQ(2.60)
AM_INIT_AUTOMAKE([check-news foreign 1.9 dist-bzip2])