Nikias Bassen | 7823348 | 2014-03-22 02:48:20 +0100 | [diff] [blame] | 1 | Version 1.0.9 |
| 2 | ~~~~~~~~~~~~~ |
| 3 | |
| 4 | - Changes: |
| 5 | * Avoid SIGPIPE where possible |
| 6 | * Plugged several memory leaks and invalid frees |
| 7 | * Fixed concurrency issues caused by tag mismatch |
| 8 | * Added new interface functions for pair record management via usbmuxd: |
| 9 | - usbmuxd_read_pair_record() |
| 10 | - usbmuxd_save_pair_record() |
| 11 | - usbmuxd_delete_pair_record() |
| 12 | - usbmuxd_read_buid() |
| 13 | * Made libplist dependency (and thus protocol v1 support) mandatory |
| 14 | * Improved usbmuxd_get_device_list() with new ListDevices usbmuxd command |
| 15 | * Fixed WIN32 (MinGW) build |
| 16 | |
| 17 | This is the first release after the usbmuxd/libusbmuxd project split. |
| 18 | |