diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2006-01-13 15:40:41 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2006-01-13 15:40:41 +0000 |
commit | fb008e57c761d2be5d685bd4546a8c0eb2fa428a (patch) | |
tree | 74a94a9f6ffd9ec28b9ee4f2ffb02617f56478c1 | |
parent | 10e455c1acb24cdf91e9fbd7ffb630909cfb5ed3 (diff) | |
download | ATCD-fb008e57c761d2be5d685bd4546a8c0eb2fa428a.tar.gz |
ChangeLogTag:Fri Jan 13 09:38:21 2006 Douglas C. Schmidt <schmidt@cs.wustl.edu>
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | docs/ACE-bug-process.html | 36 |
3 files changed, 35 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog index c702cd9a65f..98b48242023 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jan 13 09:38:21 2006 Douglas C. Schmidt <schmidt@cs.wustl.edu> + + * docs/ACE-bug-process.html (HREF): Updated this document to + explain the process for submitting a patch. Thanks to Rick + Taylor <rick@tropicalstormsoftware.com> for motivating this. + Fri Jan 13 12:22:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl> * ace/OS_NS_Thread.cpp (~TSS_Cleanup_Instance): @@ -2049,6 +2049,7 @@ Guy Peleg <guy dot peleg at amdocs dot com> Wallace Zhang <zhangw at ociweb dot com> Richard Ward <richard_ward at symantec dot com> Alan Stokes <alan at alanstokes dot org dot uk> +Rick Taylor <rick@tropicalstormsoftware.com> I would particularly like to thank Paul Stephenson, who worked with me at Ericsson in the early 1990's. Paul devised the recursive Makefile diff --git a/docs/ACE-bug-process.html b/docs/ACE-bug-process.html index 7cec4bfa66c..557bdb7eb5c 100644 --- a/docs/ACE-bug-process.html +++ b/docs/ACE-bug-process.html @@ -63,11 +63,11 @@ permits. <P> </OL> <LI> You should also consider entering your bug report into our <A -HREF="http://deuce.doc.wustl.edu/bugzilla/index.cgi">bug tracking database</A> -so that it's archived for future processing. We try to address these -bugs as time permits, but may not get to them for a while unless it -affects our work or the work of our sponsors. If you'd like an -immediate response, please contact <A +HREF="http://deuce.doc.wustl.edu/bugzilla/index.cgi">bug tracking +database</A> so that it's archived for future processing. We try to +address these bugs as time permits, but may not get to them for a +while unless it affects our work or the work of our sponsors. If +you'd like an immediate response, please contact <A HREF="mailto:schmidt@cs.wustl.edu">me</A> about becoming a sponsor or contact one of the companies that provides <A HREF="http://www.cs.wustl.edu/~schmidt/commercial-support.html"> @@ -127,9 +127,29 @@ HREF="http://www.cs.wustl.edu/~schmidt/commercial-support.html">commercial suppo Naturally, we encourage other ACE+TAO users to continue to help provide fixes and advice in response to postings on the ACE and TAO -mailing list. But please be sensitive to the fact that the core team -is <EM>very</EM> busy so we simply don't have time to address problems -reported by non-sponsors. <P> +mailing list. If you have a patch that fixes a problem you've found +with our software here's the process for submitting it: + +<OL> +<LI> Use the latest version of the ACE, i.e., what's available from <P> + + <A HREF="http://cvs.doc.wustl.edu/">http://cvs.doc.wustl.edu/</A> <P> + +<LI> Create a ``unified diff'' and put this into Bugzilla at <P> + + <A HREF="http://deuce.doc.wustl.edu/bugzilla/index.cgi">http://deuce.doc.wustl.edu/bugzilla/index.cgi</A> <P> + + and send an email to the ACE mailing list or comp.soft-sys.ace newsgroup + summarizing what the problem was and you've done to fix the problem, + i.e., use the ChangeLog format. <P> + +<LI> Ideally, you could also create (or augment) a test program that + validates your patch and integrate it into the ACE_ROOT/tests directory. <P> +</OL> + +Please be sensitive to the fact that the core team is <EM>very</EM> +busy so we simply don't have time to address problems reported by +non-sponsors. <P> <HR><P> Back to the <A |