summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2009-05-12 19:03:37 -0400
committerDaniel Drake <dsd@gentoo.org>2009-05-12 19:03:37 -0400
commitaa24c04e4043e39674b59ff0d302b2365cd0078f (patch)
tree60a22a8c3ff1f976fdf10f8aff544846868b36c4
parent44767677447fae4267131f99c591b14117486cac (diff)
downloadlibusb-1.0.1.tar.gz
v1.0.1 releasev1.0.1
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 09d4a55..0a6556b 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.
+2009-05-12: v1.0.1 release
+ * Bug fixes
+ * Darwin backend
+
2008-12-13: v1.0.0 release
* Bug fixes
diff --git a/configure.ac b/configure.ac
index 0b586bc..dad73de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libusb], [1.0.0])
+AC_INIT([libusb], [1.0.1])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([libusb/core.c])
AM_CONFIG_HEADER([config.h])