Compilation environment fixes to make make install work correctly.
[crypto.git] / scripts / release
1 #!/bin/sh
2
3 last="$1"
4 new="$2"
5 git tag $new
6 git log --no-merges $new ^$last > ChangeLog
7 echo "" >> ChangeLog
8 git diff --stat --summary -M $last $new >> ChangeLog