summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 89bf0ad..b938f3b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+2014-11-11: 1.4
+ * Request report descriptor with size specified in the interface descriptor
+ to fix retrieval with some devices (e.g. Waltop Vega Tablet) which
+ would produce ERROR_PIPE otherwise.
+ * Add missing stdint.h includes to fix Gentoo/FreeBSD build issues.
+ * Add README.md
+
2011-02-05: 1.3
* Add manual page.
* Fix several build issues.
diff --git a/configure.ac b/configure.ac
index 98ac558..cfc3fe1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([usbhid-dump], [1.3])
+AC_INIT([usbhid-dump], [1.4])
AC_CONFIG_AUX_DIR([auxdir])
AM_INIT_AUTOMAKE([1.9 -Wall foreign])
AM_MAINTAINER_MODE