]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/news.texi
Replace HSalsa20 with already got BLAKE2b well-known hash
[govpn.git] / doc / news.texi
index c2d06b89b094afa5294fd166583a6d38ef4a72b2..d70471509ce0a18727ad6a0c8475a2979881bf40 100644 (file)
@@ -3,6 +3,33 @@
 
 @table @strong
 
+@item Release 5.1
+@itemize
+@item Server is configured using @url{http://yaml.org/, YAML} file. It
+is very convenient to have comments and templates, comparing to JSON.
+@item Incompatible with previous versions replacement of @emph{HSalsa20}
+with @emph{BLAKE2b} in handshake code.
+@end itemize
+
+@item Release 5.0
+@itemize
+@item New optional @ref{Encless, encryptionless mode} of operation.
+Technically no encryption functions are applied for outgoing packets, so
+you can not be forced to reveal your encryption keys or sued for
+encryption usage.
+@item @ref{MTU}s are configured on per-user basis.
+@item Simplified payload padding scheme, saving one byte of data.
+@item Ability to specify TAP interface name explicitly without any
+up-scripts for convenience.
+@item @code{govpn-verifier} utility also can use @ref{EGD}.
+@end itemize
+
+@item Release 4.2
+@itemize
+@item Fixed non-critical bug when server may fail if up-script is not
+executed successfully.
+@end itemize
+
 @item Release 4.1
 @itemize
 @item @url{https://password-hashing.net/#argon2, Argon2d} is used instead