Changes between Initial Version and Version 1 of Ticket #16313, comment 1


Ignore:
Timestamp:
03/25/2022 05:41:18 PM (2 years ago)
Author:
Bruce Dubbs

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16313, comment 1

    initial v1  
    112.72.0 - March 22, 2022
    22
    3  - Fix proxy tests (`#186`)
    4  - GnuTLS: use IANA-style ciphersuite names with GnuTLS 3.7.4 (!202)
    5  - Windows build fixes (!206, !207, Chun-wei Fan)
    6  - meson devenv (!208, Xavier Claessens)
     3 - Fix proxy tests
     4 - GnuTLS: use IANA-style ciphersuite names with GnuTLS 3.7.4
     5 - Windows build fixes
     6 - meson devenv
    77 - Updated translations
    88
    992.72.beta - February 11, 2022
    1010
    11  - Add environment variable proxy resolver (`#162`)
    12  - OpenSSL: fix uninitialized memory use (!201, Daniel Kolesa)
     11 - Add environment variable proxy resolver
     12 - OpenSSL: fix uninitialized memory use
    1313
    14142.72.alpha - January 6, 2022
    1515
    16  - OpenSSL: fix unsafe error handling (!187, Patrick Griffis)
    17  - Correctly load libsoup DLL on Windows (!190, Chun-wei Fan)
    18  - OpenSSL: use system trust on Windows (!192, Francesco Conti)
    19  - GnuTLS: fix TLS 1.3 ciphersuite names, should use underscores (!194)
    20  - OpenSSL: fail when appropriate if Must-Staple extension is set (!197)
    21  - Improve failure of tls-unique channel binding requests (!198, Ruslan Marchenko)
    22  - Do not fill SNI extension with IP address (!200, Matteo Biggio)
     16 - OpenSSL: fix unsafe error handling
     17 - Correctly load libsoup DLL on Windows
     18 - OpenSSL: use system trust on Windows
     19 - GnuTLS: fix TLS 1.3 ciphersuite names, should use underscores
     20 - OpenSSL: fail when appropriate if Must-Staple extension is set
     21 - Improve failure of tls-unique channel binding requests
     22 - Do not fill SNI extension with IP address