Skip to content

Commit 8fc9937

Browse files
author
Tuxera DevOps
committed
Trunk Build 864
1 parent 85a56a2 commit 8fc9937

File tree

3 files changed

+43
-3
lines changed

3 files changed

+43
-3
lines changed

doc/release_notes.md

+19
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ recent releases and a list of known issues.
55

66
## Release History and Changes
77

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+
827
### Reliance Edge v2.5, April 2020
928

1029
#### Common Code Changes

doc/release_notes.txt

+21
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,27 @@ course of recent releases and a list of known issues.
99

1010
Release History and Changes
1111

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+
1233
Reliance Edge v2.5, April 2020
1334

1435
Common Code Changes

include/redver.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
3434
<!-- This macro is updated automatically: do not edit! -->
3535
*/
36-
#define RED_BUILD_NUMBER "863"
36+
#define RED_BUILD_NUMBER "864"
3737

3838
#define RED_KIT_GPL 0U /* Open source GPL kit. */
3939
#define RED_KIT_COMMERCIAL 1U /* Commercially-licensed kit. */
@@ -48,13 +48,13 @@
4848

4949
/** @brief Version number to display in output.
5050
*/
51-
#define RED_VERSION "v2.5"
51+
#define RED_VERSION "v2.5.1"
5252

5353
/** @brief Version number in hex.
5454
5555
The most significant byte is the major version number, etc.
5656
*/
57-
#define RED_VERSION_VAL 0x02050000U
57+
#define RED_VERSION_VAL 0x02050100U
5858

5959
/** @brief On-disk version number.
6060

0 commit comments

Comments
 (0)