You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Table of contents

Release history and use in Alma

This is the second ACS development to be used in Cycle 9. Below is the list of addressed tickets.

Summary of Changes

News

Code

  • Compatibility and new capabilities for the new Makefile being developed
  • Added rules.mk file to all modules, to factor out common code in the current and new Makefile being developed to allow a smoother transition between them
  • Exposing problems in the Java RemoteLogDispatcher
  • Fixed several test cases and aligned others to be Python 2 and 3 compatible
  • External Products - Improvements on TAO and JacORB installation scripts
  • Prevent Logging crash in "at exit" handlers
  • BulkReceiverNT improvements to notify problems across the chain
  • Other Bug-fixes and minor changes

Addressed JIRA tickets


key summary type created updated due assignee reporter priority status resolution

Unable to locate Jira server for this macro. It may be due to Application Link configuration.


Release Notes

git status
On branch integration/COMMON-2020JUN
Your branch is up to date with 'origin/integration/COMMON-2020JUN'.

git log --no-merges --oneline origin/master..origin/integration/COMMON-2020JUN -- ACS

git log --no-merges --oneline origin/master..origin/integration/COMMON-2020JUN -- ARCHIVE

git log --no-merges --oneline origin/master..origin/integration/COMMON-2020JUN -- ICD


The officially supported OS is the 64 bit version of "Red Hat Enterprise Linux Server release 7.6 (Maipo)". The binary distribution of ACS (tarball) is made for this OS. We also successfully use its clone "CentOS 7.6".

For all machines the expected kernel is 3.10

The expected and actual versions of compilers, ORBs and various RPMs can be found by running the command =acsConfigReport=, both for required RPMs and for software shipped together with ACS. To get a rough overview before installing ACS, here are the most basic ones:

  • gcc: 4.8.5 RHEL 7.6
  • java: openjdk-11.0.4
  • python: 2.7.16 and 3.6.9
  • ACE: 6.4.3
  • TAO: 2.4.3
  • mico: 2.3.13
  • JacORB: 3.9
  • omniorb: 4.2.3

The operating system dependencies are:

  • redhat-lsb-core
  • ksh
  • gcc
  • gcc-c++
  • libX11-devel
  • perl
  • readline-devel
  • bzip2
  • bzip2-devel
  • openssl-devel
  • openldap-devel
  • libxml2-devel
  • freetype-devel
  • libxslt-devel
  • sqlite-devel
  • expat-devel
  • bison
  • flex
  • autoconf
  • unzip
  • dos2unix

There is a new requirement needed for python 3:

  • libffi
  • libffi-devel

Problems

Problems Found And Fix Version in This Release

key summary type created updated due assignee reporter priority status resolution

Unable to locate Jira server for this macro. It may be due to Application Link configuration.

Problems Found And Fix Version in Future Releases

key summary type created updated due assignee reporter priority status resolution fixversions

Unable to locate Jira server for this macro. It may be due to Application Link configuration.

  • No labels