Skip to content

Commit 9874fca

Browse files
committed
Git 2.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0d1c285 commit 9874fca

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

Documentation/RelNotes/2.3.0.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Git v2.3 Release Notes
22
======================
33

4+
This one ended up to be a release with lots of small corrections and
5+
improvements without big uncomfortably exciting features. The recent
6+
security fix that went to 2.2.1 and older maintenance tracks is also
7+
contained in this update.
8+
9+
410
Updates since v2.2
511
------------------
612

Documentation/git.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ unreleased) version of Git, that is available from the 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46+
* link:v2.3.0/git.html[documentation for release 2.3]
47+
48+
* release notes for
49+
link:RelNotes/2.3.0.txt[2.3].
50+
4651
* link:v2.2.2/git.html[documentation for release 2.2.2]
4752

4853
* release notes for

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=v2.3.0-rc2
4+
DEF_VER=v2.3.0
55

66
LF='
77
'

0 commit comments

Comments
 (0)