Releases: paullouisageneau/libjuice
Releases · paullouisageneau/libjuice
Version 1.5.7
What's Changed
Full Changelog: v1.5.6...v1.5.7
Version 1.5.6
What's Changed
- CMake: Fix JUICE_STATIC define when BUILD_SHARED_LIBS=OFF by @paullouisageneau in #276
Full Changelog: v1.5.5...v1.5.6
Version 1.5.5
What's Changed
- Fix crash and connection failure when invalid bind_address is set by @mojyack in #274
- CMake: Comply with BUILD_SHARED_LIBS option by @paullouisageneau in #275
New Contributors
Full Changelog: v1.5.4...v1.5.5
Version 1.5.4
What's Changed
- Prevent passing NULL buffer to sendto() for better compatibility with C standard libraries by @paullouisageneau in #270
- Prevent poll failure with WSAENOTSOCK on Windows by @Sniperlyf3 in #272
New Contributors
- @Sniperlyf3 made their first contribution in #272
Full Changelog: v1.5.3...v1.5.4
Version 1.5.3
What's Changed
- Do not set USE-CANDIDATE after nomination when controlling by @paullouisageneau in #263
- Fix remote description already set check by @paullouisageneau in #265
- Unlock agent when resolving STUN and TURN server address resolution by @paullouisageneau in #267
Full Changelog: v1.5.2...v1.5.3
Version 1.5.2
What's Changed
- Fix deadlock on call from user callback in concurrency mode thread by @paullouisageneau in #254
- Fix reuse of transaction ID in different STUN binding request by @paullouisageneau in #262
Full Changelog: v1.5.1...v1.5.2
Version 1.5.1
What's Changed
- CMake: Remove static library installation by @paullouisageneau in #253
Full Changelog: v1.5.0...v1.5.1
Version 1.5.0
What's Changed
- Add support for setting ICE ufrag and pwd by @xicilion in #243
- CMake enhancements by @paullouisageneau in #246
- Refactoring by @paullouisageneau in #250
- Make error codes more consistent for remote description and candidates by @paullouisageneau in #251
New Contributors
Full Changelog: v1.4.2...v1.5.0
Version 1.4.2
What's Changed
- CMake: Fix C standard by @paullouisageneau in #242
- If socket allocations fails try again without IPv6 by @Sean-Der in #245
Full Changelog: v1.4.1...v1.4.2
Version 1.4.1
What's Changed
- Remove deprecated ATOMIC_VAR_INIT macro by @paullouisageneau in #241
Full Changelog: v1.4.0...v1.4.1