Skip to content

Commit 43d11f4

Browse files
committed
Start preparing for 1.8.3.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent c6c4250 commit 43d11f4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Documentation/RelNotes/1.8.3.3.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Git v1.8.3.3 Release Notes
2+
==========================
3+
4+
Fixes since v1.8.3.2
5+
--------------------
6+
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.
9+
10+
* Newer MacOS X encourages the programs to compile and link with
11+
their CommonCrypto, not with OpenSSL.

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/1.8.3.2.txt
1+
Documentation/RelNotes/1.8.3.3.txt

0 commit comments

Comments
 (0)