Skip to content

Commit

Permalink
document last fix and update httpclient
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 26, 2019
1 parent 892fb85 commit 2c49568
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1090,12 +1090,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.6</version>
<version>4.5.7</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.6</version>
<version>4.5.7</version>

This comment has been minimized.

Copy link
@jglick
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 6 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

<body>
<release version="2.34" date="...., 2019" description="Bugfixes, CHROME 70">
<action type="update" dev="rbri">
Avoid the try to add a response to cache if the response is already from cache or an redirect.
</action>
<action type="fix" dev="rbri" issue="14">
Fix caching for redirected calls.
</action>
<action type="fix" dev="rbri" issue="258">
Some fixes for broken attribute processing done in neko-htmlunit.
</action>
Expand Down

0 comments on commit 2c49568

Please sign in to comment.