summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-04 04:18:55 +0200
committerGravatar Martin Szulecki2020-06-04 04:18:55 +0200
commit8604ed93a812e20f357d120464b0097a6a4b7020 (patch)
tree8a16427c301dec9735c1d3fcfd3da0121f86c591
parent638438237ce92dd72caccd5ed5d0635753a59d32 (diff)
downloadusbmuxd-8604ed93a812e20f357d120464b0097a6a4b7020.tar.gz
usbmuxd-8604ed93a812e20f357d120464b0097a6a4b7020.tar.bz2
Update NEWS with latest changes
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7430c27..5b363a3 100644
--- a/NEWS
+++ b/NEWS
@@ -6,8 +6,27 @@ Version 1.1.1
- Use clock_gettime() instead of gettimeofday() to avoid timing issues
when calculating packet timeouts
- Get correct USB device speed instead of hardcoded value
+ - Bump libusb dependency to 1.0.9
- Use non-blocking sockets for client communication to avoid hanging
- Use correct manual section (8) for manpage
+ - Log pid of connecting clients if supported
+ - Implement device discovery using libusb hotplug events
+ - Fix wrong timeout value in debug messages
+ - Log error message if writing a config file fails
+ - Fix blocking by using libusb asynchronous I/O for getting initial device
+ information
+ - Tag all udev events with systemd tag
+ - Fix occasional USB reconfiguration due to udev rules being run again
+ - Fix wrong timestamps when running in foreground
+ - Set socket options for client connections to improve performance
+ - Implement "ListListeners" usbmux command handling
+ - Bump libimobiledevice dependency to 1.2.1
+ - Add support for iPhone XS/XR UDID format
+ - Add option to allow logging to dedicated logfile
+ - Convert README file to markdown format
+ - Fix USB reconnection issues on virtual machines with iOS 11+ devices
+ - Add support for connecting with T2 chip
+ - Various memory leak, deadlock and invalid free fixes
Version 1.1.0
~~~~~~~~~~~~~