Skip to content

Commit

Permalink
Prepare for 0.17.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
longsleep committed May 22, 2014
1 parent 6e2d054 commit e2699ee
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
spreed-speakfreely-server (0.17.5) precise; urgency=low

* Implemented server side support for user authentication and authorization.
* Added an REST API end point (see docs).
* Settings are now implicitly stored.
* Javascript console log is now disabled per default. Enable with ?debug
URL parameter or by typing debug(true) in console.
* The integrated TLS server can now provide TLS client authentication.
* Updated example plugins to latest APIs.
* Bootstrap and FontAwesome are now compiled on build from SCSS sources.
* All styles now use a common set of variables for colors and font sizes.
* Removed vendor prefixes from scss and generate them on build with
the autoprefixes utility.
* Fixed compatibility with mobile Safari < 6 which did not load.
* Fixed compatibility with Firefox in case the Firefox peer has no camera.
* Settings do now auto open on start when there is no display name set.
* The accept a call button does now share in sync with the ringing sound.
* Added support to specify the default language by URL parameter (?lang=en).
* Added support for .webp images as buddy images.

-- Simon Eisenmann <[email protected]> Thu, 22 May 2014 17:49:16 +0200

spreed-speakfreely-server (0.17.4) precise; urgency=low

* Updated Japanese translation.
Expand Down

0 comments on commit e2699ee

Please sign in to comment.