From: Junio C Hamano Date: Wed, 12 Nov 2008 23:03:03 +0000 (-0800) Subject: Start 1.6.0.5 cycle X-Git-Tag: v1.6.1-rc1~7^2~8 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c14639f7b14d3d856c7c1f6c097dd1cb9615a5d0;p=git.git Start 1.6.0.5 cycle Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes-1.6.0.5.txt b/Documentation/RelNotes-1.6.0.5.txt new file mode 100644 index 000000000..62f95e6ba --- /dev/null +++ b/Documentation/RelNotes-1.6.0.5.txt @@ -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 f9eb55287..ebf508f2d 120000 --- a/RelNotes +++ b/RelNotes @@ -1 +1 @@ -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