diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-02-19 05:48:05 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-02-19 21:54:22 -0800 |
commit | dff9f8835f2f2820c4e7109d242cb06b39f7d065 (patch) | |
tree | 0725a75146743a49ecbdd4039bf15f5f74f020e9 /Documentation/RelNotes | |
parent | 0ee7198f457c8ea031b09b528cfd88f0f0e630d8 (diff) | |
download | git-dff9f8835f2f2820c4e7109d242cb06b39f7d065.tar.gz |
Git 1.8.1.4v1.8.1.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/1.8.1.4.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.1.4.txt b/Documentation/RelNotes/1.8.1.4.txt new file mode 100644 index 0000000000..22af1d1643 --- /dev/null +++ b/Documentation/RelNotes/1.8.1.4.txt @@ -0,0 +1,11 @@ +Git 1.8.1.4 Release Notes +========================= + +Fixes since v1.8.1.3 +-------------------- + + * "git imap-send" talking over imaps:// did make sure it received a + valid certificate from the other end, but did not check if the + certificate matched the host it thought it was talking to. + +Also contains various documentation fixes. |