]> granicus.if.org Git - git/commitdiff
Git 2.3.9 v2.3.9
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Sep 2015 17:31:34 +0000 (10:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Sep 2015 17:32:15 +0000 (10:32 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.3.9.txt [new file with mode: 0644]
Documentation/git.txt
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.3.9.txt b/Documentation/RelNotes/2.3.9.txt
new file mode 100644 (file)
index 0000000..1a2ad32
--- /dev/null
@@ -0,0 +1,9 @@
+Git v2.3.9 Release Notes
+========================
+
+Fixes since v2.3.8
+------------------
+
+ * A handful of codepaths that used to use fixed-sized arrays to hold
+   pathnames have been corrected to use strbuf and other mechanisms to
+   allow longer pathnames without fearing overflows.
index 9c46cabcb9687960ff16660445eb9142c88db0c4..a62ed6f11abf973952cef795907c8f8488f12c69 100644 (file)
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
 branch of the `git.git` repository.
 Documentation for older releases are available here:
 
-* link:v2.3.8/git.html[documentation for release 2.3.8]
+* link:v2.3.9/git.html[documentation for release 2.3.9]
 
 * release notes for
+  link:RelNotes/2.3.9.txt[2.3.9],
   link:RelNotes/2.3.8.txt[2.3.8],
   link:RelNotes/2.3.7.txt[2.3.7],
   link:RelNotes/2.3.6.txt[2.3.6],
index a2fe57a6ace09da2afdba4b26720459f1e4be196..7577f66e97b2ff89dc40a8014856e564d224f0db 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.3.8
+DEF_VER=v2.3.9
 
 LF='
 '
index 159d09e820af9b9156d60d6213b9760c3712befc..2f2927a251b887a19d1ea5fc2714237577a41712 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.3.8.txt
\ No newline at end of file
+Documentation/RelNotes/2.3.9.txt
\ No newline at end of file