diff --git a/ACE/NEWS b/ACE/NEWS index 71a1de3775652..75469fcac510c 100644 --- a/ACE/NEWS +++ b/ACE/NEWS @@ -1,8 +1,11 @@ +USER VISIBLE CHANGES BETWEEN ACE-7.1.3 and ACE-7.1.4 +==================================================== + USER VISIBLE CHANGES BETWEEN ACE-7.1.2 and ACE-7.1.3 ==================================================== . Fixed possible race conditions in extreme use case - in the barriar and future implementations + in the barrier and future implementations . Improve support for QNX 7.1 and FreeBSD 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 5600d0d4e9015..72f5cf2c1fe75 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=2023_10_30; else olddate=$3; fi +if test -z $3; then olddate=2024_01_16; 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 a10c35dd4cfef..b3b2d7ed4d664 100644 --- a/ACE/docs/Download.html +++ b/ACE/docs/Download.html @@ -90,81 +90,81 @@

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