File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.
16
16
17
17
* For more details, refer to [ versioning] ( https://github.com/rdkcentral/rdkservices#versioning ) section under Main README.
18
18
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
+
19
23
## [ 2.0.1] - 2024-12-03
20
24
### Fixed
21
25
- Fixed unhandled exception that was occasionally causing a crash if thread creation failed.
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ using namespace std;
85
85
86
86
#define API_VERSION_NUMBER_MAJOR 2
87
87
#define API_VERSION_NUMBER_MINOR 0
88
- #define API_VERSION_NUMBER_PATCH 0
88
+ #define API_VERSION_NUMBER_PATCH 2
89
89
90
90
static bool isCecEnabled = false ;
91
91
static bool isResCacheUpdated = false ;
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.
16
16
17
17
* For more details, refer to [ versioning] ( https://github.com/rdkcentral/rdkservices#versioning ) section under Main README.
18
18
19
+ ## [ 3.4.1] - 2024-12-03
20
+ ### Fixed
21
+ - Fixed the location of the get and set FSR functions within the documentation.
22
+
19
23
## [ 3.4.0] - 2024-12-09
20
24
### Added
21
25
- Added implementation for BootType get API.
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ using namespace std;
67
67
68
68
#define API_VERSION_NUMBER_MAJOR 3
69
69
#define API_VERSION_NUMBER_MINOR 4
70
- #define API_VERSION_NUMBER_PATCH 0
70
+ #define API_VERSION_NUMBER_PATCH 1
71
71
72
72
#define MAX_REBOOT_DELAY 86400 /* 24Hr = 86400 sec */
73
73
#define TR181_FW_DELAY_REBOOT " Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.AutoReboot.fwDelayReboot"
You can’t perform that action at this time.
0 commit comments