From: hno <> Date: Fri, 7 Nov 2003 23:46:00 +0000 (+0000) Subject: Include changelog when making snapshots X-Git-Tag: SQUID_3_0_PRE4~1162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2cc0e975457a4b69e5f3197df0448d560746e75;p=thirdparty%2Fsquid.git Include changelog when making snapshots --- diff --git a/mksnapshot.sh b/mksnapshot.sh index 982dd81785..ce047852b9 100755 --- a/mksnapshot.sh +++ b/mksnapshot.sh @@ -48,6 +48,8 @@ if [ -f $relnotes ]; then cp -p $relnotes ${PACKAGE}-${VERSION}-${date}-RELEASENOTES.html echo ${PACKAGE}-${VERSION}-${date}-RELEASENOTES.html >>${tag}.out fi +cp -p $tmpdir/ChangeLog ${PACKAGE}-${VERSION}-${date}-ChangeLog.txt +echo ${PACKAGE}-${VERSION}-${date}-ChangeLog.txt >>${tag}.out if (echo $VERSION | grep PRE) || (echo $VERSION | grep STABLE); then echo "Differences from ${PACKAGE}-${VERSION} to ${PACKAGE}-${VERSION}-${date}" >${PACKAGE}-${VERSION}-${date}.diff