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.3

< EGit‎ | New and Noteworthy
Revision as of 14:54, 17 January 2019 by Unnamed Poltroon (Talk) (Start the EGit 5.3.0 N&N)

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

EGit

GPG-signing commits

EGit 5.3.0 can sign commits with GPG.

<TBD: screenshot, description>

SSH library

In the last release we had introduced a new SSH client based on the Apache MINA sshd library as an alternative to the JSch-based client. In EGit 5.3.0 the default settings are switched: by default, the Apache MINA implementation is used.

TBD: With Egit 5.3.0 it is now also possible to use encrypted new-style OpenSSH private keys, for instance password-protected ed25519 keys.

We plan to remove the old JSch SSH implementation completely in a future release of EGit.

TBD: Merge and compare editor improvements

The merge and compare viewers have been improved to enable more functions (such as "Show Whitespace") also in edge cases where they didn't work before, and to react on changes done outside of the merge or compare editor.

Other Changes

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>

Back to the top