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

cmcfarlen pushed a commit to branch 10.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/10.2.x by this push:
     new b1df7334b3 Add the RC1 fixes to the 10.2.0 changelog
b1df7334b3 is described below

commit b1df7334b39a878971c376da849e8da4984918b6
Author: Chris McFarlen <[email protected]>
AuthorDate: Wed Aug 12 14:48:47 2026 -0500

    Add the RC1 fixes to the 10.2.0 changelog
    
    The changelog was generated before the last five picks landed, so the
    fixes that came out of rc0 testing were missing from it.
---
 CHANGELOG-10.2.0 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGELOG-10.2.0 b/CHANGELOG-10.2.0
index 4217fe6da5..a2745da8c3 100644
--- a/CHANGELOG-10.2.0
+++ b/CHANGELOG-10.2.0
@@ -654,6 +654,11 @@ Changes with Apache Traffic Server 10.2.0
   #13515 - Fix cache read VC replacement after a lost write lock
   #13517 - Bound RegexMatches::operator[] by what the match populated
   #13523 - Shut the client read side down per transaction, not per connection
+  #13531 - Change libswoc test for undefined errno to a much higher number
+  #13532 - Fix signature on flz_maxcopy to avoid cast error
+  #13535 - Fix an intermittent cache unit test deadlock at exit
+  #13536 - cache: fix shm sizing on large-page Linux
+  #13537 - Share regex_remap rule sets
   Replace VLA with heap allocation in cachekey appendEncoded
   Guard against size_t overflow in appendEncoded buffer sizing
   Use ts::LocalBuffer instead of std::vector in appendEncoded

Reply via email to