Update the release notes for 1.6.3.2
[msysgit.git] / share / WinGit / ReleaseNotes.rtf
blob1905a5a3e0c4591489942a670cc67f426a012d95
1 {\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0\fswiss\fprq2\fcharset0 Arial;}{\f1\fnil\fcharset2 Symbol;}}\r
2 {\colortbl ;\red0\green0\blue0;}\r
3 {\*\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\r
4 Last update: 07 June 2009\par\r
5 \par\r
6 \b\fs24 Introduction\b0\fs20\par\r
7 These release notes describe issues specific to the Windows release.\par\r
8 \par\r
9 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\r
10 \par\r
11 \b\fs24 Known issues\par\r
12 \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\r
13 {\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\r
14 {\pntext\f1\'B7\tab}The Quick Launch icon will only be installed for the user running setup (typically the Administrator). This is a technical restriction and will not change.\par\r
15 {\pntext\f1\'B7\tab}Git Bash launched through the Explorer shell extension does not have the git icon in its taskbar. This is a technical restriction and will not change.\par\r
16 {\pntext\f1\'B7\tab}git send-mail does not work properly (Issue 27).\par\r
17 {\pntext\f1\'B7\tab}curl uses $HOME/_netrc instead of $HOME/.netrc.\par\r
18 {\pntext\f1\'B7\tab}If you want to specify a different location for --upload-pack, you have to start the absolute path with two slashes. Otherwise MSys will mangle the path.\par\r
19 {\pntext\f1\'B7\tab}git and bash have serious problems with non-ASCII file names (Issue 80, 108, 159, 188).\par\r
20 {\pntext\f1\'B7\tab}If configured to use plink, you will have to connect with putty first, as you cannot accept the host key due to the console window being blocked (Issue 96).\par\r
21 {\pntext\f1\'B7\tab}MinGW does not support IPv6 yet (Issue 182).\par\r
22 {\pntext\f1\'B7\tab}When run from cmd.exe instead of Git Bash, some characters seem to be "swallowed" from Git's output (Issue 192).\par\r
23 {\pntext\f1\'B7\tab}There are a spurious write errors during rebase (Issue 200) that seem not to be reproducible on most computers.\par\r
24 {\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\r
25 \pard\b\fs24\par\r
26 Changes since Git-1.6.3-preview20090507\par\r
27 \par\r
28 \i\fs20 New Features\par\r
29 \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\r
30 {\pntext\f1\'B7\tab}Uses TortoisePlink instead of Plink if available.\par\r
31 \pard\li144\par\r
32 \pard\b\i Bugfixes\b0\i0\par\r
33 \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\r
34 {\pntext\f1\'B7\tab}The user home directory is inferred from $HOMEDRIVE\\$HOMEPATH instead of $HOME (Issue 108).\par\r
35 {\pntext\f1\'B7\tab}The environment setting $CYGWIN=tty is ignored (Issues 138, 248 and 251).\par\r
36 {\pntext\f1\'B7\tab}The "ls" command shows non-ASCII filenames correctly now (Issue 188).\par\r
37 {\pntext\f1\'B7\tab}Adds more syntax files for vi (Issue 250).\par\r
38 {\pntext\f1\'B7\tab}$HOME/.bashrc is included last from /etc/profile, allowing .bashrc to override all settings in /etc/profile (Issue 255).\par\r
39 {\pntext\f1\'B7\tab}Completion is case-insensitive again (Issue 256).\par\r
40 {\pntext\f1\'B7\tab}The "start" command can handle arguments with spaces now (Issue 258).\par\r
41 {\pntext\f1\'B7\tab}For some Git commands (such as "git commit"), vi no longer "restores" the cursor position.\par\r
42 \pard\b\fs24\par\r
43 Changes since Git-1.6.2.2-preview20090408\par\r
44 \par\r
45 \i\fs20 New Features\par\r
46 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.6.3.\par\r
47 {\pntext\f1\'B7\tab}Thanks to Marius Storm-Olsen, Git has a substantially faster readdir() implementation now.\par\r
48 {\pntext\f1\'B7\tab}Marius Storm-Olsen also contributed a patch to include nedmalloc, again speeding up Git noticably.\par\r
49 {\pntext\f1\'B7\tab}Compiled with GCC 4.4.0\par\r
50 \pard\li144\par\r
51 \pard\b\i Bugfixes\b0\i0\par\r
52 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432 Portable Git contains a README.portable.\par\r
53 {\pntext\f1\'B7\tab}Portable Git now actually includes the builtins.\par\r
54 {\pntext\f1\'B7\tab}Portable Git includes git-cmd.bat and git-bash.bat.\par\r
55 {\pntext\f1\'B7\tab}Portable Git is now shipped as a .7z; it still is a self-extracting archive if you rename it to .exe.\par\r
56 {\pntext\f1\'B7\tab}Git includes the Perl Encode module now.\par\r
57 {\pntext\f1\'B7\tab}Git now includes the filter-branch tool.\par\r
58 {\pntext\f1\'B7\tab}There is a workaround for a Windows 7 regression triggering a crash in the progress reporting (e.g. during a clone). This fixes issues 236 and 247.\par\r
59 {\pntext\f1\'B7\tab}gitk tries not to crash when it is closed while reading references (Issue 125, thanks Pat Thoyts).\par\r
60 {\pntext\f1\'B7\tab}In some setups, hard-linking is not as reliable as it should be, so we have a workaround which avoids hard links in some situations (Issues 222 and 229).\par\r
61 {\pntext\f1\'B7\tab}git-svn sets core.autocrlf to false now, hopefully shutting up most of the git-svn reports.\par\r
62 \pard\b\fs24\par\r
63 Changes since Git-1.6.2.1-preview20090322\par\r
64 \par\r
65 \i\fs20 New Features\par\r
66 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.6.2.2.\par\r
67 {\pntext\f1\'B7\tab}Upgraded Tcl/Tk to 8.5.5.\par\r
68 {\pntext\f1\'B7\tab}TortoiseMerge is supported by mergetool now.\par\r
69 {\pntext\f1\'B7\tab}Uses pthreads (faster garbage collection on multi-core machines).\par\r
70 {\pntext\f1\'B7\tab}The test suite passes!\par\r
71 \pard\li144\par\r
72 \pard\b\i Bugfixes\b0\i0\par\r
73 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432 Renaming was made more robust (due to Explorer or some virus scanners, files could not be renamed at the first try, so we have to try multiple times).\par\r
74 {\pntext\f1\'B7\tab}Johannes Sixt made \ul lots\ulnone  of changes to the test-suite to identify properly which tests should pass, and which ones cannot pass due to limitations of the platform.\par\r
75 {\pntext\f1\'B7\tab}Support PAGERs with spaces in their filename.\par\r
76 {\pntext\f1\'B7\tab}Quite a few changes were undone which we needed in the olden days of msysGit.\par\r
77 {\pntext\f1\'B7\tab}Fall back to / when HOME cannot be set to the real home directory due to locale issues (works around Issue 108 for the moment).\par\r
78 \pard\b\fs24\par\r
79 Changes since Git-1.6.2-preview20090308\par\r
80 \par\r
81 \i\fs20 New Features\par\r
82 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.6.2.1.\par\r
83 {\pntext\f1\'B7\tab}A portable application is shipped in addition to the installer (Issue 195).\par\r
84 {\pntext\f1\'B7\tab}Comes with a Windows-specific mmap() implementation (Issue 198).\par\r
85 \pard\li144\par\r
86 \pard\b\i Bugfixes\b0\i0\par\r
87 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432 ANSI control characters are no longer shown verbatim (Issue 124).\par\r
88 {\pntext\f1\'B7\tab}Temporary files are created respecting core.autocrlf (Issue 177).\par\r
89 {\pntext\f1\'B7\tab}The Git Bash prompt is colorful again (Issue 199).\par\r
90 {\pntext\f1\'B7\tab}Fixed crash when hardlinking during a clone failed (Issue 204).\par\r
91 {\pntext\f1\'B7\tab}An infinite loop was fixed in git-gui (Issue 205).\par\r
92 {\pntext\f1\'B7\tab}The ssh protocol is always used with plink.exe (Issue 209).\par\r
93 {\pntext\f1\'B7\tab}More vim files are shipped now, so that syntax highlighting works.\par\r
94 \pard\b\fs24\par\r
95 Changes since Git-1.6.1-preview20081225\par\r
96 \par\r
97 \i\fs20 New Features\par\r
98 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.6.2.\par\r
99 {\pntext\f1\'B7\tab}Comes with upgraded vim 7.2.\par\r
100 {\pntext\f1\'B7\tab}Compiled with GCC 4.3.3.\par\r
101 {\pntext\f1\'B7\tab}The user can choose the preferred CR/LF behavior in the installer now.\par\r
102 {\pntext\f1\'B7\tab}Peter Kodl contributed support for hardlinks on Windows.\par\r
103 {\pntext\f1\'B7\tab}The bash prompt shows information about the current repository.\par\r
104 \pard\li144\par\r
105 \pard\b\i Bugfixes\b0\i0\par\r
106 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432 If supported by the file system, pack files can grow larger than 2gb.\par\r
107 {\pntext\f1\'B7\tab}Comes with updated msys-1.0.dll (should fix some Vista issues).\par\r
108 {\pntext\f1\'B7\tab}Assorted fixes to support the new libexec/git-core/ layout better.\par\r
109 {\pntext\f1\'B7\tab}Read-only files can be properly replaced now.\par\r
110 {\pntext\f1\'B7\tab}git-svn is included again (original caveats still apply).\par\r
111 {\pntext\f1\'B7\tab}Obsolete programs from previous installations are cleaned up.\par\r
112 \pard\li144\par\r
113 \pard\b\fs24 Changes since Git-1.6.0.2-preview20080923\par\r
114 \i\fs20\par\r
115 New Features\par\r
116 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.6.1.\par\r
117 {\pntext\f1\'B7\tab}Avoid useless console windows.\par\r
118 {\pntext\f1\'B7\tab}Installer remembers how to handle PATH. \par\r
119 \pard\b\fs24\par\r
120 Changes since Git-1.6.0.2-preview20080921\par\r
121 \i\fs20\par\r
122 Bugfixes\b0\i0\par\r
123 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432 ssh works again.\par\r
124 {\pntext\f1\'B7\tab}'git add -p' works again.\par\r
125 {\pntext\f1\'B7\tab}Various programs that aborted with 'Assertion failed: argv0_path' are fixed.\par\r
126 \pard\b\fs24\par\r
127 Changes since Git-1.5.6.1-preview20080701\par\r
128 \i\fs20\par\r
129 Removed Features\par\r
130 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 git svn is excluded from the end-user installer (see Known Issues).\par\r
131 \pard\b\fs24\par\r
132 \i\fs20 New Features\par\r
133 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.6.0.2.\par\r
134 \pard\li144\par\r
135 \pard\b\i Bugfixes\b0\i0\par\r
136 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432 No Windows-specific bugfixes.\par\r
137 \pard\b\fs24\par\r
138 Changes since Git-1.5.6-preview20080622\par\r
139 \par\r
140 \i\fs20 New Features\par\r
141 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.5.6.1.\par\r
142 \pard\li144\par\r
143 \pard\b\i Bugfixes\b0\i0\par\r
144 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432 Includes fixed msys-1.0.dll that supports Vista and Windows Server 2008 (Issue 122).\par\r
145 {\pntext\f1\'B7\tab}cmd wrappers do no longer switch off echo.\par\r
146 \pard\b\fs24\par\r
147 Changes since Git-1.5.5-preview20080413\par\r
148 \par\r
149 \i\fs20 New Features\par\r
150 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.5.6.\par\r
151 {\pntext\f1\'B7\tab}Installer supports configuring a user provided plink (PuTTY).\par\r
152 \pard\li144\par\r
153 \pard\b\i Bugfixes\b0\i0\par\r
154 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432 Comes with tweaked msys-1.0.dll to solve some command line mangling issues.\par\r
155 {\pntext\f1\'B7\tab}cmd wrapper does no longer close the command window.\par\r
156 {\pntext\f1\'B7\tab}Programs in the system PATH, for example editors, can be launched from Git without specifying their full path.\par\r
157 {\pntext\f1\'B7\tab}"git stash apply stash@\{1\}" works.\par\r
158 {\pntext\f1\'B7\tab}Comes with basic ANSI control code emulation for the Windows console to avoid wrapping of pull/merge's diffstats.\par\r
159 {\pntext\f1\'B7\tab}Git correctly passes port numbers to PuTTY's plink \par\r
160 \pard\b\fs24\par\r
161 Changes since Git-1.5.4-preview20080202\par\r
162 \par\r
163 \i\fs20 New Features\par\r
164 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.5.5.\par\r
165 {\pntext\f1\'B7\tab}core.autocrlf is enabled (true) by default. This means git converts to Windows line endings (CRLF) during checkout and converts to Unix line endings (LF) during commit. This is the right choice for cross-platform projects. If the conversion is not reversible, git warns the user. The installer warns about the new default before the installation starts.\par\r
166 {\pntext\f1\'B7\tab}The user does no longer have to "accept" the GPL but only needs to press "continue".\par\r
167 {\pntext\f1\'B7\tab}Installer deletes shell scripts that have been replaced by builtins. Upgrading should be safer.\par\r
168 {\pntext\f1\'B7\tab}Supports "git svn". Note that the performance might be below your expectation.\par\r
169 \pard\li144\par\r
170 \pard\b\i Bugfixes\b0\i0\par\r
171 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432 Newer ssh fixes connection failures (issue 74).\par\r
172 {\pntext\f1\'B7\tab}Comes with MSys-1.0.11-20071204.  This should solve some "fork: resource unavailable" issues.\par\r
173 {\pntext\f1\'B7\tab}All DLLs are rebased to avoid problems with "fork" on Vista.\par\r
174 \pard\b\fs24\par\r
175 Changes since Git-1.5.3.6-preview20071126\par\r
176 \par\r
177 \i\fs20 New Features\par\r
178 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Comes with official git 1.5.4.\par\r
179 {\pntext\f1\'B7\tab}Some commands that are not yet suppoted on Windows are no longer included (see Known Issues above).\par\r
180 {\pntext\f1\'B7\tab}Release notes are displayed in separate window.\b\fs24\par\r
181 \b0\fs20{\pntext\f1\'B7\tab}Includes qsort replacement to improve performance on Windows 2000.\par\r
182 \pard\b\fs24\par\r
183 \i\fs20 Bugfixes\b0\i0\par\r
184 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432 Fixes invalid error message that setup.ini cannot be deleted on uninstall.\par\r
185 {\pntext\f1\'B7\tab}Setup tries harder to finish the installation and reports more detailed errors.\par\r
186 {\pntext\f1\'B7\tab}Vim's syntax highlighting is suitable for dark background.\par\r
187 \pard\b\fs24\par\r
188 Changes since Git-1.5.3.5-preview20071114\par\r
189 \par\r
190 \i\fs20 New Features\par\r
191 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Git is included in version 1.5.3.6.\b\i\par\r
192 \b0\i0{\pntext\f1\'B7\tab}Setup displays release notes.\par\r
193 \pard\b\fs24\par\r
194 \i\fs20 Bugfixes\b0\i0\par\r
195 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432 pull/fetch/push in git-gui works. Note, there is no way for ssh to ask for a passphrase or for confirmation if you connect to an unknown host. So, you must have ssh set up to work without passphrase. Either you have a key without passphrase, or you started ssh-agent. You may also consider using PuTTY by pointing GIT_SSH to plink.exe and handle your ssh keys with Pageant. In this case you should include your login name in urls. You must also connect to an unknown host once from the command line and confirm the host key, before you can use it from git-gui.\par\r
196 \pard\b\fs24\par\r
197 Changes since Git-1.5.3-preview20071027\fs20\par\r
198 \i\par\r
199 New Features\par\r
200 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0\i0 Git is included in version 1.5.3.5.\par\r
201 {\pntext\f1\'B7\tab}Setup can be installed as normal user.\par\r
202 {\pntext\f1\'B7\tab}When installing as Administrator, all icons except the Quick Launch icon will be created for all users.\par\r
203 {\pntext\f1\'B7\tab}"git help user-manual" displays the user manual.\par\r
204 \pard\b\par\r
205 \i Bugfixes\b0\i0\par\r
206 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432 Git Bash works on Windows XP 64.\par\r
207 \pard\par\r
208 \b\fs24 Changes since Git-1.5.3-preview20071019\par\r
209 \fs20\par\r
210 \i Bugfixes\i0\par\r
211 \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-288\li432\b0 The templates for a new repository are found.\par\r
212 {\pntext\f1\'B7\tab}The global configuration /etc/gitconfig is found.\par\r
213 {\pntext\f1\'B7\tab}Git Gui localization works. It falls back to English if a translation has errors.\par\r
214 \pard\par\r
215 \b\fs24 Changes since WinGit-0.2-alpha\par\r
216 \b0\fs20 The history of the release notes stops here. Various new features and bugfixes are available since WinGit-0.2-alpha. Please check the git history of the msysgit project for details.\par\r