summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2019-01-27 05:35:48 +0100
committerGravatar Nikias Bassen2019-01-27 05:35:48 +0100
commit7fe0b91785d39c6b1455925e04f32cf62d888a2a (patch)
tree601e8092c6fd78f949f5f9af765f9c3e5cee8036
parentb7deab3aadbec9cf6a55d092c74ec11060b21931 (diff)
downloadlibideviceactivation-7fe0b91785d39c6b1455925e04f32cf62d888a2a.tar.gz
libideviceactivation-7fe0b91785d39c6b1455925e04f32cf62d888a2a.tar.bz2
Updated NEWS
-rw-r--r--NEWS17
1 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0a0d1a1..0f37b92 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Version 1.1.0
+~~~~~~~~~~~~~
+
+* Changes:
+ - Updated to use new mobileactivation service (requires latest libimobiledevice),
+ introducing 'drmHandshake' / session mode for activating never devices
+ - Add API calls to query if an input field is secure and to get its placeholder (buddyml)
+ - Mask input on console when querying secure input fields
+ - Fix parsing of updated activation lock buddyml page
+ - Add '-b' command line switch to run non-interactively
+ - Remove length check on UDID argument to support newer devices
+ - Set CURLOPT_FOLLOWLOCATION to handle 302 redirects from Apples activation server
+ - Add new 'state' command to query device for activation state
+ - Lots of other bug fixes
+
Version 1.0.0
~~~~~~~~~~~~~
@@ -28,4 +43,4 @@ Version 0.1.0
* Changes:
- Implement basic API to interact with activation webservice
- Add basic ideviceactivation tool
- - Setup build system \ No newline at end of file
+ - Setup build system