From b0e766146110d476f86919741ca35c5ae1baa4b9 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 17 Nov 2022 10:07:57 +0100 Subject: Make x.0.10 publicly available * ACE/NEWS: * ACE/bin/copy-local-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/etc/index.html: * TAO/NEWS: --- ACE/NEWS | 3 ++ ACE/bin/copy-local-script.sh | 2 +- ACE/bin/diff-builds-and-group-fixed-tests-only.sh | 2 +- ACE/docs/Download.html | 64 +++++++++++------------ ACE/etc/index.html | 1 + TAO/NEWS | 3 ++ 6 files changed, 41 insertions(+), 34 deletions(-) diff --git a/ACE/NEWS b/ACE/NEWS index 5a85a46a1f8..778a2f261da 100644 --- a/ACE/NEWS +++ b/ACE/NEWS @@ -1,3 +1,6 @@ +USER VISIBLE CHANGES BETWEEN ACE-7.0.10 and ACE-7.0.11 +====================================================== + USER VISIBLE CHANGES BETWEEN ACE-7.0.9 and ACE-7.0.10 ===================================================== diff --git a/ACE/bin/copy-local-script.sh b/ACE/bin/copy-local-script.sh index 84c1efbde48..81b7d4e5094 100755 --- a/ACE/bin/copy-local-script.sh +++ b/ACE/bin/copy-local-script.sh @@ -1,7 +1,7 @@ #!/bin/sh for i in *.gz *.bz2 *.zip *.md5; do - d=`echo $i | sed 's/\.[tz][ai][rp]/-7.0.9&/'` + d=`echo $i | sed 's/\.[tz][ai][rp]/-7.0.10&/'` echo "Copying $i to $d" cp -ip $i $d done diff --git a/ACE/bin/diff-builds-and-group-fixed-tests-only.sh b/ACE/bin/diff-builds-and-group-fixed-tests-only.sh index 3e77280757a..02cdf598f69 100755 --- a/ACE/bin/diff-builds-and-group-fixed-tests-only.sh +++ b/ACE/bin/diff-builds-and-group-fixed-tests-only.sh @@ -2,7 +2,7 @@ if test -z $1; then newdate=`date -u +%Y_%m_%d`; else newdate=$1; fi if test -z $2; then prefix=`date -u +%Y%m%d%a`; else prefix=$2; fi -if test -z $3; then olddate=2022_10_01; else olddate=$3; fi +if test -z $3; then olddate=2022_11_17; else olddate=$3; fi if test -z $ACE_ROOT; then ACE_ROOT=..; fi if test -z $TAO_ROOT; then TAO_ROOT=${ACE_ROOT}/TAO; fi # diff --git a/ACE/docs/Download.html b/ACE/docs/Download.html index 3f6d66790c6..9f26c23b4cb 100644 --- a/ACE/docs/Download.html +++ b/ACE/docs/Download.html @@ -90,81 +90,81 @@ Windows line feeds. For all other platforms download a .gz/.bz2 package.