Set release date and notes
This commit is contained in:
parent
35eddf8cd7
commit
8e51dd0f5e
|
@ -5,17 +5,14 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## Unreleased
|
## 1.0.2 (2019-03-04)
|
||||||
|
|
||||||
- Profile sometimes not connecting right after add.
|
|
||||||
|
|
||||||
## 1.0.2 Beta 1315 (2019-03-03)
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
- Profile sometimes not connecting right after add.
|
||||||
|
- Custom DNS servers were not applied.
|
||||||
- Shut down if server uses compression at all.
|
- Shut down if server uses compression at all.
|
||||||
- Broken link to SwiftGen license.
|
- Broken link to SwiftGen license.
|
||||||
- Custom DNS servers were not applied.
|
|
||||||
|
|
||||||
## 1.0.1 (2019-02-27)
|
## 1.0.1 (2019-02-27)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
- Shut down if server pushes a compression directive.
|
### Fixed
|
||||||
- Override DNS servers via `dhcp-option DNS`.
|
|
||||||
- About link to FAQ.
|
- Profile sometimes not connecting right after add.
|
||||||
- Only enable EKU verification if `remote-cert-tls server`.
|
- Custom DNS servers were not applied.
|
||||||
- Retain DNS reply order in resolved endpoint addresses.
|
- Shut down if server uses compression at all.
|
||||||
|
- Broken link to SwiftGen license.
|
||||||
|
|
Loading…
Reference in New Issue