GemBuilder for Smalltalk (GBS) version 8.2 is a new version of the GemBuilder for Smalltalk product, adding support for VisualWorks 8.x and fixing a number of bugs. Please take time to read through these release notes before installing or upgrading, to acquaint yourself with the changes.
These release notes provide changes between the previous version of GBS, version 8.1, and version 8.2. If you are upgrading from a version prior to 8.1, you should also review the release notes for each intermediate release between your version and v8.2, to see the full set of changes. In particular, the replication infrastructure changed in v8.x, so you should carefully review any use of private GBS protocol.
This release supports VisualWorks Smalltalk only, and cannot be used with VA Smalltalk. VA Smalltalk is supported by a separate set of GBS releases.
To install GemBuilder for Smalltalk 8.2, follow the instructions in the GemBuilder for Smalltalk Installation Guide for version 8.2.
The following tables describe the client Smalltalk versions and platforms supported by GBS 8.2, and the certified GemStone server product shared library versions with each.
For more details, including the specific required client libraries for each server product and versions, refer to the GemBuilder for Smalltalk Installation Guide for version 8.2.
VisualWorks 8.0 introduced significant changes affecting the User Interface, requiring many changes in the GBS tools that modify the base VisualWorks tools, such as browsers and the debugger.
GBS v8.2 supports both 8.x and 7.x versions of VisualWorks, but the underlying GBS code for each has differences. There may be subtle differences in behavior in cases where GBS relies on the underlying VisualWorks functionality.
The base inspectors in VisualWorks 7.x included both Basic and Methods tabs, but in VisualWorks 8.1.1, only include a Basic button. For consistency, when using GBS 8.2 with VisualWorks 8.x, the GS Methods option is omitted.
The Object > browse menu item provides the method information.
The menu items previously under the Smalltalk Menu are now under the Edit menu. Specifics of the menu items and the popup menus also have minor differences between 8.2 under 8.1.1 and 7.10.1.
The GBS Distribution now includes an extra set of parcel files that are specific to either VisualWorks 7.x or VisualWorks 8.x. These files are GbsToolsVw7.pcl and .pst, and GbsToolsVw8.pcl and .pst.
The process of loading the GbsTools parcel automatically detects your VisualWorks version and loads the correct version-specific parcel.
The following bugs in version 8.1 are fixed in version 8.2:
The method GbxDelegate>>asForwarder, and several private GBS methods, sent #unprotectedConnectNewClient:toServer: without acquiring the client map's writeProtect semaphore. (#46296)
On 64-bit VisualWorks clients, deletions from the client map that involve a collision chain that wraps around the end of the table may not be handled correctly, corrupting the table. (#46334)
Auditing the client map using auditHashing did not detect errors in cases where the hash collision chain wraps around the end of the table. (#46333)
There was a small window for a race condition with respect to process termination. If a process is terminated during this small window, the semaphore was not signaled, and the protected resource became unavailable to any process, leaving the semaphore stuck. (#46327)