This repository was archived by the owner on Jul 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 6.7.1] - 2018-03-21
8+
9+ ### Added
10+ - agnosticbin: Add new signal "media-transcoding".
11+ - API KMD: Server implementation for event "MediaTranscodingStateChange".
12+ - MediaTranscodingStateChange: Write documentation.
13+
14+ ### Fixed
15+ - MediaPipelineImpl: Fix NULL dereferencing.
16+
717## [ 6.7.0] - 2018-01-24
818
919### Changed
@@ -25,7 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2535## [ 6.6.2] - 2017-07-24
2636
2737### Added
28- - REMB: Add "COMEDIA"/automatic port discovery. [ TODO Link to documentation ] .
38+ - REMB: Add "COMEDIA"/automatic port discovery. [ Documentation ] ( http://doc-kurento.readthedocs.io/en/latest/features/nat_traversal.html#rtp-without-ice ) .
2939- REMB: Enable for RTP connections. Previously, it would only work for WebRTC.
3040
3141### Changed
@@ -150,6 +160,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
150160- MediaElement: Fix error notification mechanisms. Errors where not raising in most cases.
151161- Improvements in format negotiations between elements, this fixes problems in RecorderEndpoint and Composite.
152162
163+ [ 6.7.1 ] : https://github.com/Kurento/kms-core/compare/6.7.0...6.7.1
153164[ 6.7.0 ] : https://github.com/Kurento/kms-core/compare/6.6.3...6.7.0
154165[ 6.6.3 ] : https://github.com/Kurento/kms-core/compare/6.6.2...6.6.3
155166[ 6.6.2 ] : https://github.com/Kurento/kms-core/compare/6.6.1...6.6.2
Original file line number Diff line number Diff line change 1+ kms-core (6.7.1) testing; urgency=medium
2+
3+ [ Juan Navarro Moreno ]
4+ * Prepare release 6.7.0
5+
6+ -- Juan Navarro Moreno <juan.navarro@gmx.es> Wed, 21 Mar 2018 16:20:32 +0100
7+
18kms-core (6.7.0) testing; urgency=medium
29
310 [ Juan Navarro Moreno ]
Original file line number Diff line number Diff line change 11{
22 "name" : " core" ,
3- "version" : " 6.7.1-dev " ,
3+ "version" : " 6.7.1" ,
44 "code" : {
55 "kmd" : {
66 "java" : {
You can’t perform that action at this time.
0 commit comments