summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 48ceb8b..87f2a51 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Version 0.2.1
+~~~~~~~~~~~~~
+Released: 2014-11-24
+
+Bugfixes:
+ - Always set a device platform ID (Richard Hughes)
+ - Ignore 'unsupported' as a return value for kernel drivers (Richard Hughes)
+
Version 0.2.0
~~~~~~~~~~~~~
Released: 2014-11-20
diff --git a/configure.ac b/configure.ac
index 088f257..d3755f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ AC_SUBST(G_USB_MICRO_VERSION)
# REVISION If the API and ABI remains the same, but bugs are fixed.
# AGE Don't use.
LT_CURRENT=2
-LT_REVISION=4
+LT_REVISION=5
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)