diff options
author | 2025-06-04 15:26:10 +0200 | |
---|---|---|
committer | 2025-06-04 15:26:10 +0200 | |
commit | adf9c22b9010490e4b55eaeb14731991db1c172c (patch) | |
tree | 563187d0be24bdccb92b5d6cff573cc701657849 | |
parent | cbd0bce84d4b53c8e2672429e8903805a5af2d1b (diff) | |
download | libusbmuxd-adf9c22b9010490e4b55eaeb14731991db1c172c.tar.gz libusbmuxd-adf9c22b9010490e4b55eaeb14731991db1c172c.tar.bz2 |
Updated NEWS for release2.1.1
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Version 2.1.1 +~~~~~~~~~~~~~ + +* Changes: + - tools: Fix potential issue with select() in case the network fd is higher than the usbmux fd + - Switch to better initializer strategy + - Fix compilation on MSVC + - iproxy: Make sure to print correct socket error messages + - inetcat: Make sure to report correct error messages + + Version 2.1.0 ~~~~~~~~~~~~~ |