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

maskit pushed a change to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from fa82338  QUIC: Fix test_QUICKeyGenerator
     add b0820c3  Clear api set bit to avoid crash in following redirect.
     add 8a558cb  First cut at a layout for Release Notes
     add f75345e  Convert old sni configuration file in lua to yaml
     add 823baa8  YAML config:  output erroneous keyword and line number in 
YAML file it appears on in diags.log.
     add 996d7da  Address possibe use after free issue in 
HttpVCTable::remove_entry
     add 29b1dc9  Change the ready checks for ats to use the actual ats port 
and not the server port. Add ready check on server port for the server
     add 526efb0  Fix a build issue on enabling FIPS
     add f0d82b7  weak mutex macros
     add 197a4d5  Adds build targets on CI for 9.0.x
     add 63d964d  ssl_multicert.config -> params->configFilePath
     add 702c6ac  Fix use-after-free problem related to logging headers
     add bf01406  Concurrent SRV request failures
     add 0498218  Turn on certificate verification, in permissive mode for now
     add 32b5dae  Add filename to error message in header_rewrite
     add 8aab554  Merge branch 'master' into quic-latest

No new revisions were added by this update.

Summary of changes:
 ci/jenkins/bin/gh-mirror.sh                        |   4 +-
 configs/records.config.default.in                  |   2 +-
 doc/admin-guide/files/records.config.en.rst        |   2 +-
 .../api/functions/TSHttpTxnRedoCacheLookup.en.rst  |   2 +-
 doc/index.rst                                      |   1 +
 doc/{appendices => release-notes}/index.en.rst     |  10 +-
 .../upgrading.en.rst}                              |  36 ++++--
 .../whats-new.en.rst}                              |  26 ++--
 iocore/eventsystem/I_Lock.h                        | 137 ++++++++++++++++++---
 iocore/hostdb/HostDB.cc                            |   4 +-
 iocore/net/SSLConfig.cc                            |   4 +-
 iocore/net/SSLNetVConnection.cc                    |   1 +
 iocore/net/YamlSNIConfig.cc                        |   6 +-
 mgmt/RecordsConfig.cc                              |   2 +-
 plugins/header_rewrite/header_rewrite.cc           |   2 +-
 proxy/ProxySession.cc                              |   2 +-
 proxy/hdrs/HdrTest.cc                              |  27 ++++
 proxy/hdrs/MIME.h                                  |  25 +++-
 proxy/http/HttpSM.cc                               |  29 ++---
 proxy/logging/LogAccess.cc                         |   5 +-
 proxy/logging/YamlLogConfig.cc                     |   2 +-
 proxy/logging/YamlLogConfigDecoders.cc             |   4 +-
 src/traffic_server/InkAPI.cc                       |   4 +-
 src/traffic_server/traffic_server.cc               |   4 +-
 src/tscore/unit_tests/test_BufferWriterFormat.cc   |   7 ++
 tests/gold_tests/headers/syntax.test.py            |   4 +-
 tools/sni_lua_to_yaml.pl                           |  50 ++++++++
 27 files changed, 319 insertions(+), 83 deletions(-)
 copy doc/{appendices => release-notes}/index.en.rst (90%)
 copy doc/{appendices/index.en.rst => release-notes/upgrading.en.rst} (50%)
 copy doc/{appendices/index.en.rst => release-notes/whats-new.en.rst} (69%)
 create mode 100755 tools/sni_lua_to_yaml.pl

Reply via email to