diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-02-05 13:23:56 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-02-05 13:23:56 -0800 |
commit | 9874fca7122563e28d699a911404fc49d2a24f1c (patch) | |
tree | 1de7b1401952609b4a78879caea64c748f7c3d74 /Documentation | |
parent | 0d1c285af265459006c012aa4415175c2db961ad (diff) | |
download | git-9874fca7122563e28d699a911404fc49d2a24f1c.tar.gz git-9874fca7122563e28d699a911404fc49d2a24f1c.tar.xz |
Git 2.3v2.3.0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes/2.3.0.txt | 6 | ||||
-rw-r--r-- | Documentation/git.txt | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.3.0.txt b/Documentation/RelNotes/2.3.0.txt index 11dc73c38..e3c639c84 100644 --- a/Documentation/RelNotes/2.3.0.txt +++ b/Documentation/RelNotes/2.3.0.txt @@ -1,6 +1,12 @@ 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 ------------------ diff --git a/Documentation/git.txt b/Documentation/git.txt index 9d3343142..eadbd0535 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -43,6 +43,11 @@ unreleased) version of Git, that is available from the 'master' branch of the `git.git` repository. 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] * release notes for |