parent
33eacd3ff4
commit
e634160bf4
|
@ -0,0 +1,13 @@
|
||||||
|
Git v2.9.2 Release Notes
|
||||||
|
========================
|
||||||
|
|
||||||
|
Fixes since v2.9.1
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* A fix merged to v2.9.1 had a few tests that are not meant to be
|
||||||
|
run on platforms without 64-bit long, which caused unnecessary
|
||||||
|
test failures on them because we didn't detect the platform and
|
||||||
|
skip them. These tests are now skipped on platforms that they
|
||||||
|
are not applicable to.
|
||||||
|
|
||||||
|
No other change is included in this update.
|
|
@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
|
||||||
branch of the `git.git` repository.
|
branch of the `git.git` repository.
|
||||||
Documentation for older releases are available here:
|
Documentation for older releases are available here:
|
||||||
|
|
||||||
* link:v2.9.1/git.html[documentation for release 2.9.1]
|
* link:v2.9.2/git.html[documentation for release 2.9.2]
|
||||||
|
|
||||||
* release notes for
|
* release notes for
|
||||||
|
link:RelNotes/2.9.2.txt[2.9.2],
|
||||||
link:RelNotes/2.9.1.txt[2.9.1],
|
link:RelNotes/2.9.1.txt[2.9.1],
|
||||||
link:RelNotes/2.9.0.txt[2.9].
|
link:RelNotes/2.9.0.txt[2.9].
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
GVF=GIT-VERSION-FILE
|
GVF=GIT-VERSION-FILE
|
||||||
DEF_VER=v2.9.1
|
DEF_VER=v2.9.2
|
||||||
|
|
||||||
LF='
|
LF='
|
||||||
'
|
'
|
||||||
|
|
Loading…
Reference in New Issue