aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-09-19 23:15:13 -0700
committerJunio C Hamano <gitster@pobox.com>2008-09-19 23:15:13 -0700
commitcc185a6a8ac24737a26ec4b40cc401c2db8b2e97 (patch)
treeef476318ca269c2520124704e39773e99c021b78
parent8d11fdeaf6735163e4af3fff699293e8250c07c3 (diff)
downloadgit-cc185a6a8ac24737a26ec4b40cc401c2db8b2e97.tar.gz
git-cc185a6a8ac24737a26ec4b40cc401c2db8b2e97.tar.xz
Start draft release notes for 1.6.0.3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes-1.6.0.3.txt29
l---------RelNotes2
2 files changed, 30 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.6.0.3.txt b/Documentation/RelNotes-1.6.0.3.txt
new file mode 100644
index 000000000..ea1420d77
--- /dev/null
+++ b/Documentation/RelNotes-1.6.0.3.txt
@@ -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
diff --git a/RelNotes b/RelNotes
index 726bff6d9..a677737b9 120000
--- 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