mirror of https://github.com/dswd/vpncloud.git
Updated readme and changelog
This commit is contained in:
parent
7a4efa9257
commit
7ecc7f293b
|
@ -9,9 +9,14 @@ This project follows [semantic versioning](http://semver.org).
|
||||||
- [added] Support for YAML config file via `--config`
|
- [added] Support for YAML config file via `--config`
|
||||||
- [changed] Configurable magic header is now used instead of Network-ID (**incompatible**)
|
- [changed] Configurable magic header is now used instead of Network-ID (**incompatible**)
|
||||||
- [changed] Clarified documentation on TUN netmasks
|
- [changed] Clarified documentation on TUN netmasks
|
||||||
|
- [changed] Added timestamps to output
|
||||||
|
- [changed] Using new YAML config instead of old config files (**incompatible**)
|
||||||
|
- [changed] Prefer IPv4 over IPv6 when possible
|
||||||
- [fixed] Fixed documentation of listen parameter
|
- [fixed] Fixed documentation of listen parameter
|
||||||
- [fixed] Fixed problem with multiple subnets
|
- [fixed] Fixed problem with multiple subnets
|
||||||
- [fixed] Fixed problem with interrupted poll after suspend to ram
|
- [fixed] Fixed problem with interrupted poll after suspend to ram
|
||||||
|
- [fixed] Forgot to extend peer timeout on peer exchange
|
||||||
|
- [fixed] No longer broadcasting to additional addresses
|
||||||
|
|
||||||
### v0.7.0 (2016-08-05)
|
### v0.7.0 (2016-08-05)
|
||||||
|
|
||||||
|
|
|
@ -69,7 +69,7 @@ contributions are very welcome:
|
||||||
* **Linux packages**: VpnCloud is stable enough to be packaged for Linux
|
* **Linux packages**: VpnCloud is stable enough to be packaged for Linux
|
||||||
distributions. Maintainers who want to package VpnCloud are very welcome.
|
distributions. Maintainers who want to package VpnCloud are very welcome.
|
||||||
* **Security review**: The security has been implemented with strong security
|
* **Security review**: The security has been implemented with strong security
|
||||||
primitives but it would great if a cryptography expert could verify the
|
primitives but it would be great if a cryptography expert could verify the
|
||||||
system.
|
system.
|
||||||
* **Feedback on use cases**: Some feedback on how VpnCloud is being used and
|
* **Feedback on use cases**: Some feedback on how VpnCloud is being used and
|
||||||
maybe some tutorials covering common use cases would be nice.
|
maybe some tutorials covering common use cases would be nice.
|
||||||
|
|
Loading…
Reference in New Issue