From c981516f1345bc3ffad74a29efaf35557fa1d986 Mon Sep 17 00:00:00 2001 From: Steffen Prohaska Date: Wed, 14 Nov 2007 17:05:39 +0100 Subject: [PATCH] Git-1.5.3.5-preview20071114 Update submodule git and doc/git/html to 1.5.3.5 based version. Update ReleaseNotes. Signed-off-by: Steffen Prohaska --- doc/git/html | 2 +- git | 2 +- share/WinGit/ReleaseNotes.txt | 28 +++++++++++++++++++++++++--- 3 files changed, 27 insertions(+), 5 deletions(-) diff --git a/doc/git/html b/doc/git/html index c5653d79..361c1335 160000 --- a/doc/git/html +++ b/doc/git/html @@ -1 +1 @@ -Subproject commit c5653d7925386e4ffaf82750f0bae29b20145649 +Subproject commit 361c1335bb152db70cab1086e3f8505e63b60354 diff --git a/git b/git index 636116b8..9dcfde61 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit 636116b8a79c7c810afe8ae8e4c37e0a1de6f7b7 +Subproject commit 9dcfde61ed7334e925fca7e62dbb5791547a5f5b diff --git a/share/WinGit/ReleaseNotes.txt b/share/WinGit/ReleaseNotes.txt index 1e9ccefa..1ea3dc15 100644 --- a/share/WinGit/ReleaseNotes.txt +++ b/share/WinGit/ReleaseNotes.txt @@ -1,7 +1,7 @@ Git Release Notes ================= -Last update: 27 October 2007 +Last update: 14 November 2007 Introduction ------------ @@ -20,8 +20,30 @@ Known issues * pull/fetch in git-gui fails. Use Git Bash to avoid the problem. - * The desktop and quick launch icons will only be installed - for the user running setup (typically Adminstrator). + * The Quick Launch icon will only be installed for the user + running setup (typically the Adminstrator). This is a + technical restriction and will not change. + + * Repositories >2 GByte are not yet supported. + + +Changes since Git-1.5.3-preview20071019 +--------------------------------------- + +* New Features + + - Git is included in version 1.5.3.5. + + - Setup can be installed as normal user. + + - When installing as Administrator, all icons except the Quick + Launch icon will be created for all users. + + - "git help user-manual" displays the user manual. + +* Bugfixes + + - Git Bash works on Windows XP 64. Changes since Git-1.5.3-preview20071019 -- 2.11.4.GIT