Skip to content

Commit 74f3267

Browse files
committed
Start preparing for 1.8.1.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent cea1e2e commit 74f3267

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Documentation/RelNotes/1.8.1.2.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Git 1.8.1.2 Release Notes
2+
=========================
3+
4+
Fixes since v1.8.1.1
5+
--------------------
6+
7+
* "git archive" did not record uncompressed size in the header when
8+
streaming a zip archive, which confused some implementations of unzip.
9+
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.

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/1.8.1.1.txt
1+
Documentation/RelNotes/1.8.1.2.txt

0 commit comments

Comments
 (0)