1. GemStone/S 6.7.2.1 Release Notes

Overview

GemStone/S 6.7.2.1 is a new version of the GemStone/S object server. This release fixes a critical bug in SPC cache startup on AIX, and a minor code change on all platforms.

These release notes provide changes between the previous version of GemStone/S, version 6.7.2, and version 6.7.2.1. If you are upgrading from a version prior to 6.7.2, review the release notes for each intermediate release to see the full set of changes.

Customers on 32-bit GemStone/S are encouraged to migrate to GemStone/S 64 Bit, for additional scalability and reliability as well as many important new and enhanced features.

No separate Installation Guide is provided with this release. For installation instructions, use the Installation Guide for version 6.7.2.

Supported Platforms and GBS Versions

Platforms

GemStone/S version 6.7.2.1 is supported on the following platforms:

  • Solaris 10 and 11 on SPARC
  • AIX 7.1 and 7.2
  • Red Hat Enterprise Linux Server and CentOS Linux 7.9 and Ubuntu 18.04
    GemStone performs testing on a mixture of Red Hat and CentOS servers; both are fully certified platforms. Any reference to Red Hat applies to both distributions.
  • Windows 10 and Windows Server 2016

GBS version summary

The following versions of GBS have been certified with GemStone/S version 6.7.2.1, with the following client Smalltalk and platforms versions.

GBS version 8.3

VW 8.2.1

32-bit

  • Windows 10
  • Solaris 10 on SPARC
  • RedHat Linux ES 7.9 and Ubuntu 18.04
GBS version 5.2.7

VA Smalltalk 8.6.3

32 bit

VA Smalltalk 8.6

32 bit

  • Windows 10 and Windows Server 2016
  • Windows 10 and Windows Server 2016

VSD version

The GemStone/S v6.7.2.1 distribution includes VSD version 5.5.2. The previous version of GemStone/S, v6.7.2, included VSD v5.5.1. VSD version 5.5.2 includes several minor enhancements. For details on the changes, see the Release Notes for VSD v5.5.2.

 

Changes in this Release

Unable to startup with full SPC size on AIX

Due to compiler optimization, it was not possible to startup with the largest possible shared page cache size on AIX. With 32-bit GemStone on AIX, in versions before v6.7.2 it was possible to start a 2.99GB cache; in v6.7.2 the possible SPC size was limited to 2GB on AIX. (#49693)

GsCommitList invoked System timeGmt2005

In v6.7.2, the method System class >> timeGmt2005 was superceded by System class >> timeGmt2020, to avoid exceeding the SmallInteger range. The method GsCommitList class >> nbCommit, however, still invoked System >> timeGmt2005. (#49660)