Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JGit/New and Noteworthy/5.5"

(Created page with "= JGit = == sshd == * Support the HashKnownHosts configuration (see https://linux.die.net/man/5/ssh_config) * Support configurable server key verification allowing clients t...")
 
m (Other Changes)
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
== sshd ==
 
== sshd ==
  
* Support the HashKnownHosts configuration (see https://linux.die.net/man/5/ssh_config)
+
* Support the HashKnownHosts configuration (see the [https://man.openbsd.org/ssh_config.5 SSH config] file documentation).
* Support configurable server key verification allowing clients to substitute
+
* Support configurable server key verification allowing clients to substitute their own database of known hosts keys instead of the default file-based mechanism.
its own database of known hosts keys instead of the default file-based mechanism
+
* Allow setting a null ssh config to permanently switch off handling of the <tt>~/.ssh/config</tt> file.
* sshd: allow setting a null ssh config to permanently switch off handling of the ~/.ssh/config file
+
  
 
== Other Changes ==
 
== Other Changes ==
  
 
The complete list of new features and bug fixes is available in the [https://projects.eclipse.org/projects/technology.jgit/releases/5.5.0/ release notes].
 
The complete list of new features and bug fixes is available in the [https://projects.eclipse.org/projects/technology.jgit/releases/5.5.0/ release notes].
 +
 +
Also the fixes from [https://projects.eclipse.org/projects/technology.jgit/releases/5.4.2 JGit 5.4.2] and [https://projects.eclipse.org/projects/technology.jgit/releases/5.4.3 JGit 5.4.3] are included
  
 
= Contributors =
 
= Contributors =
  
The following ? developers worked on this release:
+
The following 18 developers worked on this release:
 +
 
 +
Alex Spradlin,
 +
Anton Khodos,
 +
Dave Borowitz,
 +
David Ostrovsky,
 +
David Pursehouse,
 +
David Turner,
 +
Han-Wen Nienhuys,
 +
Ivan Frade,
 +
Jonathan Nieder,
 +
Jonathan Tan,
 +
Marco Miller,
 +
Masaya Suzuki,
 +
Matthias Sohn,
 +
Michael Keppler,
 +
Nail Samatov,
 +
Pavel Flaška,
 +
René Scheibe,
 +
Thomas Wolf

Revision as of 17:30, 10 September 2019

JGit

sshd

  • Support the HashKnownHosts configuration (see the SSH config file documentation).
  • Support configurable server key verification allowing clients to substitute their own database of known hosts keys instead of the default file-based mechanism.
  • Allow setting a null ssh config to permanently switch off handling of the ~/.ssh/config file.

Other Changes

The complete list of new features and bug fixes is available in the release notes.

Also the fixes from JGit 5.4.2 and JGit 5.4.3 are included

Contributors

The following 18 developers worked on this release:

Alex Spradlin, Anton Khodos, Dave Borowitz, David Ostrovsky, David Pursehouse, David Turner, Han-Wen Nienhuys, Ivan Frade, Jonathan Nieder, Jonathan Tan, Marco Miller, Masaya Suzuki, Matthias Sohn, Michael Keppler, Nail Samatov, Pavel Flaška, René Scheibe, Thomas Wolf

Back to the top