File wsmancli.changes of Package wsmancli
-------------------------------------------------------------------
Tue Dec 10 13:43:41 UTC 2024 - Klaus Kämpf <kkaempf@suse.de>
- Version 2.8.0
- fix compatibility with Openwsman 2.8.0
- fix compiler warnings
- drop reproducible.patch, upstream
-------------------------------------------------------------------
Tue Feb 20 15:25:49 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Fri Aug 3 11:30:27 UTC 2018 - bwiedemann@suse.com
- Add reproducible.patch to have fixed build date (boo#1047218)
-------------------------------------------------------------------
Thu Jun 11 09:20:35 UTC 2015 - kkaempf@suse.com
- Version 2.6.0
- add '-L <locale>' flag to specify request-locale
-------------------------------------------------------------------
Wed Jun 3 15:15:58 UTC 2015 - kkaempf@suse.com
- Update to version 2.5.0
- 'wsman -h' exits with zero
- properties and selectors are kept sorted
(requires Openwsman 2.5 now)
- Version 2.4 was never released
-------------------------------------------------------------------
Thu Jan 15 07:46:24 UTC 2015 - kkaempf@suse.com
- Update to 2.3.2
- use API to set properties
-------------------------------------------------------------------
Wed Feb 26 14:42:15 UTC 2014 - kkaempf@suse.com
- Update to version 2.3.1
- exit with non-zero code if connection fails
- add man pages (Kent Baxley)
- read credentials from environment
wsman: WSMAN_USER, WSMAN_PASS, WSMAN_EVENT_USER, WSMAN_EVENT_PASS
wseventmgr: WSEVENTMGR_USER, WSEVENTMGR_PASS,
WSEVENTMGR_EVENT_USER, WSEVENTMGR_EVENT_PASS
- add --non-interactive option to prevent asking for credentials
in scripts
-------------------------------------------------------------------
Thu Nov 8 15:08:46 UTC 2012 - kkaempf@suse.com
- Update to version 2.3.0
- don't crash on filter parse error (Zoltan Micskei)
- remove -Q (don't send request) option
- complain about bad filter expression
- fix autotools build for MacOS (Dan Villiom Podlaski Christiansen)
-------------------------------------------------------------------
Wed Sep 14 19:58:18 UTC 2011 - kkaempf@suse.com
- Update to version 2.2.7.1
- adapt to reduced libu exposure in openwsman
- openwsman C++ bindings need libwsman_clientpp-devel now
-------------------------------------------------------------------
Thu Sep 8 07:24:37 UTC 2011 - kkaempf@suse.com
- Update to version 2.2.7
Bugfix release
- add wseventmgr
- fix the default port setting to match wsmc_create() call. Use
https (port 5986) when cainfo is set.
- in debug mode, dump the complete response XML if it can't
be parsed (Chris Poblete)
-------------------------------------------------------------------
Sun May 1 02:32:39 UTC 2011 - crrodriguez@opensuse.org
- Fix build with GCC 4.6
-------------------------------------------------------------------
Wed Apr 20 10:48:03 UTC 2011 - kkaempf@novell.com
- Update to version 2.2.6
Bugfix release
- fix segfault in output_file handling (Chris Poblete)
-------------------------------------------------------------------
Wed Mar 16 11:56:50 UTC 2011 - kkaempf@novell.com
- Update to version 2.2.5
Bugfix release
- fix integral parameters on big endian architectures (Kamil Dudka)
-------------------------------------------------------------------
Mon Sep 13 12:24:47 UTC 2010 - kkaempf@novell.com
- Update to version 2.2.4
Bugfix release
- fix default ports (5985/5986)
- fix --sslkey handling
- add warning if ssl used without --cacert
- Enhance enumerate with association filter to have the ability to
specify the optional elements namely: AssociationClassName, Role,
ResultClassName, ResultRole and IncludeResultProperty.
(IncludeResultProperty is a list, specify it as a comma separated
list in the “U” option.)
(Chris Poblete)
-------------------------------------------------------------------
Thu Feb 25 14:26:20 UTC 2010 - kkaempf@novell.com
- Update to version 2.2.3
Bugfix release, synchronize version with openwsman
- fix double free error on enumeration (Chris Poblete)
- add '--version' to print version and build timestamp
-------------------------------------------------------------------
Tue Sep 16 09:56:50 CEST 2008 - prusnak@suse.cz
- update to 2.1.0
* adapted to the new openwsman 2.1
-------------------------------------------------------------------
Tue Apr 29 10:32:21 CEST 2008 - prusnak@suse.cz
- update to 2.0.0
* adapted to the new openwsman 2.0 API
-------------------------------------------------------------------
Mon APr 7 14:44:07 MST 2008 - npaxton@novell.com
- Update to ver 2.0.0
-------------------------------------------------------------------
Thu Jan 17 14:44:07 CET 2008 - prusnak@suse.cz
- update to svn 2354 to sync with openwsman svn version
-------------------------------------------------------------------
Tue Nov 6 13:48:18 CET 2007 - prusnak@suse.cz
- updated to 1.5.0
- dropped obsolete patch (included in update)
-------------------------------------------------------------------
Fri Aug 3 14:12:32 CEST 2007 - kkaempf@suse.de
- update to 1.2.0
- fix dependencies
- fix compiler warnings
-------------------------------------------------------------------
Tue Jul 24 10:44:17 CEST 2007 - prusnak@suse.cz
- added openwsman-client to BuildRequires
-------------------------------------------------------------------
Fri Jul 13 10:49:05 CEST 2007 - prusnak@suse.cz
- created package (version 1.1.0)
- based on BuildService package wsmancli in home:nashif