diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-08-26 15:47:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-26 15:47:48 -0700 |
commit | 3a9835bf65d07321924f2d60686a194e9d257d20 (patch) | |
tree | 61772a55cde747dbe75ffb7318d6a0ff212d5469 | |
parent | 678c5a49ee25b55d8ba82dec9deeabf9baa3117a (diff) | |
download | git-3a9835bf65d07321924f2d60686a194e9d257d20.tar.gz |
Sixth batch for 2.6
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes/2.6.0.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.6.0.txt b/Documentation/RelNotes/2.6.0.txt index 6ba67b60c2..075d9feeab 100644 --- a/Documentation/RelNotes/2.6.0.txt +++ b/Documentation/RelNotes/2.6.0.txt @@ -64,6 +64,13 @@ UI, Workflows & Features for the same ref in refs/notes/* are prevented from stomping on each other. + * "git send-email" learned a new option --smtp-auth to limit the SMTP + AUTH mechanisms to be used to a subset of what the system library + supports. + + * A new configuration variable http.sslVersion can be used to specify + what specific version of SSL/TLS to use to make a connection. + Performance, Internal Implementation, Development Support etc. @@ -244,6 +251,10 @@ notes for details). strbuf_grow() of 8kB), which was eliminated. (merge 3ebbd00 jh/strbuf-read-use-read-in-full later to maint). + * We rewrote one of the build scripts in Perl but this reimplements + in Bourne shell. + (merge 82aec45 sg/help-group later to maint). + * Code cleanups and documentation updates. (merge 1c601af es/doc-clean-outdated-tools later to maint). (merge 3581304 kn/tag-doc-fix later to maint). @@ -254,3 +265,9 @@ notes for details). (merge da4c5ad ta/docfix-index-format-tech later to maint). (merge ae25fd3 sb/check-return-from-read-ref later to maint). (merge b3325df nd/dwim-wildcards-as-pathspecs later to maint). + (merge 7aa9b9b sg/wt-status-header-inclusion later to maint). + (merge f04c690 as/docfix-reflog-expire-unreachable later to maint). + (merge 1269847 sg/t3020-typofix later to maint). + (merge 8b54c23 jc/calloc-pathspec later to maint). + (merge a6926b8 po/po-readme later to maint). + (merge 54d160e ss/fix-config-fd-leak later to maint). |