vpncloud/deb/vpncloud/debian/changelog

88 lines
3.0 KiB
Plaintext
Raw Normal View History

2016-04-05 13:36:06 +00:00
vpncloud (0.5.0) stable; urgency=medium
* [added] Added license and copyright information
* [added] Added documentation for daemon config files
* [added] Script for performance measurements
* [added] Added more tests and benchmarks
* [changed] Daemon now detects network config files on its own
* [changed] Using display format for addresses
* [changed] Updated dependencies
* [changed] New measurements
* [changed] Only calling crypto_init once
* [changed] Passing listen address as &str
* [changed] Using FNV hash for better performance
* [changed] Using slice operations instead of loops
* [changed] Updated libsodium to 1.0.10
2016-04-05 13:48:28 +00:00
* [changed] Renamed default.net to example.net
2016-04-05 13:36:06 +00:00
* [fixed] Fixed wrong hex address formatting
* [fixed] Fixed peer exchange for more than 65000 peers
* [fixed] Initializing crypto for benchmarks
* [fixed] Removing learned addresses of lost peers
-- Dennis Schwerdel <schwerdel@informatik.uni-kl.de> Tue, 05 Apr 2016 15:33:20 +0200
2016-02-02 10:32:47 +00:00
vpncloud (0.4.3) stable; urgency=medium
* [changed] Updated libsodium to 1.0.8
* [fixed] Fixed problem with nodes broadcasting to themselves
-- Dennis Schwerdel <schwerdel@informatik.uni-kl.de> Tue, 02 Feb 2016 11:27:04 +0100
2016-01-19 20:58:39 +00:00
vpncloud (0.4.2) stable; urgency=medium
* [changed] Updated dependencies
* [changed] New measurements
* [changed] Using copy trait more often
* [fixed] Fixed deb changelog
-- Dennis Schwerdel <schwerdel@informatik.uni-kl.de> Tue, 19 Jan 2016 21:56:12 +0100
2015-12-22 21:52:46 +00:00
vpncloud (0.4.1) stable; urgency=medium
2015-12-22 22:00:46 +00:00
* [changed] Logging more verbosely
* [fixed] Removing NULL-bytes from interface name
* [fixed] Supporting hostnames as peers
* [fixed] No longer encrypting multiple times
* [fixed] Properly decoding protocol header when sending
* [fixed] Corrected size of read data
2015-12-22 21:52:46 +00:00
-- Dennis Schwerdel <schwerdel@informatik.uni-kl.de> Tue, 22 Dec 2015 22:51:30 +0100
2015-12-22 18:32:10 +00:00
vpncloud (0.4) stable; urgency=medium
* [added] Init script
* [changed] Removed last payload memcopy
* [changed] Using RNG to select peers for peers list exchange
* [changed] Updated dependency versions
* [changed] Updated documentation
* [fixed] Printing errors instead of panics in some cases
* [fixed] Build script for Debian packages
-- Dennis Schwerdel <schwerdel@informatik.uni-kl.de> Tue, 22 Dec 2015 19:23:26 +0100
2015-12-03 20:56:23 +00:00
vpncloud (0.3.1) stable; urgency=medium
* Preventing nodes from connecting to themselves
* Flushing TAP/TUN device after writing to it
-- Dennis Schwerdel <schwerdel@informatik.uni-kl.de> Thu, 03 Dec 2015 21:53:43 +0100
2015-12-02 13:16:13 +00:00
vpncloud (0.3.0) stable; urgency=medium
* Inluding libsodium-1.0.7
* Support for AES256
-- Dennis Schwerdel <schwerdel@informatik.uni-kl.de> Tue, 01 Dec 2015 16:12:16 +0100
2015-11-26 21:16:51 +00:00
vpncloud (0.2.0) stable; urgency=medium
* More stable release
-- Dennis Schwerdel <schwerdel@informatik.uni-kl.de> Thu, 26 Nov 2015 17:41:40 +0100
2015-11-24 09:22:25 +00:00
vpncloud (0.1.0) stable; urgency=medium
* Initial release
-- Dennis Schwerdel <schwerdel@informatik.uni-kl.de> Tue, 24 Nov 2015 09:31:47 +0100