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.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
j1elo committed Aug 10, 2017
1 parent d25a8cf commit 2704d13
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.6.3] - 2017-08-10

### Changed
- Prevent frames from building up in the buffer if the CPU falls behind, by @kc7bfi (David Robison).

## [6.6.2] - 2017-07-24

### Added
Expand Down Expand Up @@ -132,6 +137,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.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
[6.6.1]: https://github.com/Kurento/kms-core/compare/6.6.0...6.6.1
[6.6.0]: https://github.com/Kurento/kms-core/compare/6.5.0...6.6.0
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
kms-core-6.0 (6.6.3) testing; urgency=medium

[ Juan Navarro Moreno ]

* Changed
- Prevent frames from building up in the buffer if the CPU falls behind,
by @kc7bfi (David Robison).
* Prepare release 6.6.3

-- Juan Navarro Moreno <juan.navarro@gmx.es> Thu, 10 Aug 2017 16:07:16 +0200

kms-core-6.0 (6.6.2) testing; urgency=medium

[ Juan Navarro Moreno ]
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.0-dev",
"version": "6.6.3",
"code": {
"kmd": {
"java": {
Expand Down

0 comments on commit 2704d13

Please sign in to comment.