Updated for 3.0.2 security release.
[rsync-web.git] / bugzilla.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE>rsync bug-tracking</TITLE>
5 </HEAD>
6 <!--#include virtual="header.html" -->
7
8 <H2 align="center">rsync bug-tracking</H2>
9
10 <p> Please use this checklist combined with the help on the
11 <a href="issues.html">issues and debugging</a> page before
12 reporting a bug.  Thanks!
13
14 <ul>
15
16 <li> If you're not using the latest released version, please upgrade before
17 reporting a bug.
18
19 <li> If you're using the latest released version, consult the
20 <a href="/ftp/unpacked/rsync/NEWS">NEWS file from the git repository</a> to see if what
21 you're seeing has already been handled in the version under development.
22
23 <li> It is also helpful to
24 <a href="https://bugzilla.samba.org/buglist.cgi?product=rsync&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED">search the bugzilla database</a>
25 to see if the problem is already known.
26
27 <li> See also the <a href="issues.html">issues and debugging</a> page to
28 help you figure out if what you're seeing is a known bug and perhaps to
29 help diagnose what is going wrong.
30
31 <li> Discuss the bug on the
32 <a href="http://lists.samba.org/mailman/listinfo/rsync">rsync mailing list</a>
33 (which is at <tt>rsync@lists.samba.org</tt>) to help you figure out if what
34 you're seeing is really a bug or a mistake.
35
36 <li>There are several patches for features that are under consideration that
37 can be found in the <a href="/ftp/rsync/dev/patches/">patches dir</a> of
38 the source.
39
40 <li> If you haven't already done so, please take a couple of minutes to read Simon Tatham's
41 <a href="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html">advice
42 on how to report bugs</a>.
43
44 </ul>
45
46 <p> To report a bug or make suggestions, use one of these methods:
47
48 <ul>
49
50 <li> The mailing list (mentioned above) is a good resource for discussing
51 bugs and suggesting new features.  It accepts patches (typically as MIME
52 attachments), but for fixes is often easier to attach a patch to an
53 appropriate bugzilla report.
54
55 <li> If you'd like to see a bug-report or feature-request get officially noted,
56 <a href="https://bugzilla.samba.org/enter_bug.cgi?product=rsync">create a
57 report via bugzilla</a> (this does require that you have created a bugzilla
58 account, but that is a very simple process).  All new items and changes to
59 existing items generate email to the mailing list, so the list naturally stays
60 up-to-date with what is happening in the bug-tracking database.
61
62 </ul>
63
64 <p> Thanks for helping out!
65
66 <!--#include virtual="footer.html" -->