summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--RELEASE2
-rw-r--r--configure.ac2
3 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 87f2a51..68342b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Version 0.2.2
+~~~~~~~~~~~~~
+Released: 2014-11-26
+
+New Features:
+ - Official Windows support!
+
+Bugfixes:
+ - No longer require G_USB_API_IS_SUBJECT_TO_CHANGE (Richard Hughes)
+ - Use a thread to process libusb1 events (Richard Hughes)
+
Version 0.2.1
~~~~~~~~~~~~~
Released: 2014-11-24
diff --git a/RELEASE b/RELEASE
index b964723..1a1f1c8 100644
--- a/RELEASE
+++ b/RELEASE
@@ -5,7 +5,7 @@ GUsb Release Notes
git shortlog gusb_0_2_1.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.2.1
+Version 0.2.2
~~~~~~~~~~~~~
Released: 2014-xx-xx
diff --git a/configure.ac b/configure.ac
index 974e273..1287bea 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=5
+LT_REVISION=6
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)