OSDN Git Service

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