diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 ~~~~~~~~~~~~~ |