We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c4250 commit 43d11f4Copy full SHA for 43d11f4
Documentation/RelNotes/1.8.3.3.txt
@@ -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
@@ -1 +1 @@
-Documentation/RelNotes/1.8.3.2.txt
+Documentation/RelNotes/1.8.3.3.txt
0 commit comments