From: Sergey Matveev Date: Thu, 30 Apr 2015 14:31:53 +0000 (+0300) Subject: Preparing for 2.4 release X-Git-Tag: 2.4^2~3 X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=commitdiff_plain;h=4c4445a1fcaafe4ff8443c558abacdad9ba755b6 Preparing for 2.4 release Signed-off-by: Sergey Matveev --- diff --git a/NEWS b/NEWS index 8734b16..b6c8fad 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Release 2.4 +----------- +* Added ability to optionally run built-in HTTP-server responding with + JSON of all known connected peers information. Real-time client's + statistics + Release 2.3 ----------- * Handshake packets became indistinguishable from the random. diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..6b4950e --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +2.4 diff --git a/makefile b/makefile index d0cab0d..08d9228 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ .PHONY: govpn-client govpn-server -VERSION=2.3 +VERSION=2.4 LDFLAGS=-X govpn.Version $(VERSION) all: govpn-client govpn-server