diff options
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 |