JGit

GPG

The GPG support in bundle org.eclipse.jgit.gpg.bc now also honors the GNUPGHOME environment variable. If set and containing a valid path of a directory, that directory is used as the GPG home directory -- the one that contains the GPG keys. If this environment variable is not set, JGit by default uses %APPDATA%\gnupg on Windows and ~/.gnupg on other operating systems.

If neither is appropriate, users can set the Java system property jgit.gpg.home to define the path. If set and containing a valid directory path, that directory is used (even if GNUPGHOME is also set).

Dependencies

Other Changes

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