diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-06-21 13:13:47 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-06-21 13:13:47 +0200 |
commit | 984917a62e512d9c96b5a9d37816d7d011d0cf75 (patch) | |
tree | bd8c2cc523ec0e799f287c30207ab3c9e18b0aef /fetchmail-FAQ.html | |
parent | eb57a3315a837eff6f0e513ecdbd76824c5d6390 (diff) | |
download | fetchmail-984917a62e512d9c96b5a9d37816d7d011d0cf75.tar.gz fetchmail-984917a62e512d9c96b5a9d37816d7d011d0cf75.tar.bz2 fetchmail-984917a62e512d9c96b5a9d37816d7d011d0cf75.zip |
Document names of branches.
Diffstat (limited to 'fetchmail-FAQ.html')
-rw-r--r-- | fetchmail-FAQ.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 429eb1fe..4e75156e 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -344,6 +344,15 @@ may not be completely current.</p> <p>The fetchmail sources are also available in the Git repositories at <a href="https://gitlab.com/fetchmail/fetchmail">https://gitlab.com/fetchmail/fetchmail</a> and <a href="https://sourceforge.net/p/fetchmail/git/">https://sourceforge.net/p/fetchmail/git/</a>.</p> +<p>Note the Git branches:</p> +<ul> + <li>legacy_63 (discontinued, unsupported old branch for 6.3.x releases)</li> + <li>legacy_64 (stable 6.4.x releases),</li> + <li>legacy_6x (near-future 6.5.x development),</li> + <li>next (mid-term future 7.x.x development)</li> +</ul> +<p>As of 2020-06-21, there no longer is a <em>master</em> branch. next was renamed to old-next, and <em>master</em> was renamed to <strong>next</strong>.</p> + <h2><a id="G3" name="G3">G3. Something does not work/I think I've found a bug. Will you fix it?</a></h2> <p>The first thing you should to is to upgrade to the newest version of |