You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,11 @@ See https://ebourg.github.io/jsign for more information.
36
36
37
37
## Changes
38
38
39
+
#### Version 3.1 (2020-03-01)
40
+
41
+
* Certificate files can now be used with a PKCS11 token to support OpenPGP cards unable to hold a whole certificate chain (contributed by Erwin Tratar)
42
+
* Fixed an IllegalArgumentException when parsing large entries of MSI files
<p>Jsign can also be used as a command line tool. A <ahref="https://github.com/ebourg/jsign/releases/download/3.0/jsign_3.0_all.deb">Debian package</a>
279
-
and a <ahref="https://github.com/ebourg/jsign/releases/download/3.0/jsign-3.0-1.noarch.rpm">RPM package</a>
278
+
<p>Jsign can also be used as a command line tool. A <ahref="https://github.com/ebourg/jsign/releases/download/3.1/jsign_3.1_all.deb">Debian package</a>
279
+
and a <ahref="https://github.com/ebourg/jsign/releases/download/3.1/jsign-3.1-1.noarch.rpm">RPM package</a>
280
280
are provided to install it easily on most Linux distributions. On these systems the command line is invoked with:</p>
281
281
282
282
<pre> jsign [OPTIONS] FILE</pre>
283
283
284
284
<p>On other systems the command line is invoked by running the jar with:</p>
<p>The parameters expected are the same as those used by the Ant task:</p>
289
289
@@ -345,7 +345,7 @@ <h3>API</h3>
345
345
<dependency>
346
346
<groupId>net.jsign</groupId>
347
347
<artifactId>jsign-core</artifactId>
348
-
<version>3.0</version>
348
+
<version>3.1</version>
349
349
</dependency>
350
350
</pre>
351
351
@@ -370,9 +370,9 @@ <h3>API</h3>
370
370
<h3id="files">Downloads</h3>
371
371
372
372
<ul>
373
-
<li><ahref="https://github.com/ebourg/jsign/releases/download/3.0/jsign_3.0_all.deb">jsign_3.0_all.deb</a> - Jsign command line tool for Debian/Ubuntu</li>
374
-
<li><ahref="https://github.com/ebourg/jsign/releases/download/3.0/jsign-3.0-1.noarch.rpm">jsign-3.0-1.noarch.rpm</a> - Jsign command line tool for RedHat/Fedora/CentOS</li>
375
-
<li><ahref="https://github.com/ebourg/jsign/releases/download/3.0/jsign-3.0.jar">jsign-3.0.jar</a> - Jsign Ant Task</li>
373
+
<li><ahref="https://github.com/ebourg/jsign/releases/download/3.1/jsign_3.1_all.deb">jsign_3.0_all.deb</a> - Jsign command line tool for Debian/Ubuntu</li>
374
+
<li><ahref="https://github.com/ebourg/jsign/releases/download/3.1/jsign-3.1-1.noarch.rpm">jsign-3.0-1.noarch.rpm</a> - Jsign command line tool for RedHat/Fedora/CentOS</li>
375
+
<li><ahref="https://github.com/ebourg/jsign/releases/download/3.1/jsign-3.1.jar">jsign-3.0.jar</a> - Jsign Ant Task</li>
0 commit comments