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 @@
1Version 1.1.1
2~~~~~~~~~~~~~
3
4* Changes:
5 - Use clock_gettime() instead of gettimeofday() to avoid timing issues
6 when calculating packet timeouts
7 - Get correct USB device speed instead of hardcoded value
8 - Use non-blocking sockets for client communication to avoid hanging
9 - Use correct manual section (8) for manpage
10
1Version 1.1.0 11Version 1.1.0
2~~~~~~~~~~~~~ 12~~~~~~~~~~~~~
3 13