Skip to content

Commit

Permalink
v0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
parnham committed Aug 17, 2018
1 parent f136fda commit 4db30ca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
libpsinc0 (0.1.21) unstable; urgency=medium

* Improvement in disconnection event handling.
* Added ability to change the transport layer timeout.
* Fixed bug with register setting.
* Added Valid and SetDefault helper functions to Feature.
* SetWindow function for Camera now checks for success.

-- Dan Parnham <dan@emergent-design.co.uk> Fri, 17 Aug 2018 10:56:37 +0100

libpsinc0 (0.1.20) unstable; urgency=medium

* Fix issue where the handle gets overwritten when trying to claim other
Expand Down
2 changes: 1 addition & 1 deletion packages/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.20
0.1.21
2 changes: 1 addition & 1 deletion src/psinc/Psinc.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "psinc/Psinc.h"

#define PSINC_VERSION "0.1.20"
#define PSINC_VERSION "0.1.21"


namespace psinc
Expand Down

0 comments on commit 4db30ca

Please sign in to comment.