diff options
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 42 |
1 files changed, 42 insertions, 0 deletions
| @@ -1,3 +1,45 @@ | |||
| 1 | Version 1.2.0 | ||
| 2 | ~~~~~~~~~~~~~ | ||
| 3 | |||
| 4 | * Stable release "It took you so long baby!" | ||
| 5 | * Changes: | ||
| 6 | - Refactor installation proxy service implementation and normalize code | ||
| 7 | - API: Added instproxy_lookup() to efficiently lookup app information | ||
| 8 | - API: Added instproxy_check_capabilities_match() to check device capabilities | ||
| 9 | - API: Added various instproxy command and status plist getters | ||
| 10 | - API: Make debugserver_client_set_ack_mode() public | ||
| 11 | - Fix handling of clients reconnecting in idevicedebugserverproxy which | ||
| 12 | previously didn't work properly | ||
| 13 | - Flush stdout for every line in idevicesyslog | ||
| 14 | - Fix shutdown of idevicedebugserverproxy tool which could hang | ||
| 15 | - Notify user when erroneously using idevicebackup with iOS 4 or later | ||
| 16 | - Enable build of idevicecrashreport on WIN32 | ||
| 17 | - Fix thread handle leaks on WIN32 adding thread_new and thread_free | ||
| 18 | - cython: Add receive/receive_timeout methods for iDeviceConnection to | ||
| 19 | receive raw data from a connection | ||
| 20 | - cython: Add new FILE_RELAY_E_PERMISSION_DENIED(-6) error | ||
| 21 | - API: Refactor lockdown service internal error checking and add a bunch of | ||
| 22 | new native errors | ||
| 23 | - Convert int16_t macro error types into enum within common module, too | ||
| 24 | - Add new "idevicenotificationproxy" tool to post or observe notifications | ||
| 25 | - Fix overlong blocking in np_client_free() | ||
| 26 | - Improve maintainability and Requires of pkg-config file | ||
| 27 | - API: Add new LOCKDOWN_E_SERVICE_LIMIT error to detect service limit states | ||
| 28 | - API: Remove const argv requirement for debugserver_command_new | ||
| 29 | - cython: Add get_path_for_bundle_identifier() method to | ||
| 30 | InstallationProxyClient | ||
| 31 | - cython: Add DebugServerClient class to communicate with debugserver | ||
| 32 | - Comply to strict function prototypes by using (void) instead of just () | ||
| 33 | - Fix notification proxy shutdown process which was incorrectly implemented | ||
| 34 | - Fix linking problems on OS X | ||
| 35 | - Fix missing debug output which broke with the last release | ||
| 36 | - Unify and improve various debug messages | ||
| 37 | - Fix re-pairing if pairing with existing pair record failed initially | ||
| 38 | - Skip printing long plist (16kb+) files to prevent excessive debug output | ||
| 39 | - Move a few common helpers from backup tools to common utility helper code | ||
| 40 | - Remove incorrect flags from afc_file_open() documentation | ||
| 41 | - Fix various memory leaks | ||
| 42 | |||
| 1 | Version 1.1.7 | 43 | Version 1.1.7 |
| 2 | ~~~~~~~~~~~~~ | 44 | ~~~~~~~~~~~~~ |
| 3 | 45 | ||
