Skip to content

Commit b1df733

Browse files
committed
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.
1 parent 3ac694d commit b1df733

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG-10.2.0

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,11 @@ Changes with Apache Traffic Server 10.2.0
654654
#13515 - Fix cache read VC replacement after a lost write lock
655655
#13517 - Bound RegexMatches::operator[] by what the match populated
656656
#13523 - Shut the client read side down per transaction, not per connection
657+
#13531 - Change libswoc test for undefined errno to a much higher number
658+
#13532 - Fix signature on flz_maxcopy to avoid cast error
659+
#13535 - Fix an intermittent cache unit test deadlock at exit
660+
#13536 - cache: fix shm sizing on large-page Linux
661+
#13537 - Share regex_remap rule sets
657662
Replace VLA with heap allocation in cachekey appendEncoded
658663
Guard against size_t overflow in appendEncoded buffer sizing
659664
Use ts::LocalBuffer instead of std::vector in appendEncoded

0 commit comments

Comments
 (0)