summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
~~~~~~~~~~~~~