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 2021/02/17 23:12:54 UTC

[httpcomponents-core] branch 5.2.x updated: Let TimeValue/Timeout convert to and from Duration. #263.

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

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


The following commit(s) were added to refs/heads/5.2.x by this push:
     new c143eef  Let TimeValue/Timeout convert to and from Duration. #263.
c143eef is described below

commit c143eef8a6de9825e98d9b09c6c39dbc3e27ed86
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Feb 17 18:12:50 2021 -0500

    Let TimeValue/Timeout convert to and from Duration. #263.
---
 RELEASE_NOTES.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 91558f2..3ac6f3b 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,13 @@
+Release 5.2 ALPHA1
+------------------
+
+This is the first ALPHA release in the 5.2 release series that includes a number of
+new features as well as bug fixes from the stable 5.0.x and 5.1.x branches.
+
+* Let TimeValue/Timeout convert to and from Duration. #263.
+  Contributed by Gary Gregory <garydgregory at gmail.com>
+
+
 Release 5.1 BETA2
 ------------------