summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
1Release 0.9.2
2-------------
3
4iFuse:
5* Moved some libiphone logic into iFuse and adopted to new API
6* Add hard/symlink support
7
8libiphone:
9* Migrate to use the new usbmuxd daemon
10* Refactor whole API
11* Add iPhone 3GS support
12* Add hard/symlink support for AFC
13* New iphone_id tool to list connected devices and get the device name
14* iphoneinfo now allows plist/xml output and queries by domain/key
15* Fix a lot of bugs/crashes, compiler warnings and comments
16
17usbmuxd:
18* New daemon to allow multiple connections to devices
19* Add iPhone 3GS support and expose new tethering USB interface
20* First public release available
21* Fix race condition using multiple clients simultaneously
22* Fix various usbmux protocol bugs