@@ -60,7 +60,7 @@ Installation
6060 Linux
6161
6262 1. From the download page, select the appropriate Linux distribution
63- option. For Linux, HAS is packaged as in DEB and RPM formats.
63+ option. For Linux, HAS is packaged in DEB and RPM formats.
6464
6565 2. To install, use the appropriate package install command for the
6666 system, such as `yum` or `apt` for CentOS and Ubuntu respectively.
@@ -86,23 +86,24 @@ Changes in every release: Bugs Fixed, New Functionality
8686New functionality in 2020.2
8787
8888 HAS-21 (Change #2041029)
89- Add scripts to install and remove HAS as a Windows service.
89+ Scripts are now available to install and remove HAS as a Windows
90+ service.
9091
9192 HAS-79 (Change #2035660, 2035664, 2035665)
92- Add support for running HAS behind a proxy, with the option of
93- storing session information in redis to enable failover, with
94- the addition of rule-based routing without redis .
93+ You can now run HAS behind a proxy, with the option of storing
94+ session information in Redis to enable failover, with the addition
95+ of rule-based routing without Redis .
9596
9697 HAS-141 (Change #2037047)
97- Publish the authentication service as a container to Docker Hub
98- (https://hub.docker.com/r/perforce/helix-auth-svc).
98+ You can now run HAS in a Docker container, which is available on
99+ Docker Hub (https://hub.docker.com/r/perforce/helix-auth-svc).
99100
100101----------------------------------------------------------------------
101102Bugs fixed in 2020.2
102103
103104 HAS-162 (Change #2035660, 2035664, 2035665)
104- Resolve SameSite cookie policy enforcement in newer browsers
105- by enabling load balancer support (see also HAS-79).
105+ Fixed issue with SameSite cookie policy enforcement in newer
106+ browsers by enabling load balancer support (see also HAS-79).
106107
107108----------------------------------------------------------------------
108109Other changes in 2020.2
0 commit comments