summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 09:27:53 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-01-24 09:27:53 +0100
commit08bb96f546c2bf9c6dd0767babc69d2377234f47 (patch)
tree6024bfd9199f0d9734c86bcc17e36fbec9617757
parent5c30aea4a09ad2b09530de8868ae4a5b932ef601 (diff)
downloadATCD-08bb96f546c2bf9c6dd0767babc69d2377234f47.tar.gz
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:
-rw-r--r--ACE/NEWS3
-rwxr-xr-xACE/bin/copy-local-script.sh2
-rwxr-xr-xACE/bin/copy-script.sh2
-rwxr-xr-xACE/bin/diff-builds-and-group-fixed-tests-only.sh2
-rw-r--r--ACE/docs/Download.html64
-rw-r--r--ACE/docs/bczar/bczar.html104
-rw-r--r--ACE/etc/index.html1
-rw-r--r--TAO/NEWS3
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 <A
HREF="http://htmlpreview.github.com/?https://github.com/DOCGroup/ACE_TAO/blob/master/ACE/docs/ACE-bug-process.html">
bug fixing policies</A> when you make this decision. </P>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. </P>
<P>
@@ -92,81 +92,81 @@ Windows line feeds. For all other platforms download a .gz/.bz2 package.
</P>
<UL>
-<LI> <B>Latest ACE+TAO Micro Release.</B> The latest micro release is ACE 6.5.3 and TAO 2.5.3
+<LI> <B>Latest ACE+TAO Micro Release.</B> The latest micro release is ACE 6.5.4 and TAO 2.5.4
(ACE+TAO x.5.3), please use the links below to download it.<P>
<TABLE BORDER="4">
<TR><TH>Filename</TH><TH>Description</TH><TH>Full</TH><TH>Sources only</TH></TR>
<TR><TD>ACE+TAO.tar.gz</TD>
<TD>ACE+TAO (tar+gzip format)</TD>
- <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_3/ACE+TAO-6.5.3.tar.gz">HTTP</A>]
- [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-6.5.3.tar.gz">FTP</A>]
+ <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_4/ACE+TAO-6.5.4.tar.gz">HTTP</A>]
+ [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-6.5.4.tar.gz">FTP</A>]
</TD>
- <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_3/ACE+TAO-src-6.5.3.tar.gz">HTTP</A>]
- [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-src-6.5.3.tar.gz">FTP</A>]
+ <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_4/ACE+TAO-src-6.5.4.tar.gz">HTTP</A>]
+ [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-src-6.5.4.tar.gz">FTP</A>]
</TD>
</TR>
<TR><TD>ACE+TAO.tar.bz2</TD>
<TD>ACE+TAO (tar+bzip2 format)</TD>
- <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_3/ACE+TAO-6.5.3.tar.bz2">HTTP</A>]
- [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-6.5.3.tar.bz2">FTP</A>]
+ <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_4/ACE+TAO-6.5.4.tar.bz2">HTTP</A>]
+ [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-6.5.4.tar.bz2">FTP</A>]
</TD>
- <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_3/ACE+TAO-src-6.5.3.tar.bz2">HTTP</A>]
- [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-src-6.5.3.tar.bz2">FTP</A>]
+ <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_4/ACE+TAO-src-6.5.4.tar.bz2">HTTP</A>]
+ [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-src-6.5.4.tar.bz2">FTP</A>]
</TD>
</TR>
<TR><TD>ACE+TAO.zip</TD>
<TD>ACE+TAO (zip format)</TD>
- <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_3/ACE+TAO-6.5.3.zip">HTTP</A>]
- [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-6.5.3.zip">FTP</A>]
+ <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_4/ACE+TAO-6.5.4.zip">HTTP</A>]
+ [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-6.5.4.zip">FTP</A>]
</TD>
- <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_3/ACE+TAO-src-6.5.3.zip">HTTP</A>]
- [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-src-6.5.3.zip">FTP</A>]
+ <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_4/ACE+TAO-src-6.5.4.zip">HTTP</A>]
+ [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-src-6.5.4.zip">FTP</A>]
</TD>
</TR>
<TR><TD>ACE-html.tar.gz</TD>
<TD>Doxygen documentation for ACE+TAO (tar+gzip format)</TD>
- <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_3/ACE-html-6.5.3.tar.gz">HTTP</A>]
- [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-html-6.5.3.tar.gz">FTP</A>]
+ <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_4/ACE-html-6.5.4.tar.gz">HTTP</A>]
+ [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-html-6.5.4.tar.gz">FTP</A>]
</TD>
</TR>
<TR><TD>ACE-html.tar.bz2</TD>
<TD>Doxygen documentation for ACE+TAO (tar+bzip2 format)</TD>
- <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_3/ACE-html-6.5.3.tar.bz2">HTTP</A>]
- [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-html-6.5.3.tar.bz2">FTP</A>]
+ <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_4/ACE-html-6.5.4.tar.bz2">HTTP</A>]
+ [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-html-6.5.4.tar.bz2">FTP</A>]
</TD>
</TR>
<TR><TD>ACE-html.zip</TD>
<TD>Doxygen documentation for ACE+TAO (zip format)</TD>
- <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_3/ACE-html-6.5.3.zip">HTTP</A>]
- [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-html-6.5.3.zip">FTP</A>]
+ <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_4/ACE-html-6.5.4.zip">HTTP</A>]
+ [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-html-6.5.4.zip">FTP</A>]
</TD>
</TR>
<TR><TD>ACE.tar.gz</TD>
<TD>ACE only (tar+gzip format)</TD>
- <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_3/ACE-6.5.3.tar.gz">HTTP</A>]
- [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-6.5.3.tar.gz">FTP</A>]
+ <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_4/ACE-6.5.4.tar.gz">HTTP</A>]
+ [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-6.5.4.tar.gz">FTP</A>]
</TD>
- <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_3/ACE-src-6.5.3.tar.gz">HTTP</A>]
- [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-src-6.5.3.tar.gz">FTP</A>]
+ <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_4/ACE-src-6.5.4.tar.gz">HTTP</A>]
+ [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-src-6.5.4.tar.gz">FTP</A>]
</TD>
</TR>
<TR><TD>ACE.tar.bz2</TD>
<TD>ACE only (tar+bzip2 format)</TD>
- <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_3/ACE-6.5.3.tar.bz2">HTTP</A>]
- [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-6.5.3.tar.bz2">FTP</A>]
+ <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_4/ACE-6.5.4.tar.bz2">HTTP</A>]
+ [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-6.5.4.tar.bz2">FTP</A>]
</TD>
- <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_3/ACE-src-6.5.3.tar.bz2">HTTP</A>]
- [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-src-6.5.3.tar.bz2">FTP</A>]
+ <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_4/ACE-src-6.5.4.tar.bz2">HTTP</A>]
+ [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-src-6.5.4.tar.bz2">FTP</A>]
</TD>
</TR>
<TR><TD>ACE.zip</TD>
<TD>ACE only (zip format)</TD>
- <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_3/ACE-6.5.3.zip">HTTP</A>]
- [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-6.5.3.zip">FTP</A>]
+ <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_4/ACE-6.5.4.zip">HTTP</A>]
+ [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-6.5.4.zip">FTP</A>]
</TD>
- <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_3/ACE-src-6.5.3.zip">HTTP</A>]
- [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-src-6.5.3.zip">FTP</A>]
+ <TD>[<A HREF="http://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_4/ACE-src-6.5.4.zip">HTTP</A>]
+ [<A HREF="ftp://download.dre.vanderbilt.edu/previous_versions/ACE-src-6.5.4.zip">FTP</A>]
</TD>
</TR>
</TABLE>
diff --git a/ACE/docs/bczar/bczar.html b/ACE/docs/bczar/bczar.html
index 5d2e7203e63..9a1994d7f9a 100644
--- a/ACE/docs/bczar/bczar.html
+++ b/ACE/docs/bczar/bczar.html
@@ -37,11 +37,6 @@
The builds don't cover all the possible configurations. If you get a bug report
about a compile error in a particular configuration, try setting up a build to
make sure that it doesn't show up again if it has been fixed.
- <li>
- Keep an eye on the <a href="http://bugzilla.dre.vanderbilt.edu/">bugzilla
- </a>
- entries that are registered by users and developers. Decide on the bugs that
- need to be fixed for the micro and pain developers for an ETA.
</p>
<P>
The document <a href="./privileges.html">here </a>talks about the powers of a
@@ -295,7 +290,7 @@
rm -rf doxygen<br>
mkdir doxygen<br>
cd doxygen<br>
- git clone https://github.com/DOCGroup/ACE_TAO.git --depth 1 --branch ACE+TAO-6_5_3 ACE_TAO<br>
+ git clone https://github.com/DOCGroup/ACE_TAO.git --depth 1 --branch ACE+TAO-6_5_4 ACE_TAO<br>
cd ACE_TAO<br>
export ACE_ROOT=$PWD/ACE<br>
export TAO_ROOT=$PWD/TAO<br>
@@ -310,81 +305,44 @@
<li>
While doxygen churns, format a release announcement, including the release
notes gathered from developers.
- <ul>
- <li>Get from bugzilla the bugs fixed. Use the following
- <a href="http://bugzilla.dre.vanderbilt.edu/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&chfield=resolution&chfieldfrom=2015-09-07&chfieldto=Now&chfieldvalue=FIXED&list_id=452&product=ACE&product=TAO&query_format=advanced">query</a> as start query and update the start date.</li>
- <li>
- Let <a href="mailto:d.schmidt@vanderbilt.edu">Doug Schmidt</a> review these before
- you do anything with them.</li></ul>
-
- <li>
- Make sure the new version is available in Bugzilla.</li>
- <ul>
- <li>
- We now have a bczar Bugzilla user (bczar@dre.vanderbilt.edu) with full
- privileges which points to the bczar user at ISIS. To gain access to this
- account as a new build czar, you could update the ~/.forward file on one of the
- ISIS hosts (for example bczar@naboo.dre.vanderbilt.edu) with your own email
- address (but be aware that if you leave this ~/.forward file in effect, you
- will get innundated with cron mail messages from all of the ISIS lab build
- machines, so it is probably best to remove it after obtaining the Bugzilla
- password). From the "Bugzilla - Main Page"
- (http://bugzilla.dre.vanderbilt.edu/index.cgi) click on one of the various
- "LogIn" links, and from this login page you should be able to "Submit Request"
- to change a forgotten password. If you enter bczar@dre.vanderbilt.edu and click
- "Submit Request" this will email you the password change link to
- bczar@dre.vanderbilt.edu, which will then in turn be forwarded to your own
- email account. Simply copy this link into your browser to set your own bczar
- password for the next steps.</li>
- <li>
- here is the description of how to add a new version through Bugzilla.</li>
- <li>
- go to any Bugzilla "Query" page, you should see a grey box at the bottom. click
- "Log in" link to log in as bczar@dre.vanderbilt.edu.</li>
- <li>
- look at the grey box at bottom again. You will see several links following
- "Edit". Click on the "Product" link.</li>
- <li>
- you are then at "Select product" page. You should see a list components, i.e.,
- ACE TAO. Click on the product you want to edit.</li>
- <li>
- you are then at "Edit product" page. Scroll down a bit, you should see a list
- of all versions coming with this product. At the very beginning of the list,
- you should see "Edit versions" link. Click this link.</li>
- <li>
- you should see a "Add a new version" text box and a "Add" link just above the
- grey box at the bottom. Click on this link</li>
- <li>
- you are then at "Add version of [Name of the product]" page.</li>
- <li>
- you are able to add the new version now.</li>
- </ul><br>
<li>
- Back on <b>naboo.dre.vanderbilt.edu</b> once the doxygen generation has finished, update the documentation at www.dre.vanderbilt.edu/Doxygen.</li>
+ On <b>naboo.dre.vanderbilt.edu</b> once the doxygen generation has finished, update the documentation at www.dre.vanderbilt.edu/Doxygen.</li>
<ul>
<li>
- <code>cd /web/www/Doxygen</code></li>
- <li>
- Create a temporary directory. eg. tmp and change Directory to this- <br><code>mkdir tmp</code><br><code>cd tmp</code></li>
+ Create a temporary directory. eg. tmp and change Directory to this- </li>
<li>
- scp file from the download server -<br><code>scp
- bczar@download.dre.vanderbilt.edu:/export/www/download.dre/ACE+TAO-distribution/ACE-html.tar.bz2 .</code>
+ scp file from the download server
</li>
<li>
- Unzip and untar the files - <br><code>bunzip2 ACE-html.tar.bz2;tar -xvf ACE-html.tar</code></li>
- <li>back out of the temporary directory<br>
- <code>cd ..</code></li>
+ Unzip and untar the files</li>
+ <li>back out of the temporary directory
+ </li>
<li>
- Create directory 'Current Version No' for example 6.3.4 and change directory into this new one<br><code>mkdir 6.3.4<br>cd 6.3.4</code></li>
+ Create directory 'Current Version No' for example 6.3.4 and change directory into this new one
<li>
- Move contents of the temporary directory's html to this directory -<br><code>mv ../tmp/html .</code></li>
+ Move contents of the temporary directory's html to this directory -</li>
<li>
- Now back our of this directory and remove the already existing softlink to the "Micro" directory -<br><code>cd ..<br>rm Micro</code></li>
+ Now back our of this directory and remove the already existing softlink to the "Micro" directory -</li>
<li>
- Create softlink "Micro" linking it to new Documentation using -<br><code>ln -s 6.3.4/html
- Micro</code>. If this is a minor release also update the <code>Stable</code> link.</li>
+ Create softlink "Micro" linking it to new Documentation using -. If this is a minor release also update the <code>Stable</code> link.</li>
<li>
- Remove the directory tmp -<br><code>rm -rf tmp</code></lib>
+ Remove the directory tmp</li>
+ <code>
+ cd /web/www/Doxygen<br>
+ mkdir tmp<br>
+ cd tmp<br>
+ scp bczar@download.dre.vanderbilt.edu:/export/www/download.dre/ACE+TAO-distribution/ACE-html.tar.bz2 .<br>
+ bunzip2 ACE-html.tar.bz2;tar -xvf ACE-html.tar<br>
+ cd ..<br>
+ mkdir 6.5.4<br>
+ cd 6.5.4<br>
+ mv ../tmp/html .<br>
+ cd ..<br>
+ rm Micro<br>
+ ln -s 6.5.4/html Micro<br>
+ rm -rf tmp<br>
+ </code>
+
</ul><br>
<li>
On <b>download.dre.vanderbilt.edu</b> where the kit was uploaded to and once <b>BOTH</b> the kit
@@ -402,6 +360,10 @@
Update the copy_script.sh file for the new micro release</li>
</ul><br>
<li>
+ 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
+ </li>
+ <li>
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
correct version number.</li>
@@ -419,6 +381,8 @@
<li>
Update the ACE/NEWS and TAO/NEWS files to have a new section for the next release.</li>
<li>
+ Put the release details also on the github release page for this latest release, see https://github.com/DOCGroup/ACE_TAO/releases</li>
+ <li>
Update openSUSE Build service using<br>
<code>
osc checkout devel:libraries:ACE:micro ACE<br>
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 @@
<hr>
We do have the documentation for previous releases
<ul>
+ <LI><P><A HREF="6.5.4/html">6.5.4</A></P></LI>
<LI><P><A HREF="6.5.3/html">6.5.3</A></P></LI>
<LI><P><A HREF="6.5.2/html">6.5.2</A></P></LI>
<LI><P><A HREF="6.5.1/html">6.5.1</A></P></LI>
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
====================================================