Changes between Initial Version and Version 1 of Developers


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Developers

    v1 v1  
     1OpenVPN 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.
     2
     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:
     4
     5{{{
     6$  git shortlog -e v2.2-beta1 v2.2-beta5
     7}}}
     8
     9The ''-e'' switch shows the email address of each contributor. To get a list of all tags (=frozen development tree states) use
     10
     11{{{
     12$ git tag -l
     13}}}