Skip to content

Commit c6af127

Browse files
committed
ESDK-3537 Updated Version to Elektron-SDK-1.3.1.G2: ema-3.3.1.G2, eta-3.3.1.G2; Updated CHANGELOGs and READMEs for ESDK1.3.1.G2
1 parent d8664ba commit c6af127

File tree

9 files changed

+58
-49
lines changed

9 files changed

+58
-49
lines changed

CMake/esdkInfo.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ unset(esdk_DEPENDS_LIST)
1111
# esdk Version information
1212
#[====================================================================]
1313
set(esdk_INTERNAL_API_VERSION_MAJOR 3)
14-
set(esdk_INTERNAL_RELEASE_TWEAK G1)
14+
set(esdk_INTERNAL_RELEASE_TWEAK G2)
1515
set(esdk_RELEASE_TYPE rrg)
1616

1717
set( librssl_SO_VERSION 9 )

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cmake_minimum_required (VERSION 3.10.3)
77
# guarantee of a successful build if changed.
88

99
project (esdk
10-
VERSION 1.3.1.1
10+
VERSION 1.3.1.2
1111
LANGUAGES C CXX)
1212

1313
set(esdk_CMAKE_DIR "${esdk_SOURCE_DIR}/CMake")

Cpp-C/CHANGELOG

+12-4
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,28 @@ number to the version number.
1515
Also note that emergency releases may only be partial (i.e., Java or C++/C only).
1616

1717
----------------------------------------------------------------------------------------
18-
CURRENT RELEASE HIGHLIGHTS - ESDK C/CPP 1.3.1.G1 aka EMA 3.3.1.G1 and ETA 3.3.1.G1
18+
CURRENT RELEASE HIGHLIGHTS - ESDK C/CPP 1.3.1.G2 aka EMA 3.3.1.G2 and ETA 3.3.1.G2
1919
----------------------------------------------------------------------------------------
2020

2121
Customer Issues Resolved
2222
------------------
2323

24-
EMA C++
25-
-------
26-
[GitHub #110 ] - [ESDK-3440] - Provider fails to accept client connections with dispatch timeOut=NoWaitEnum
24+
Both ETA C and EMA C++
25+
----------------------
26+
[Case Number: 07573905,08051848, GitHub # 103,108] - [ESDK-3265] - Sporadic crash in ESDK consumers with service interruptions
2727

2828
----------------------------------------------------------------------------------------
2929
FULL CHANGELOG
3030
----------------------------------------------------------------------------------------
3131

32+
---------------------------------------------
33+
ESDK C++/C Release 1.3.1.G2 (Oct 18, 2019)
34+
---------------------------------------------
35+
36+
Both ETA C and EMA C++ 3.3.1.G2 Issues Resolved
37+
-----------------------------------------------
38+
[ESDK-3265] - Sporadic crash in ESDK consumers with service interruptions [Case Number: 07573905,08051848 GitHub # 103,108]
39+
3240
---------------------------------------------
3341
ESDK C++/C Release 1.3.1.G1 (Sept 25, 2019)
3442
---------------------------------------------

Cpp-C/Ema/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ Shared library use is similar to static library use, however there are several k
102102

103103
Library Name Package Version
104104
------------ ---------------
105-
libema.lib ema3.3.1.G1
105+
libema.lib ema3.3.1.G2
106106

107107
##### Shared Library Manifest
108108

109109
Library Name Package Version
110110
------------- ---------------
111-
libema.lib ema3.3.1.G1
112-
libema.dll ema3.3.1.G1
111+
libema.lib ema3.3.1.G2
112+
libema.dll ema3.3.1.G2
113113

114114
#### Linux
115115

@@ -129,13 +129,13 @@ This will create all necessary soft links for example makefiles to link. It is
129129

130130
Library Name Package Version
131131
------------- --------------
132-
libema.a ema3.3.1.G1
132+
libema.a ema3.3.1.G2
133133

134134
##### Shared Library Manifest
135135

136136
Library Name Binary Version Package Version
137137
------------- -------------- ----------------
138-
libema.so.3.3.1.0 libema.so.7 ema3.3.1.G1
138+
libema.so.3.3.1.2 libema.so.7 ema3.3.1.G2
139139

140140

141141
# EMA C++ Issues and Workarounds

Cpp-C/Eta/README.md

+22-22
Original file line numberDiff line numberDiff line change
@@ -166,25 +166,25 @@ Shared library use is similar to static library use, however there are several k
166166

167167
Library Name Package Version
168168
------------ ---------------
169-
librssl.lib eta3.3.1.G1
170-
librsslVA.lib eta3.3.1.G1
171-
librsslVACache.lib eta3.3.1.G1
172-
libansi.lib eta3.3.1.G1
173-
libdacs.lib eta3.3.1.G1
169+
librssl.lib eta3.3.1.G2
170+
librsslVA.lib eta3.3.1.G2
171+
librsslVACache.lib eta3.3.1.G2
172+
libansi.lib eta3.3.1.G2
173+
libdacs.lib eta3.3.1.G2
174174

175175
##### Shared Library Manifest
176176

177177
Library Name Package Version
178178
------------- ---------------
179-
librssl.dll eta3.3.1.G1
180-
librssl.lib eta3.3.1.G1
181-
librssl.pdb eta3.3.1.G1
182-
librsslVA.dll eta3.3.1.G1
183-
librsslVA.lib eta3.3.1.G1
184-
librsslVA.pdb eta3.3.1.G1
185-
librsslVACache.dll eta3.3.1.G1
186-
librsslVACache.lib eta3.3.1.G1
187-
librsslVACache.pdb eta3.3.1.G1
179+
librssl.dll eta3.3.1.G2
180+
librssl.lib eta3.3.1.G2
181+
librssl.pdb eta3.3.1.G2
182+
librsslVA.dll eta3.3.1.G2
183+
librsslVA.lib eta3.3.1.G2
184+
librsslVA.pdb eta3.3.1.G2
185+
librsslVACache.dll eta3.3.1.G2
186+
librsslVACache.lib eta3.3.1.G2
187+
librsslVACache.pdb eta3.3.1.G2
188188

189189
#### Linux
190190
Shared library use is similar to static library use, however there are several key differences. The shared library can be stored in a different location on the machine than the application using it. Ensure that the shared library location is present in the LD_LIBRARY_PATH being used by the application. The library use can be confirmed by using the ldd command on the application. This will show the shared library dependencies and where they are being resolved to.
@@ -203,19 +203,19 @@ This will create all necessary soft links for UPA example makefiles to link. It
203203

204204
Library Name Package Version
205205
------------ ---------------
206-
librssl.a eta3.3.1.G1
207-
librsslVA.a eta3.3.1.G1
208-
librsslVACache.a eta3.3.1.G1
209-
libansi.lib eta3.3.1.G1
210-
libdacs.lib eta3.3.1.G1
206+
librssl.a eta3.3.1.G2
207+
librsslVA.a eta3.3.1.G2
208+
librsslVACache.a eta3.3.1.G2
209+
libansi.lib eta3.3.1.G2
210+
libdacs.lib eta3.3.1.G2
211211

212212
##### Shared Library Manifest
213213

214214
Library Name Binary Version Package Version
215215
------------- -------------- ----------------
216-
librssl.so.3.3.1.1 librssl.so.9 eta3.3.1.G1
217-
librsslVA.so.3.3.1.1 librsslVA.so.12 eta3.3.1.G1
218-
librsslVACache.so.3.3.1.0 librsslVACache.so.3 eta3.3.1.G1
216+
librssl.so.3.3.1.2 librssl.so.9 eta3.3.1.G2
217+
librsslVA.so.3.3.1.2 librsslVA.so.12 eta3.3.1.G2
218+
librsslVACache.so.3.3.1.2 librsslVACache.so.3 eta3.3.1.G2
219219

220220

221221
# ETA C-Edition Issues and Workarounds

Java/CHANGELOG

+8-7
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,21 @@ number to the version number.
1515
Also note that emergency releases may only be partial (i.e., Java or C++/C only).
1616

1717
----------------------------------------------------------------------------------------
18-
CURRENT RELEASE HIGHLIGHTS - ESDK Java 1.3.1.G1 aka EMA 3.3.1.G1 and ETA 3.3.1.G1
18+
CURRENT RELEASE HIGHLIGHTS - ESDK Java 1.3.1.G2 aka EMA 3.3.1.G2 and ETA 3.3.1.G2
1919
----------------------------------------------------------------------------------------
2020

21-
Customer Issues Resolved
22-
------------------
23-
24-
EMA Java
25-
--------
26-
[GitHub #110 ] - [ESDK-3440] - Provider fails to accept client connections with dispatch timeOut=NoWaitEnum
21+
N/A; Changes are limited to ESDK C/C++ ONLY
2722

2823
----------------------------------------------------------------------------------------
2924
FULL CHANGELOG
3025
----------------------------------------------------------------------------------------
3126

27+
--------------------------------------------
28+
ESDK Java Release 1.3.1.G2 (Oct 18, 2019)
29+
--------------------------------------------
30+
31+
N/A; Changes are limited to ESDK C/C++ ONLY
32+
3233
--------------------------------------------
3334
ESDK Java Release 1.3.1.G1 (Sept 25, 2019)
3435
--------------------------------------------

Java/Ema/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ In addtion, HTML documentation is available in Java/Ema/Docs. For addtional docu
7676

7777
Library Name Package Version
7878
------------ ----------------
79-
ema-3.3.1.0.jar ema3.3.1.G1
79+
ema-3.3.1.2.jar ema3.3.1.G2
8080

8181
# EMA Java Issues and Workarounds
8282

Java/Eta/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -115,22 +115,22 @@ The distribution contains several JAR files and other non-Java libraries, intend
115115

116116
Library Name Package Version Description
117117
------------ ---------------- -----------
118-
upa-3.3.1.1.jar eta3.3.1.G1 The ETA - Java Edition library. Includes
118+
upa-3.3.1.2.jar eta3.3.1.G2 The ETA - Java Edition library. Includes
119119
the ETA transport package and the RWF codec.
120120

121-
upaValueAdd-3.3.1.1.jar eta3.3.1.G1 The Value Add library for ETA Java Edition.
121+
upaValueAdd-3.3.1.2.jar eta3.3.1.G2 The Value Add library for ETA Java Edition.
122122
Includes the ETA Value Add Reactor and
123123
Administration Domain Model Representations.
124124

125-
upaValueAddCache-3.3.1.1.jar eta3.3.1.G1 The Value Add payload cache library for ETA
125+
upaValueAddCache-3.3.1.2.jar eta3.3.1.G2 The Value Add payload cache library for ETA
126126
Java Edition.
127127

128128
jDacsUpalib.jar dacs7.2.0.L2 The ETA Java DACS library.
129129

130-
ansipage-3.3.1.1.jar eta3.3.1.G1 The ANSI decoders and encoders.
130+
ansipage-3.3.1.2.jar eta3.3.1.G2 The ANSI decoders and encoders.
131131
132132

133-
ETAC/UPA/RSSL JNI Libs eta3.3.1.G1 The JNI libraries for Reliable Multicast
133+
ETAC/UPA/RSSL JNI Libs eta3.3.1.G2 The JNI libraries for Reliable Multicast
134134
Transport and Shared Memory Transport. These
135135
are native libraries for each supported
136136
platform. The DLL files must be included

Java/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ subprojects {
3939
ext.YEAR = '2019'
4040

4141
ext.BuildDate = 'Tue Jul 23 12:25:01 CDT ' + "$YEAR"
42-
ext.SpecificationVersion = '3.3.1.1'
42+
ext.SpecificationVersion = '3.3.1.2'
4343
ext.SpecificationVersionShort = '3.3.1'
4444

4545
// Comment out line below to publish offical release
4646
// ext.SpecificationVersion = "$SpecificationVersion" + "-SNAPSHOT"
4747

4848
// Update below to L1.all.rrg, G1.all.gload, or E1.all.eload when needed
49-
ext.etaImplementationVersion = 'etaj' + "$SpecificationVersionShort" + '.G1.all.rrg'
50-
ext.emaImplementationVersion = 'emaj' + "$SpecificationVersionShort" + '.G1.all.rrg'
49+
ext.etaImplementationVersion = 'etaj' + "$SpecificationVersionShort" + '.G2.all.rrg'
50+
ext.emaImplementationVersion = 'emaj' + "$SpecificationVersionShort" + '.G2.all.rrg'
5151

5252
// NOTE! update with new asset version
5353
ext.BINARY_PACK_VERSION_TO_DOWNLOAD = '1.3.1.L1'

0 commit comments

Comments
 (0)