]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Include changelog when making snapshots
authorhno <>
Fri, 7 Nov 2003 23:46:00 +0000 (23:46 +0000)
committerhno <>
Fri, 7 Nov 2003 23:46:00 +0000 (23:46 +0000)
mksnapshot.sh

index 982dd81785d49791670ec609cea223e6e587922a..ce047852b92b06be6dec7413dd3609e461d051f8 100755 (executable)
@@ -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