Skip to content

Commit

Permalink
Release 7.1.1 (#86)
Browse files Browse the repository at this point in the history
<!--
Thank you for your contribution to the Kurento project.
Please provide enough information so that others can review your Pull
Request.

For more information, see the Contribution Guidelines:
https://github.com/Kurento/kurento/blob/main/.github/CONTRIBUTING.md
-->


## What is the current behavior you want to change?
<!--
Why is this change required? What problem does it solve?
If it fixes an open issue, please link to the issue here.
-->


## What is the new behavior provided by this change?
<!--
Example: "Adding a function to do X",
then explain why it is necessary to have a way to do X.
-->


## How has this been tested?
<!--
Please describe in detail how you tested your changes.
Include details of your testing environment, tests ran to see how
your change affects other areas of the code, etc.
-->


## Types of changes
<!--
What types of changes does your code introduce?
Put an 'x' in all the boxes that apply:
-->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature / enhancement (non-breaking change which improves the
project)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] My change requires a change to the documentation
- [ ] My change requires a change in other repository <!-- Explain which
one -->


## Checklist
<!--
Go over all the following points, and put an 'x' in all the boxes that
apply.
If you're unsure about any of these, don't hesitate to ask. We're here
to help!
-->
- [ ] I have read the [Contribution
Guidelines](https://github.com/Kurento/kurento/blob/main/.github/CONTRIBUTING.md)
- [ ] I have added an explanation of what the changes do and why they
should be included
- [ ] I have written new tests for the changes, as applicable, and have
successfully run them locally
  • Loading branch information
slabajo authored Nov 5, 2024
2 parents 0e9d876 + fc23dbd commit 0b49bea
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion server/cmake-utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if(HAS_PARENT)
endif()

include(KurentoGitHelpers)
get_git_version(PROJECT_VERSION 7.1.1-dev)
get_git_version(PROJECT_VERSION 7.1.1)
message(STATUS "Project version: ${PROJECT_NAME}-${PROJECT_VERSION}")

# CMake Config Mode search file. Adds the main Kurento dir to CMAKE_MODULE_PATH.
Expand Down
2 changes: 1 addition & 1 deletion server/cmake-utils/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kurento-cmake-utils (7.1.1-1kurento1) UNRELEASED; urgency=medium
[ Kurento ]
* UNRELEASED

-- Saul Pablo Labajo Izquierdo <[email protected]> Fri, 20 Sep 2024 09:56:15 +0000
-- Saul Pablo Labajo Izquierdo <[email protected]> Thu, 24 Oct 2024 17:13:23 +0000

kms-cmake-utils (6.18.0-0kurento1) testing; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion server/jsonrpc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endif()

include(KurentoGitHelpers)
install_git_hook(pre-commit ${CMAKE_CURRENT_SOURCE_DIR}/hooks/pre-commit.hook)
get_git_version(PROJECT_VERSION 7.1.1-dev)
get_git_version(PROJECT_VERSION 7.1.1)
message(STATUS "Project version: ${PROJECT_NAME}-${PROJECT_VERSION}")

# Compiler flags
Expand Down
2 changes: 1 addition & 1 deletion server/jsonrpc/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kurento-jsonrpc (7.1.1-1kurento1) UNRELEASED; urgency=medium
[ Juan Navarro ]
* UNRELEASED

-- Saul Pablo Labajo Izquierdo <[email protected]> Fri, 20 Sep 2024 09:56:15 +0000
-- Saul Pablo Labajo Izquierdo <[email protected]> Thu, 24 Oct 2024 17:13:23 +0000

kms-jsonrpc (6.18.0-0kurento1) testing; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion server/media-server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ endif()

include(KurentoGitHelpers)
install_git_hook(pre-commit ${CMAKE_CURRENT_SOURCE_DIR}/hooks/pre-commit.hook)
get_git_version(PROJECT_VERSION 7.1.1-dev)
get_git_version(PROJECT_VERSION 7.1.1)
message(STATUS "Project version: ${PROJECT_NAME}-${PROJECT_VERSION}")

# Compiler flags
Expand Down
2 changes: 1 addition & 1 deletion server/media-server/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kurento-media-server (7.1.1-1kurento1) UNRELEASED; urgency=medium
* Add 'libwebsocketpp-dev' to Build-Deps, without versioning
* debian/control: Drop 'libssl1.0-dev' for Bionic compatibility

-- Saul Pablo Labajo Izquierdo <[email protected]> Fri, 20 Sep 2024 09:56:16 +0000
-- Saul Pablo Labajo Izquierdo <[email protected]> Thu, 24 Oct 2024 17:13:24 +0000

kurento-media-server (6.18.0-0kurento1) testing; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion server/module-core/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kurento-module-core (7.1.1-1kurento1) UNRELEASED; urgency=medium
[ Kurento ]
* UNRELEASED

-- Saul Pablo Labajo Izquierdo <[email protected]> Fri, 20 Sep 2024 09:56:15 +0000
-- Saul Pablo Labajo Izquierdo <[email protected]> Thu, 24 Oct 2024 17:13:24 +0000

kms-core (6.18.0-0kurento1) testing; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion server/module-core/src/server/interface/core.kmd.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core",
"version": "7.1.1-dev",
"version": "7.1.1",
"code": {
"kmd": {
"java": {
Expand Down
2 changes: 1 addition & 1 deletion server/module-creator/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kurento-module-creator (7.1.1-1kurento1) UNRELEASED; urgency=medium
[ Kurento ]
* UNRELEASED

-- Saul Pablo Labajo Izquierdo <[email protected]> Fri, 20 Sep 2024 09:56:15 +0000
-- Saul Pablo Labajo Izquierdo <[email protected]> Thu, 24 Oct 2024 17:13:23 +0000

kurento-module-creator (6.18.0-0kurento1) testing; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion server/module-creator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Maven coordinates -->
<groupId>org.kurento</groupId>
<artifactId>kurento-module-creator</artifactId>
<version>7.1.1-SNAPSHOT</version>
<version>7.1.1</version>
<packaging>jar</packaging>

<!-- Project-level information -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pom.xml
<plugin>
<groupId>org.kurento</groupId>
<artifactId>kurento-maven-plugin</artifactId>
<version>7.0.0</version>
<version>7.1.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion server/module-elements/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kurento-module-elements (7.1.1-1kurento1) UNRELEASED; urgency=medium
[ Kurento ]
* UNRELEASED

-- Saul Pablo Labajo Izquierdo <[email protected]> Fri, 20 Sep 2024 09:56:15 +0000
-- Saul Pablo Labajo Izquierdo <[email protected]> Thu, 24 Oct 2024 17:13:24 +0000

kms-elements (6.18.0-0kurento1) testing; urgency=medium

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elements",
"version": "7.1.1-dev",
"version": "7.1.1",
"kurentoVersion": "^7.1.0",
"code": {
"kmd": {
Expand Down
2 changes: 1 addition & 1 deletion server/module-examples/chroma/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kurento-module-chroma (7.1.1-1kurento1) UNRELEASED; urgency=medium
[ Juan Navarro ]
* UNRELEASED

-- Saul Pablo Labajo Izquierdo <[email protected]> Fri, 20 Sep 2024 09:56:16 +0000
-- Saul Pablo Labajo Izquierdo <[email protected]> Thu, 24 Oct 2024 17:13:24 +0000

kms-chroma (6.18.0-0kurento1) testing; urgency=medium

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chroma",
"version": "7.1.1-dev",
"version": "7.1.1",
"kurentoVersion": "^7.1.0",
"code": {
"api": {
Expand Down
2 changes: 1 addition & 1 deletion server/module-examples/crowddetector/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kurento-module-crowddetector (7.1.1-1kurento1) UNRELEASED; urgency=medium
[ Juan Navarro ]
* UNRELEASED

-- Saul Pablo Labajo Izquierdo <[email protected]> Fri, 20 Sep 2024 09:56:16 +0000
-- Saul Pablo Labajo Izquierdo <[email protected]> Thu, 24 Oct 2024 17:13:25 +0000

kms-crowddetector (6.18.0-0kurento1) testing; urgency=medium

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crowddetector",
"version": "7.1.1-dev",
"version": "7.1.1",
"kurentoVersion": "^7.1.0",
"code": {
"api": {
Expand Down
2 changes: 1 addition & 1 deletion server/module-examples/datachannelexample/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kurento-module-datachannelexample (7.1.1-1kurento1) UNRELEASED; urgency=medium
[ Juan Navarro ]
* UNRELEASED

-- Saul Pablo Labajo Izquierdo <[email protected]> Fri, 20 Sep 2024 09:56:16 +0000
-- Saul Pablo Labajo Izquierdo <[email protected]> Thu, 24 Oct 2024 17:13:25 +0000

kms-datachannelexample (6.18.0-0kurento1) testing; urgency=medium

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "datachannelexample",
"version": "7.1.1-dev",
"version": "7.1.1",
"kurentoVersion": "^7.0.0"
}
2 changes: 1 addition & 1 deletion server/module-examples/gstreamer-example/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kurento-module-gstreamer-example (7.1.1-1kurento1) UNRELEASED; urgency=medium
[ Kurento ]
* Initial release.

-- Saul Pablo Labajo Izquierdo <[email protected]> Fri, 20 Sep 2024 09:56:17 +0000
-- Saul Pablo Labajo Izquierdo <[email protected]> Thu, 24 Oct 2024 17:13:25 +0000
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "gstreamerexample",
"version": "7.1.1-dev",
"version": "7.1.1",
"kurentoVersion": "^7.1.0"
}
2 changes: 1 addition & 1 deletion server/module-examples/markerdetector/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kurento-module-markerdetector (7.1.1-1kurento1) UNRELEASED; urgency=medium
[ Juan Navarro ]
* UNRELEASED

-- Saul Pablo Labajo Izquierdo <[email protected]> Fri, 20 Sep 2024 09:56:17 +0000
-- Saul Pablo Labajo Izquierdo <[email protected]> Thu, 24 Oct 2024 17:13:25 +0000

kms-markerdetector (6.18.0-0kurento1) testing; urgency=medium

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markerdetector",
"version": "7.1.1-dev",
"version": "7.1.1",
"kurentoVersion": "^7.1.0",
"code": {
"api": {
Expand Down
2 changes: 1 addition & 1 deletion server/module-examples/opencv-example/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kurento-module-opencv-example (7.1.1-1kurento1) UNRELEASED; urgency=medium
[ Kurento ]
* Initial release.

-- Saul Pablo Labajo Izquierdo <[email protected]> Fri, 20 Sep 2024 09:56:17 +0000
-- Saul Pablo Labajo Izquierdo <[email protected]> Thu, 24 Oct 2024 17:13:25 +0000
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "opencvexample",
"version": "7.1.1-dev",
"version": "7.1.1",
"kurentoVersion": "^7.1.0"
}
2 changes: 1 addition & 1 deletion server/module-examples/platedetector/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kurento-module-platedetector (7.1.1-1kurento1) UNRELEASED; urgency=medium
[ Juan Navarro ]
* UNRELEASED

-- Saul Pablo Labajo Izquierdo <[email protected]> Fri, 20 Sep 2024 09:56:17 +0000
-- Saul Pablo Labajo Izquierdo <[email protected]> Thu, 24 Oct 2024 17:13:26 +0000

kms-platedetector (6.18.0-0kurento1) testing; urgency=medium

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platedetector",
"version": "7.1.1-dev",
"version": "7.1.1",
"kurentoVersion": "^7.1.0",
"code": {
"api": {
Expand Down
2 changes: 1 addition & 1 deletion server/module-examples/pointerdetector/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kurento-module-pointerdetector (7.1.1-1kurento1) UNRELEASED; urgency=medium
[ Saul Pablo Labajo Izquierdo ]
* switch to gstreamer from bionic

-- Saul Pablo Labajo Izquierdo <[email protected]> Fri, 20 Sep 2024 09:56:18 +0000
-- Saul Pablo Labajo Izquierdo <[email protected]> Thu, 24 Oct 2024 17:13:26 +0000

kms-pointerdetector (6.18.0-0kurento1) testing; urgency=medium

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pointerdetector",
"version": "7.1.1-dev",
"version": "7.1.1",
"kurentoVersion": "^7.1.0",
"code": {
"api": {
Expand Down
2 changes: 1 addition & 1 deletion server/module-filters/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kurento-module-filters (7.1.1-1kurento1) UNRELEASED; urgency=medium
[ Juan Navarro ]
* UNRELEASED

-- Saul Pablo Labajo Izquierdo <[email protected]> Fri, 20 Sep 2024 09:56:16 +0000
-- Saul Pablo Labajo Izquierdo <[email protected]> Thu, 24 Oct 2024 17:13:24 +0000

kms-filters (6.18.0-0kurento1) testing; urgency=medium

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "filters",
"version": "7.1.1-dev",
"version": "7.1.1",
"kurentoVersion": "^7.1.0",
"code": {
"kmd": {
Expand Down

0 comments on commit 0b49bea

Please sign in to comment.