diff --git a/ACE/NEWS b/ACE/NEWS index 33d939cf21e1b..0d4d6d611b406 100644 --- a/ACE/NEWS +++ b/ACE/NEWS @@ -1,10 +1,13 @@ +USER VISIBLE CHANGES BETWEEN ACE-8.0.2 and ACE-8.0.3 +==================================================== + USER VISIBLE CHANGES BETWEEN ACE-8.0.1 and ACE-8.0.2 ==================================================== . Removed ACE_make_checked_array_iterator that used deprecated - stdext::checked_array_iterator + stdext::checked_array_iterator -. Embarcadero C++ Builder bcc64x compiler supported has been +. Embarcadero C++ Builder bcc64x compiler support has been updated to match the C++Builder 12.2 release . Added support for Linux platforms that use musl-libc instead of glibc diff --git a/ACE/bin/copy-local-script.sh b/ACE/bin/copy-local-script.sh index b9e27b293136e..eefdfe89ae965 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.1&/'` + d=`echo $i | sed 's/\.[tz][ai][rp]/-8.0.3&/'` 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 ea43cf505191e..42968b1b49466 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_08_02; else olddate=$3; fi +if test -z $3; then olddate=2024_12_06; 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 a6949e8f18cb3..390851f5ae6f2 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