Makefile: do not set NEEDS_LIBICONV for Solaris 8
[git/dscho.git] / Documentation / RelNotes-1.6.0.3.txt
blob46e13a450afae63226a89543369fc6396436a042
1 GIT v1.6.0.3 Release Notes
2 ==========================
4 Fixes since v1.6.0.2
5 --------------------
7 * "git archive --format=zip" did not honor core.autocrlf while
8   --format=tar did.
10 * Continuing "git rebase -i" was very confused when the user left modified
11   files in the working tree while resolving conflicts.
13 * Continuing "git rebase -i" was also very confused when the user left
14   some staged changes in the index after "edit".
16 * Behaviour of "git diff --quiet" was inconsistent with "diff --exit-code"
17   with the output redirected to /dev/null.
19 * "git stash apply sash@{1}" was fixed to error out.  Prior versions
20   would have applied stash@{0} incorrectly.
22 * "git for-each-ref --format=%(subject)" fixed for commits with no
23   no newline in the message body.
25 * "git remote" fixed to protect printf from user input.
27 * "git checkout -q" once again suppresses the locally modified file list.
29 * Cross-directory renames are no longer used when creating packs.  This
30   allows more graceful behavior on filesystems like sshfs.
32 * Stale temporary files under $GIT_DIR/objects/pack are now cleaned up
33   automatically by "git prune".
35 * "Git.pm" tests relied on unnecessarily more recent version of Perl.
37 * "gitweb" triggered undef warning on commits without log messages.
39 Many other documentation updates.
42 exec >/var/tmp/1
43 O=v1.6.0.2-41-g7fe4a72
44 echo O=$(git describe maint)
45 git shortlog --no-merges $O..maint