summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 79bf149)
raw | patch | inline | side by side (parent: 79bf149)
author | Junio C Hamano <gitster@pobox.com> | |
Tue, 27 Jul 2010 21:07:41 +0000 (14:07 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 27 Jul 2010 21:09:11 +0000 (14:09 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.7.0.7.txt | [new file with mode: 0644] | patch | blob |
Documentation/git.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history | |
RelNotes | patch | blob | history |
diff --git a/Documentation/RelNotes-1.7.0.7.txt b/Documentation/RelNotes-1.7.0.7.txt
--- /dev/null
@@ -0,0 +1,16 @@
+Git v1.7.0.7 Release Notes
+==========================
+
+Fixes since v1.7.0.6
+--------------------
+
+ * "make NO_CURL=NoThanks install" was broken.
+
+ * An overlong line after ".gitdir: " in a git file caused out of bounds
+ access to an array on the stack.
+
+ * "git config --path conf.var" to attempt to expand a variable conf.var
+ that uses "~/" short-hand segfaulted when $HOME environment variable
+ was not set.
+
+And other minor fixes and documentation updates.
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 105b0b580bc5cc6afc6760c4dae54f5009fa9fad..46a215824e2e67a56f5791658cc231b5c60a2cfb 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
branch of the `git.git` repository.
Documentation for older releases are available here:
-* link:v1.7.0.6/git.html[documentation for release 1.7.0.6]
+* link:v1.7.0.7/git.html[documentation for release 1.7.0.7]
* release notes for
+ link:RelNotes-1.7.0.7.txt[1.7.0.7],
link:RelNotes-1.7.0.6.txt[1.7.0.6],
link:RelNotes-1.7.0.5.txt[1.7.0.5],
link:RelNotes-1.7.0.4.txt[1.7.0.4],
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 8ccaba87b4a070d1de0f0776270060aaa5effc4b..6a3f94563634aa51d35e9fc9bf83f4bfcec67c3b 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.0.6
+DEF_VER=v1.7.0.7
LF='
'
diff --git a/RelNotes b/RelNotes
index a9713ed41272daec5145d6b11091ea84d6469c67..c150f36749e0ac78acc95f794b03c9bf5688c6d1 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
-Documentation/RelNotes-1.7.0.6.txt
\ No newline at end of file
+Documentation/RelNotes-1.7.0.7.txt
\ No newline at end of file