Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.

Commit 47e0370

Browse files
committed
Prepare release 6.7.1
1 parent 662008a commit 47e0370

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
kms-core (6.7.0) testing; urgency=medium
29

310
[ Juan Navarro Moreno ]

src/server/interface/core.kmd.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "core",
3-
"version": "6.7.1-dev",
3+
"version": "6.7.1",
44
"code": {
55
"kmd": {
66
"java": {

0 commit comments

Comments
 (0)