projects
/
platform
/
upstream
/
libusb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83a0290
)
v0.9.1 release
author
Daniel Drake
<dsd@gentoo.org>
Sun, 29 Jun 2008 02:28:44 +0000
(21:28 -0500)
committer
Daniel Drake
<dsd@gentoo.org>
Sun, 29 Jun 2008 02:28:44 +0000
(21:28 -0500)
NEWS
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
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
diff --git
a/configure.ac
b/configure.ac
index 4f5232af80f66256bafe009f93ec2b99da3cc2e2..74af09ffe8f6e344a528963018eec8408e71fb85 100644
(file)
--- 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])