diff options
| author | Junio C Hamano <gitster@pobox.com> | 2016-05-06 14:53:36 -0700 | 
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2016-05-06 14:53:36 -0700 | 
| commit | d92347f59fefb95a2d9240c007a44f408c216fa7 (patch) | |
| tree | bff5c6673132900d5dc961d94c260fe5d4e27506 | |
| parent | cc601901a7a9619b706cb10a6fdc1e6246b6da53 (diff) | |
| download | git-d92347f59fefb95a2d9240c007a44f408c216fa7.tar.gz | |
Almost ready for 2.8.3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.8.3.txt | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.8.3.txt b/Documentation/RelNotes/2.8.3.txt index 6030f38063..af184783bc 100644 --- a/Documentation/RelNotes/2.8.3.txt +++ b/Documentation/RelNotes/2.8.3.txt @@ -58,4 +58,13 @@ Fixes since v2.8.2     See http://thread.gmane.org/gmane.comp.version-control.git/291853     and http://thread.gmane.org/gmane.comp.version-control.git/275680. + * "git replace -e" did not honour "core.editor" configuration. + + * Upcoming OpenSSL 1.1.0 will break compilation b updating a few APIs +   we use in imap-send, which has been adjusted for the change. + + * "git submodule" reports the paths of submodules the command +   recurses into, but this was incorrect when the command was not run +   from the root level of the superproject. +  Also contains minor documentation updates and code clean-ups.  | 
