Merge branch 'rr/die-on-missing-upstream' into maint
[alt-git.git] / Documentation / RelNotes / 1.8.3.3.txt
blob58a570ef3dadd5c512bb6b82e805fd531f9ee4c7
1 Git v1.8.3.3 Release Notes
2 ==========================
4 Fixes since v1.8.3.2
5 --------------------
7  * Mac OS X does not like to write(2) more than INT_MAX number of
8    bytes; work it around by chopping write(2) into smaller pieces.
10  * Newer MacOS X encourages the programs to compile and link with
11    their CommonCrypto, not with OpenSSL.