Skip to content

Commit 3a9835b

Browse files
committed
Sixth batch for 2.6
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 678c5a4 commit 3a9835b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Documentation/RelNotes/2.6.0.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ UI, Workflows & Features
6464
for the same ref in refs/notes/* are prevented from stomping on
6565
each other.
6666

67+
* "git send-email" learned a new option --smtp-auth to limit the SMTP
68+
AUTH mechanisms to be used to a subset of what the system library
69+
supports.
70+
71+
* A new configuration variable http.sslVersion can be used to specify
72+
what specific version of SSL/TLS to use to make a connection.
73+
6774

6875
Performance, Internal Implementation, Development Support etc.
6976

@@ -244,6 +251,10 @@ notes for details).
244251
strbuf_grow() of 8kB), which was eliminated.
245252
(merge 3ebbd00 jh/strbuf-read-use-read-in-full later to maint).
246253

254+
* We rewrote one of the build scripts in Perl but this reimplements
255+
in Bourne shell.
256+
(merge 82aec45 sg/help-group later to maint).
257+
247258
* Code cleanups and documentation updates.
248259
(merge 1c601af es/doc-clean-outdated-tools later to maint).
249260
(merge 3581304 kn/tag-doc-fix later to maint).
@@ -254,3 +265,9 @@ notes for details).
254265
(merge da4c5ad ta/docfix-index-format-tech later to maint).
255266
(merge ae25fd3 sb/check-return-from-read-ref later to maint).
256267
(merge b3325df nd/dwim-wildcards-as-pathspecs later to maint).
268+
(merge 7aa9b9b sg/wt-status-header-inclusion later to maint).
269+
(merge f04c690 as/docfix-reflog-expire-unreachable later to maint).
270+
(merge 1269847 sg/t3020-typofix later to maint).
271+
(merge 8b54c23 jc/calloc-pathspec later to maint).
272+
(merge a6926b8 po/po-readme later to maint).
273+
(merge 54d160e ss/fix-config-fd-leak later to maint).

0 commit comments

Comments
 (0)