diff options
author | Martin Szulecki | 2020-06-15 20:20:09 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-15 20:20:09 +0200 |
commit | ce98c346b7c1dc2a21faea4fd3f32c88e27ca2af (patch) | |
tree | 73ff3b7edd427a67a0e91452ae214142337b879c | |
parent | fb2ae8594e8c362c3ea76d06f7fd08dc9134ad6a (diff) | |
download | libusbmuxd-ce98c346b7c1dc2a21faea4fd3f32c88e27ca2af.tar.gz libusbmuxd-ce98c346b7c1dc2a21faea4fd3f32c88e27ca2af.tar.bz2 |
Update NEWS with latest changes2.0.2
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -11,6 +11,14 @@ Version 2.0.2 - Allow to map multiple ports in iproxy - Fix crash when no UDID is provided - Add man pages for iproxy and inetcat tools + - Improve `socket_create()` with proper use of getaddrinfo + - Allow proper listening on localhost for IPv6 and IPv4 in iproxy + - Bump dependency to libplist 2.2.0 + - Add new "--version" argument to output version information to tools + - Improve README.md with project description, installation, contributing and + usage sections + - Rename library and all related files by adding an API version resulting + in "libusbmuxd-2.0" Version 2.0.1 ~~~~~~~~~~~~~ |