coar 98/01/19 17:06:08
Modified: . guidelines.html
Log:
And a little more refinement..
Revision Changes Path
1.6 +4 -2 apache-devsite/guidelines.html
Index: guidelines.html
===================================================================
RCS file: /export/home/cvs/apache-devsite/guidelines.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- guidelines.html 1998/01/19 23:59:35 1.5
+++ guidelines.html 1998/01/20 01:06:07 1.6
@@ -234,17 +234,19 @@
<LI>Advance notice of ideas and features will be given. No advance notice
is required to do bug fixes.
<LI>The CVS tree should compile at all times. It's permitted to break
- platforms (i.e. win32) when adding new files to the distribution.
+ platforms (<EM>e.g.</EM>, Win32) if the probability is mentioned in
+ the commit log.
<LI>The committer is responsible for the quality of the third-party code
they bring into the code.
<LI>Related changes should be posted at once, or very closely together;
- no half-baked projects in the code.
+ no half-committed projects in the code.
<LI>Any changes:
<BR>
<UL>
<LI>which affect semantics of arguments to directives
<LI>which significantly add to the runtime size of the program
+ <LI>which change the semantics of existing API functions
</UL>
need to be discussed on the mailing list before it gets committed.