Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1517)

Unified Diff: srtp/CHANGES

Issue 889083003: Update libsrtp to upstream 1.5.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp@master
Patch Set: Updated to libsrtp 1.5.1 Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « srtp/.gitignore ('k') | srtp/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: srtp/CHANGES
diff --git a/srtp/CHANGES b/srtp/CHANGES
index 949c3893345e5b63b51e6a9d8b1340dcaa34376d..86a5545f110661c11c58d29a75ca630f84af12d4 100644
--- a/srtp/CHANGES
+++ b/srtp/CHANGES
@@ -1,5 +1,49 @@
Changelog
+1.5.1
+
+ Pull request 95 - Additional header check from Chromium
+
+ Pull request 94 - Add missing copyright headers.
+
+ Pull request 90 - Fix out-of-source tree builds.
+
+ Pull request 89 - Introduce little endian RISC support
+
+ Pull request 86 - Add support for cross-compiling the shared library for Windows and OS X
+
+ Pull request 85 - Add -f <pcap filter> option to rtp_decoder
+
+ Pull request 84 - Avoid problems due to unsafe macros
+
+ Pull request 82 - Align the AES ICM nonce
+
+ Pull request 80 - Take advantage of base64 conversion in testapps
+
+ Pull request 75 - Cleanup: miscellaneous cleanup of initial OpenSSL AES support
+
+ Pull request 74 - Allow testing with pcap file or capture - Issue #45
+
+ Other trivial fixes are included as well. Please see github for details.
+
+1.5.0
+
+ Add support for using OpenSSL crypto using the --enable-openssl
+ option.
+
+ Add support for AES-GCM crypto suites.
+
+ Add support for pkg_config.
+
+ Add user data API to allow user to associate additional data with a
+ SRTP context.
+
+ This release also includes a variety of bug fixes, which can be
+ viewed at: https://github.com/cisco/libsrtp/commits/master
+
+ Note: The change log was not maintained between versions 1.3.20 and
+ 1.4.5.
+
1.3.20
Lots of changes. Thanks to Jeff Chan for catching a memory leak and
« no previous file with comments | « srtp/.gitignore ('k') | srtp/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698