Merge branch 'js/maint-daemon' into maint
[git/dscho.git] / Documentation / RelNotes-1.5.4.4.txt
blob5635977c93b68b59f95c78058fecd8bd234b2693
1 GIT v1.5.4.4 Release Notes
2 ==========================
4 Fixes since v1.5.4.3
5 --------------------
7  * Building and installing with an overtight umask such as 077 made
8    installed templates unreadable by others, while the rest of the install
9    are done in a way that is friendly to umask 022.
11  * "git cvsexportcommit -w $cvsdir" misbehaved when GIT_DIR is set to a
12    relative directory.
14  * "git http-push" had an invalid memory access that could lead it to
15    segfault.
17  * When "git rebase -i" gave control back to the user for a commit that is
18    marked to be edited, it just said "modify it with commit --amend",
19    without saying what to do to continue after modifying it.  Give an
20    explicit instruction to run "rebase --continue" to be more helpful.
22  * "git send-email" in 1.5.4.3 issued a bogus empty In-Reply-To: header.
24  * "git bisect" showed mysterious "won't bisect on seeked tree" error message.
25    This was leftover from Cogito days to prevent "bisect" starting from a
26    cg-seeked state.  We still keep the Cogito safety, but running "git bisect
27    start" when another bisect was in effect will clean up and start over.
29  * "git push" with an explicit PATH to receive-pack did not quite work if
30    receive-pack was not on usual PATH.  We earlier fixed the same issue
31    with "git fetch" and upload-pack, but somehow forgot to do so in the
32    other direction.
34  * git-gui's info dialog was not displayed correctly when the user tries
35    to commit nothing (i.e. without staging anything).
37  * "git revert" did not properly fail when attempting to run with a
38    dirty index.
40 Also included are a handful documentation updates.
42 ---
43 exec >/var/tmp/1
44 echo O=$(git describe maint)
45 O=v1.5.4.3-32-g0f2d447
46 git shortlog --no-merges $O..maint