summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS60
1 files changed, 60 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c6618e9..fb900b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,63 @@
1Version 1.2.1
2~~~~~~~~~~~~~
3
4* Development release "Let's get this going."
5* Changes:
6 - Fix Python 3 support
7 - Add more lockdown error codes
8 - Add new lockdownd_pair_with_options() function
9 - Fix GnuTLS support with iOS 10
10 - Make sure sockets only listen locally due to security reasons
11 - Plug various memory leaks
12 - Fix SSL version negotiation for newer versions of OpenSSL
13 - Optimize lockdown pair record handling
14 - Return proper error code when a lockdown pair record is missing
15 - Fix building with MingGW
16 - Store application information in Info.plist using idevicebackup2
17 - Fix application backup handling to allow the device to restore applications
18 that were installed using idevicebackup2
19 - Make idevicebackup2 reboot after restore the default to allow the device to
20 migrate data correctly and thus improve the restored device data state
21 - Improve console frontend information output in idevicebackup2
22 - Extend ideviceprovision tool to allow retrieving and removing all
23 provisioning profiles
24 - Fix parsing large provisioning profile using ideviceprovision
25 - Fix receiving large property lists in property list service
26 - Propagate lower level errors to callers instead of returning
27 IDEVICE_E_UNKNOWN_ERROR
28 - API: Add IDEVICE_DEVICE_PAIRED event type
29 - Detect screenshot format to support png, tiff and dat formats using
30 idevicescreenshot tool
31 - API: Add mobileactivation service implementation
32 - Wait for passcode entry if required using idevicesyslog
33 - Add HDMI option to diagnostics command for idevicediagnostics
34 - Fix IORegistry command for iOS 11+ devices in idevicediagnostics
35 - Remove 40-digit character limit for UDID in tools to support newer devices
36 - Fix broken validate command in idevicepair with iOS 11+
37 - Fix OpenSSL version checks for configure target when using LibreSSL
38 - Migrate latest improved common code from libusbmuxd
39 - Convert README file to markdown format
40 - Fix idevicecrashreport tool to work with iOS 13+
41 - Fix various errors in SSL communication logic
42 - API: Add preboard service implementation
43 - Output hint to user to enter passcode when changing password using
44 idevicebackup2
45 - Cython: Fix and improve debugserver and diagnostics service bindings
46 - API: Add WiFi device support via new idevice_new_with_options() function
47 - API: Add idevice_get_device_list_extended() to also list network devices
48 - API: Add lockdown_strerror() helper to get error representation as string
49 - Add network device support to idevicesyslog and ideviceinfo tools
50 - Make debug output consistently output to stderr
51 - Add new idevicesetlocation tool (requires mounted developer image)
52 - Add option to exit if device disconnects in idevicesyslog
53 - API: Add syslog_relay_start_capture_raw() for raw syslog capture
54 - Add color output and process filter support to idevicesyslog
55 - API: Add companion_proxy service implementation
56 - Bump dependency to libusbmuxd 2.0.1
57 - Bump dependency to libplist 2.1.0
58 - Improve error handling and reporting in library and tools
59 - Fix various memory leaks in library and tools
60
1Version 1.2.0 61Version 1.2.0
2~~~~~~~~~~~~~ 62~~~~~~~~~~~~~
3 63