-
Notifications
You must be signed in to change notification settings - Fork 2
/
DEVELOPERS
87 lines (54 loc) · 2.06 KB
/
DEVELOPERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Developers Information
Mailing List
Subscribe to the pptpclient-devel mailing list if you intend to
contribute to this project. On this mailing list we discuss problems
and changes.
https://lists.sourceforge.net/lists/listinfo/pptpclient-devel
Patches
You may send patches by e-mail, direct or to the mailing list, or if
you have CVS commit rights, you may use them.
Developers have permission (and encouragement) to adjust more than the
file that they are submitting. Other files that may be adjusted are:
ChangeLog
documentation of changes at the code level.
NEWS
a history of changes as far as an end user is concerned.
AUTHORS
a list of people who want credit for contributions.
TODO
a list of things yet to be done.
See section two of Eric Raymond's Software Release Practice HOWTO for
some useful information on good patching practice.
http://www.linuxdoc.org/HOWTO/Software-Release-Practice-HOWTO/
CVS Commits Mailing List
Subscribe to the pptpclient-commits mailing list and you will receive
messages from the CVS server when another developer commits.
https://lists.sourceforge.net/lists/listinfo/pptpclient-commits
CVS Tags
There are two types of tags. Upstream source and release tags.
Upstream source tags are set by the person who brings in the upstream
version of ppp or ppp-mppe, and are not expected to move. This is
because we are not the authoritative maintainer for those two
packages; we're just generating a package ourselves.
Upstream source tags at the moment are
openssl-0_9_6
openssl-mppe-0_9_6
ppp-2_4_0
ppp-2_4_1
ppp-mppe-2_4_0
ppp-mppe-2_4_1
Release tags are set by the release engineer who makes the releases.
Only he is to move these tags.
Release tags at the moment are
pptp-linux-1_0_3-1
pptp-linux-1_1_0-rc1
pptp-linux-1_1_0-rc2
pptp-linux-1_1_0-rc3
ppp-mppe-2_4_0-3
ppp-mppe-2_4_1-rc1
Internet Relay Chat
Developers who use IRC on a regular basis are welcome to add the
project's channel to their list of autojoin channels.
Server: irc.freenode.net
Channel: #pptp
$Id: DEVELOPERS,v 1.4 2003/01/15 05:29:20 quozl Exp $