Skip to content

Releases: GsDevKit/zinc

2.4.3.6

17 Dec 01:18
Compare
Choose a tag to compare

Issue #77: Port Zodiac to GemStone

  • mainly baseline changes
  • Zodiac runs on GemStone 3.3 and beyond
  • updated some tests (see svenvc#17)

2.4.3.5

08 Jun 23:18
Compare
Choose a tag to compare

Issue #76: ECONNABORTED during ZnClient>>get:

2.4.3.4

02 Jun 23:03
Compare
Choose a tag to compare

Process has become obsolete in GemStone 3.3, replace Process allSubInstances with ProcessorScheduler scheduler allProcesses

2.4.3.3

03 Apr 22:36
Compare
Choose a tag to compare

fix for Issue #74: TransientStackValue incorrectly used ... leads to MNU

2.4.3.2

03 Apr 00:12
Compare
Choose a tag to compare

fix for Issue #72: Inifinite loop in ZnNewGemServer >> basicServerOn:

2.4.3.1

15 Jan 04:38
Compare
Choose a tag to compare

Zinc 2.4.3

10 Jul 23:06
Compare
Choose a tag to compare
updated 2.4.3 (was 7aacea6f2ff8488d874c532df55ebb12077a7531)

GemStone/S 3.1.x release based on Zinc 2.3.2

02 Jul 22:08
Compare
Choose a tag to compare

Focus of this release is on getting the core Zinc functionality (Zinc-HTTP) ported to GemStone 3.1.x.

Installation

  1. Upgrade to GLASS 1.0-beta.9
  2. Install Zinc 2.3.2:
    Metacello new
      baseline: 'Zinc';
      repository: 'github://glassdb/zinc:2.3.2_gs3.1/repository';
      load: 'Tests'.

Build results for release.

GemStone/S 2.4.x release based on Zinc 2.3.2

02 Jul 22:11
Compare
Choose a tag to compare

Focus of this release is on getting the core Zinc functionality (Zinc-HTTP) ported to GemStone 2.4.x

Installation

  1. Upgrade to GLASS 1.0-beta.9
  2. Install Zinc 2.3.2:
    Metacello new
      baseline: 'Zinc';
      repository: 'github://glassdb/zinc:2.3.2_gs2.4/repository';
      load: 'Tests'.

Build results for release