17
0

- 0.18.0.beta7

API:
 * DBus.variant(type, value) is deprecated in favor of
   Data::Variant.new(value, member_type:)

 Bug fixes:
 * Client-side properties: When calling Properties.Set in
   ProxyObjectInterface#[]=, use the correct type (gh#mvidner/ruby-dbus#108).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=52
This commit is contained in:
2022-05-29 08:49:53 +00:00
committed by Git OBS Bridge
parent ca0cbdde98
commit 0d91a645bf
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun May 29 08:24:04 UTC 2022 - Martin Vidner <mvidner@suse.com>
- 0.18.0.beta7
API:
* DBus.variant(type, value) is deprecated in favor of
Data::Variant.new(value, member_type:)
Bug fixes:
* Client-side properties: When calling Properties.Set in
ProxyObjectInterface#[]=, use the correct type (gh#mvidner/ruby-dbus#108).
-------------------------------------------------------------------
Wed May 25 13:20:39 UTC 2022 - Martin Vidner <mvidner@suse.com>