parent
0d1c285af2
commit
9874fca712
|
@ -1,6 +1,12 @@
|
||||||
Git v2.3 Release Notes
|
Git v2.3 Release Notes
|
||||||
======================
|
======================
|
||||||
|
|
||||||
|
This one ended up to be a release with lots of small corrections and
|
||||||
|
improvements without big uncomfortably exciting features. The recent
|
||||||
|
security fix that went to 2.2.1 and older maintenance tracks is also
|
||||||
|
contained in this update.
|
||||||
|
|
||||||
|
|
||||||
Updates since v2.2
|
Updates since v2.2
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -43,6 +43,11 @@ 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.3.0/git.html[documentation for release 2.3]
|
||||||
|
|
||||||
|
* release notes for
|
||||||
|
link:RelNotes/2.3.0.txt[2.3].
|
||||||
|
|
||||||
* link:v2.2.2/git.html[documentation for release 2.2.2]
|
* link:v2.2.2/git.html[documentation for release 2.2.2]
|
||||||
|
|
||||||
* release notes for
|
* release notes for
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
GVF=GIT-VERSION-FILE
|
GVF=GIT-VERSION-FILE
|
||||||
DEF_VER=v2.3.0-rc2
|
DEF_VER=v2.3.0
|
||||||
|
|
||||||
LF='
|
LF='
|
||||||
'
|
'
|
||||||
|
|
Loading…
Reference in New Issue