Version 2.0.0
This release incorporates all changes from upstream WebRTC up until r7715. A full list of changes follows.
- Under new maintainership by me (Timothy Gu).
- Update to latest upstream source (r7715, 087da13).
- A threading implementation is now needed. Win32 and POSIX Threads are
supported.
- A threading implementation is now needed. Win32 and POSIX Threads are
- Autotools files are cleaned-up.
- CMake now uses BUILD_SHARED_LIBS to determine the type of library to build.
- CMake installation paths on some 64-bit systems using
lib64/
are
corrected. - Git metadata for merging from upstream is added for easier merging.
- Travis CI support is added.