summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2025-06-04 15:26:10 +0200
committerGravatar Nikias Bassen2025-06-04 15:26:10 +0200
commitadf9c22b9010490e4b55eaeb14731991db1c172c (patch)
tree563187d0be24bdccb92b5d6cff573cc701657849
parentcbd0bce84d4b53c8e2672429e8903805a5af2d1b (diff)
downloadlibusbmuxd-adf9c22b9010490e4b55eaeb14731991db1c172c.tar.gz
libusbmuxd-adf9c22b9010490e4b55eaeb14731991db1c172c.tar.bz2
Updated NEWS for release2.1.1
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 82ae5dc..f4fea01 100644
--- a/NEWS
+++ b/NEWS
@@ -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
~~~~~~~~~~~~~