summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2012-03-21 00:24:38 +0100
committerGravatar Martin Szulecki2012-03-21 00:24:38 +0100
commita81bc7e8c36219270e2218861ffa0db7c1d8d77b (patch)
tree686a5bb24f76fd8a351485993938baa3283ba0f7
parentcc6bca58c5fc28d4363710e17edf7b82f5bbbf6e (diff)
downloadlibimobiledevice-a81bc7e8c36219270e2218861ffa0db7c1d8d77b.tar.gz
libimobiledevice-a81bc7e8c36219270e2218861ffa0db7c1d8d77b.tar.bz2
Update NEWS with latest changes
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index efb94db..b5a7889 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Version 1.1.2
+~~~~~~~~~~~~~
+
+* Development release
+* Changes:
+ - Fix SWIG 2.x detection
+ - Add Python bindings generated by Cython
+ - Add support for OpenSSL with fallback to GNUTLS
+ - Improvements and various fixes for Win32 and OS X build
+ - Remove glib dependency
+ - Improve restored implementation
+ - Fix various memory leaks
+ - Fix support for iOS 5 and later
+* SWIG Python Bindings are deprecated
+* API is UNSTABLE
+
Version 1.1.1
~~~~~~~~~~~~~