Skip to content

Commit

Permalink
Update macOS OpenSSL stuff some more
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Apr 7, 2021
1 parent b0b3c30 commit ffb6299
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 153 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ It documents the changes in each of the tagged releases
+ `musl` is based on Alpine 3 and is designed for busybox/Linux distributions, Alpine
+ `macOS` is based on macOS
+ These universal builds is designed to reduce the number of `libmi` builds being distributed and automatically support future distribution releases as they are made
+ Deprecated the `-Distribution` parameter of `Install-WSMan` as it no does anything
+ Deprecated the `-Distribution` parameter of `Install-WSMan` as it no longer does anything
+ Removed support for Debian 8 and Fedora 31 due to the age of the distribution
+ Added initial support for OpenSSL 3.x for glibc, musl, and macOS based distributions
+ Added support for using OpenSSL installed from `port` if `brew` is not used on macOS
+ One of them must be installed but you are no longer limited to just `brew`
+ Use `@loader_path` on macOS instead of `@executable_path` for loading `libmi` to support relative paths from the library itself rather than `pwsh`

## 2.1.0 - 2020-11-24
Expand Down
Loading

0 comments on commit ffb6299

Please sign in to comment.