Skip to content

Commit d6470ae

Browse files
committed
[RTSDK-4860, RTSDK-4861] - Remove unused EtaJni files
1 parent 68b0760 commit d6470ae

27 files changed

+86
-6830
lines changed

CMake/rtsdkInfo.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ unset(rtsdk_DEPENDS_LIST)
1313
set(rtsdk_INTERNAL_API_VERSION_MAJOR 3)
1414
set(rtsdk_INTERNAL_API_VERSION_MINOR 6)
1515
set(rtsdk_INTERNAL_API_VERSION_PATCH 1)
16-
set(rtsdk_INTERNAL_API_VERSION_TWEAK 0)
17-
set(rtsdk_INTERNAL_RELEASE_TWEAK L1)
16+
set(rtsdk_INTERNAL_API_VERSION_TWEAK 1)
17+
set(rtsdk_INTERNAL_RELEASE_TWEAK L2)
1818
set(rtsdk_RELEASE_TYPE rrg)
1919

2020
set( librssl_SO_VERSION 14 )

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 (rtsdk
10-
VERSION 2.0.1.0
10+
VERSION 2.0.1.1
1111
LANGUAGES C CXX)
1212

1313
set(rtsdk_CMAKE_DIR "${rtsdk_SOURCE_DIR}/CMake")

Cpp-C/CHANGELOG.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,23 @@ There are three types of RTSDK releases that append a letter directly followed b
99
"E" releases (E-Loads) are emergency RTSDK releases that are uploaded to MyRefinitiv and Developer Community but not to GitHub. Also note that emergency releases may only be partial (i.e., Java or C++/C only).
1010

1111
----------------------------------------------------------------------------------------
12-
CURRENT RELEASE HIGHLIGHTS - RTSDK C/CPP 2.0.1.L1 aka EMA 3.6.1.L1 and ETA 3.6.1.L1
12+
CURRENT RELEASE HIGHLIGHTS - RTSDK C/CPP 2.0.1.L2 aka EMA 3.6.1.L2 and ETA 3.6.1.L2
1313
----------------------------------------------------------------------------------------
1414

15-
Customer Issues Resolved
16-
------------------
17-
- [Case Number: 05224063] - [RTSDK-214] - Consumer crashes when decoding using wrong field type
18-
- [GitHub # 82] - [RTSDK-1761] - Remove malloc.h for clang; qualification with clang on RH8
19-
- [GitHub # 134] - [RTSDK-3964] - Use after free in OmmServerBaseImpl.cpp
20-
- [GitHub # 153] - [RTSDK-4308] - Error in DirectoryHandler when using more than 5 services
21-
- [GitHub # 119] - [RTSDK-4402] - Support additional Source Directory attributes via EmaConfig
15+
This release removes unused files from GitHub and RRG packages
2216

2317
----------------------------------------------------------------------------------------
2418
FULL CHANGELOG
2519
----------------------------------------------------------------------------------------
2620

21+
--------------------------------------------
22+
RTSDK C++/C Release 2.0.1.L2 (March 31, 2021)
23+
--------------------------------------------
24+
25+
Both ETA C and EMA C++ 3.6.1.L2 Issues Resolved
26+
---------------------------------------------------
27+
- [RTSDK-4860, RTSDK-4861] - Remove unused EtaJni files
28+
2729
--------------------------------------------
2830
RTSDK C++/C Release 2.0.1.L1 (Mar 4, 2021)
2931
---------------------------------------------

Cpp-C/Ema/LICENSE.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

Cpp-C/Ema/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ Shared library use is similar to static library use, however there are several k
9797

9898
Library Name Package Version
9999
------------ ---------------
100-
libema.lib ema3.6.1.L1
100+
libema.lib ema3.6.1.L2
101101

102102
##### Shared Library Manifest
103103

104104
Library Name Package Version
105105
------------- ---------------
106-
libema.lib ema3.6.1.L1
107-
libema.dll ema3.6.1.L1
106+
libema.lib ema3.6.1.L2
107+
libema.dll ema3.6.1.L2
108108

109109
#### Linux
110110

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

125125
Library Name Package Version
126126
------------- --------------
127-
libema.a ema3.6.1.L1
127+
libema.a ema3.6.1.L2
128128

129129
##### Shared Library Manifest
130130

131131
Library Name Binary Version Package Version
132132
------------- -------------- ----------------
133-
libema.so.3.6.1.L1 libema.so.12 ema3.6.1.L1
133+
libema.so.3.6.1.L2 libema.so.12 ema3.6.1.L2
134134

135135

136136
# EMA C++ Issues and Workarounds
@@ -155,11 +155,11 @@ This will create all necessary soft links for example makefiles to link. It is s
155155
Refinitiv Item Number: N/A
156156
Product Name: Enterprise Message API - C++ Edition
157157
Release Number: 3.6.1
158-
Load Number: 1
159-
Windows Load ID: ema3.6.1.L1.win
160-
Supersedes: ema3.6.0.L1.win
161-
Linux Load ID: ema3.6.1.L1.linux
162-
Supersedes: ema3.6.0.L1.linux
158+
Load Number: 2
159+
Windows Load ID: ema3.6.1.L2.win
160+
Supersedes: ema3.6.1.L1.win
161+
Linux Load ID: ema3.6.1.L2.linux
162+
Supersedes: ema3.6.1.L1.linux
163163
Release Status: RRG
164164
Release Type: RRG
165165
US ECCN: EAR99

Cpp-C/Eta/Impl/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@ add_subdirectory( Converter )
77

88
add_subdirectory( Reactor )
99

10-
add_subdirectory( EtaJni )
11-
1210
add_subdirectory( Ansi )
1311

Cpp-C/Eta/Impl/EtaJni/CMakeLists.txt

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)