summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7430c27..b2ba013 100644
--- a/NEWS
+++ b/NEWS
@@ -6,8 +6,34 @@ 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.3.0
+ - Bump libplist dependency to 2.2.0
+ - 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
+ - Show actual libusb version in debug message on startup
+ - Enable libusb debugging output
+ - Log client process name alongside pid if possible on Linux
+ - Unify and improve log message output
+ - Improve README.md with project description, installation, contributing and
+ usage sections
Version 1.1.0
~~~~~~~~~~~~~