File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -116,11 +116,17 @@ Foreign Interface
116116 * The remote helper interface to interact with subversion
117117 repositories (one of the GSoC 2012 projects) has been merged.
118118
119+ * The documentation for git(1) was pointing at a page at an external
120+ site for the list of authors that no longer existed. The link has
121+ been updated to point at an alternative site.
122+
119123
120124Performance, Internal Implementation, etc.
121125
122126 * Compilation on Cygwin with newer header files are supported now.
123127
128+ * A couple of low-level implementation updates on MinGW.
129+
124130 * The logic to generate the initial advertisement from "upload-pack"
125131 (i.e. what is invoked by "git fetch" on the other side of the
126132 connection) to list what refs are available in the repository has
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.8.1-rc1
4+ DEF_VER=v1.8.1-rc2
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments