From 6f3b46da102dee4a977d21219c767ca0d333a8ba Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sun, 7 Jun 2009 13:31:52 +0200 Subject: [PATCH] Update the release notes for 1.6.3.2 Signed-off-by: Johannes Schindelin --- share/WinGit/ReleaseNotes.rtf | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/share/WinGit/ReleaseNotes.rtf b/share/WinGit/ReleaseNotes.rtf index 023de1fc..1905a5a3 100644 --- a/share/WinGit/ReleaseNotes.rtf +++ b/share/WinGit/ReleaseNotes.rtf @@ -1,13 +1,13 @@ {\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset2 Symbol;}} {\colortbl ;\red0\green0\blue0;} -{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\lang1033\b\f0\fs32 Git Release Notes (Git-1.6.3-preview20090507)\b0\fs20\par -Last update: 07 May 2009\par +{\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\cf1\lang1033\b\f0\fs32 Git Release Notes (Git-1.6.3.2-preview20090607)\b0\fs20\par +Last update: 07 June 2009\par \par \b\fs24 Introduction\b0\fs20\par These release notes describe issues specific to the Windows release.\par \par General release notes covering the history of the core git commands are included in the subdirectory doc/git/html of the installation directory. Look for files starting with RelNotes.\par -\pard\par +\par \b\fs24 Known issues\par \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\fs20 Some commands are not yet supported on Windows and excluded from the installation; namely: git archimport, git cvsexportcommit, git cvsimport, git cvsserver, git instaweb, git send-email, git shell.\par {\pntext\f1\'B7\tab}The Logitec QuickCam software can cause spurious crashes. See "Why does make often crash creating a sh.exe.stackdump file when I try to compile my source code?" on the MinGW Wiki (http://www.mingw.org/wiki/Environment_issues)\par @@ -23,6 +23,23 @@ General release notes covering the history of the core git commands are included {\pntext\f1\'B7\tab}There are a spurious write errors during rebase (Issue 200) that seem not to be reproducible on most computers.\par {\pntext\f1\'B7\tab}As merge tools are executed using the MSys bash, options starting with "/" need to be handled specially: MSys would interpret that as a POSIX path, so you need to double the slash (Issue 226). Example: instead of "/base", say "//base". Also, extra care has to be paid to pass Windows programs Windows paths, as they have no clue about MSys style POSIX paths -- You can use something like $(cmd //c echo "$POSIXPATH").\par \pard\b\fs24\par +Changes since Git-1.6.3-preview20090507\par +\par +\i\fs20 New Features\par +\pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.6.3.2.\par +{\pntext\f1\'B7\tab}Uses TortoisePlink instead of Plink if available.\par +\pard\li144\par +\pard\b\i Bugfixes\b0\i0\par +\pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432 Plink errors out rather than hanging when the user needs to accept a host key first (Issue 96).\par +{\pntext\f1\'B7\tab}The user home directory is inferred from $HOMEDRIVE\\$HOMEPATH instead of $HOME (Issue 108).\par +{\pntext\f1\'B7\tab}The environment setting $CYGWIN=tty is ignored (Issues 138, 248 and 251).\par +{\pntext\f1\'B7\tab}The "ls" command shows non-ASCII filenames correctly now (Issue 188).\par +{\pntext\f1\'B7\tab}Adds more syntax files for vi (Issue 250).\par +{\pntext\f1\'B7\tab}$HOME/.bashrc is included last from /etc/profile, allowing .bashrc to override all settings in /etc/profile (Issue 255).\par +{\pntext\f1\'B7\tab}Completion is case-insensitive again (Issue 256).\par +{\pntext\f1\'B7\tab}The "start" command can handle arguments with spaces now (Issue 258).\par +{\pntext\f1\'B7\tab}For some Git commands (such as "git commit"), vi no longer "restores" the cursor position.\par +\pard\b\fs24\par Changes since Git-1.6.2.2-preview20090408\par \par \i\fs20 New Features\par -- 2.11.4.GIT