From: Junio C Hamano Date: Sat, 7 Jun 2025 17:46:34 +0000 (-0700) Subject: A bit more before -rc2 X-Git-Tag: v2.50.0-rc2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8db3019401f8093fb895f581be641fe7e05aa755;p=thirdparty%2Fgit.git A bit more before -rc2 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.50.0.adoc b/Documentation/RelNotes/2.50.0.adoc index 95349ea50c..c9adfed339 100644 --- a/Documentation/RelNotes/2.50.0.adoc +++ b/Documentation/RelNotes/2.50.0.adoc @@ -201,6 +201,12 @@ Performance, Internal Implementation, Development Support etc. we ended up checking for these non-existent files repeatedly, which has been optimized by memoizing the non-existence. + * Build settings have been improved for BSD based systems. + + * Newer version of libcURL detected curl_easy_setopt() calls we made + with platform-natural "int" when we should have used "long", which + all have been corrected. + Fixes since v2.49 -----------------