summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1925928..67e89ba 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 4f5232a..74af09f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])