summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dan@reactivated.net>2010-04-19 19:36:55 -0300
committerDaniel Drake <dan@reactivated.net>2010-04-19 19:36:55 -0300
commit3af329db6dcbfb96d24867c757f9e125e5b7b0e5 (patch)
tree6562905bd558002f655119cacd44b5c026049fee
parentceb8cacd6d2a4189de0db2ee46d45217511c69be (diff)
downloadlibusb-1.0.7.tar.gz
v1.0.7 releasev1.0.7
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4d573d6..578cf54 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
+2010-04-19: v1.0.7
+* Bug fixes and documentation tweaks
+* Add more interface class definitions
+
2009-11-22: v1.0.6
* Bug fixes
* Increase libusb_handle_events() timeout to 60s for powersaving
diff --git a/configure.ac b/configure.ac
index 093a875..9c404e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libusb], [1.0.6])
+AC_INIT([libusb], [1.0.7])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([libusb/core.c])
AC_CONFIG_MACRO_DIR([m4])