Git 2.17-rc0
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Mar 2018 22:01:05 +0000 (15:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Mar 2018 22:01:05 +0000 (15:01 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.17.0.txt
GIT-VERSION-GEN
index 7001dbbf88b7ea5822eb0b798ac983505c57b3dc..c828d37345224550540a1665aaed2566d5bcb40e 100644 (file)
@@ -61,6 +61,10 @@ UI, Workflows & Features
  * "git diff" and friends learned funcname patterns for Go language
    source files.
 
  * "git diff" and friends learned funcname patterns for Go language
    source files.
 
+ * "git send-email" learned "--reply-to=<address>" option.
+
+ * Funcname pattern used for C# now recognizes "async" keyword.
+
 
 Performance, Internal Implementation, Development Support etc.
 
 
 Performance, Internal Implementation, Development Support etc.
 
@@ -134,6 +138,8 @@ Performance, Internal Implementation, Development Support etc.
    is the untracked cache information is often wasteful, and this has
    been optimized out.
 
    is the untracked cache information is often wasteful, and this has
    been optimized out.
 
+ * Various pieces of Perl code we have have been cleaned up.
+
 
 Also contains various documentation updates and code clean-ups.
 
 
 Also contains various documentation updates and code clean-ups.
 
@@ -303,6 +309,9 @@ Fixes since v2.16
    when the command was reimplemented in C by mistake.
    (merge 095c741edd ab/gc-auto-in-commit later to maint).
 
    when the command was reimplemented in C by mistake.
    (merge 095c741edd ab/gc-auto-in-commit later to maint).
 
+ * Allow running a couple of tests with "sh -x".
+   (merge c20bf94abc sg/cvs-tests-with-x later to maint).
+
  * Other minor doc, test and build updates and code cleanups.
    (merge e2a5a028c7 bw/oidmap-autoinit later to maint).
    (merge ec3b4b06f8 cl/t9001-cleanup later to maint).
  * Other minor doc, test and build updates and code cleanups.
    (merge e2a5a028c7 bw/oidmap-autoinit later to maint).
    (merge ec3b4b06f8 cl/t9001-cleanup later to maint).
@@ -340,3 +349,4 @@ Fixes since v2.16
    (merge edfb8ba068 ot/ref-filter-cleanup later to maint).
    (merge 11395a3b4b jc/test-must-be-empty later to maint).
    (merge 768b9d6db7 mk/doc-pretty-fill later to maint).
    (merge edfb8ba068 ot/ref-filter-cleanup later to maint).
    (merge 11395a3b4b jc/test-must-be-empty later to maint).
    (merge 768b9d6db7 mk/doc-pretty-fill later to maint).
+   (merge 2caa7b8d27 ab/man-sec-list later to maint).
index 0c86f1c768d96d73528921f387b38bdf4cd10ada..067e9e7f4440a4a4a6f0dda6875fd3f840e694de 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.16.GIT
+DEF_VER=v2.17.0-rc0
 
 LF='
 '
 
 LF='
 '