ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/NEWS
(Generate patch)

Comparing gvpe/NEWS (file contents):
Revision 1.132 by root, Wed Nov 2 07:06:38 2016 UTC vs.
Revision 1.139 by root, Mon Apr 1 03:10:26 2019 UTC

1GVPE NEWS 1GVPE NEWS
2 2
33.0 3 - update embedded liblzf.
4 - use liblzf with static hash table: lowers stack usage.
5 - do not initialise liblzf hash table for faster operation.
6 - use C++ variadic templates for callback.h, get rid of callback.pl.
7
83.1 Sat Oct 27 07:50:43 CEST 2018
9 - port to openssl 1.1 BUT SEE WARNING IN configure.ac. Do not use!
10 - tinc cruft removal: remove getopt.[ch], it's less portable to
11 have it then to not have it.
12 - tinc cruft removal: use pkg-config to detect libressl/openssl.
13 - minor cleanups.
14
153.0 Thu Nov 10 15:39:58 CET 2016
4 - INCOMPATIBLE CHANGE: core protocol version 1.0. 16 - INCOMPATIBLE CHANGE: core protocol version 1.0.
5 - INCOMPATIBLE CHANGE: node sections are now introduced 17 - INCOMPATIBLE CHANGE: node sections are now introduced
6 with "node nodename", not "node = nodename". 18 with "node nodename", not "node = nodename".
7 - INCOMPATIBLE CHANGE: gvpectrl -g will now generate a single 19 - INCOMPATIBLE CHANGE: gvpectrl -g will now generate a single
8 keypair, while -G will try to generate all keypairs as before. 20 keypair, while -G will try to generate all keypairs as before.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines