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

Latest commit

 

History

History
65 lines (44 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

65 lines (44 loc) · 2.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

6.10.0 - 2019-04-03

Starting from 6.10.0, all of these Kurento Media Server sub-projects

  • kurento-module-creator
  • kms-cmake-utils
  • kms-core
  • kms-elements
  • kms-filters
  • kms-jsonrpc
  • kurento-media-server

have their ChangeLogs unified in kurento-media-server/CHANGELOG.

6.8.0 - 2018-09-26

Changed

  • CMake/CommonBuildFlags: Use -Werror only for development (DEBUG builds)
  • CMake/CommonBuildFlags: Add new function common_buildflags_print()

Removed

  • CMake/DpkgBuildFlags: Remove get_dpkg_buildflags_c(), get_dpkg_buildflags_cxx()

Fixed

  • TestHelpers: Always generate Valgrind target

6.7.0 - 2018-01-24

Added

  • New CMake module "CommonBuildFlags", which allows to easily set the same compilation flags to all KMS modules.

Changed

  • Debian: Align all version numbers of KMS-related modules.
  • Debian: Remove version numbers from package names.

1.4.0 - 2017-07-24

Added

  • New CMake module "DpkgBuildFlags", which allows to query the dpkg-buildflags command and retrieve the compilation flags that will be used to generate Debian packages. All projects now compile with these compilation flags.

Changed

  • Old ChangeLog.md moved to the new format in this CHANGELOG.md file.
  • Full review of all CMake files to tidy up and homogenize code style.

1.3.2 - 2016-09-30

1.3.1 - 2016-05-27

1.3.0 - 2016-02-24

1.2.2 - 2015-11-25