summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Matt Colyer2009-07-26 19:14:14 -0700
committerGravatar Matt Colyer2009-07-26 19:14:14 -0700
commitb3f4132a7122ff520732a62d6d38540e8a51ffdd (patch)
treefba907e595e38c6e1c8737c38b23861d27e8ffc0 /NEWS
parent0be7debdc3b08e07b7f8bc2e32fed6aed587e09d (diff)
downloadlibimobiledevice-b3f4132a7122ff520732a62d6d38540e8a51ffdd.tar.gz
libimobiledevice-b3f4132a7122ff520732a62d6d38540e8a51ffdd.tar.bz2
Added a news file courtesy of Martin.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..9b75929
--- /dev/null
+++ b/NEWS
@@ -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