File tree 3 files changed +43
-3
lines changed
3 files changed +43
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ recent releases and a list of known issues.
5
5
6
6
## Release History and Changes
7
7
8
+ ### Reliance Edge v2.5.1, May 2020
9
+
10
+ #### Common Code Changes
11
+
12
+ - Rebrand from Datalight to Tuxera. For details, please read the following:
13
+ < https://www.tuxera.com/blog/tuxera-and-datalight-continue-forward-as-one-unified-brand-tuxera/ >
14
+ - Fix a v2.5 regression where the checker (available in the
15
+ commercially-licensed SDK) did not work when run as a standalone application.
16
+
17
+ #### Linux Port Changes
18
+
19
+ - Fix a v2.5 regression where the RAM disk was erroneously allocated as a
20
+ zero-sized buffer.
21
+
22
+ #### Win32 Port Changes
23
+
24
+ - Fix a v2.5 regression where the powerint and errinject test projects (provided
25
+ with the commercially-licensed SDK) were not functional.
26
+
8
27
### Reliance Edge v2.5, April 2020
9
28
10
29
#### Common Code Changes
Original file line number Diff line number Diff line change @@ -9,6 +9,27 @@ course of recent releases and a list of known issues.
9
9
10
10
Release History and Changes
11
11
12
+ Reliance Edge v2.5.1, May 2020
13
+
14
+ Common Code Changes
15
+
16
+ - Rebrand from Datalight to Tuxera. For details, please read the
17
+ following:
18
+ https://www.tuxera.com/blog/tuxera-and-datalight-continue-forward-as-one-unified-brand-tuxera/
19
+ - Fix a v2.5 regression where the checker (available in the
20
+ commercially-licensed SDK) did not work when run as a standalone
21
+ application.
22
+
23
+ Linux Port Changes
24
+
25
+ - Fix a v2.5 regression where the RAM disk was erroneously allocated
26
+ as a zero-sized buffer.
27
+
28
+ Win32 Port Changes
29
+
30
+ - Fix a v2.5 regression where the powerint and errinject test projects
31
+ (provided with the commercially-licensed SDK) were not functional.
32
+
12
33
Reliance Edge v2.5, April 2020
13
34
14
35
Common Code Changes
Original file line number Diff line number Diff line change 33
33
34
34
<!-- This macro is updated automatically: do not edit! -->
35
35
*/
36
- #define RED_BUILD_NUMBER "863 "
36
+ #define RED_BUILD_NUMBER "864 "
37
37
38
38
#define RED_KIT_GPL 0U /* Open source GPL kit. */
39
39
#define RED_KIT_COMMERCIAL 1U /* Commercially-licensed kit. */
48
48
49
49
/** @brief Version number to display in output.
50
50
*/
51
- #define RED_VERSION "v2.5"
51
+ #define RED_VERSION "v2.5.1 "
52
52
53
53
/** @brief Version number in hex.
54
54
55
55
The most significant byte is the major version number, etc.
56
56
*/
57
- #define RED_VERSION_VAL 0x02050000U
57
+ #define RED_VERSION_VAL 0x02050100U
58
58
59
59
/** @brief On-disk version number.
60
60
You can’t perform that action at this time.
0 commit comments