From b75bb1d695b0958d77b7894fa4a7dbc76167b65a Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 27 Feb 2008 23:37:39 -0800 Subject: [PATCH] Start preparing for 1.5.4.4 Signed-off-by: Junio C Hamano --- Documentation/RelNotes-1.5.4.4.txt | 26 ++++++++++++++++++++++++++ RelNotes | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 Documentation/RelNotes-1.5.4.4.txt diff --git a/Documentation/RelNotes-1.5.4.4.txt b/Documentation/RelNotes-1.5.4.4.txt new file mode 100644 index 0000000000..5bfdb35376 --- /dev/null +++ b/Documentation/RelNotes-1.5.4.4.txt @@ -0,0 +1,26 @@ +GIT v1.5.4.4 Release Notes +========================== + +Fixes since v1.5.4.3 +-------------------- + + * "git cvsexportcommit -w $cvsdir" misbehaved when GIT_DIR is set to a + relative directory. + + * "git http-push" had an invalid memory access that could lead it to + segfault. + + * When "git rebase -i" gave control back to the user for a commit that is + marked to be edited, it just said "modify it with commit --amend", + without saying what to do to continue after modifying it. Give an + explicit instruction to run "rebase --continue" to be more helpful. + + * "git send-email" in 1.5.4.3 issued a bogus empty In-Reply-To: header. + +Also included are a handful documentation updates. + +--- +exec >/var/tmp/1 +echo O=$(git describe maint) +O=v1.5.4.3 +git shortlog --no-merges $O..maint diff --git a/RelNotes b/RelNotes index 3084ce6946..f84c4c7f11 120000 --- a/RelNotes +++ b/RelNotes @@ -1 +1 @@ -Documentation/RelNotes-1.5.4.3.txt \ No newline at end of file +Documentation/RelNotes-1.5.4.4.txt \ No newline at end of file