mirror of https://github.com/jenkinsci/jenkins.git
[JENKINS-20618]
Added a patched version of jzlib from https://github.com/kohsuke/jzlib/tree/jzlib-1.1.3-kohsuke-1 to better understand the deflate problem.
This commit is contained in:
parent
82d1440745
commit
06bdbed5c4
|
|
@ -55,7 +55,9 @@ Upcoming changes</a>
|
|||
<!-- Record your changes in the trunk here. -->
|
||||
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
|
||||
<ul class=image>
|
||||
<li class=>
|
||||
<li class=bug>
|
||||
Improved error diagnosis for jzlib deflate problem.
|
||||
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20618">issue 20618</a>)
|
||||
</ul>
|
||||
</div><!--=TRUNK-END=-->
|
||||
|
||||
|
|
|
|||
|
|
@ -587,7 +587,7 @@ THE SOFTWARE.
|
|||
<dependency>
|
||||
<groupId>com.jcraft</groupId>
|
||||
<artifactId>jzlib</artifactId>
|
||||
<version>1.1.3</version>
|
||||
<version>1.1.3-kohsuke-1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue