Skip to content

Commit 6d19910

Browse files
committed
Sync with 'master'
2 parents b9f4bd7 + 79cf913 commit 6d19910

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Jon Loeliger <[email protected]> <[email protected]>
126126
127127
128128
Jonathan del Strother <[email protected]> <[email protected]>
129+
129130
130131
131132

Documentation/RelNotes/2.52.0.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,15 @@ including security updates, are included in this release.
280280
updated.
281281
(merge 54a60e5b38 kh/you-still-use-whatchanged-fix later to maint).
282282

283+
* Clang-format update to let our control macros formatted the way we
284+
had them traditionally, e.g., "for_each_string_list_item()" without
285+
space before the parentheses.
286+
(merge 3721541d35 jt/clang-format-foreach-wo-space-before-parenthesis later to maint).
287+
288+
* A few places where an size_t value was cast to curl_off_t without
289+
checking has been updated to use the existing helper function.
290+
(merge ecc5749578 js/curl-off-t-fixes later to maint).
291+
283292
* Other code cleanup, docfix, build fix, etc.
284293
(merge 823d537fa7 kh/doc-git-log-markup-fix later to maint).
285294
(merge cf7efa4f33 rj/t6137-cygwin-fix later to maint).
@@ -305,3 +314,4 @@ including security updates, are included in this release.
305314
(merge ac7096723b jc/doc-includeif-hasconfig-remote-url-fix later to maint).
306315
(merge fafc9b08b8 ag/doc-sendmail-gmail-example-update later to maint).
307316
(merge a66fc22bf9 rs/get-oid-with-flags-cleanup later to maint).
317+
(merge e1d062e8ba ps/odb-clean-stale-wrappers later to maint).

0 commit comments

Comments
 (0)