summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-04 02:39:36 +0200
committerGravatar Martin Szulecki2020-06-04 02:39:36 +0200
commitec4e97224e724ac2c38572aa2e6eb3e0a57baf46 (patch)
treebbd845be1d19686b8f405cf9b8ed490d508428a4
parent145d3a2f8fb4c5dbc04b77f6243552e93d4cf316 (diff)
downloadlibusbmuxd-ec4e97224e724ac2c38572aa2e6eb3e0a57baf46.tar.gz
libusbmuxd-ec4e97224e724ac2c38572aa2e6eb3e0a57baf46.tar.bz2
Update NEWS with latest changes
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4bfc36a..935dca2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Version 2.0.2
+~~~~~~~~~~~~~
+
+* Changes:
+ - Fix compiler warnings
+ - Handle USB and network devices with new options in tools
+ - Make connecting sockets non-blocking
+ - Fix win32 build
+ - Switch from concurrent threads to loop with select()
+ - Allow to specify source address for listening socket in iproxy
+ - Allow to map multiple ports in iproxy
+ - Fix crash when no UDID is provided
+ - Add man pages for iproxy and inetcat tools
+
Version 2.0.1
~~~~~~~~~~~~~