Skip to content

Commit

Permalink
Updated Readme & changelog files.
Browse files Browse the repository at this point in the history
  • Loading branch information
erhardgrishaber committed Oct 13, 2020
1 parent 22992ea commit bc901aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OPC Foundation OPC UA Local Discovery Server
Version 1.04.402
Highlights:
- Updated DiscoveryUrl to DNS SRV record mapping according to OPC-UA Spec. v1.04 Part 12.
- Updated OpenSSL to version 1.1.1g
- Updated OpenSSL to version 1.1.1h
Fixed issues:
- Fixed deadlock reported in PullRequest #62.
- OPC.HTTPS DiscoveryUrls come out as OPC.TCP DiscoveryUrls from FindServersOnNetwork #63
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ OPC UA, empowering the Industrial Internet of Things (IIOT) and Industrie 4.0.
* CMake version 3.6.2 or later from https://cmake.org/install/.
* Perl
* Windows:
- OpenSSL 1.1.1g was used in development and testing: either built from source (https://www.openssl.org/source/) or as pre-built package, for example from https://slproweb.com/products/Win32OpenSSL.html.
- OpenSSL 1.1.1h was used in development and testing: either built from source (https://www.openssl.org/source/) or as pre-built package, for example from https://slproweb.com/products/Win32OpenSSL.html.
- Bonjour Mdns/dnssd (Multicast Domain Name System) client library (included)
* Linux:
- OpenSSL 1.0.2l and 1.1.1g was used in development and testing : (```sudo apt-get install libssl-dev```) (```sudo yum install openssl-devel```)
- OpenSSL 1.0.2l and 1.1.1h was used in development and testing : (```sudo apt-get install libssl-dev```) (```sudo yum install openssl-devel```)
- Avahi 0.61 (or later) libdnssd compatibility layer: (```sudo apt-get install libavahi-compat-libdnssd-dev```) (```sudo yum install avahi-compat-libdns_sd-devel```)

## Building the LDS
Expand Down Expand Up @@ -79,5 +79,5 @@ Required notices for open source software products or components distributed wit
| Provider | Component | Licensing Information |
| -------- | --------- | --------------------- |
| Apple Computer, Inc. | Bonjour Mdns/dnssd (Multicast Domain Name System) client library | Apache License v2 http://www.apache.org/licenses/LICENSE-2.0.html |
| Open SSL Project | OpenSSL 1.1.1g | The OpenSSL toolkit stays under a double license, i.e. both the conditions of the OpenSSL License and the original SSLeay license apply to the toolkit. See https://www.openssl.org/source/license.html |
| Open SSL Project | OpenSSL 1.1.1h | The OpenSSL toolkit stays under a double license, i.e. both the conditions of the OpenSSL License and the original SSLeay license apply to the toolkit. See https://www.openssl.org/source/license.html |
| github.com/lathiat/avahi| Avahi 0.61 | GNU Lesser General Public License v2.1 Avahi was developed by Lennart Poettering and Trent Lloyd. It is the result of a merger of Poettering's original mDNS/DNS-SD implementation called "FlexMDNS", and Lloyd's original code called "Avahi" https://github.com/lathiat/avahi/blob/master/LICENSE |

0 comments on commit bc901aa

Please sign in to comment.