]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Use consistent version references
authorDavid Sommerseth <davids@openvpn.net>
Tue, 15 Aug 2017 20:53:01 +0000 (22:53 +0200)
committerDavid Sommerseth <davids@openvpn.net>
Thu, 17 Aug 2017 14:10:43 +0000 (16:10 +0200)
commit35e81e1a3d6809772f49f777ed6ec8e868505c6c
tree2dc480964aa238cd3069707a5a759c6d514b39d2
parente710d709b7e604abd1e86b6fc04695a472aed977
Use consistent version references

A simple clean-up where the version references have been unified
all those places I could find now.  The versioning scheme used is:

    * OpenVPN 2.x
    * v2.x

We want to avoid:
    * 2.x  (2.4 can be just an ordindary decimal number,
            OID reference, a version number or anything else)
    * OpenVPN v2.x (OpenVPN indicates we're talking about a version)

In addition, several places where it made sense I tried to ensure
the first version reference uses "OpenVPN 2.x" and the following
references in the same section/paragraph uses "v2.x", to set the
context for the version reference.

In Changes.rst modified paragraphs exceeding 80 chars lines where
reformatted as well.

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Steffan Karger <steffan@karger.me>
Message-Id: <20170815205301.14542-1-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg15260.html
Signed-off-by: David Sommerseth <davids@openvpn.net>
(cherry picked from commit 500854c3fc956b274790991e4d6771ad9bf6f641)
Changes.rst
doc/openvpn.8
sample/sample-config-files/client.conf
sample/sample-config-files/server.conf
src/openvpn/options.c