-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
292 lines (185 loc) · 8.77 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
2012-02-29 Alvaro Vega Garcia <avega at tid dot es>
* TIDorbC version 6.5.1 released.
Feature: minimun CORBA added
Fix bug extract value from dynany valuetype
Fix bug ziop over miop not remove collection
2011-03-27 Alvaro Vega Garcia <avega at tid dot es>
* TIDorbC version 6.5.0 released.
IPv6 support added
2010-06-07 Alvaro Vega Garcia <avega at tid dot es>
* TIDorbC version 6.4.3 released.
Fix bug [#1197] INV_REF exception using ZIOP over MIOP
Fix bug [#1194] Core dump: checking policies
Fix bug [#1193] memory leak in Object::_set_policy_overrides
2010-04-16 Alvaro Vega Garcia <avega at tid dot es>
* TIDorbC version 6.4.2 released.
Fix bug [#1176] Unexpected BAD_PARAM
Fix bug [#1160] Servant reference count at POA
Fix bug [#1159] Memory leak in non_existent() operation
Fix bug [#1150] orb->destroy does not destroy properly SSLIOP layer
Fix bug [#1135] TIDorb must ensure initialization of static variables
2010-03-03 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.4.1 released.
* TIDorbC version 6.3.3 released.
Fix bug [#1129] OnlyOneThreadCanWait exception at client side
Fix bug [#1119] NULL reference to Thread in PolicyManagerContext
Fix bug [#1113] INTERNAL exception catched procesing a reply
2010-02-12 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.4.0 released.
Task [#801] Reduce ListenPoint vector definitions
Task [#800] Redundant check when layer creates a Delegate for a
CORBA::Object
Possible bug [#1057] Some core dumps with high load: improvements in
error management and increase verbose level.
Task [#776] SSL layer for TIDorb
Task [#777] CSIv2 support
Task [#778] GSSUP protocol
Task [#779] Security Checker
Task [#781] Secure corbalocs
2009-08-05 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.3.2 released.
Fix bug [#1050] Invalid memory access in DynValueImpl::_write
Fix bug [#1034] Object::_set_policy_overrides doesn't leave current
object reference without changes
2009-07-02 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.3.1 released.
Fix bug [#1026] Unable to retrieve the factory of a custom compressor
previously registered
Task [#639] Improve access to ORB configuration
Aligned with GIOP Compression (FTF Beta 2, May 2009): changes in the
way of obtain 'min_ratio' value
Fix bug [#982] Memory leaks using ZIOPCompressorLevelIdListPolicy
Fix bug [#781] MARSHAL with Fixed into a Structured type
Fix bug [#960] Incorrect internal representation of some Fixed values
(ej. -123.234)
Fix bug [#782] CORE: infinite loop in BigInt management
2009-04-08 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.3.0 released.
Fix bug [#945] Core dump at POAImpl::etherealizeAllObject with
ServantActivator
Feature [#342] GIOP Compression with a Zlib compressor
Fix bug [#771] Impossible recreate RootPOA after destroy it
Fix bug [#758] Object::_non_exists() over a reference raises
OBJECT_NOT_EXIST after deactivate a LocalObject
Fix bug [#756] _is_equivalent between references obtained from the same
object doesn't work
Fix bug [#937] Core dump calling method set_as_string of DynEnum
created from an alias TypeCode
Feature [#841] Set TAG_ORB_TYPE requested to OMG
2008-10-03 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.21 released.
Fix bug [#791] DynValue not initialized correctly when is created from
a Typecode.
Fix bug [#775] MARSHAL dispatching a LocateRequest
2008-09-15 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.20 released.
Fix bug [#773] NVList::add_value doesn't set properly internal
typecode into value
Fix bug [#757] register_value_factory doesn't return previous value
Fix bug [#772] get_policy _overrides doesn't work with an empty type
sequence
Fix bug [#763] Expected BAD_INV_ORDER is not obtained after
ORB::shutdown
Fix bug [#768] CORE: bucle of local invocations: POA::destroy() vs
finishing
request execution
Fix bug [#738] Invalid behaviour of DynUnion::seek() with a negative
value
Fix bug [#740] DynUnion::component_count() always return 0
Fix bug [#742] DynUnion::is_set_to_default_member() not implemented
Fix bug [#767] DynUnionImpl::member_kind() raises InvalidValue when
union has an active member
Fix bug [#752] Inconsistent ORB obtained with init() after destroy()
Fix bug [#753] Inconsistent orb_identifier obtained with id()
Fix bug [#766] InconsistentTypeCode creating dynany from a TC of a
valuetype
Fix bug [#734] Memory problems in management of WString type
Implemented [#733] Create DynAny for Fixed and Value
Implemented [#723] Implement System Exceptions: BAD_QOS,
TRANSACTION_MODE, TRANSACTION_UNAVAILABLE, REBIND, CODESET_INCOMPATIBLE
Implemented feature [#725] create_dyn_any_from_typecodes: _tc_null,
tc_void
Implemented feature [#676] LongDouble type
2008-09-11 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.19 released.
Fix bug [#765] ORB argument -ORB_poa_max_queued_request changed to
-ORB_poa_max_queued_requests
Fix bug [#764] MARSHAL receiving MIOP messages from a different endian
2008-09-08 Alvaro Polo Valdenebro <apv@tid.es>
* TIDorbC version 6.2.18 released.
Fix bug [#748] Memory leak with Unions
2008-06-20 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.17 released.
Fix bug [#476] BAD_PARAM resolving a corbaname
Fix bug [#527] After a COMM_FAILURE client doesn't retry connection with a
restarted server
2008-06-10 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.16 released.
Fix bug [#442] Core dump inserting a Any into a structure created from a DynAny
2008-06-03 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.15 released.
Fix bug [#440] TIDorb close socket connection after obtain MARSHAL processing
a completed MIOP packet
2008-05-16 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.14 released.
Add feature [#434] Add Option to disable QoS overhead
Fix bug [#433] Incorrect timeout returned by QoS::CheckRequestTime
2008-05-08 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.13 released.
Fix bug [#431] CDR alignment problem with some valuetypes: FormatMisMatch raised
2008-04-24 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.12 released.
Fix bug [#423] TIDorb close socket connection after receive a bad MIOP header
Fix bug [#324] Incorrect internal representation of TimeT in QoS module
2008-03-14 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.11 released.
Fix bug [#408] MIOP Interoperability issues between TAO and TIDorb
2008-02-18 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.10 released.
Fix bug [#396] Typecode alias of a Any is not transmitted in a parameter
out/return of an invocation
Fix bug [#403] tk_longdouble is ignored in Any management
2008-02-18 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.9 released.
Fix bug [#392] Any::type(tc) reset any value
2008-02-15 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.8 released.
Fix bug [#393] Error processing a return of DII invocation
2008-01-29 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.7 released.
Fix bug [#387] TranslateURLEscapes::translate_unicode erase a character
from a string
Fix bug [#388] Corbaname::to_string doesn't include kind field of Name
2008-01-24 Alvaro Vega Garcia <avega@tid.es>
Fix bug [#385] Memory leak about requests that are not queued
2007-11-30 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.6 released.
Add feature [#344] Support for corbalocs with more than one address and
protocol
Fix bug [#365] Incorrect extraction of a SystemException from a CORBA::Any
Fix bug [#353] OBJECT_NOT_EXISTS dispaching request with corbaloc
instead of POAkey
2007-11-19 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.5 released.
* source/TIDorbC/core/messagin/QoS.C:
Fix bug [#352] Core dump with RequestEndTimePolicy
2007-10-30 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.4 released.
Fix bug [#338] Unexpected exception on POAImpl::trueRemoveObject()
Fix bug [#343] Server listeners sockets doesn't set SO_REUSEADDR socket
option at initializing
2007-10-11 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.3 released.
More fiexed related with bug [#323] Some errors with corbaloc:iiop and
corbanames
2007-10-10 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.2 released.
More fiexed related with bug [#323] Some errors with corbaloc:iiop and
corbanames
2007-10-08 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.1 released.
Fix bug [#323] Some errors with corbaloc:iiop and corbanames
2007-08-23 Alvaro Vega Garcia <avega@tid.es>
* TIDorbC version 6.2.0 released.
Addd new improvement performances
QoS review: QoS policies was not propagated in SendingContext