Skip to content

Commit

Permalink
Updated the CHANGELOG.md and API version
Browse files Browse the repository at this point in the history
Signed-off-by: yuvaramachandran_gurusamy <[email protected]>
  • Loading branch information
yuvaramachandran-gurusamy committed May 2, 2024
1 parent 9804d98 commit 6db053b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Miracast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ All notable changes to this RDK Service will be documented in this file.
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.

For more details, refer to versioning section under Main README.
## [1.0.6] - 2024-05-02
### Fixed
- Removed the stale P2P Group interface during the plugin activation.
- Added the MiracastService changes to handle the Direct P2P Group Started events
- Fixed the SIGBUS/SIGSEV crash in Apache4K while do playRequest with MiracastPlayer plugin

## [1.0.5] - 2024-04-04
### Fixed
- Added the synchronization for enable/disable the MiracastService discovery.
Expand Down
2 changes: 1 addition & 1 deletion Miracast/MiracastService/MiracastService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ using namespace std;

#define API_VERSION_NUMBER_MAJOR 1
#define API_VERSION_NUMBER_MINOR 0
#define API_VERSION_NUMBER_PATCH 5
#define API_VERSION_NUMBER_PATCH 6

#define SERVER_DETAILS "127.0.0.1:9998"
#define SYSTEM_CALLSIGN "org.rdk.System"
Expand Down

0 comments on commit 6db053b

Please sign in to comment.