We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1bb8f4 commit 94058a9Copy full SHA for 94058a9
Documentation/RelNotes-1.6.6.txt
@@ -222,9 +222,3 @@ Fixes since v1.6.5
222
223
All of the fixes in v1.6.5.X maintenance series are included in this
224
release, unless otherwise noted.
225
-
226
----
227
-exec >/var/tmp/1
228
-echo O=$(git describe master)
229
-O=v1.6.6-rc1-79-g529f8c6
230
-git shortlog --no-merges $O..master --not maint
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v1.6.6-rc2.GIT
+DEF_VER=v1.6.6-rc3.GIT
5
6
LF='
7
'
0 commit comments