127 lines
4.1 KiB
Plaintext
127 lines
4.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Feb 2 11:51:06 UTC 2017 - adam.majer@suse.de
|
|
|
|
- use individual libboost-*-devel packages instead of boost-devel
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 11 12:42:05 UTC 2016 - kkaempf@suse.com
|
|
|
|
- Accept 'uname -p' reporting 'athlon'
|
|
accept-athlon.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 29 13:13:55 UTC 2015 - kkaempf@suse.com
|
|
|
|
- enable WSMAN support
|
|
|
|
- Update to 0.7.2
|
|
- fixed parameter compatibility in WBEMConnection.__init__() with PyWBEM
|
|
- fixed lmiwbem.config modifications
|
|
- improved exceptions handling
|
|
|
|
- Update to 0.7.1
|
|
- fixed python3 build
|
|
- fixed boost::python library checks
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 24 07:43:03 UTC 2015 - kkaempf@suse.com
|
|
|
|
- Update to 0.7.0
|
|
- renamed to *python-lmiwbem*
|
|
- introduced WSMAN support
|
|
- URLInfo redesigned for better error handling
|
|
- various fixes and improvements
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 13 15:20:54 UTC 2015 - kkaempf@suse.com
|
|
|
|
- Update to 0.6.0
|
|
- WBEMConnection can parse username:password from URL
|
|
- added *compatibility parameters* in pull operations
|
|
- added missing CIM error constants for pull operations
|
|
- lmiwbem.config object
|
|
- DEFAULT_NAMESPACE
|
|
- DEFAULT_TRUST_STORE
|
|
- SUPPORTS_PULL_OPERATIONS
|
|
- fixed overflow error for large int on 64-bit
|
|
- proper hostname is set for local connections
|
|
- unified string for whole code base
|
|
- source tree reorganization
|
|
- various fixes and improvements
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 5 07:40:27 UTC 2014 - kkaempf@suse.com
|
|
|
|
- Update to 0.5.0
|
|
- pull operations
|
|
- fixed CIMIndicationListener port value, when multiple bind
|
|
retries are allowed
|
|
- fixed multithreading races
|
|
- verbose exceptions (more informative exception message)
|
|
- CIMError, ConnectionError can include intrinsic call names
|
|
and their parameters
|
|
- configurable via lmiwbem.EXCEPTION_VERBOSITY
|
|
- CIMIndicationListener.add_handler() can take tuple of handlers
|
|
- doc: switched to rtd theme
|
|
- various fixes and improvements
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 29 09:31:43 UTC 2014 - kkaempf@suse.com
|
|
|
|
- Update to 0.4.0
|
|
- introduce WBEMConnection::setCredentials()
|
|
- introduce LMIWBEM_UNREACHABLE macro for CIMValue::asLMIWbemCIMValue()
|
|
- introduce WBEMConnection::setRequestAcceptLanguages()
|
|
- add missing hostname property to CIMInstance(Name)
|
|
- simplify WBEMConnection::createInstance()
|
|
- introduce distutils as secondary build system
|
|
- various fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 2 14:59:33 UTC 2014 - kkaempf@suse.com
|
|
|
|
- Update to 0.3.1
|
|
- refactor exception handling in WBEMConnection's CIM methods
|
|
- add property/parameter name to Pegasus::TypeMismatchException
|
|
- set namespace for each CIMInstance when
|
|
WBEMConnection::enumerateInstances() is called
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 22 06:41:12 UTC 2014 - kkaempf@suse.com
|
|
|
|
- Update to 0.2.0
|
|
* WBEMConnection:
|
|
- AssociatorNames()
|
|
- Associators()
|
|
- CreateInstance()
|
|
- DeleteInstance()
|
|
- ExecQuery()
|
|
- InvokeMethod()
|
|
- ModifyInstance()
|
|
- ReferenceNames()
|
|
- References()
|
|
- connectLocally()
|
|
- CIM operation timeout
|
|
- X509 authentication
|
|
* CIMInstance(Name) classes: iteration methods
|
|
* CIM* classes: cmp, copy, tomof
|
|
* CIM constants
|
|
- CIMError constants
|
|
- ConnectionError constants
|
|
- default namespace
|
|
- default trust store path
|
|
* CIMIndicationListener
|
|
* is_subclass()
|
|
* Python 2.6 and 3.x support
|
|
* sphinx-based documentation
|
|
* various fixes
|
|
|
|
- lmiwbem uses internal Pegasus include files, add the respective
|
|
path to makefile.am (lmiwbem-0.2.0.patch)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 13 08:32:33 UTC 2014 - kkaempf@suse.com
|
|
|
|
- Initial version 0.1.0
|
|
|