From 18ef07fe5f0215c2ea735e03636a97341837d11c Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sat, 12 Nov 2011 00:51:12 +0100 Subject: [PATCH] Fixed issue #747: TortoiseProc & less process not closing also fixes some possible crashes on x64-systems with gitdll.dll (fixes issue #808) Signed-off-by: Sven Strickroth --- ext/tgit | 2 +- src/Changelog.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ext/tgit b/ext/tgit index 9b5d348c5..a5279c10d 160000 --- a/ext/tgit +++ b/ext/tgit @@ -1 +1 @@ -Subproject commit 9b5d348c588fcc58b82aeafeb53b1a84f1f050e2 +Subproject commit a5279c10d0893cbf17e11e3d822a487fd837f2d0 diff --git a/src/Changelog.txt b/src/Changelog.txt index 29e430886..689ebe317 100644 --- a/src/Changelog.txt +++ b/src/Changelog.txt @@ -1,5 +1,7 @@ = Release 1.7.6.0 = == Bug Fix == + * Fixed issue #747: TortoiseProc & less process not closing + * Fixed issue #808: Less: file viewer stop work when use show-low * Fixed issue #948: TortoiseProc crashes when repo contains huge files (on x86) Upgraded gitdll, libgit and tgit.exe to 1.7.7.2 -- 2.11.4.GIT