From 08bb96f546c2bf9c6dd0767babc69d2377234f47 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 24 Jan 2019 09:27:53 +0100 Subject: Make x.5.4 public available * ACE/NEWS: * ACE/bin/copy-local-script.sh: * ACE/bin/copy-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS: --- ACE/NEWS | 3 + ACE/bin/copy-local-script.sh | 2 +- ACE/bin/copy-script.sh | 2 +- ACE/bin/diff-builds-and-group-fixed-tests-only.sh | 2 +- ACE/docs/Download.html | 64 ++++++------- ACE/docs/bczar/bczar.html | 104 +++++++--------------- ACE/etc/index.html | 1 + TAO/NEWS | 3 + 8 files changed, 76 insertions(+), 105 deletions(-) diff --git a/ACE/NEWS b/ACE/NEWS index 50a9fe7dd3e..018e35ccf34 100644 --- a/ACE/NEWS +++ b/ACE/NEWS @@ -1,3 +1,6 @@ +USER VISIBLE CHANGES BETWEEN ACE-6.5.4 and ACE-6.5.5 +==================================================== + USER VISIBLE CHANGES BETWEEN ACE-6.5.3 and ACE-6.5.4 ==================================================== diff --git a/ACE/bin/copy-local-script.sh b/ACE/bin/copy-local-script.sh index af812b9c95b..68dfb17a2f8 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]/-6.5.4&/'` + d=`echo $i | sed 's/\.[tz][ai][rp]/-6.5.5&/'` echo "Copying $i to $d" cp -ip $i $d done diff --git a/ACE/bin/copy-script.sh b/ACE/bin/copy-script.sh index b559ade8a66..9349adbf288 100755 --- a/ACE/bin/copy-script.sh +++ b/ACE/bin/copy-script.sh @@ -1,7 +1,7 @@ #!/bin/sh for i in *.gz *.bz2 *.zip *.md5; do - d=`echo $i | sed 's/\.[tz][ai][rp]/-6.5.4&/'` + d=`echo $i | sed 's/\.[tz][ai][rp]/-6.5.5&/'` echo "Copying $i to $d" cp -ip $i /export/www/download.dre/previous_versions/$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 ac7065aac11..45a90d1cbc5 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=2018_11_19; else olddate=$3; fi +if test -z $3; then olddate=2019_01_24; 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 if test -z $CIAO_ROOT; then CIAO_ROOT=${TAO_ROOT}/CIAO; fi diff --git a/ACE/docs/Download.html b/ACE/docs/Download.html index 3a7c9f87ac5..7f90fe75b95 100644 --- a/ACE/docs/Download.html +++ b/ACE/docs/Download.html @@ -83,7 +83,7 @@ case. You may want to understand the DOC group's bug fixing policies when you make this decision.

The full packages do contain all sources with pre generated makefiles for GNU -make, Visual Studio 2015/017. The +make, Visual Studio 2015/2017. The sources-only packages just contain the source code, you have to generate your own makefiles with MPC.

@@ -92,81 +92,81 @@ Windows line feeds. For all other platforms download a .gz/.bz2 package.


+
  • + Update ACE_wrappers/bin/copy-local-script.sh for use the latest version number and use this script to rename all packages + locally to include the version number. After this is done upload the versioned packages to the github release page +
  • Validate the packages on the webserver whether they are really containing the new release. Make at least one build where you run the TAO Hello world test and check if the libraries are having the @@ -418,6 +380,8 @@
  • bin/diff-builds-and-group-fixed-tests-only.sh to give the correct default old_date for this release.
  • Update the ACE/NEWS and TAO/NEWS files to have a new section for the next release.
  • +
  • + Put the release details also on the github release page for this latest release, see https://github.com/DOCGroup/ACE_TAO/releases
  • Update openSUSE Build service using
    diff --git a/ACE/etc/index.html b/ACE/etc/index.html index a60b7d37c8e..2be1319fb0f 100644 --- a/ACE/etc/index.html +++ b/ACE/etc/index.html @@ -30,6 +30,7 @@
    We do have the documentation for previous releases
      +
    • 6.5.4

    • 6.5.3

    • 6.5.2

    • 6.5.1

    • diff --git a/TAO/NEWS b/TAO/NEWS index fd4b90ac9b2..12a037efbc1 100644 --- a/TAO/NEWS +++ b/TAO/NEWS @@ -1,3 +1,6 @@ +USER VISIBLE CHANGES BETWEEN TAO-2.5.4 and TAO-2.5.5 +==================================================== + USER VISIBLE CHANGES BETWEEN TAO-2.5.3 and TAO-2.5.4 ==================================================== -- cgit v1.2.1