Skip to content

Commit 755d43c

Browse files
kprasad96ababu250
authored andcommitted
Update CHANGELOG.md and API versions
1 parent f6253d0 commit 755d43c

File tree

7 files changed

+58
-5
lines changed

7 files changed

+58
-5
lines changed

AVInput/AVInput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include <algorithm>
3232

3333
#define API_VERSION_NUMBER_MAJOR 1
34-
#define API_VERSION_NUMBER_MINOR 7
34+
#define API_VERSION_NUMBER_MINOR 1
3535
#define API_VERSION_NUMBER_PATCH 1
3636

3737
#define HDMI 0

AVInput/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,18 @@ All notable changes to this RDK Service will be documented in this file.
1414

1515
* Changes in CHANGELOG should be updated when commits are added to the main or release branches. There should be one CHANGELOG entry per JIRA Ticket. This is not enforced on sprint branches since there could be multiple changes for the same JIRA ticket during development.
1616

17+
## [1.1.1] - 2025-02-17
18+
### Changed
19+
- Added support for handling the videoStreamInfoUpdate for composite Input.
20+
21+
## [1.1.0] - 2025-02-17
22+
### Added
23+
- Added support for Getting the Maximum HDMI Compatibility version for the given port.
24+
25+
## [1.0.0] - 2025-02-17
26+
### Added
27+
- Add CHANGELOG
28+
29+
### Change
30+
- Reset API version to 1.0.0
31+
- Change README to inform how to update changelog and API version

AVOutput/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,14 @@ All notable changes to this RDK Service will be documented in this file.
1414

1515
* Changes in CHANGELOG should be updated when commits are added to the main or release branches. There should be one CHANGELOG entry per JIRA Ticket. This is not enforced on sprint branches since there could be multiple changes for the same JIRA ticket during development.
1616

17+
## [1.0.1] - 2025-02-17
18+
### Fixed
19+
ODM API removal changes phase 1 and Fixed PQ Mode Camel Case issue
20+
21+
## [1.0.0] - 2025-02-17
22+
### Added
23+
- Add CHANGELOG
24+
25+
### Change
26+
- Reset API version to 1.0.0
27+
- Change README to inform how to update changelog and API version

CompositeInput/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,15 @@ All notable changes to this RDK Service will be documented in this file.
1414

1515
* Changes in CHANGELOG should be updated when commits are added to the main or release branches. There should be one CHANGELOG entry per JIRA Ticket. This is not enforced on sprint branches since there could be multiple changes for the same JIRA ticket during development.
1616

17+
## [1.1.0] - 2025-02-07
18+
### Added
19+
20+
Added support for handling the videoStreamInfoUpdate for composite Input.
21+
22+
## [1.0.0] - 2025-02-17
23+
### Added
24+
- Add CHANGELOG
25+
26+
### Change
27+
- Reset API version to 1.0.0
28+
- Change README to inform how to update changelog and API version

CompositeInput/CompositeInput.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
#include "dsMgr.h"
2929

3030
#define API_VERSION_NUMBER_MAJOR 1
31-
#define API_VERSION_NUMBER_MINOR 0
32-
#define API_VERSION_NUMBER_PATCH 6
31+
#define API_VERSION_NUMBER_MINOR 1
32+
#define API_VERSION_NUMBER_PATCH 0
3333

3434
#define COMPOSITE_HOT_PLUG_EVENT_CONNECTED 1
3535
#define COMPOSITE_HOT_PLUG_EVENT_DISCONNECTED 0

HdmiInput/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,18 @@ All notable changes to this RDK Service will be documented in this file.
1414

1515
* Changes in CHANGELOG should be updated when commits are added to the main or release branches. There should be one CHANGELOG entry per JIRA Ticket. This is not enforced on sprint branches since there could be multiple changes for the same JIRA ticket during development.
1616

17+
## [1.1.1] - 2024-12-02
18+
### Changed
19+
- Added support for handling the videoStreamInfoUpdate for composite Input.
20+
21+
## [1.1.0] - 2024-09-17
22+
### Added
23+
- Added support for Getting the Maximum HDMI Compatibility version for the given port.
24+
25+
## [1.0.0] - 2025-02-17
26+
### Added
27+
- Add CHANGELOG
28+
29+
### Change
30+
- Reset API version to 1.0.0
31+
- Change README to inform how to update changelog and API version

HdmiInput/HdmiInput.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
#define registerMethod(...) for (uint8_t i = 1; GetHandler(i); i++) GetHandler(i)->Register<JsonObject, JsonObject>(__VA_ARGS__)
6868

6969
#define API_VERSION_NUMBER_MAJOR 1
70-
#define API_VERSION_NUMBER_MINOR 4
71-
#define API_VERSION_NUMBER_PATCH 0
70+
#define API_VERSION_NUMBER_MINOR 1
71+
#define API_VERSION_NUMBER_PATCH 1
7272

7373
static int audio_output_delay = 100;
7474
static int video_latency = 20;

0 commit comments

Comments
 (0)