Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@TimothyGu TimothyGu released this 18 Nov 02:02
· 25541 commits to main since this release

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.
  • 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.