Mercurial > masqmail
view devel/list-versions @ 245:2f5e2b6a3a39
removed ADDR_FLAG_NOEXPAND as it is not needed anymore
the new alias algorithm doesn't need it anymore
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Wed, 27 Oct 2010 11:31:14 -0300 |
parents | 7b70bf4f1f42 |
children | a6404efa35bc |
line wrap: on
line source
#!/bin/sh # # list the version numbers in several important files # run this script before generating a release ( grep '^AC_INIT' /dev/null configure.* printf "Changelog:" sed -n '/^[0-9]\.[0-9]\{1,\}\.[0-9]\{1,\}/{p;q}' ChangeLog printf "NEWS:" sed -n '/^[0-9]\.[0-9]\{1,\}\.[0-9]\{1,\}/{p;q}' NEWS grep '^\.TH' /dev/null man/*.[0-9] ) | sed 's~\([^:]*\):.*\([0-9]\.[0-9]\{1,\}\.[0-9]\{1,\}\).*~\2 \1~'