diff options
author | Martin Szulecki | 2014-10-02 23:22:43 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-03 09:31:46 +0200 |
commit | c835a5eb8e390c34f407ac82ec4b245110a04c66 (patch) | |
tree | f9d96517c0e4429fddd578e10294bc62e842e840 /NEWS | |
parent | bfe08f9ecbd3ac3d3afda181522fc8bf4fbee9a6 (diff) | |
download | libusbmuxd-c835a5eb8e390c34f407ac82ec4b245110a04c66.tar.gz libusbmuxd-c835a5eb8e390c34f407ac82ec4b245110a04c66.tar.bz2 |
Update NEWS with latest changes
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 31 |
1 files changed, 23 insertions, 8 deletions
@@ -1,18 +1,33 @@ +Version 1.0.10 +~~~~~~~~~~~~~~ + +* Changes: + - Add ability to target device by UDID to iproxy + - Remove outdated/unmaintained Python and sftp examples + - Update README and rename license to more generic COPYING + - Rename header guards according to C++ standard + - Fix a few crashers related to using old usbmuxd daemon and broken pair + records + - Fix out of tree build + - Fix leaking socket handles by properly closing them + - Check for validity of socket file descriptor + - Properly handle segmented send/receive situations to improve reliability + Version 1.0.9 ~~~~~~~~~~~~~ -- Changes: - * Avoid SIGPIPE where possible - * Plugged several memory leaks and invalid frees - * Fixed concurrency issues caused by tag mismatch - * Added new interface functions for pair record management via usbmuxd: +* Changes: + - Avoid SIGPIPE where possible + - Plugged several memory leaks and invalid frees + - Fixed concurrency issues caused by tag mismatch + - Added new interface functions for pair record management via usbmuxd: - usbmuxd_read_pair_record() - usbmuxd_save_pair_record() - usbmuxd_delete_pair_record() - usbmuxd_read_buid() - * Made libplist dependency (and thus protocol v1 support) mandatory - * Improved usbmuxd_get_device_list() with new ListDevices usbmuxd command - * Fixed WIN32 (MinGW) build + - Made libplist dependency (and thus protocol v1 support) mandatory + - Improved usbmuxd_get_device_list() with new ListDevices usbmuxd command + - Fixed WIN32 (MinGW) build This is the first release after the usbmuxd/libusbmuxd project split. |