From 7ecc7f293b6a37c397323fe5b76edc94519f8400 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Fri, 12 Aug 2016 08:39:46 +0200 Subject: [PATCH] Updated readme and changelog --- CHANGELOG.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b24d445..8b9c409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,14 @@ This project follows [semantic versioning](http://semver.org). - [added] Support for YAML config file via `--config` - [changed] Configurable magic header is now used instead of Network-ID (**incompatible**) - [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 problem with multiple subnets - [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) diff --git a/README.md b/README.md index aa8c8bd..3038168 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ contributions are very welcome: * **Linux packages**: VpnCloud is stable enough to be packaged for Linux distributions. Maintainers who want to package VpnCloud are very welcome. * **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. * **Feedback on use cases**: Some feedback on how VpnCloud is being used and maybe some tutorials covering common use cases would be nice.