Changes between Version 2 and Version 3 of Developers


Ignore:
Timestamp:
12/03/10 12:58:04 (13 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developers

    v2 v3  
    11OpenVPN project has a large number of active developers and contributors, who are all listed in recent changelogs (2.2-beta1, 2.1.4 and later). These changelogs are available on the [http://openvpn.net/index.php/open-source/downloads.html downloads page] and in the OpenVPN release packages.
    22
    3 To get up-to-date information you can use some Git magic. First checkout the OpenVPN development tree as described [wiki:TesterDocumentation here]. Then use a command like this:
     3To get up-to-date information you can use some Git magic. First checkout the OpenVPN development tree as described [wiki:TesterDocumentation here]. Then use a command like this, provided you use GNU grep:
    44
    55{{{
    6 $  git shortlog -e --no-merges v2.2-beta1 v2.2-beta5|grep ^Author | sort | uniq
     6$ git shortlog -e --no-merges v2.2-beta1 v2.2-beta5|grep "^[[:alnum:]].*"|sort|uniq -u
    77}}}
    88