From b75ee3d8e1cc3dcad8d508b590167837fe0bfa2a Mon Sep 17 00:00:00 2001
From: Johnny Willemsen
Date: Wed, 17 Nov 2021 11:30:38 +0100
Subject: Prepare for next release and make x.0.5 public
* ACE/NEWS:
* 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/diff-builds-and-group-fixed-tests-only.sh | 2 +-
ACE/docs/Download.html | 64 +++++++++++------------
ACE/etc/index.html | 1 +
TAO/NEWS | 3 ++
5 files changed, 40 insertions(+), 33 deletions(-)
diff --git a/ACE/NEWS b/ACE/NEWS
index 39bb33547ac..21360ebc94e 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -1,3 +1,6 @@
+USER VISIBLE CHANGES BETWEEN ACE-7.0.5 and ACE-7.0.6
+====================================================
+
USER VISIBLE CHANGES BETWEEN ACE-7.0.4 and ACE-7.0.5
====================================================
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 da58474effd..20d74e9ff47 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=2021_10_01; else olddate=$3; fi
+if test -z $3; then olddate=2021_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 fd180b89eac..fe607e87279 100644
--- a/ACE/docs/Download.html
+++ b/ACE/docs/Download.html
@@ -92,81 +92,81 @@ Windows line feeds. For all other platforms download a .gz/.bz2 package.
-- Latest ACE+TAO Micro Release. The latest micro release is ACE 7.0.4 and TAO 3.0.4
-(ACE+TAO x.0.4), please use the links below to download it.
+
- Latest ACE+TAO Micro Release. The latest micro release is ACE 7.0.5 and TAO 3.0.5
+(ACE+TAO x.0.5), please use the links below to download it.
diff --git a/ACE/etc/index.html b/ACE/etc/index.html
index 9863ffde3aa..92f141a12dd 100644
--- a/ACE/etc/index.html
+++ b/ACE/etc/index.html
@@ -30,6 +30,7 @@
We do have the documentation for previous releases
+ 7.0.5
7.0.4
7.0.3
7.0.2
diff --git a/TAO/NEWS b/TAO/NEWS
index e96703d09fe..e115265675f 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -1,3 +1,6 @@
+USER VISIBLE CHANGES BETWEEN TAO-3.0.5 and TAO-3.0.6
+====================================================
+
USER VISIBLE CHANGES BETWEEN TAO-3.0.4 and TAO-3.0.5
====================================================
--
cgit v1.2.1