From c9e15410ccf4d9cbb5fb39c4dba32c24a4d2b48e Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 2 Aug 2024 10:21:01 +0200 Subject: [PATCH] Make ACE 8.0.1 and TAO 4.0.1 public * 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: --- ACE/NEWS | 5 +- ACE/bin/copy-local-script.sh | 2 +- .../diff-builds-and-group-fixed-tests-only.sh | 2 +- ACE/docs/Download.html | 62 +++++++++---------- ACE/etc/index.html | 1 + 5 files changed, 38 insertions(+), 34 deletions(-) diff --git a/ACE/NEWS b/ACE/NEWS index d46e6cde59433..48b16b6359f2c 100644 --- a/ACE/NEWS +++ b/ACE/NEWS @@ -1,7 +1,10 @@ +USER VISIBLE CHANGES BETWEEN ACE-8.0.1 and ACE-8.0.2 +==================================================== + USER VISIBLE CHANGES BETWEEN ACE-8.0.0 and ACE-8.0.1 ==================================================== -. When using the Embarcadero C++ Builder bcc64x compiler now bcc64x is +. When using the Embarcadero C++ Builder bcc64x compiler now bcc64x is used as linker instead of ld.lld USER VISIBLE CHANGES BETWEEN ACE-7.1.4 and ACE-8.0.0 diff --git a/ACE/bin/copy-local-script.sh b/ACE/bin/copy-local-script.sh index 1ac76856a8e9d..b9e27b293136e 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]/-8.0.0&/'` + d=`echo $i | sed 's/\.[tz][ai][rp]/-8.0.1&/'` 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 68c026e17eb95..ea43cf505191e 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=2024_05_16; else olddate=$3; fi +if test -z $3; then olddate=2024_08_02; 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 0ef68a3e0cc33..a6949e8f18cb3 100644 --- a/ACE/docs/Download.html +++ b/ACE/docs/Download.html @@ -90,80 +90,80 @@

Downloading Freely Available Versions of ACE, TAO, CIAO, and DAnCE