Browse Source

Prepare for next release.

pull/17/merge
Simon Eisenmann 11 years ago
parent
commit
c4d5ffd05e
  1. 3
      README.md
  2. 16
      debian/changelog

3
README.md

@ -86,7 +86,8 @@ The latest version of Spreed Speak Freely can be found on GitHub: @@ -86,7 +86,8 @@ The latest version of Spreed Speak Freely can be found on GitHub:
configured with shared secret support.
See https://code.google.com/p/rfc5766-turn-server/ for a free
open source TURN server implementation.
open source TURN server implementation. Make sure to use a recent
version (We recommend 3.2). Versions below 2.5 are not supported.
## Contributing

16
debian/changelog vendored

@ -1,3 +1,19 @@ @@ -1,3 +1,19 @@
spreed-speakfreely-server (0.17.1) precise; urgency=low
* TURN user names now use expiration time stamp. This fixes compatibility
with latest TURN REST specification and requires a reasonably recent
TURN server (eg. rfc5766-turn-server >= 2.5)..
* Fixed iceServers response to be an array for Chrome >= 34.
* Always make screen sharing availble when browser supports it.
* Fixed audio indicator to actually work correctly.
* Added support for screen sharing options (fit screen).
* HTML fixes.
* Added method to generate URL-safe random string.
* Use strong random number generator.
* Support configuring pprof HTTP server.
-- Simon Eisenmann <simon@struktur.de> Fri, 28 Mar 2014 16:48:46 +0100
spreed-speakfreely-server (0.16.1) precise; urgency=low
* Implemented chat session control UI.

Loading…
Cancel
Save