diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-09-25 10:44:32 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-25 10:44:32 -0700 |
commit | 652398a88e7c3d18b6820a2ae369b05d26dc757f (patch) | |
tree | 726affdf2ce865f977bc9a187145859d8214a154 /Documentation | |
parent | 86bdfa395559b8d99fbec9b8366524aaa311399b (diff) | |
download | git-652398a88e7c3d18b6820a2ae369b05d26dc757f.tar.gz |
Update draft release notes to 1.8.0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes/1.8.0.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.0.txt b/Documentation/RelNotes/1.8.0.txt index 87719bfe2b..a325a98651 100644 --- a/Documentation/RelNotes/1.8.0.txt +++ b/Documentation/RelNotes/1.8.0.txt @@ -28,6 +28,8 @@ UI, Workflows & Features * A credential helper for Win32 to allow access to the keychain of the logged-in user has been added. + * An initial port to HP NonStop. + * A credential helper to allow access to the Gnome keyring has been added. @@ -84,6 +86,9 @@ Performance, Internal Implementation, etc. (please report possible regressions) * The "check-docs" build target has been updated and greatly simplified. + * The test suite is run under MALLOC_CHECK_ when running with glibc + that supports the feature. + * The documentation in the TeXinfo format was using indented output for materials meant to be examples that are better typeset in monospace. @@ -124,6 +129,10 @@ Unless otherwise noted, all the fixes since v1.7.12 in the maintenance track are contained in this release (see release notes to them for details). + * When "git am" is fed an input that has multiple "Content-type: ..." + header, it did not grok charset= attribute correctly. + (merge 176943b jc/maint-mailinfo-mime-attr later to maint). + * "git blame MAKEFILE" run in a history that has "Makefile" but not "MAKEFILE" should say "No such file MAKEFILE in HEAD", but got confused on a case insensitive filesystem and failed to do so. |