diff --git a/packages/debian/changelog b/packages/debian/changelog index ff1f3b3..16a6f2b 100644 --- a/packages/debian/changelog +++ b/packages/debian/changelog @@ -1,3 +1,10 @@ +libpsinc0 (0.1.20) unstable; urgency=medium + + * Fix issue where the handle gets overwritten when trying to claim other + pending devices after having successfully claimed the device of interest. + + -- Dan Sat, 07 Jul 2018 18:33:05 +0100 + libpsinc0 (0.1.19) unstable; urgency=medium * Workaround for issue with accessing device descriptors from connection diff --git a/packages/version b/packages/version index d8a023e..baa9837 100644 --- a/packages/version +++ b/packages/version @@ -1 +1 @@ -0.1.19 +0.1.20 diff --git a/src/psinc/Psinc.cpp b/src/psinc/Psinc.cpp index 1ca13d3..1ac5da2 100644 --- a/src/psinc/Psinc.cpp +++ b/src/psinc/Psinc.cpp @@ -1,6 +1,6 @@ #include "psinc/Psinc.h" -#define PSINC_VERSION "0.1.19" +#define PSINC_VERSION "0.1.20" namespace psinc