Start 1.7.1 cycle

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2010-02-13 15:01:37 -08:00
parent e923eaeb90
commit 318721e3ac
3 changed files with 19 additions and 2 deletions

View file

@ -0,0 +1,17 @@
Git v1.7.1 Release Notes
========================
Updates since v1.7.0
--------------------
Fixes since v1.7.0
------------------
All of the fixes in v1.7.0.X maintenance series are included in this
release, unless otherwise noted.
---
exec >/var/tmp/1
echo O=$(git describe)
O=v1.7.0
git shortlog --no-merges ^maint $O..

View file

@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
DEF_VER=v1.7.0
DEF_VER=v1.7.0.GIT
LF='
'

View file

@ -1 +1 @@
Documentation/RelNotes-1.7.0.txt
Documentation/RelNotes-1.7.1.txt