I guess it would also be possible to just say that when we get our bug
tracking system in place, that the change log in the file header should
reference the bug #. Since everyone will have read access to the bug
database, you can find out if you really want to.
----------------------------------------
Dean Roddey
Software Weenie
IBM Center for Java Technology - Silicon Valley
[EMAIL PROTECTED]
Dirk-Willem van Gulik <[EMAIL PROTECTED]> on 02/02/2000 04:01:20 PM
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:
Subject: Re: Attribution for patches
[EMAIL PROTECTED] wrote:
> We do have a 'contributors' file, but I assume its reserved for more
> significant (sizewise I mean, any bug fix is significant in terms of
> usefulness :-) contributions.
The 'Changes' file in the httpd project has short and to the point
entries like:
*) Add an explicit charset=iso-8859-1 to pages generated by
ap_send_error_response(), such as the default 404 page.
[Marc Slemko]
*) Added protocol(%m)/method(%H) logging to the log format.
Suggested by Peter W <[EMAIL PROTECTED]> [dirkx]
*) Fix intermittent SEGV in ap_proxy_cache_error() in
src/modules/proxy_util.c where a NULL filepointer and
temporary filename were closed and unlinked.
[Graham Leggett <[EMAIL PROTECTED]>,
Tim Costello <[EMAIL PROTECTED]>] PR#3178
or whatever. I.e. who suggested it where appropriate, and
who actually commited it (and should get part of the blame)
or either of the two. Or a ptr to a bug #.
This is a good compromize I guess.
Dw.