Merge branch 'nd/attr-debug-fix' into maint
[git/mingw.git] / Documentation / RelNotes / 1.8.1.2.txt
blob76ad0b3d01d355b05fb8b887300accf60c089461
1 Git 1.8.1.2 Release Notes
2 =========================
4 Fixes since v1.8.1.1
5 --------------------
7  * "git archive" did not record uncompressed size in the header when
8    streaming a zip archive, which confused some implementations of unzip.
10  * When users spelled "cc:" in lowercase in the fake "header" in the
11    trailer part, "git send-email" failed to pick up the addresses from
12    there. As e-mail headers field names are case insensitive, this
13    script should follow suit and treat "cc:" and "Cc:" the same way.