summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 88f76ef..7bc96e3 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ Version 0.9.6
2~~~~~~~~~~~~~ 2~~~~~~~~~~~~~
3 3
4* Changes: 4* Changes:
5 - Minor public API changes to prepare for 1.0 release:
6 * lockdownd_client_new -> lockdownd_client_new_with_handshake
7 * fooservice_recv -> fooservice_receive
8 * iphone_device_send/_recv -> iphone_connection_send/_receive
5 - Rename some code for consistency 9 - Rename some code for consistency
6 - Refactor pairing to allow custom pair records 10 - Refactor pairing to allow custom pair records
7 - Move SSL handling out of lockdownd code 11 - Move SSL handling out of lockdownd code
@@ -15,7 +19,7 @@ Version 0.9.6
15 - Detect pairing failure due to having a password set on the device 19 - Detect pairing failure due to having a password set on the device
16 - Implement lockdown phone activation and deactivation 20 - Implement lockdown phone activation and deactivation
17 - Fix iphoneinfo not printing values in key/value mode 21 - Fix iphoneinfo not printing values in key/value mode
18 - Implement lockdown_unpair() request 22 - Implement lockdownd_unpair() request
19 - Add more notification ids and lockdown domains 23 - Add more notification ids and lockdown domains
20 - Implement label support for lockdown requests 24 - Implement label support for lockdown requests
21 - Add new installation_proxy interface 25 - Add new installation_proxy interface