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.
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
- CMake/CommonBuildFlags: Use -Werror only for development (DEBUG builds)
- CMake/CommonBuildFlags: Add new function common_buildflags_print()
- CMake/DpkgBuildFlags: Remove get_dpkg_buildflags_c(), get_dpkg_buildflags_cxx()
- TestHelpers: Always generate Valgrind target
6.7.0 - 2018-01-24
- New CMake module "CommonBuildFlags", which allows to easily set the same compilation flags to all KMS modules.
- Debian: Align all version numbers of KMS-related modules.
- Debian: Remove version numbers from package names.
1.4.0 - 2017-07-24
- 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.
- 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.