------------------------------------------------------------ revno: 13688 revision-id: squid3@treenet.co.nz-20141218124332-zwd0zirjx1nje3qp parent: squid3@treenet.co.nz-20141209163948-dvpwxslmj63b23x8 committer: Amos Jeffries branch nick: 3.5 timestamp: Thu 2014-12-18 04:43:32 -0800 message: Maintenance: check release notes on packaging ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20141218124332-zwd0zirjx1nje3qp # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # testament_sha1: f132850b922b25d204d3e2b6bd7201d239404e21 # timestamp: 2014-12-18 12:50:54 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.5 # base_revision_id: squid3@treenet.co.nz-20141209163948-\ # dvpwxslmj63b23x8 # # Begin patch === modified file 'mkrelease.sh' --- mkrelease.sh 2014-10-17 05:18:14 +0000 +++ mkrelease.sh 2014-12-18 12:43:32 +0000 @@ -61,6 +61,11 @@ exit 1 fi RELEASE=`echo $VERSION | cut -d. -f1,2 | cut -d- -f1` +NOTES_VERSION=`grep "$VERSION" doc/release-notes/release-${RELEASE}.html` +if test "x$NOTES_VERSION" = "x"; then + echo "ERROR! Release Notes HTML version numbers do not match!" + exit 1 +fi ed -s configure.ac <