Releases: Openwsman/openwsman
Releases · Openwsman/openwsman
Openwsman 2.4.2
- Standards compliance
- Honor WS-Management 1.1.1 standard (line 739): Disable multiple MessageID checks
- Bugfixes
- Fix crash in redirect module (typo)
Build fix release 2.4.1
This release primarly addresses build time fixes for
- Fedora 18 and 19
- SLES 11
and also corrects the Ruby gem
Openwsman 2.4.0
This is a minor version upgrade to 2.4.0
Due to the support for OptionSet in ClientOptions, the binary interface is incompatible with 2.3.x
Features
- Add support for OptionSet in SOAP header (breaks ABI)
- Increase soversion of libwsman_client to 2.0.0
- new function wsmc_add_option
- Redirect plugin: Added facilities to import the redirection details from an included file (Praveen K Paladugu)
Bugfixes
- wsman_transport_set_verify_host passed wrong values to CURL
- recognize 'Msvc' (Hyper V) and 'DCIM' (Dell Drac) CIM schemata
- xml_parser_element_dump: fix pointer (github issue #8)
Bindings
-
Ruby: Fix Ruby 1.9 threading locks for wsmc_action_* functions
-
Ruby: API change: Transport.verify_{host,peer}? return Boolean now
Transport.verify_peer -> Transport.verify_peer?
Transport.verify_host -> Transport.verify_host? -
Support for OptionSet
- ClientOptions#add_option
- ClientOptions#options= (Ruby)
-
XmlDoc#to_s returns non-indented xml representation
-
Ruby: Accessors for OptionSet, Selectors, and Properties
- ClientOptions#options
- ClientOptions#properties
- ClientOptions#selectors
-
Define security delivery modes (WSMAN_DELIVERY_SEC_*)
-
Vastly improved bindings documentation
-
Generate documenation with rdoc 1.9
- Windows Remote Shell client implementation (see ruby/tests/winrs.rb)