]> git.ipfire.org Git - thirdparty/git.git/commitdiff
A bit more before -rc2
authorJunio C Hamano <gitster@pobox.com>
Sat, 7 Jun 2025 17:46:34 +0000 (10:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Jun 2025 17:46:51 +0000 (10:46 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.50.0.adoc

index 95349ea50c001ef31277205040d44d6086d0087f..c9adfed33999e9541ee2e8c334eb4fe9bd2cd0f0 100644 (file)
@@ -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
 -----------------