Skip to content

Commit

Permalink
📝 Modify release notes to give more visibility to the certificate fil…
Browse files Browse the repository at this point in the history
…es compatibility
  • Loading branch information
javmorcas committed Mar 13, 2017
1 parent 3306b95 commit f0315da
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions srcDoc/md/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release Notes

## RTI Perftest 2.1 Compatibility

Governance and Permission files have been updated to be compatible with the latest release for *RTI Connext DDS*, and are compatible with *RTI Connext DDS* 5.2.6 and greater.

If you are compiling *RTI Perftest* against 5.2.5, you will need to get the certificates from the `release/2.0` branch. You can do that by using the following git command from the top level directory of your repository:

```
git checkout release/2.0 -- resource/secure
```

## RTI Perftest 2.0 Compatibility

*RTI Perftest* 2.0 is designed to compile and work against the *RTI Connext DDS* 5.2.x releases.
Expand Down Expand Up @@ -33,16 +43,6 @@ This option is only present for the Modern and Traditional C++ PSM API code.

Note that changes in the `xml` will be ignored if this option is present.

### Updated Secure Certificates, Governance and Permission Files

Governance and Permission files have been updated to be compatible with the latest release for *RTI Connext DDS*, and are compatible with *RTI Connext DDS* 5.2.6 and greater.

If you are compiling *RTI Perftest* against 5.2.5, you will need to get the certificates from the `release/2.0` branch. You can do that by using the following git command from the top level directory of your repository:

```
git checkout release/2.0 -- resource/secure
```

## What's Fixed in 2.1

### "--nddshome" Command-Line Option did not Work in `build.bat` Script -- Windows Systems Only
Expand Down

0 comments on commit f0315da

Please sign in to comment.