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 | |||
6 | - Use clock_gettime() instead of gettimeofday() to avoid timing issues | 6 | - Use clock_gettime() instead of gettimeofday() to avoid timing issues |
7 | when calculating packet timeouts | 7 | when calculating packet timeouts |
8 | - Get correct USB device speed instead of hardcoded value | 8 | - Get correct USB device speed instead of hardcoded value |
9 | - Bump libusb dependency to 1.0.9 | ||
9 | - Use non-blocking sockets for client communication to avoid hanging | 10 | - Use non-blocking sockets for client communication to avoid hanging |
10 | - Use correct manual section (8) for manpage | 11 | - Use correct manual section (8) for manpage |
12 | - Log pid of connecting clients if supported | ||
13 | - Implement device discovery using libusb hotplug events | ||
14 | - Fix wrong timeout value in debug messages | ||
15 | - Log error message if writing a config file fails | ||
16 | - Fix blocking by using libusb asynchronous I/O for getting initial device | ||
17 | information | ||
18 | - Tag all udev events with systemd tag | ||
19 | - Fix occasional USB reconfiguration due to udev rules being run again | ||
20 | - Fix wrong timestamps when running in foreground | ||
21 | - Set socket options for client connections to improve performance | ||
22 | - Implement "ListListeners" usbmux command handling | ||
23 | - Bump libimobiledevice dependency to 1.2.1 | ||
24 | - Add support for iPhone XS/XR UDID format | ||
25 | - Add option to allow logging to dedicated logfile | ||
26 | - Convert README file to markdown format | ||
27 | - Fix USB reconnection issues on virtual machines with iOS 11+ devices | ||
28 | - Add support for connecting with T2 chip | ||
29 | - Various memory leak, deadlock and invalid free fixes | ||
11 | 30 | ||
12 | Version 1.1.0 | 31 | Version 1.1.0 |
13 | ~~~~~~~~~~~~~ | 32 | ~~~~~~~~~~~~~ |