X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2FRelNotes-1.5.1.5.txt;h=b0ab8eb371ccb05346781e63c5ec4b71dab8be34;hb=9c6c304d6a01b72d7ce20722b80ca62e01fe8356;hp=5cfe0b5b065734e789c5fa29f844bb6f148b2753;hpb=e986e26a86616054f96373280e8f9cc89d7ea8ca;p=git.git diff --git a/Documentation/RelNotes-1.5.1.5.txt b/Documentation/RelNotes-1.5.1.5.txt index 5cfe0b5b0..b0ab8eb37 100644 --- a/Documentation/RelNotes-1.5.1.5.txt +++ b/Documentation/RelNotes-1.5.1.5.txt @@ -1,4 +1,4 @@ -GIT v1.5.1.5 Release Notes (draft) +GIT v1.5.1.5 Release Notes ========================== Fixes since v1.5.1.4 @@ -6,6 +6,17 @@ Fixes since v1.5.1.4 * Bugfixes + - git-send-email did not understand aliases file for mutt, which + allows leading whitespaces. + + - git-format-patch emitted Content-Type and Content-Transfer-Encoding + headers for non ASCII contents, but failed to add MIME-Version. + + - git-name-rev had a buffer overrun with a deep history. + + - contributed script import-tars did not get the directory in + tar archives interpreted correctly. + - git-svn was reported to segfault for many people on list and #git; hopefully this has been fixed. @@ -28,10 +39,4 @@ Fixes since v1.5.1.4 and extern, which caused trouble compiling with Forte12 compilers on Sun. - - Many documentation fixes. - --- -exec >/var/tmp/1 -O=v1.5.1.4-26-gb4b20b2 -echo O=`git describe refs/heads/maint` -git shortlog --no-merges $O..refs/heads/maint + - Many many documentation fixes and updates.