Skip to content

Commit

Permalink
ChangeLog.md: Prepare release notes for 6.6.0
Browse files Browse the repository at this point in the history
Change-Id: I2e028fe8832558c74d43f3e51234b3c1c0fc32bc
  • Loading branch information
dfernandezlop committed Sep 9, 2016
1 parent ad1fda4 commit 09eaac1
Showing 1 changed file with 50 additions and 2 deletions.
52 changes: 50 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
6.6.0
=====

* Fix the way that resource limits is check (if a limit is not configured
then the check is not performed)
* Fix minor compilation warnings

kms-core (6.6.0)
----------------

* Bugs fixes:

* Improve rtp synchronization algorithm, this makes recorder behave
better when recording from RtpEndpoint or WebRTCEndpoint
* Fix memory problems during Media Elements disconnections. This problem
was also present when
* Improve Media Elements connection, some cases were not working
correctly, specially when creating multi stream elements
* Fix memory problems in flowOut/flowIn events detection
* Allow c++ to listen to signals with at return value
* Memory leaks
* Fix some rare media deadlocks on on AgnosticBin
* UriEndpoint: Add support
* Update SDP Agent

* Make code cleaner
* Add support for error notification using GError, this allows
raising betters exceptions to client
* Documentation improvements
* ServerManager: Add method to get memory used by the server
* UriEndpoint: Add property to get state
* UriEndpoint: Add event to notify state changes

kms-elements (6.6.0)
--------------------

* Bux fixes:

* PlayerEndpoint: Fix PTS assignment
* RecorderEndpoint: Fix buffer leaks
* WebRctEndpoint: ECDSA certificate support
* Documentation improvement

kms-filters (6.6.0)
-------------------

* Update kurento dependencies to 6.6.0

6.5.0
=====

Expand Down Expand Up @@ -157,7 +205,7 @@ kms-filters

* Added ping method, just reply pong
* Scaffold: Fix installation of configuration files

kms-core
--------

Expand Down Expand Up @@ -197,7 +245,7 @@ kms-elements
properly.
* WebRtcEndpoint: report possible error on candidate handling
* Composite: fix bugs simplifying internal design

kms-filters
-----------

Expand Down

0 comments on commit 09eaac1

Please sign in to comment.