diff options
author | Martin Szulecki | 2020-06-15 20:21:24 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-15 20:21:24 +0200 |
commit | 79c8b38d1488a6b07e1e68f39d8caec3f1a45622 (patch) | |
tree | 021856ce87d58265ccdddbf1ef7dbcfa4e113aeb /NEWS | |
parent | 02f39959800e95f1b83128fd09751ad18a7488cc (diff) | |
download | usbmuxd-79c8b38d1488a6b07e1e68f39d8caec3f1a45622.tar.gz usbmuxd-79c8b38d1488a6b07e1e68f39d8caec3f1a45622.tar.bz2 |
Update NEWS with latest changes1.1.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -20,13 +20,20 @@ Version 1.1.1 - 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 + - 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 actualy 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 ~~~~~~~~~~~~~ |