From 432c11a88682105a3ea1030444df6bc134f0a79c Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 6 Dec 2024 13:30:42 +0100 Subject: [PATCH] Make 8.0.2/4.0.2 public and prepare for next release * 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 | 7 ++- 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 + TAO/NEWS | 8 +++ 6 files changed, 47 insertions(+), 35 deletions(-) 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