summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-30 15:36:03 -0700
committerJunio C Hamano <gitster@pobox.com>2013-06-30 15:36:03 -0700
commit43d11f4492ebafdabd3fb0c9bcab49d2731e4676 (patch)
tree828cbe754f05b0d99bdbec6356fb1f9bfe77d372
parentc6c4250eb605a502e1b5128d224561cf71272798 (diff)
downloadgit-43d11f4492ebafdabd3fb0c9bcab49d2731e4676.tar.gz
Start preparing for 1.8.3.3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.8.3.3.txt11
l---------RelNotes2
2 files changed, 12 insertions, 1 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.
diff --git a/RelNotes b/RelNotes
index 9277723427..a5201213ac 120000
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/1.8.3.2.txt \ No newline at end of file
+Documentation/RelNotes/1.8.3.3.txt \ No newline at end of file