v0.9.1 release
authorDaniel Drake <dsd@gentoo.org>
Sun, 29 Jun 2008 02:28:44 +0000 (21:28 -0500)
committerDaniel Drake <dsd@gentoo.org>
Sun, 29 Jun 2008 02:28:44 +0000 (21:28 -0500)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 1925928da5ffe26edb90f3605b2ec6fe12b42c34..67e89bacfd812dc7883836eaf69d5808aa451d8a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 This file lists notable changes in each release. For the full history of all
 changes, see ChangeLog.
 
+2008-06-28: v0.9.1 release
+ * Bug fixes
+ * Introduce contexts to the API
+ * Compatibility with new Linux kernel features
+
 2008-05-25: v0.9.0 release
  * First libusb-1.0 beta release
 
index 4f5232af80f66256bafe009f93ec2b99da3cc2e2..74af09ffe8f6e344a528963018eec8408e71fb85 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([libusb], [0.9.0])
+AC_INIT([libusb], [0.9.1])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([libusb/core.c])
 AM_CONFIG_HEADER([config.h])