summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 050dfc4)
raw | patch | inline | side by side (parent: 050dfc4)
author | Junio C Hamano <gitster@pobox.com> | |
Sat, 17 Oct 2009 06:56:55 +0000 (23:56 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 17 Oct 2009 06:57:19 +0000 (23:57 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.6.5.1.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.6.5.1.txt b/Documentation/RelNotes-1.6.5.1.txt
--- /dev/null
@@ -0,0 +1,20 @@
+GIT v1.6.5.1 Release Notes
+==========================
+
+Fixes since v1.6.5
+------------------
+
+ * An corrupt pack could make codepath to read objects into an
+ infinite loop.
+
+ * Download throughput display was always shown in KiB/s but on fast links
+ it is more appropriate to show it in MiB/s.
+
+ * "git grep -f filename" used uninitialized variable and segfaulted.
+
+ * "git clone -b branch" gave a wrong commit object name to post-checkout
+ hook.
+
+ * "git pull" over http did not work on msys.
+
+Other minor documentation updates are included.
diff --git a/Documentation/git.txt b/Documentation/git.txt
index d97aaf5bf8a2973f68e8bad308ae7a7fba1bf36b..d11c5c16510025b93cf88bc97e95aa008169434c 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
* link:v1.6.5/git.html[documentation for release 1.6.5]
* release notes for
+ link:RelNotes-1.6.5.1.txt[1.6.5.1],
link:RelNotes-1.6.5.txt[1.6.5].
* link:v1.6.4.4/git.html[documentation for release 1.6.4.4]
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 08e6073f33f321f218fc2b4478d939c2469bbcf5..d11e43cf31567383bcaf91fcfb95e737f1309520 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.6.5
+DEF_VER=v1.6.5.1
LF='
'
diff --git a/RelNotes b/RelNotes
index b62449d2e22829f8bcbe404a48ff8f62c47eebd9..dda06d1d8f65f894a365bfb956d0c4dcbdf29d54 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
-Documentation/RelNotes-1.6.5.txt
\ No newline at end of file
+Documentation/RelNotes-1.6.5.1.txt
\ No newline at end of file