Author: cmcfarlen
Date: Wed Jul 15 15:26:38 2026
New Revision: 86008

Log:
Add artifacts for trafficserver-10.1.3

Added:
   dev/trafficserver/10.1.3/
   dev/trafficserver/10.1.3/release-notes-10.1.3.md
   dev/trafficserver/10.1.3/trafficserver-10.1.3-rc0.tar.bz2   (contents, props 
changed)
   dev/trafficserver/10.1.3/trafficserver-10.1.3-rc0.tar.bz2.asc   (contents, 
props changed)
   dev/trafficserver/10.1.3/trafficserver-10.1.3-rc0.tar.bz2.sha512

Added: dev/trafficserver/10.1.3/release-notes-10.1.3.md
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/trafficserver/10.1.3/release-notes-10.1.3.md    Wed Jul 15 15:26:38 
2026        (r86008)
@@ -0,0 +1,81 @@
+# Apache Traffic Server 10.1.3 — Release Notes (draft)
+
+Milestone: 10.1.3 · 47 merged pull requests
+
+
+## Security / Memory Safety & Stability
+
+- #12854 — Fix LoadedPlugins::remove crash during static destruction  
_(labels: Crash)_
+- #12959 — Fix crash in HttpSM::tunnel_handler on unhandled VC events  
_(labels: Crash, Bug, Tunneling)_
+- #12972 — Fix cache retry assert on ServerAddrSet  _(labels: Cache, Crash, 
Bug)_
+- #13113 — slice: Fix crash caused by use-after-free  _(labels: Crash, slice)_
+- #13114 — Fix bg fill teardown crash in update_size_and_time_stats  _(labels: 
Cache, Crash, Bug)_
+- #13144 — Fix XPACK relative index underflow  _(labels: HTTP/2, Tests, Bug)_
+- #13218 — Fix hdrHeap/hdrStrHeap allocator inuse metric underflow  _(labels: 
Metrics)_
+- #13263 — Fix bounds check in CacheVC::scanObject  _(labels: Cache)_
+- #13293 — ProxyProtocol: free pp_info heap on NetVConnection recycle  
_(labels: Leak, PROXY Protocol)_
+- #13294 — Fix pending HostDB DNS queue removal race  _(labels: DNS, HostDB, 
Crash, Bug)_
+- #13295 — Fix server entry cleanup after request tunnel setup  _(labels: 
HTTP/2, Crash, Bug, HttpSM)_
+- #13303 — header_rewrite: Fix a leak and truncation in set-body-from  
_(labels: Leak, header_rewrite)_
+- #13307 — dns: destruct HostEnt on free to fix SRV vector leak  _(labels: 
DNS, Leak)_
+- #13318 — TLS: Fix memory leaks in cert load and OCSP stapling  _(labels: 
TLS, Leak)_
+- #13336 — 10.1.x: Fix redirected cache write without write VC  _(labels: 
Cache, Backport, Crash, Bug, HttpSM, escalate, 10.0.x)_
+- #13366 — 10.1.x: Fix set-status crash inside if/endif at remap time
+
+##  Other
+
+- #13365 — 10.1.x: USDT: normalize names for STATE_ENTER
+
+## TLS / SSL
+
+- #12943 — Address incompatibility with BoringSSL  _(labels: Build, TLS)_
+- #13008 — cmake: limit GENERAL_NAME bssl probe  _(labels: SSL)_
+- #13198 — Fedora 44 test fixes  _(labels: TLS, Tests, AuTest, JSONRPC)_
+- #13264 — Handle OpenSSL without dynamic ENGINE  _(labels: Build, TLS, Tests)_
+- #13297 — 10.1.x: Add sni.yaml session ticket overrides (#13006)  _(labels: 
TLS, Tests, Documentation, Backport)_
+
+## Cache
+
+- #13138 — Remove cache alternate vector detach  _(labels: Cache, Cleanup, 
Bug)_
+- #13252 — cache: apply per-volume settings on first start after clear  
_(labels: Cache, Bug)_
+- #13325 — HttpSM.cc: fix cache read end milestone order  _(labels: CI, 
AuTest)_
+
+## DNS / HostDB
+
+- #12733 — Fix retry logic for TSHttpTxnServerAddrSet (issue #12611)  
_(labels: DNS, Bug)_
+- #13178 — 10.1.x: proxy.config.dns.search_default_domains: allow 2  _(labels: 
DNS, Backport, Bug, traffic_ctl, Records)_
+
+## header_rewrite plugin
+
+- #12855 — Fix header_rewrite run-plugin relative path resolution  _(labels: 
Bug, header_rewrite)_
+- #13025 — hrw: Refix loading geodb files  _(labels: Bug, header_rewrite)_
+- #13162 — hrw: Fix an index bug in run plugin operator
+- #13261 — header_rewrite: Improve URL Error messages  _(labels: Logging, 
header_rewrite)_
+
+## HTTP / Proxy
+
+- #12192 — Return a 400 on chunk parse errors  _(labels: HTTP)_
+- #13182 — Stabilize parallel AuTest helpers  _(labels: Tests, Bug, AuTest, 
Redirect)_
+- #13387 — Hard-enforce max_active_streams_in at HTTP/2 stream creation  
_(labels: HTTP/2)_
+
+## Logging / Metrics / Records
+
+- #13177 — Correct records.yaml record drift  _(labels: Documentation, 
Records)_
+- #13223 — Fix mismatched sINT/dINT log field types  _(labels: Logging, Bug)_
+- #13256 — Fix mismatched log field types more  _(labels: Logging, Bug)_
+
+## Build / CI
+
+- #13192 — yaml-cpp-0.9.0  _(labels: Build, YAML)_
+- #13193 — GCC 16: Regex header integer includes  _(labels: Build)_
+- #13200 — Single source of truth for Proxy Verifier metadata  _(labels: 
Tests, AuTest, CMake, easy_review)_
+- #13220 — Fix flaky Fedora 44 AuTest helpers  _(labels: Tests, CI, AuTest)_
+- #13280 — Enable probes in Fedora C++20 CI  _(labels: Build, CI)_
+
+## Tests / AuTest
+
+- #12857 — Fix autest compatibility with Fedora 43 / Python 3.14  _(labels: 
AuTest)_
+- #12990 — Update to Proxy Verifier v3.0.0  _(labels: Tools, AuTest)_
+- #13020 — Align AuTests with latest proxy-verifier checks (#12986)  _(labels: 
AuTest)_
+- #13033 — tests/gold_tests/headers tests: use ATSReplayTest  _(labels: Tests, 
AuTest)_
+- #13217 — Proxy Verifier v3.1.3  _(labels: Tests)_

Added: dev/trafficserver/10.1.3/trafficserver-10.1.3-rc0.tar.bz2
==============================================================================
Binary file. No diff available.

Added: dev/trafficserver/10.1.3/trafficserver-10.1.3-rc0.tar.bz2.asc
==============================================================================
Binary file. No diff available.

Added: dev/trafficserver/10.1.3/trafficserver-10.1.3-rc0.tar.bz2.sha512
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/trafficserver/10.1.3/trafficserver-10.1.3-rc0.tar.bz2.sha512    Wed Jul 
15 15:26:38 2026        (r86008)
@@ -0,0 +1 @@
+349db03fd7eca6de4d34b68c5b98d15e840b3e93e6992b5a3afb7d7e2ac46b8ffda5a534340d560584c220cf8e9f29a9fe360426d4ee877c8204108844181962
 *trafficserver-10.1.3-rc0.tar.bz2

Reply via email to