diff options
author | Matt Colyer | 2009-07-26 19:14:14 -0700 |
---|---|---|
committer | Matt Colyer | 2009-07-26 19:14:14 -0700 |
commit | b3f4132a7122ff520732a62d6d38540e8a51ffdd (patch) | |
tree | fba907e595e38c6e1c8737c38b23861d27e8ffc0 | |
parent | 0be7debdc3b08e07b7f8bc2e32fed6aed587e09d (diff) | |
download | libimobiledevice-b3f4132a7122ff520732a62d6d38540e8a51ffdd.tar.gz libimobiledevice-b3f4132a7122ff520732a62d6d38540e8a51ffdd.tar.bz2 |
Added a news file courtesy of Martin.
-rw-r--r-- | NEWS | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +Release 0.9.2 +------------- + +iFuse: +* Moved some libiphone logic into iFuse and adopted to new API +* Add hard/symlink support + +libiphone: +* Migrate to use the new usbmuxd daemon +* Refactor whole API +* Add iPhone 3GS support +* Add hard/symlink support for AFC +* New iphone_id tool to list connected devices and get the device name +* iphoneinfo now allows plist/xml output and queries by domain/key +* Fix a lot of bugs/crashes, compiler warnings and comments + +usbmuxd: +* New daemon to allow multiple connections to devices +* Add iPhone 3GS support and expose new tethering USB interface +* First public release available +* Fix race condition using multiple clients simultaneously +* Fix various usbmux protocol bugs |