diff options
author | Nikias Bassen | 2014-12-02 17:55:57 +0100 |
---|---|---|
committer | Nikias Bassen | 2014-12-02 17:55:57 +0100 |
commit | 3444d5a3a68998ac62b8f8c96414aad608024575 (patch) | |
tree | b0ef2dfc29d4e5614c525f7bd6e7beaace94b905 /NEWS | |
parent | 4bd7cd0d28e7f5920de51470b863f3aeee00409d (diff) | |
download | usbmuxd-3444d5a3a68998ac62b8f8c96414aad608024575.tar.gz usbmuxd-3444d5a3a68998ac62b8f8c96414aad608024575.tar.bz2 |
Updated NEWS with latest changes
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 ~~~~~~~~~~~~~ |