aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schink <dev@zapb.de>2020-06-14 15:01:30 +0200
committerMarc Schink <dev@zapb.de>2020-06-14 15:01:30 +0200
commitdce11b89e85179a92a0fe3a90d2693ca891ed646 (patch)
tree57233ae26b3854e4c527e68fd635c23192c2df52
parent28007268ac4f6035041d291e6349ae558c878ed6 (diff)
downloadlibjaylink-dce11b89e85179a92a0fe3a90d2693ca891ed646.zip
libjaylink-dce11b89e85179a92a0fe3a90d2693ca891ed646.tar.gz
libjaylink-dce11b89e85179a92a0fe3a90d2693ca891ed646.tar.bz2
NEWS: Prepare for 0.2.0 release
Signed-off-by: Marc Schink <dev@zapb.de>
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 39244f6..8cb8a23 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,21 @@
News
====
+0.2.0 (2020-mm-dd)
+------------------
+
+ * Initial support for TCP/IP devices
+ * libusb is now optional
+ * configure: Add switch to build without libusb
+ * configure: Show enabled transports
+ * Support for various new USB product IDs
+ * Fix build issue with MSYS2
+ * Fix socket timeouts on Windows
+ * Make library C++ compatible
+ * New log level for I/O debug messages
+ * Add function to get USB bus and port numbers of a device
+ * Add function to retrieve counter values
+
0.1.0 (2016-12-28)
------------------