Skip to content

Commit

Permalink
Slight updates to our third-party libraries and downloads pages (#1458).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 3, 2017
1 parent 3341076 commit eac682d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/developer/thirdPartyLibraries.html
Expand Up @@ -131,7 +131,7 @@
</ul>
</li>
<li>
<a href="https://www.openssl.org/">OpenSSL</a> 1.0.2l: a toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS) protocols, as well as a full-strength general purpose cryptography library.
<a href="https://www.openssl.org/">OpenSSL</a> 1.0.2m: a toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS) protocols, as well as a full-strength general purpose cryptography library.
<ul>
<li>Location: <a href="https://github.com/opencor/opencor/tree/master/src/plugins/thirdParty/OpenSSL"><code>[OpenCOR]/src/plugins/thirdParty/OpenSSL</code></a>.</li>
<li>Licensing: OpenSSL and SSLeay, which are both <a href="https://opensource.org/licenses/BSD-3-Clause">BSD</a>-style licenses (more information <a href="https://www.openssl.org/source/license.html">here</a>).</li>
Expand Down
2 changes: 1 addition & 1 deletion doc/downloads/index.js
Expand Up @@ -38,7 +38,7 @@ var jsonData = { "versions": [
],
"changes": [
{ "change": "<strong>GraphPanel widget:</strong> axis labels are now rendered fine when exporting a graph panel to various formats (see issue <a href=\"https://github.com/opencor/opencor/issues/1448\">#1448</a>). Can now interact with a graph panel after it has been exported to a given format (see issue <a href=\"https://github.com/opencor/opencor/issues/1450\">#1450</a>)." },
{ "change": "<strong>Third-party libraries:</strong> upgraded the <a href=\"http://computation.llnl.gov/projects/sundials\">SUNDIALS</a> library to version 3.0.0 (see issue <a href=\"https://github.com/opencor/opencor/issues/1453\">#1453</a>)." }
{ "change": "<strong>Third-party libraries:</strong> upgraded the <a href=\"http://computation.llnl.gov/projects/sundials\">SUNDIALS</a> library to version 3.0.0 (see issue <a href=\"https://github.com/opencor/opencor/issues/1453\">#1453</a>). Upgraded <a href=\"https://www.openssl.org/\">OpenSSL</a> to version 1.0.2m (see issue <a href=\"https://github.com/opencor/opencor/issues/1458\">#1458</a>)." }
]
},
{ "major": 0, "minor": 4, "patch": 1, "day": 20, "month": 5, "year": 2015, "type": 0,
Expand Down

0 comments on commit eac682d

Please sign in to comment.