From d5602702a586d95ac81888ae112b27ee72548301 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Tue, 5 Jan 2016 14:50:43 +0100 Subject: [PATCH] Updated changelog. --- debian/changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2f3dcfb4..cee079d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +spreed-webrtc-server (0.24.9) trusty; urgency=medium + + * Added support for Firefox 43 API changes. + * Use mediaDevices API to enumarate input devices to avoid deprecation warning in Chrome. + * Linking from the chat no longer sends the referrer to targets by using a referrer policy. + * Chat input is now auto focused to increase usability and to reduce number of clicks required. + * The room chat is now automatically activated when no other chat session is available and a room is joined. + * The Makefile now supports $(DESTDIR). + * Limit autoprefixer version to avoid build problems with newer version. + * Code style changes to fix latedef jshint warnings. Make jshint now runs without error with latest jshint. + * Added travis to test Go 1.5 compatibility. + * ODF and PDF presentations now have a white background to avoid issues with files with have no background on their own. + + -- Simon Eisenmann Tue, 05 Jan 2016 14:48:27 +0100 + spreed-webrtc-server (0.24.8) trusty; urgency=medium * Avoid to scale up screen sharing when sharing not full screen.