Skip to content

Commit 652398a

Browse files
committed
Update draft release notes to 1.8.0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 86bdfa3 commit 652398a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/RelNotes/1.8.0.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ UI, Workflows & Features
2828
* A credential helper for Win32 to allow access to the keychain of
2929
the logged-in user has been added.
3030

31+
* An initial port to HP NonStop.
32+
3133
* A credential helper to allow access to the Gnome keyring has been
3234
added.
3335

@@ -84,6 +86,9 @@ Performance, Internal Implementation, etc. (please report possible regressions)
8486
* The "check-docs" build target has been updated and greatly
8587
simplified.
8688

89+
* The test suite is run under MALLOC_CHECK_ when running with glibc
90+
that supports the feature.
91+
8792
* The documentation in the TeXinfo format was using indented output
8893
for materials meant to be examples that are better typeset in
8994
monospace.
@@ -124,6 +129,10 @@ Unless otherwise noted, all the fixes since v1.7.12 in the
124129
maintenance track are contained in this release (see release notes
125130
to them for details).
126131

132+
* When "git am" is fed an input that has multiple "Content-type: ..."
133+
header, it did not grok charset= attribute correctly.
134+
(merge 176943b jc/maint-mailinfo-mime-attr later to maint).
135+
127136
* "git blame MAKEFILE" run in a history that has "Makefile" but not
128137
"MAKEFILE" should say "No such file MAKEFILE in HEAD", but got
129138
confused on a case insensitive filesystem and failed to do so.

0 commit comments

Comments
 (0)