Skip to content

Commit a0ae701

Browse files
RDK-53913: Updated the CHANGELOG.md and API version
Signed-off-by: yuvaramachandran_gurusamy <[email protected]>
1 parent 2d698da commit a0ae701

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

XCast/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ All notable changes to this RDK Service will be documented in this file.
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

1717
* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
18+
## [2.0.0] - 2024-12-18
19+
### Added
20+
- Converted as OutOfProcess to eliminate RT communication and direct library calls used
21+
1822
## [1.0.21] - 2024-10-31
1923
### Fixed
2024
- Power mode envent handling only when plugin enabled

XCast/XCast.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ using namespace std;
6565
*/
6666
#define DIAL_MAX_ADDITIONALURL (1024)
6767

68-
#define API_VERSION_NUMBER_MAJOR 1
68+
#define API_VERSION_NUMBER_MAJOR 2
6969
#define API_VERSION_NUMBER_MINOR 0
70-
#define API_VERSION_NUMBER_PATCH 21
70+
#define API_VERSION_NUMBER_PATCH 0
7171

7272
namespace WPEFramework {
7373

XCast/XCastImplementation.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
#define THUNDER_RPC_TIMEOUT 5000
3535
#define MAX_SECURITY_TOKEN_SIZE 1024
3636

37-
#define API_VERSION_NUMBER_MAJOR 1
37+
#define API_VERSION_NUMBER_MAJOR 2
3838
#define API_VERSION_NUMBER_MINOR 0
39-
#define API_VERSION_NUMBER_PATCH 2
39+
#define API_VERSION_NUMBER_PATCH 0
4040

4141
#define LOCATE_CAST_FIRST_TIMEOUT_IN_MILLIS 5000 //5 seconds
4242
#define LOCATE_CAST_SECOND_TIMEOUT_IN_MILLIS 10000 //10 seconds

0 commit comments

Comments
 (0)