Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EGit/New and Noteworthy/5.11

< EGit‎ | New and Noteworthy
Revision as of 19:14, 13 December 2020 by Unnamed Poltroon (Talk) (Start the 5.11 N&N)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

EGit

UI

<TBD>

  • Signed tags

SSH

EGit 5.11 no longer supports the JSch library for SSH connections. By default EGit now always uses the Apache MINA sshd SSH library. The preference setting that allowed users to choose which library to use has been removed.

<TBD: mention upgrade to sshd 2.6.0 if and when it happens>

If environment variable GIT_SSH is set to the path of an SSH executable, EGit uses that external SSH program instead.

Other Changes

EGit 5.11 includes some less noticeable improvements in the UI, plus a number of bug fixes. The complete list of new features and bug fixes is available in the release notes.

Contributors

The following X developers worked on this release:

<TBD: list of contributors, number>

See Also

See also the new features in JGit for additional information.

Back to the top