summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2014-12-02 17:55:57 +0100
committerGravatar Nikias Bassen2014-12-02 17:55:57 +0100
commit3444d5a3a68998ac62b8f8c96414aad608024575 (patch)
treeb0ef2dfc29d4e5614c525f7bd6e7beaace94b905
parent4bd7cd0d28e7f5920de51470b863f3aeee00409d (diff)
downloadusbmuxd-3444d5a3a68998ac62b8f8c96414aad608024575.tar.gz
usbmuxd-3444d5a3a68998ac62b8f8c96414aad608024575.tar.bz2
Updated NEWS with latest changes
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1720654..6052936 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Version 1.1.1
+~~~~~~~~~~~~~
+
+* Changes:
+ - Use clock_gettime() instead of gettimeofday() to avoid timing issues
+ when calculating packet timeouts
+ - Get correct USB device speed instead of hardcoded value
+ - Use non-blocking sockets for client communication to avoid hanging
+ - Use correct manual section (8) for manpage
+
Version 1.1.0
~~~~~~~~~~~~~