diff --git a/RelNotes/2.50.0.adoc b/RelNotes/2.50.0.adoc index 95349ea50..99acf8148 100644 --- a/RelNotes/2.50.0.adoc +++ b/RelNotes/2.50.0.adoc @@ -201,6 +201,17 @@ 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. + + * Tests that compare $HOME and $(pwd), which should be the same + directory unless the tests chdir's around, would fail when the user + enters the test directory via symbolic links, which has been + corrected. + Fixes since v2.49 ----------------- diff --git a/SubmittingPatches.html b/SubmittingPatches.html index aba8ef9f5..efcbf3e3a 100644 --- a/SubmittingPatches.html +++ b/SubmittingPatches.html @@ -1584,7 +1584,7 @@