From 2137ce01f83d254e4917c107901a5a04f61e8c16 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 7 Apr 2013 08:58:30 -0700 Subject: Git 1.8.1.6 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/1.8.1.6.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Documentation/RelNotes') diff --git a/Documentation/RelNotes/1.8.1.6.txt b/Documentation/RelNotes/1.8.1.6.txt index d9de639080..c15cf2e805 100644 --- a/Documentation/RelNotes/1.8.1.6.txt +++ b/Documentation/RelNotes/1.8.1.6.txt @@ -4,6 +4,11 @@ Git 1.8.1.6 Release Notes Fixes since v1.8.1.5 -------------------- + * An earlier change to the attribute system introduced at v1.8.1.2 by + mistake stopped a pattern "dir" (without trailing slash) from + matching a directory "dir" (it only wanted to allow pattern "dir/" + to also match). + * The code to keep track of what directory names are known to Git on platforms with case insensitive filesystems can get confused upon a hash collision between these pathnames and looped forever. -- cgit v1.2.3 From 5bda18c186e455f8e65f976d3bf333ab1f4b5b53 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 7 Apr 2013 15:27:23 -0700 Subject: Git 1.8.2.1 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/1.8.2.1.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Documentation/RelNotes') diff --git a/Documentation/RelNotes/1.8.2.1.txt b/Documentation/RelNotes/1.8.2.1.txt index 1ded500fc3..1354ad03f5 100644 --- a/Documentation/RelNotes/1.8.2.1.txt +++ b/Documentation/RelNotes/1.8.2.1.txt @@ -4,6 +4,11 @@ Git v1.8.2.1 Release Notes Fixes since v1.8.2 ------------------ + * An earlier change to the attribute system introduced at v1.8.1.2 by + mistake stopped a pattern "dir" (without trailing slash) from + matching a directory "dir" (it only wanted to allow pattern "dir/" + to also match). + * Verification of signed tags were not done correctly when not in C or en/US locale. -- cgit v1.2.3