summaryrefslogtreecommitdiffstats
path: root/moon-abe/pbc-0.5.14/announce
blob: c13b2b95a7c99aba3021717fd10cf33a66abd31e (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
VER=`grep AC_INIT configure.ac | sed 's/.*\[\([0-9]*\.[0-9]*\.[0-9]*\)\].*/\1/'`
echo PBC $VER Released
echo 'The new release is available at
  http://crypto.stanford.edu/pbc/
'
sed -n '/^Changes between PBC version '$VER'/,/^Changes/p' < NEWS | sed '$c \
-Ben'