diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-30 15:45:43 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-30 15:45:43 -0700 |
commit | 7a3187eb788854ed3a20fee30b27e68430f753b7 (patch) | |
tree | d31d59f4994233e39e1b3ff4ea58fac5aa5c4fb3 /Documentation/RelNotes | |
parent | Update draft release notes to 1.8.4 (diff) | |
parent | Start preparing for 1.8.3.3 (diff) | |
download | tgif-7a3187eb788854ed3a20fee30b27e68430f753b7.tar.xz |
Merge branch 'maint'
* maint:
Start preparing for 1.8.3.3
check-ignore doc: fix broken link to ls-files page
test: spell 'ls-files --delete' option correctly in test descriptions
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/1.8.3.3.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.3.3.txt b/Documentation/RelNotes/1.8.3.3.txt new file mode 100644 index 0000000000..58a570ef3d --- /dev/null +++ b/Documentation/RelNotes/1.8.3.3.txt @@ -0,0 +1,11 @@ +Git v1.8.3.3 Release Notes +========================== + +Fixes since v1.8.3.2 +-------------------- + + * Mac OS X does not like to write(2) more than INT_MAX number of + bytes; work it around by chopping write(2) into smaller pieces. + + * Newer MacOS X encourages the programs to compile and link with + their CommonCrypto, not with OpenSSL. |