usbutils 005 release
diff --git a/NEWS b/NEWS
index 0ceec05..c2b8300 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+usbutils 005
+============
+
+Greg Kroah-Hartman (7):
+      usb.ids: updated version of the file
+      Remove the FSF address from the source files.
+      update usbhid-dump to release 1.2
+      add another Linux kernel usb id.
+      updated usb.ids file
+      lsusb-t.c: fix up some complier warnings
+      add lsusb.h to fix some complier warnings.
+
+Lukáš Nykrýn (1):
+      Add more space to lsusb.py output
+
+Sarah Sharp (2):
+      lsusb: wSpeedsSupported is 2 bytes, not one.
+      lsusb: bU2DevExitLat is little endian, not big endian.
+
+
 usbutils 004
 ============
 
diff --git a/configure.ac b/configure.ac
index c77b786..5039439 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([usbutils],
-	[004],
+	[005],
 	[linux-usb@vger.kernel.org])
 AC_PREREQ(2.60)
 AM_INIT_AUTOMAKE([check-news foreign 1.9 dist-bzip2])