Merge branch 'dp/read-not-mmap-small-loose-object' into maint
[git/dscho.git] / Documentation / RelNotes-1.7.0.2.txt
blob5f8e156dcba4443df79f5fe1ed49b8cee29f98d8
1 Git v1.7.0.2 Release Notes
2 ==========================
4 Fixes since v1.7.0.1
5 --------------------
7  * "git fast-import" didn't work with a large input, as it lacked support
8    for producing the pack index in v2 format.
10  * "git imap-send" didn't use CRLF line endings over the imap protocol
11    when storing its payload to the draft box, violating RFC 3501.
13  * Error messages generated on the receiving end did not come back to "git
14    push".
16 And other minor fixes and documentation updates.
18 ---
19 exec >/var/tmp/1
20 O=v1.7.0.1-28-gb46946a
21 echo O=$(git describe maint)
22 git shortlog --no-merges $O..maint