]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Start draft release notes for 1.6.0.3
authorJunio C Hamano <gitster@pobox.com>
Sat, 20 Sep 2008 06:15:13 +0000 (23:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 20 Sep 2008 06:15:13 +0000 (23:15 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.6.0.3.txt [new file with mode: 0644]
RelNotes

diff --git a/Documentation/RelNotes-1.6.0.3.txt b/Documentation/RelNotes-1.6.0.3.txt
new file mode 100644 (file)
index 0000000..ea1420d
--- /dev/null
@@ -0,0 +1,29 @@
+GIT v1.6.0.3 Release Notes
+==========================
+
+Fixes since v1.6.0.2
+--------------------
+
+* "git archive --format=zip" did not honor core.autocrlf while
+  --format=tar did.
+
+* Continuing "git rebase -i" was very confused when the user left modified
+  files in the working tree while resolving conflicts.
+
+* Continuing "git rebase -i" was also very confused when the user left
+  some staged changes in the index after "edit".
+
+* Behaviour of "git diff --quiet" was inconsistent with "diff --exit-code"
+  with the output redirected to /dev/null.
+
+* "Git.pm" tests relied on unnecessarily more recent version of Perl.
+
+* "gitweb" triggered undef warning on commits without log messages.
+
+Many other documentation updates.
+
+--
+exec >/var/tmp/1
+O=v1.6.0.2-32-g8d11fde
+echo O=$(git describe maint)
+git shortlog --no-merges $O..maint
index 726bff6d9f77bcafdd0f1fbbf7300c2c779f8e75..a677737b90d7f1cc550d632a8e983e6e7df109fb 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes-1.6.0.2.txt
\ No newline at end of file
+Documentation/RelNotes-1.6.0.3.txt
\ No newline at end of file