-
Notifications
You must be signed in to change notification settings - Fork 3
/
release.txt
338 lines (179 loc) · 10.8 KB
/
release.txt
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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
***********************************************************
Version 1.2: Bug Fix Release
***********************************************************
* [Bug] dashcli - connection failed error when nothing attempted
* [Bug] Cosmetic Issue: Dashcli displays the "TextRedirection Instance 0" instead of "USBRedirection Instance 0"
* [Feature] CLI should allow discovery of target based on hostname
* [Feature] Discovery should be allowed on sigle IP/HostName
* [Feature] DASH SDK responds with the certain information when no command or partial command is explicitly specified
* [BUG] Fix for the Text Redirection Crash issue while performing the disconnect.
* [BUG] Fix for the USB Redirection Crash issue while performing the disconnect.
* [Bug] Fix for the Account manage crash while adding a new user.
* [BUG] - CIM_Processor.mof has been upgraded to 2.2.1 Schema MOF from DMTF
* [Feature] Dash SDK Upgraded with OPENWSMAN 2.2.3 for the Linux Platform..
* [Feature] Dash SDK Upgraded with Open WS Man 2.2.3 for the Windows Platform.
* [BUG] DASH SDK Performance Improvement
* [BUG] Create Account issue reported, SDK crashes while creating an account.
* [DEV] Change to move out the initial version of DASH SDK
a) Changes changes for the compilation issue of DASH SDK on Linux ( Fedora/Suse )
b) Fix for the Indication Subscription not working on the Linux Platform.
c) Fix for USB Redirection not working on Linux Environment.
* [BUG] Roles Manage command in DASH SDK crashes with the code is built on Windows 2003 Server (32).
*****************************************
Version 1.1.8: Bug Fix Release
*****************************************
* [Bug] Success/Failure information for power supported states.
* [Bug] Property value needs to be having some information either value or N/A but should not be blank
* [Feature] Updated the Eventing with latest version of listener code
Updated from old shttpd.c to newer mongoose.c for the Listener code
* [Feature] Opaque Management Data Profile
Added support for the Opaque management data
* [Feature] Integration of Mongoose Webserver
Added intergrated webser for USB redirection to be used with target supporting HTTP as tranport
* [Feature] capabilities API added/Mofied for follwong profiles
1. Simple Identity Management
2. Role Based Authorization
3. Boot Config
4. Battery
5. BIOSManagement
6. Power Management
7. Fan
8. TextRedirection
9. USBRedireciotn
* [Feature] capabilities use case added into CLI.
* [Bug] Code cleanup
SDK code set is cleaned and removed all the extra stuff related to the lod openrmsp fw.
* [Bug] Linux build issues
Fixed all the Linux Make file build and Winods build issues after code cleanup.
* [Bug] Sensor temperature value reading
Fixed the bug for sensor temperature value degree conversion.
* [Bug] dashcli - connection failed error when nothing attempted
* [Bug] Cosmetic Issue: Dashcli displays the "TextRedirection Instance 0" instead of "USBRedirection Instance 0"
* [Feature] CLI should allow discovery of target based on hostname
* [Feature] Discovery should be allowed on sigle IP/HostName
* [Feature] DASH SDK responds with the certain information when no command or partial command is explicitly specified
* [Feature] Dash SDK Upgraded with OPENWSMAN 2.2.3 for the Linux Platform..
* [Bug] Fix for the Indication Subscription not working on the Linux Platform.
* [Bug] Fix for the Text Redirection Crash issue while performing the disconnect.
* [Bug] Fix for the USB Redirection Crash issue while performing the disconnect.
* [Bug] Fix for the Account manage crash while adding a new user.
* [Enhancement] CIM_Processor.mof has been upgraded to 2.2.1 Schema MOF from DMTF
*****************************************
Version 1.1.7.1: Bug Fix Release
*****************************************
* [Bug] Event Listener Crash
Event Listener used to crash when recieving Alerts from DASH targets.
* [Feature] Make DASHCLI intitutive for Role management.
Now the dashcli has been modified to assign/modifiy/delete in an intutive manner
* [Feature] Make DASHCLI intitutive for Unsubscribe operation
Dashcli 'indication' has an option for unsubscribe
* [Feature] Add graceful shut down support
Now dashcli 'power' option has offgraceful option
* [Bug] Heartbeat optional feature was incorrectly implemented
* [Bug] Installer build issue was fixed
* [Bug] Removed all unwanted unit test framework from the DASH SDK
* [Bug] Property Value for all the instance information needs to be in the single line when displayed in the DASH CLI
* [Bug] vmedia folders are removed from the dash sdk as this project is not used actively in DASH SDK.
* [Bug] DASH CLI Displays Element Name.
*****************************************
Version 1.1.7: Bug Fix Release
*****************************************
*[Bug] Event listener cannot handle Chunked information
Now the eventlistener will be able to parse the response containing chunked notification information.
*[Bug] Subscribe operation need to accept required optional parameters.
Now the subscribe operation is extended to accept locale, heartbeat, encode parameters.
*[Feature] Make DASHCLI intitutive for Account management.
Now the dashcli has been modified to List/Delete/Create accounts in an intutive manner.
*[Feature] Hearbeat notifications should be displayed as part of the listener.
Now the eventlistener notifies as and when it receives a heartbeat notification.
*[Feature] Support for profile capabilities
SDK will display which profile is supported at that target.
*[Bug] Removeroles for the Account Management not working
Now Removeroles for the accounts will work.
*[Bug] Function for extracting MaxCurrentEnabledSAPs value is not implemented
API has been added to the DASH SDK which will display how many text redirection sessions are supported.
*[Bug] Text Redirection Connect moves the instance to enabled but offline mode.
As soon as the user closes the Putty terminal, the text redirection service and session are disabled.
*[Bug] nfs, samba,image and drive options needs to be modified for USB Redirection.
DASH SDK will now take only the file path as the argument to the usbredirection API.
*[Bug] There should be some return value for the job state function.
This function will provide 0 for success and exception for failure.
*[Bug] Graceful Reset not implemented
Now reset graceful is implemented.
*[Bug] Return value of the Extrinsic method API function
USBRedirection API will return the value of 0 for success and exceptions for failure.
*[Bug] dashcli doesnot have Power States Supported command
DASH SDK display all the power states which are supported at the target systems.
*[Bug] extrinsic methods functions doesnot take array of instance information
Now modify role takes array of instance information for more than one privilege.
*****************************************
Version 1.1.0.1: Bug Fix Release
*****************************************
* [Bug] USB Redirection operation didn't enable or disable CIM_USBRedirectionService
Now 'activate' command will enable USBRedirectionService and 'disable' will disable it.
* [Bug] SDK couldn't handle 4096 value of extrinsic mehthod
* [Bug] Graceful power method is now supported in SDK
* [Bug] Text Redirection operation didn't enable or disable CIM_TextRedirectionService
Now 'activate' command will enable CIM_TextRedirectionService and 'disable' will disable it.
* [Bug] Verify capabilities to ensure extrinsic method is supported at the target to avoid false error
Now SDK extrinsic method invoke will provide meaningful result i.e Info if method is not supported
* [Bug] Create Account "System Name" property was hard coded.
Replaced the hardcode value for systemName
* [Bug] SDK cannot handle situation when one property of the association class is NULL
Added a check when finding association class with workaround method, when one of the association class is nil
* [Bug] Issue with closing order of winhttp
Changed the order of handle closed for winhttp
* [Bug] cannot display boot order on one of the DASH production System
Fixed enumerating boot devices.
* [Bug] Renew request was sending incorrect URI
Renew request of eventing has been updated to send the subscription URI instead of All Class URI.
* [Bug] Incorrect display of boot order devices using CLI
Now dashcli will show value of BootStructuredString
* [Bug] Power ON/Reset/OFF not working on one of the DASH Production System
Now SDK will pick resourceURI from Body instead of the header esp for Pull Response
* [Bug] Cannot pass optional feature in Eventing
Eventing API is redesigned to make sure now optional parameters can be passed in request. DASHCLI is modified for the same
* [Feature] Make DASHCLI intitutive for Eventing
Now dashcli will ask for inputs from user.
* [Bug] WSAStartUp & WSACleanup was called more than once in the execution which was causing some instability issue
Moved the WSAStartup & WSACleanup from dash ping to Init & clean up of SDK, so this will be called only once.
* [Bug] Extrinsic Method areguments are not in order as per the schema
Changed openwsman to send the argument for externsic method in same order it is added.(Because of this hashing is disabled in openwsman.).
* [Bug] Create Accound "Password" format is incorrect (not OctetString)
1. Modified mof2oal to generate a optional custom field for externsic methods, this is because Template instances should be sent as xml object instead of string.
2. Modified openwsman to accept xml object instance and send it as xml object.
* [Feature] Daschli to display FilterCollection Subscriptions
Updated to display filtercollectionsubscriptions also when enumerating indicationsubscription
* [Bug] Auto login for text redirection
1. Now putty will autologin when SSH protocol is used. Due to limitations with telnet auto login is not possible using putty.
* [Bug] UUID should be displayed in DASHCLI
After successful subscription DASHCLI will not display UUID field.
*[Bug] Function for extracting MaxCurrentEnabledSAPs value is not implemented
Dashcli to display max number of sessions supported for each instance of text redirection service.
*[Bug] Fix build issues
*****************************************
Version 1.1.0: Feature Complete Release
*****************************************
Following profiles are supported:
* Registered Profile
* Base Desktop
* System Memory
* Fan
* CPU
* Physical Asset
* Boot Control
* BIOS Management
* Power Supply
* Software Inventory
* OS Status
* Battery
* Role Base Management
* Simple Identity Management
* Text Redirection
* USB Redirection
* Indication
* DHCP Client
* DNS Client
* Ethernet Port
* Text Redirection
* USB Redirection