diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-06-07 10:46:34 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-06-07 10:46:51 -0700 |
| commit | 8db3019401f8093fb895f581be641fe7e05aa755 (patch) | |
| tree | 6f8c7f6e6b9ffec890d51d8180b97a42f10085de /Documentation/RelNotes | |
| parent | 8546b3566e70728a561f009c8ff936c68ed16fd5 (diff) | |
| download | git-8db3019401f8093fb895f581be641fe7e05aa755.tar.gz | |
A bit more before -rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
| -rw-r--r-- | Documentation/RelNotes/2.50.0.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
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 ----------------- |
