Skip to content

Commit 2e90029

Browse files
committed
Git 1.8.1-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent fef1196 commit 2e90029

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Documentation/RelNotes/1.8.1.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

120124
Performance, 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

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.8.1-rc1
4+
DEF_VER=v1.8.1-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)