You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/04/23 15:43:29 UTC

[tomcat-native] 02/03: Update version recommendations

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

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git

commit 04497fe553ac4a5497eeb7c011275c8e14eb6fec
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Apr 23 16:25:10 2020 +0100

    Update version recommendations
---
 native/srclib/VERSIONS | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/native/srclib/VERSIONS b/native/srclib/VERSIONS
index a5feb4c..52ef8fa 100644
--- a/native/srclib/VERSIONS
+++ b/native/srclib/VERSIONS
@@ -1,4 +1,7 @@
-Use the following version of the libraries
+The following version of the libraries are recommended:
 
-- APR 1.6.5 or later, http://apr.apache.org
-- OpenSSL 1.0.2r or later, http://www.openssl.org
+- APR 1.7.0 or later, http://apr.apache.org
+- OpenSSL 1.1.1g or later, http://www.openssl.org
+
+Older versions may also work but are not as throughly tested by the Tomcat
+Native team
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [tomcat-native] 02/03: Update version recommendations

Posted by Mark Thomas <ma...@apache.org>.
On 23/04/2020 17:29, Michael Osipov wrote:
> Am 2020-04-23 um 17:43 schrieb markt@apache.org:
>> This is an automated email from the ASF dual-hosted git repository.
>>
>> markt pushed a commit to branch master
>> in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
>>
>> commit 04497fe553ac4a5497eeb7c011275c8e14eb6fec
>> Author: Mark Thomas <ma...@apache.org>
>> AuthorDate: Thu Apr 23 16:25:10 2020 +0100
>>
>>      Update version recommendations
>> ---
>>   native/srclib/VERSIONS | 9 ++++++---
>>   1 file changed, 6 insertions(+), 3 deletions(-)
>>
>> diff --git a/native/srclib/VERSIONS b/native/srclib/VERSIONS
>> index a5feb4c..52ef8fa 100644
>> --- a/native/srclib/VERSIONS
>> +++ b/native/srclib/VERSIONS
>> @@ -1,4 +1,7 @@
>> -Use the following version of the libraries
>> +The following version of the libraries are recommended:
>>   -- APR 1.6.5 or later, http://apr.apache.org
>> -- OpenSSL 1.0.2r or later, http://www.openssl.org
>> +- APR 1.7.0 or later, http://apr.apache.org
>> +- OpenSSL 1.1.1g or later, http://www.openssl.org
>> +
>> +Older versions may also work but are not as throughly tested by the
>> Tomcat
>> +Native team
> 
> This looks wrong to me in a patch version. This should have happened in
> December with a proper announcement and with a 1.3 release of
> libtcnative. Also consider that there are no effective changes in 1.7.0
> [1] for us which require/recommend using 1.7.x at all.
> 
> Please revert, release 1.2.24, announce recommendation for 1.3, bump
> master to 1.3.

No.

Recommended != Required.

We always recommend using the latest versions.

If you look at the history of the file you will see similar transitions
during the Tomcat 1.2.x lifetime.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: [tomcat-native] 02/03: Update version recommendations

Posted by Michael Osipov <mi...@apache.org>.
Am 2020-04-23 um 17:43 schrieb markt@apache.org:
> This is an automated email from the ASF dual-hosted git repository.
> 
> markt pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
> 
> commit 04497fe553ac4a5497eeb7c011275c8e14eb6fec
> Author: Mark Thomas <ma...@apache.org>
> AuthorDate: Thu Apr 23 16:25:10 2020 +0100
> 
>      Update version recommendations
> ---
>   native/srclib/VERSIONS | 9 ++++++---
>   1 file changed, 6 insertions(+), 3 deletions(-)
> 
> diff --git a/native/srclib/VERSIONS b/native/srclib/VERSIONS
> index a5feb4c..52ef8fa 100644
> --- a/native/srclib/VERSIONS
> +++ b/native/srclib/VERSIONS
> @@ -1,4 +1,7 @@
> -Use the following version of the libraries
> +The following version of the libraries are recommended:
>   
> -- APR 1.6.5 or later, http://apr.apache.org
> -- OpenSSL 1.0.2r or later, http://www.openssl.org
> +- APR 1.7.0 or later, http://apr.apache.org
> +- OpenSSL 1.1.1g or later, http://www.openssl.org
> +
> +Older versions may also work but are not as throughly tested by the Tomcat
> +Native team

This looks wrong to me in a patch version. This should have happened in 
December with a proper announcement and with a 1.3 release of 
libtcnative. Also consider that there are no effective changes in 1.7.0 
[1] for us which require/recommend using 1.7.x at all.

Please revert, release 1.2.24, announce recommendation for 1.3, bump 
master to 1.3.

Michael

[1] https://downloads.apache.org/apr/CHANGES-APR-1.7

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org