summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a1e4760)
raw | patch | inline | side by side (parent: a1e4760)
author | Junio C Hamano <gitster@pobox.com> | |
Wed, 12 Nov 2008 23:03:03 +0000 (15:03 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 12 Nov 2008 23:03:03 +0000 (15:03 -0800) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.6.0.5.txt | [new file with mode: 0644] | patch | blob |
RelNotes | patch | blob | history |
diff --git a/Documentation/RelNotes-1.6.0.5.txt b/Documentation/RelNotes-1.6.0.5.txt
--- /dev/null
@@ -0,0 +1,21 @@
+GIT v1.6.0.5 Release Notes
+==========================
+
+Fixes since v1.6.0.4
+--------------------
+
+* 'git checkout' used to crash when your HEAD was pointing at a deleted
+ branch.
+
+* 'git checkout' from an un-checked-out state did not allow switching out
+ of the current branch.
+
+* 'git pack-objects' did not make its best effort to honor --max-pack-size
+ option when a single first object already busted the given limit and
+ placed many objects in a single pack.
+
+* 'make check' cannot be run without sparse; people may have meant to say
+ 'make test' instead, so suggest that.
+
+* Many unsafe call to sprintf() style varargs functions are corrected.
+
diff --git a/RelNotes b/RelNotes
index f9eb5528732ad3d45b5f685728b5f8943d435522..ebf508f2d7ccb5b3c32dd298dfbfcd243a006947 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
-Documentation/RelNotes-1.6.0.4.txt
\ No newline at end of file
+Documentation/RelNotes-1.6.0.5.txt
\ No newline at end of file