You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2020/11/24 14:26:30 UTC

[httpcomponents-client] branch master updated: Document PR #270: Master try w res and more.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


The following commit(s) were added to refs/heads/master by this push:
     new 51e2647  Document PR #270: Master try w res and more.
51e2647 is described below

commit 51e2647d6cb51540a4048dbf67822a5febf9c926
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Nov 24 09:26:26 2020 -0500

    Document PR #270: Master try w res and more.
---
 RELEASE_NOTES.txt | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 8636db6..90d7626 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,4 +1,25 @@
-Release 5.0.2
+Release 5.0.3
+-----------------
+
+This release upgrades HttpCore to the latest version, improves conformance to RFC 7235
+(Hypertext Transfer Protocol (HTTP/1.1): Authentication) and addresses a number of
+issues found since 5.0.2 release.
+
+Changelog:
+-------------------
+
+* PR #270: Master try w res and more.
+  - Use try-with-resources.
+  - Use Arrays.fill().
+  - Add missing @override.
+  - Simplify if/else.
+  - Remove redundant modifiers. …
+  - Remove redundant returns.
+  Contributed by Gary Gregory <ggregory at apache.org>
+
+
+
+Release 5.0.2
 -----------------
 
 This release upgrades HttpCore to the latest version, improves conformance to RFC 7235
@@ -77,7 +98,7 @@ Changelog:
 
 * Bug fix: Classic connection managers fail to take #isConsistent() flag into account when
   re-using persistent connections.
-  Contributed by Oleg Kalnichevski <olegk at apache.org>
+7  Contributed by Oleg Kalnichevski <olegk at apache.org>
 
 * HTTPCLIENT-2077: Authentication failure due to incorrect NTLM auth value check.
   Contributed by vonahok <64310078+vonahok at users.noreply.github.com>