Browse Source

Merge branch 'release-0.24' into develop

pull/214/head
Simon Eisenmann 10 years ago
parent
commit
e5fd00ae07
  1. 41
      debian/changelog
  2. 2
      static/js/libs/pdf/compatibility.js
  3. 2
      static/js/libs/pdf/pdf.js

41
debian/changelog vendored

@ -1,3 +1,44 @@ @@ -1,3 +1,44 @@
spreed-webrtc-server (0.24.0) precise; urgency=low
* Added hover actions on buddy picture in group chat.
* Jed.js was updated to 1.1.0 including API update for translations.
* Fixed replaced session data receive problem.
* Chat rooms are now reenabled on certain conditions.
* Session close notification is now always sent both directions.
* Reorganized scss.
* Improved null pointer handling in server code.
* Improved server API names to follow general rules.
* TURN and STUN data is now created in constraints service.
* Added screen sharing support for Firefox >= 38.
* Added video resolution selection for Firefox >= 38.
* Split up mediastreamcontroller in multiple parts.
* Reconnect delay is now gradually increased.
* Added basic romm type support.
* Server API was bumped to 1.2.
* Added room name support (Server API 1.2).
* Slashes are now allowed unquoted in room names.
* Spaces are no longer stripped in room path parts.
* Sleepy was replaced by external library Sloth.
* Authorizing flag is now available in scope to avoid flash of sign-in button.
* Copyright was bumped to 2015.
* Youtube player now runs in sandboxed iframe.
* Allow HD video constraints for Firefox >= 38.
* Presentaion (WebODF) now runs in sandboxed iframe.
* Example CSP was updated to work with sandboxed iframe of Youtube and WebODF.
* Load of web fonts is now detected to avoid fouf.
* Added support to enable Opus DTX constraint.
* Fixed problem where a stream without audio was added to audio processor.
* Added support for renegotiation to web client.
* Added audio only styles in web client.
* Receiver can now receive a connection without a stream.
* Youtube playback now has error handling.
* Avoid some fout.
* Firefox will now hang up on renegotiation (if enabled).
* Styles were split up, so they can be built seperately.
* Fixed a problem, where Chrome thought it already had an offer.
-- Simon Eisenmann <simon@struktur.de> Tue, 16 Jun 2015 22:50:46 +0200
spreed-webrtc-server (0.23.8) precise; urgency=low
* Session subscriptions now notify close both ways.

2
static/js/libs/pdf/compatibility.js

@ -1,5 +1,3 @@ @@ -1,5 +1,3 @@
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
/* Copyright 2012 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");

2
static/js/libs/pdf/pdf.js

@ -1,5 +1,3 @@ @@ -1,5 +1,3 @@
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
/* Copyright 2012 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");

Loading…
Cancel
Save