Changelog for
cmpi-bindings-ruby-1.0.1-80.19.x86_64.rpm :
* Thu Jan 29 2015 kkaempfAATTsuse.com- Update to 1.0.1 - fix comment characters in .i files for swig 3.0.4 (dimstarAATTopensuse.org) - improve documentation coverage
* Mon Jan 26 2015 dimstarAATTopensuse.org- Add cmpi-bindings-swig-3.0.patch: Fix build with SWIG 3.0.
* Wed Jun 25 2014 kkaempfAATTsuse.com- Update to 1.0.0 - Transport CMPIStatus information from Ruby to CMPI API. - Add Ruby classes representing CMPI error codes. - Capture call results and raise proper exceptions. - Fix Fedora 20 build
* Wed Feb 05 2014 kkaempfAATTsuse.com- Update to 0.9.9 - Support rdoc from Ruby 2.1
* Thu Dec 12 2013 kkaempfAATTsuse.com- Update to 0.9.8 - Create Ruby documentation - Split off package cmpi-bindings-ruby-docs - Fix Fedora 19 build
* Wed Oct 09 2013 kkaempfAATTsuse.com- Update to 0.9.7 Catch and log Ruby exceptions caused by invoke method type conversions.
* Wed Oct 09 2013 kkaempfAATTsuse.com- Update to 0.9.6 Return correct status for failed method invocation in Ruby.
* Thu Sep 26 2013 kkaempfAATTsuse.com- Drop explicit ruby(abi) requires (bnc#842433)
* Thu Apr 11 2013 kkaempfAATTsuse.com- Update to 0.9.5 Fix CMPISelectExp also in cmpi_provider.c (indication filters)
* Thu Apr 11 2013 kkaempfAATTsuse.com- Update to 0.9.4 - Fix nasty bugs in CMPIObjectPath constructor if reference already contained string properties.
* Wed Apr 10 2013 kkaempfAATTsuse.com- Update to 0.9.3 - Raise exception on nil assignment to numeric properties
* Tue Apr 09 2013 kkaempfAATTsuse.com- Update to 0.9.2 Add projections to CMPISelectExp (to support filtering by property in execQuery)
* Tue Apr 09 2013 kkaempfAATTsuse.com- Update to 0.9.1 CMPISelectExp constructor and match (to support execQuery in providers)
* Tue Mar 19 2013 cfarrellAATTsuse.com- license update: BSD-3-Clause and CPL-1.0 The SUSE licensed code (.mof files) are CPL-1.0, not EPL-1.0
* Sat Mar 02 2013 cooloAATTsuse.com- update license to new format
* Thu Feb 14 2013 kkaempfAATTsuse.com- Update to 0.9.0 - Added full testsuite - Improved CMPI_DateTime handling in Ruby - bug fixes
* Mon Oct 01 2012 kkaempfAATTsuse.com- no Ruby in RHEL6 in OBS ?!
* Mon Aug 06 2012 kkaempfAATTsuse.com- fix CentOS/RHEL 6 build
* Fri Jul 06 2012 kkaempfAATTsuse.com- Adapt trace level according to CMPI_BINDINGS_TRACE_LEVEL environment variable (bnc#767533)
* Sun May 27 2012 kkaempfAATTsuse.com- Update to 0.5.4 - Fix constructor/destructor names (to adapt to swig 2.0.5 rules)
* Thu May 24 2012 kkaempfAATTsuse.com- Update to 0.5.3 - Implement CMPI_DateTime <-> Ruby conversions - Fix Char16 handling - Plug one memory leak - Support Ruby 1.9 - disable html doc creation in Ruby 1.9
* Fri May 04 2012 kkaempfAATTsuse.com- Update to 0.5.2 - Fix CMPIValue <-> CMPIData confusion in Python (Jan Safranek) - Don\'t build RPM and GEM in parallel
* Mon Mar 12 2012 kkaempfAATTsuse.com- Update to 0.5.1 Confine data_data to wrapping CMPIData, don\'t convert the value (fixes issue #3 reported by mibanescu)
* Mon Mar 05 2012 kkaempfAATTsuse.com- Update to 0.5.0 Bugfixes - plug many memory leaks - proper handling of Null value in Python Features - switch to a
*much
* simpler Ruby API - provide cmpi-bindings as a Ruby gem
* Sun Oct 02 2011 kkaempfAATTsuse.com- Proper error handling in CMPIObjectPath constructor- v 0.4.18
* Fri Sep 30 2011 kkaempfAATTsuse.com- Release CMPI objects properly- Fix CMPIObjectPath and CMPIInstance constructors- v 0.4.17
* Sat Sep 17 2011 jengelhAATTmedozas.de- Remove redundant tags/sections from specfile- Use %_smp_mflags for parallel build
* Wed Jul 06 2011 kkaempfAATTnovell.com- Fix Python memory leaks, remove excessive INCREFs (by Mihai Ibanescu)- v 0.4.16
* Wed Jul 06 2011 kkaempfAATTnovell.com- Fix Python backend loading issue.- v 0.4.15
* Fri Jun 10 2011 kkaempfAATTsuse.de- Don\'t pass NULL back to Python, use PyNone instead. (upstream issue #1)- Correctly handle state of CMPIData and raise exceptions in case of notFound or badValue when returning CMPIData to the target language.- v 0.4.14
* Wed Jun 08 2011 kkaempfAATTsuse.de- Replace to_s() with __str__() in Python where applicable- v 0.4.13
* Wed Dec 22 2010 kkaempfAATTnovell.com- Require CMPIBroker in calls to CMPIObjectPath and CMPIInstance constructors (Perl and Python only)- v 0.4.12
* Tue Dec 21 2010 kkaempfAATTnovell.com- Provide equality operator for CMPIBroker- v 0.4.11
* Fri Oct 08 2010 kkaempfAATTnovell.com- Adapt to work with Swig 2.x
* Wed Aug 04 2010 kkaempfAATTnovell.com- Install Ruby files into vendor- or site-dir Create cmpi/provider.rb and cmpi/providers dir for Ruby providers
* Fri Jul 30 2010 kkaempfAATTnovell.com- simplify the name - use \'cmpi\' for Ruby - use \'cmpi-bindings\' for Perl - keep \'cmpi_pywbem_bindings\' for Python since pywbem is needed
* Fri Jul 30 2010 kkaempfAATTnovell.com- Fix SLE10 build.
* Wed Mar 17 2010 cooloAATTnovell.com- various fixes for other distributions
* Wed Nov 04 2009 bwhiteleyAATTsuse.de- Fixed References up-calls in python bindings (bnc#552571)
* Sun Aug 09 2009 cooloAATTnovell.com- use new python macros
* Tue Dec 23 2008 bwhiteleyAATTsuse.de- Update to official 0.4.0 release.
* Fri Nov 07 2008 bwhiteleyAATTsuse.de- Better handling of import errors.- Code cleanup.
* Thu Oct 23 2008 npaxtonAATTnovell.com- Update to latest code, prep for release for python bindings- Indication support in python- Bump version to 0.4.0
* Thu Oct 16 2008 kkaempfAATTsuse.de- Complete Ruby bindings.- Small runtime improvement for Python.- Bump version to 0.3.0
* Mon Sep 29 2008 kkaempfAATTsuse.de- refactor cmpi_provider_{python,ruby}.c, move common lines (75%) to cmpi_provider.c and target language specific lines (25%) to target_{python,ruby}.c
* Sat Sep 27 2008 bwhiteleyAATTsuse.de- Update to latest code.- Better error handling.
* Fri Sep 19 2008 kkaempfAATTsuse.de- rename .py filename to reflect \'pywbem\' dependency.- fix build for SLE10 in OpenSUSE build service.
* Wed Sep 17 2008 mrueckertAATTsuse.de- provide the main package for the debug package. we dont use debug_package_requires here as it would enforce to install both packages.
* Tue Sep 16 2008 bwhiteleyAATTsuse.de - Refactered broker wrapping.- Lots of cleanup.
* Thu Sep 11 2008 kkaempfAATTsuse.de- Support Python threads, do proper locking- Bump version to 0.2.0
* Tue Sep 02 2008 kkaempfAATTsuse.de- Initial package.