summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-15 20:20:55 +0200
committerGravatar Martin Szulecki2020-06-15 20:20:55 +0200
commit15f8652126664e3a4b980e5d1c039b9053ce8566 (patch)
treed5952aa323c3f647508525693ed3beb32f3403e5
parentfb12dc890929dde2c81468854aa4bdee128c6b24 (diff)
downloadlibimobiledevice-15f8652126664e3a4b980e5d1c039b9053ce8566.tar.gz
libimobiledevice-15f8652126664e3a4b980e5d1c039b9053ce8566.tar.bz2
Update NEWS with latest changes1.3.0
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ecf84cc..72823dc 100644
--- a/NEWS
+++ b/NEWS
@@ -62,7 +62,18 @@ Version 1.3.0
62 in some cases. 62 in some cases.
63 - Improve IPv6 "scope id" detection to fix connecting to network devices with 63 - Improve IPv6 "scope id" detection to fix connecting to network devices with
64 link-local adresses. 64 link-local adresses.
65 - Update man pages
66 - Fix various inconsistent declarations in public headers
67 - Allow OpenSSL >= 1.1.0 to use older/disallowed TLS versions fixing issues
68 where pairing records were getting removed repeatingly
65 - Fixed memory leaks 69 - Fixed memory leaks
70 - Cython: Rewrite version detection logic in configure.ac
71 - Rename "--enable-debug-code" configure option to "--enable-debug"
72 - Improve README.md with project description, installation, contributing and
73 usage sections
74 - Rename library and all related files by adding an API version resulting
75 in "libimobiledevice-1.0"
76 - Bump soname version
66* API is UNSTABLE 77* API is UNSTABLE
67 78
68Version 1.2.0 79Version 1.2.0