diff options
author | Martin Szulecki | 2020-06-04 02:39:36 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-04 02:39:36 +0200 |
commit | ec4e97224e724ac2c38572aa2e6eb3e0a57baf46 (patch) | |
tree | bbd845be1d19686b8f405cf9b8ed490d508428a4 /NEWS | |
parent | 145d3a2f8fb4c5dbc04b77f6243552e93d4cf316 (diff) | |
download | libusbmuxd-ec4e97224e724ac2c38572aa2e6eb3e0a57baf46.tar.gz libusbmuxd-ec4e97224e724ac2c38572aa2e6eb3e0a57baf46.tar.bz2 |
Update NEWS with latest changes
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 ~~~~~~~~~~~~~ |