diff options
author | James Yonan <james@openvpn.net> | 2011-03-20 04:12:26 +0000 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2011-04-26 22:29:11 +0200 |
commit | e1b99e6b6630a81ffd3287bc11533707332d2dda (patch) | |
tree | cf4787ac317353bc1acf194e52a99cdccd3b1f9d /version.m4 | |
parent | Fixed bug introduced in r7031 that might cause this error message: (diff) | |
download | openvpn-e1b99e6b6630a81ffd3287bc11533707332d2dda.tar.xz |
Extended "client-kill" management interface command (server-side)
to accept an optional message string. The message string format is:
RESTART|HALT,<human-readable-message>
RESTART will tell the client to restart (i.e. SIGUSR1).
HALT will tell the client to exit (i.e. SIGTERM).
On the client, human-readable-message will be communicated via
management interface:
>NOTIFY,<severity>,<type>,<human-readable-message>"
Version 2.1.3m
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7063 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | version.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ dnl define the OpenVPN version -define(PRODUCT_VERSION,[2.1.3k]) +define(PRODUCT_VERSION,[2.1.3m]) dnl define the TAP version define(PRODUCT_TAP_ID,[tap0901]) define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9]) |