]> Cypherpunks.ru repositories - govpn.git/commitdiff
Preparing for 2.4 release
authorSergey Matveev <stargrave@stargrave.org>
Thu, 30 Apr 2015 14:31:53 +0000 (17:31 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 30 Apr 2015 16:07:58 +0000 (19:07 +0300)
Signed-off-by: Sergey Matveev <stargrave@stargrave.org>
NEWS
VERSION [new file with mode: 0644]
makefile

diff --git a/NEWS b/NEWS
index 8734b16d93f2e029c6e3b765e0b132eb4ac7ebda..b6c8faddf9d9d24c2f8403d1b93a7cf5c8e5c545 100644 (file)
--- 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 (file)
index 0000000..6b4950e
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+2.4
index d0cab0d8dbd9e12741c375d283bdefe7ec1fed56..08d9228658afb29c2e5011fb122b1ae46efe0bbd 100644 (file)
--- 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