Skip to content

Commit c3d83da

Browse files
committed
DELIA-66702: Documentation update
Reason for change: Documentation Update Test Procedure: Risks: low Priority: P1 Signed-off-by:Hayden Gfeller [email protected]
1 parent 7d33fe5 commit c3d83da

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

DisplaySettings/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.
1616

1717
* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
1818

19+
## [2.0.2] - 2024-12-03
20+
### Fixed
21+
- Corrected the documentation for several functions to make them more accurate for their actual use.
22+
1923
## [2.0.1] - 2024-12-03
2024
### Fixed
2125
- Fixed unhandled exception that was occasionally causing a crash if thread creation failed.

DisplaySettings/DisplaySettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ using namespace std;
8585

8686
#define API_VERSION_NUMBER_MAJOR 2
8787
#define API_VERSION_NUMBER_MINOR 0
88-
#define API_VERSION_NUMBER_PATCH 0
88+
#define API_VERSION_NUMBER_PATCH 2
8989

9090
static bool isCecEnabled = false;
9191
static bool isResCacheUpdated = false;

SystemServices/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.
1616

1717
* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
1818

19+
## [3.4.1] - 2024-12-03
20+
### Fixed
21+
- Fixed the location of the get and set FSR functions within the documentation.
22+
1923
## [3.4.0] - 2024-12-09
2024
### Added
2125
- Added implementation for BootType get API.

SystemServices/SystemServices.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ using namespace std;
6767

6868
#define API_VERSION_NUMBER_MAJOR 3
6969
#define API_VERSION_NUMBER_MINOR 4
70-
#define API_VERSION_NUMBER_PATCH 0
70+
#define API_VERSION_NUMBER_PATCH 1
7171

7272
#define MAX_REBOOT_DELAY 86400 /* 24Hr = 86400 sec */
7373
#define TR181_FW_DELAY_REBOOT "Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.AutoReboot.fwDelayReboot"

0 commit comments

Comments
 (0)