diff options
| author | 2010-01-13 02:02:53 +0100 | |
|---|---|---|
| committer | 2010-01-13 02:02:53 +0100 | |
| commit | 682d76a8cc7f4844d1687b75d3c51be2378ef5b9 (patch) | |
| tree | ab8d25aab031b1523c346fe55deac892d04f3686 | |
| parent | 471c997e66015a093afa9146d764d678514fed52 (diff) | |
| download | libimobiledevice-682d76a8cc7f4844d1687b75d3c51be2378ef5b9.tar.gz libimobiledevice-682d76a8cc7f4844d1687b75d3c51be2378ef5b9.tar.bz2 | |
Update NEWS with changes of (hopefully) all releases
| -rw-r--r-- | NEWS | 125 |
1 files changed, 103 insertions, 22 deletions
| @@ -1,22 +1,103 @@ | |||
| 1 | Release 0.9.2 | 1 | Version 0.9.6 |
| 2 | ------------- | 2 | ~~~~~~~~~~~~~ |
| 3 | 3 | ||
| 4 | iFuse: | 4 | * Changes: |
| 5 | * Moved some libiphone logic into iFuse and adopted to new API | 5 | - Rename some code for consistency |
| 6 | * Add hard/symlink support | 6 | - Refactor pairing to allow custom pair records |
| 7 | 7 | - Move SSL handling out of lockdownd code | |
| 8 | libiphone: | 8 | - Refactor lockdown session handling code |
| 9 | * Migrate to use the new usbmuxd daemon | 9 | - Remove debug mask support |
| 10 | * Refactor whole API | 10 | - No longer do a full lockdown handshake on client_new |
| 11 | * Add iPhone 3GS support | 11 | - Refactor debug code to be consistent and easier to use |
| 12 | * Add hard/symlink support for AFC | 12 | - Run validate_pair by default during lockdown handshake |
| 13 | * New iphone_id tool to list connected devices and get the device name | 13 | - Allow retrieving the type for lockdown query_type request |
| 14 | * iphoneinfo now allows plist/xml output and queries by domain/key | 14 | - Add new property_list_service and device_link_service abstractions |
| 15 | * Fix a lot of bugs/crashes, compiler warnings and comments | 15 | - Detect pairing failure due to having a password set on the device |
| 16 | 16 | - Implement lockdown phone activation and deactivation | |
| 17 | usbmuxd: | 17 | - Fix iphoneinfo not printing values in key/value mode |
| 18 | * New daemon to allow multiple connections to devices | 18 | - Implement lockdown_unpair() request |
| 19 | * Add iPhone 3GS support and expose new tethering USB interface | 19 | - Add more notification ids and lockdown domains |
| 20 | * First public release available | 20 | - Implement label support for lockdown requests |
| 21 | * Fix race condition using multiple clients simultaneously | 21 | - Add new installation_proxy interface |
| 22 | * Fix various usbmux protocol bugs | 22 | - Add new sbservices interface |
| 23 | - Implement lockdownd_validate_pair() request | ||
| 24 | - Add endian safety to AFC | ||
| 25 | - Make lockdown sessions without SSL work | ||
| 26 | - Fix linking on Mandriva Linux | ||
| 27 | - Minor bugfixes and documentation updates | ||
| 28 | |||
| 29 | Version 0.9.5 | ||
| 30 | ~~~~~~~~~~~~~ | ||
| 31 | |||
| 32 | * Changes: | ||
| 33 | - Updated to the latest libplist 0.16 API | ||
| 34 | - Fixed various minor leaks and issues | ||
| 35 | - Updated Python bindings and module name | ||
| 36 | |||
| 37 | Version 0.9.4 | ||
| 38 | ~~~~~~~~~~~~~ | ||
| 39 | |||
| 40 | * Changes: | ||
| 41 | - Update to libplist 0.15 API rework | ||
| 42 | - Update Python bindings | ||
| 43 | - Bufixes around usbmuxd daemon usage | ||
| 44 | - Use automake 1.11 silent rules if available | ||
| 45 | - Various bugfixes | ||
| 46 | |||
| 47 | Version 0.9.3 | ||
| 48 | ~~~~~~~~~~~~~ | ||
| 49 | |||
| 50 | * Changes: | ||
| 51 | - Bump libplist requirement to 0.13 and remove deprecated code | ||
| 52 | |||
| 53 | Version 0.9.2 | ||
| 54 | ~~~~~~~~~~~~~ | ||
| 55 | |||
| 56 | * Changes: | ||
| 57 | - Migrate to use the new usbmuxd daemon | ||
| 58 | - Refactor whole API | ||
| 59 | - Add iPhone 3GS support | ||
| 60 | - Add hard/symlink support for AFC | ||
| 61 | - New iphone_id tool to list connected devices and get the device | ||
| 62 | name | ||
| 63 | - iphoneinfo now allows plist/xml output and queries by | ||
| 64 | domain/key | ||
| 65 | - Fix a lot of bugs/crashes, compiler warnings and comments | ||
| 66 | |||
| 67 | Version 0.9.1 | ||
| 68 | ~~~~~~~~~~~~~ | ||
| 69 | |||
| 70 | * Changes: | ||
| 71 | - Fix make distcheck | ||
| 72 | - Bump libplist requirement to 0.12 and remove deprecated code | ||
| 73 | - A bunch of autotools fixes | ||
| 74 | |||
| 75 | Version 0.9.0 | ||
| 76 | ~~~~~~~~~~~~~ | ||
| 77 | |||
| 78 | * Changes: | ||
| 79 | - Fix pkg-config dependancies | ||
| 80 | - Fix Python binding generation | ||
| 81 | - AFC cleanup and improved error handling | ||
| 82 | - Add support for the notification proxy service | ||
| 83 | - Add tools to show device information and relay syslog | ||
| 84 | - More robust pairing implementation | ||
| 85 | - Remove libiphone-initconf, SSL implementation handles it at | ||
| 86 | runtime now | ||
| 87 | - Fix receive of plists larger than a packet | ||
| 88 | - Return an error if failed to start a service on the device | ||
| 89 | - Fix usb enumeration | ||
| 90 | - Fix udev rule to catch usb hubs, too | ||
| 91 | - Add large file support | ||
| 92 | - Move out plist handling into libplist and depend on it | ||
| 93 | - Add Python bindings | ||
| 94 | - Lots of bugfixes | ||
| 95 | |||
| 96 | Version 0.1.0 | ||
| 97 | ~~~~~~~~~~~~~ | ||
| 98 | |||
| 99 | * Changes: | ||
| 100 | - Use udev to set usb configuration; iphone kmod is obsolete now | ||
| 101 | - Remove HAL mounting | ||
| 102 | - Bugfixes | ||
| 103 | |||
