diff options
| author | 2010-12-16 23:00:52 +0100 | |
|---|---|---|
| committer | 2010-12-16 23:00:52 +0100 | |
| commit | 5efa652c3d0b6755bb6c2a22db498fd37d79c642 (patch) | |
| tree | fcd58e446d8376e42ec8749f597e0918b1cb6dab | |
| parent | 0fe512caeb70ff9e376e1be2146c8fe2081ce1d5 (diff) | |
| download | libimobiledevice-5efa652c3d0b6755bb6c2a22db498fd37d79c642.tar.gz libimobiledevice-5efa652c3d0b6755bb6c2a22db498fd37d79c642.tar.bz2 | |
Update NEWS for release
| -rw-r--r-- | NEWS | 46 |
1 files changed, 44 insertions, 2 deletions
| @@ -1,16 +1,58 @@ | |||
| 1 | Version 1.1.0 | 1 | Version 1.1.0 |
| 2 | ~~~~~~~~~~~~~ | 2 | ~~~~~~~~~~~~~ |
| 3 | 3 | ||
| 4 | * Development release | ||
| 4 | * Changes: | 5 | * Changes: |
| 5 | - Implement restoring backups using idevicebackup | 6 | - Implement restoring backups using idevicebackup |
| 6 | - Allow connecting without pairing with ideviceinfo | 7 | - Allow connecting without pairing using "ideviceinfo -s" |
| 7 | - Add idevicepair tool to manage pairings | ||
| 8 | - Add ideviceenterrecovery tool | 8 | - Add ideviceenterrecovery tool |
| 9 | - Add mobilesync service implementation | 9 | - Add mobilesync service implementation |
| 10 | - Add restored service implementation for restore mode | 10 | - Add restored service implementation for restore mode |
| 11 | - Add home_arrest service implementation for document sharing | ||
| 12 | - Add API afc_client_new_from_connection() | ||
| 13 | - Support to fetch wallpaper in sbservices | ||
| 14 | - Support for formatVersion 2 of iOS 4+ in sbservices | ||
| 15 | - Add new lockdownd domains to ideviceinfo | ||
| 16 | - Give the device time to prepare backup data to prevent abort | ||
| 17 | - Improve idevicebackup output | ||
| 18 | - notification_proxy fixes and new notification type | ||
| 11 | - Silence some 64bit compiler warnings | 19 | - Silence some 64bit compiler warnings |
| 12 | - Fix various memory leaks | 20 | - Fix various memory leaks |
| 13 | - Update documentation | 21 | - Update documentation |
| 22 | * Python Bindings will get refactored completely | ||
| 23 | * API is UNSTABLE | ||
| 24 | |||
| 25 | Version 1.0.4 | ||
| 26 | ~~~~~~~~~~~~~ | ||
| 27 | |||
| 28 | * Maintenance release of stable series | ||
| 29 | * Changes: | ||
| 30 | - Fix a possible crash in lockdownd_client_new_with_handshake() | ||
| 31 | - Do not not check for Swig/Python if --without-swig is set | ||
| 32 | - Fail with an error message if libgcrypt is not found | ||
| 33 | - Pass host certificate with GNUTLS correctly | ||
| 34 | - Fix connecting to iOS 4.2.1+ devices | ||
| 35 | |||
| 36 | Version 1.0.3 | ||
| 37 | ~~~~~~~~~~~~~ | ||
| 38 | |||
| 39 | * Maintenance release of stable series | ||
| 40 | * Changes: | ||
| 41 | - Terminate idevicesyslog on receive errors (like device unplug) | ||
| 42 | - Bugfixes for idevicebackup tool | ||
| 43 | - Hopefully the last fixes for big endian machines | ||
| 44 | - Build fixes for FreeBSD Python support | ||
| 45 | - Fix build on Mac OS X | ||
| 46 | |||
| 47 | Version 1.0.2 | ||
| 48 | ~~~~~~~~~~~~~ | ||
| 49 | |||
| 50 | * Maintenance release of stable series | ||
| 51 | * Changes: | ||
| 52 | - Backport new idevicepair tool to manage pairings | ||
| 53 | - Fix a bug causing bad backup data | ||
| 54 | - Silence 64bit compiler warnings | ||
| 55 | - Plug some memory leaks | ||
| 14 | 56 | ||
| 15 | Version 1.0.1 | 57 | Version 1.0.1 |
| 16 | ~~~~~~~~~~~~~ | 58 | ~~~~~~~~~~~~~ |
