Skip to content

Commit

Permalink
Trunk Build 864
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuxera DevOps committed May 18, 2020
1 parent 85a56a2 commit 8fc9937
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 3 deletions.
19 changes: 19 additions & 0 deletions doc/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ recent releases and a list of known issues.

## Release History and Changes

### Reliance Edge v2.5.1, May 2020

#### Common Code Changes

- Rebrand from Datalight to Tuxera. For details, please read the following:
<https://www.tuxera.com/blog/tuxera-and-datalight-continue-forward-as-one-unified-brand-tuxera/>
- Fix a v2.5 regression where the checker (available in the
commercially-licensed SDK) did not work when run as a standalone application.

#### Linux Port Changes

- Fix a v2.5 regression where the RAM disk was erroneously allocated as a
zero-sized buffer.

#### Win32 Port Changes

- Fix a v2.5 regression where the powerint and errinject test projects (provided
with the commercially-licensed SDK) were not functional.

### Reliance Edge v2.5, April 2020

#### Common Code Changes
Expand Down
21 changes: 21 additions & 0 deletions doc/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,27 @@ course of recent releases and a list of known issues.

Release History and Changes

Reliance Edge v2.5.1, May 2020

Common Code Changes

- Rebrand from Datalight to Tuxera. For details, please read the
following:
https://www.tuxera.com/blog/tuxera-and-datalight-continue-forward-as-one-unified-brand-tuxera/
- Fix a v2.5 regression where the checker (available in the
commercially-licensed SDK) did not work when run as a standalone
application.

Linux Port Changes

- Fix a v2.5 regression where the RAM disk was erroneously allocated
as a zero-sized buffer.

Win32 Port Changes

- Fix a v2.5 regression where the powerint and errinject test projects
(provided with the commercially-licensed SDK) were not functional.

Reliance Edge v2.5, April 2020

Common Code Changes
Expand Down
6 changes: 3 additions & 3 deletions include/redver.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<!-- This macro is updated automatically: do not edit! -->
*/
#define RED_BUILD_NUMBER "863"
#define RED_BUILD_NUMBER "864"

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

/** @brief Version number to display in output.
*/
#define RED_VERSION "v2.5"
#define RED_VERSION "v2.5.1"

/** @brief Version number in hex.
The most significant byte is the major version number, etc.
*/
#define RED_VERSION_VAL 0x02050000U
#define RED_VERSION_VAL 0x02050100U

/** @brief On-disk version number.
Expand Down

0 comments on commit 8fc9937

Please sign in to comment.