]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.9.2 v2.9.2
authorJunio C Hamano <gitster@pobox.com>
Fri, 15 Jul 2016 17:48:16 +0000 (10:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Jul 2016 17:48:16 +0000 (10:48 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.9.2.txt [new file with mode: 0644]
Documentation/git.txt
GIT-VERSION-GEN
RelNotes

diff --git a/Documentation/RelNotes/2.9.2.txt b/Documentation/RelNotes/2.9.2.txt
new file mode 100644 (file)
index 0000000..2620003
--- /dev/null
@@ -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.
index a474fa1a21f1a9d0ec2be3ad10a548bbb3b1a9b0..4ee0b363609947240ea74cf3d0d9ba5e71bfd891 100644 (file)
@@ -43,9 +43,10 @@ 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.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
+  link:RelNotes/2.9.2.txt[2.9.2],
   link:RelNotes/2.9.1.txt[2.9.1],
   link:RelNotes/2.9.0.txt[2.9].
 
index 2dadb9c219a6a8b0c85f35fc40877fa83aa43274..09f1228bcd79d963b60663e93aa53c35e4ff9fe7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.9.1
+DEF_VER=v2.9.2
 
 LF='
 '
index 5f1100e4013683cb25f21fe825e410f4e003029b..0d0afeb59e11f4b9597106025ce6d8984e73a582 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.9.1.txt
\ No newline at end of file
+Documentation/RelNotes/2.9.2.txt
\ No newline at end of file