Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
/ kms-core Public archive

Commit

Permalink
Prepare release 6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j1elo committed Mar 21, 2018
1 parent 662008a commit 57e8156
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [6.7.1] - 2018-03-21

### Added
- agnosticbin: Add new signal "media-transcoding".
- API KMD: Server implementation for event "MediaTranscodingStateChange".
- MediaTranscodingStateChange: Write documentation.

### Fixed
- MediaPipelineImpl: Fix NULL dereferencing.

## [6.7.0] - 2018-01-24

### Changed
Expand All @@ -25,7 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [6.6.2] - 2017-07-24

### Added
- REMB: Add "COMEDIA"/automatic port discovery. [TODO Link to documentation].
- REMB: Add "COMEDIA"/automatic port discovery. [Documentation](http://doc-kurento.readthedocs.io/en/latest/features/nat_traversal.html#rtp-without-ice).
- REMB: Enable for RTP connections. Previously, it would only work for WebRTC.

### Changed
Expand Down Expand Up @@ -150,6 +160,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- MediaElement: Fix error notification mechanisms. Errors where not raising in most cases.
- Improvements in format negotiations between elements, this fixes problems in RecorderEndpoint and Composite.

[6.7.1]: https://github.com/Kurento/kms-core/compare/6.7.0...6.7.1
[6.7.0]: https://github.com/Kurento/kms-core/compare/6.6.3...6.7.0
[6.6.3]: https://github.com/Kurento/kms-core/compare/6.6.2...6.6.3
[6.6.2]: https://github.com/Kurento/kms-core/compare/6.6.1...6.6.2
Expand Down
2 changes: 1 addition & 1 deletion src/server/interface/core.kmd.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core",
"version": "6.7.1-dev",
"version": "6.7.1",
"code": {
"kmd": {
"java": {
Expand Down

0 comments on commit 57e8156

Please sign in to comment.