summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>2014-11-11 21:07:45 +0200
committerNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>2014-11-11 21:12:19 +0200
commitd17b36c16ada69a32d9ddb4e96b30ae649cd4fe2 (patch)
tree1ac963eeaef1c0dd952252ffd56feebc14d1028e
parent61b35ca6ab35e86d2eb265a4830f35abeb8bfae7 (diff)
downloadusbhid-dump-d17b36c16ada69a32d9ddb4e96b30ae649cd4fe2.tar.gz
Bump version number1.4
Increase version number to 1.4, add release notes to NEWS.
-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