From e2699eec1a2df1d33d8d9447af9c1d5454c9290a Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Thu, 22 May 2014 18:02:38 +0200 Subject: [PATCH] Prepare for 0.17.5 release. --- debian/changelog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/debian/changelog b/debian/changelog index 22da6bac..89480046 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 22 May 2014 17:49:16 +0200 + spreed-speakfreely-server (0.17.4) precise; urgency=low * Updated Japanese translation.