07d302e293
- 0.14.1
...
Bug fixes:
* Allow registering signal handlers while a signal is being handled
(gh#mvidner/ruby-dbus#70, Jan Biniok).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=32
2018-01-05 15:07:48 +00:00
0484313ee5
- 0.14.0
...
Bug fixes:
* Sending 16-bit signed integers ("n") did not work at all
(gh#mvidner/ruby-dbus#68).
Requirements:
* Stopped supporting ruby 2.0.0, because of Nokogiri.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=30
2017-10-13 12:52:14 +00:00
086447553b
- 0.13.0
...
Bug fixes:
* It is no longer required to explicitly call ProxyObject#introspect,
it will be done automatically once (gh#mvidner/ruby-dbus#28).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=29
2016-09-21 21:06:47 +00:00
9bcdf147fa
- 0.12.0
...
API:
* Added proxy objects whose methods return single values instead of arrays
(use Service#[] instead of Service#object; Issue#30).
Requirements:
* Require ruby 2.0.0, stopped supporting 1.9.3.
- 0.11.2:
Bug fixes:
* Fixed reading a quoted session bus address, as written by dbus-1.10.10
(Yasuhiro Asaka)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=27
2016-09-12 20:01:05 +00:00
ea7f0bfa00
- 0.11.1
...
Bug fixes:
* Fix default path finding on FreeBSD (Greg)
* Service#unexport fixed to really return the unexported object
Requirements:
* made tests compatible with RSpec 3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=25
2016-05-12 19:54:51 +00:00
Stephan Kulow
82ca999a28
- adapt to new rubygem packaging
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=19
2014-10-16 08:39:01 +00:00
ccd01b0d05
- 0.11.0
...
API:
* Connection: split off MessageQueue, marked other methods as private.
Requirements:
* converted tests to RSpec, rather mechanically for now
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=18
2014-02-17 22:12:58 +00:00
fd12f97439
- 0.10.0
...
Bug fixes:
* fixed "Interfaces added with singleton_class.instance_eval aren't
exported" (Issue#22, by miaoufkirsh)
Requirements:
* Require ruby 1.9.3, stopped supporting 1.8.7.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=16
2014-01-10 10:34:24 +00:00
c15617c179
- 0.9.3
...
Bug fixes:
* re-added COPYING, NEWS, README.md to the gem (Issue#47,
by Cédric Boutillier)
Packaging:
* use packaging_rake_tasks
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=13
2014-01-02 17:10:41 +00:00
292f46e576
- 0.9.2
...
Features:
* Ruby strings can be passed where byte arrays ("ay") are expected
(Issue#40, by Jesper B. Rosenkilde)
Bug fixes:
* Fixed accessing ModemManager properties (Issue#41, reported
by Ernest Bursa). MM introspection produces two elements
for a single interface; merge them.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=12
2013-05-08 15:57:30 +00:00
250228f515
- fixed build: unspecify port and address family
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=11
2013-04-29 21:39:26 +00:00
743f04e501
- 0.9.1
...
Bug fixes:
* Prefer /etc/machine-id to /var/lib/dbus/machine-id
when DBUS_SESSION_BUS_ADDRESS is unset (Issue#39, by WU Jun).
- BTW netcfg did not help. Using 127.0.0.1 in upstream now.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=10
2013-04-23 15:38:28 +00:00
cb653576d4
- BuildRequire netcfg to fix tests failing with
...
'Failed to lookup host/port: "localhost:0"'
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=9
2013-04-16 19:46:53 +00:00
662e2d1cb8
- 0.9.0
...
Features:
* When calling methods, the interface can be left unspecified if unambiguous
(Damiano Stoffie)
* YARD documentation, Reference.md
Bug fixes:
* Introspection attribute "direction" can be omitted
as allowed by the specification (Noah Meyerhans).
* ProxyObjectInterface#on_signal no longer needs the "bus" parameter
(Issue#31, by Damiano Stoffie)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=8
2012-11-06 22:00:13 +00:00
9edd680b51
- 0.8.0
...
Features:
* Add Anonymous authentication (Issue#27, by Walter Brebels).
* Use Nokogiri for XML parsing when available (Issue#24, by Geoff Youngs).
Bug fixes:
* Use SCM_CREDS authentication only on FreeBSD, not on OpenBSD (Issue#21,
reported by Adde Nilsson).
* Recognize signature "h" (UNIX_FD) used eg. by Upstart (Issue#23,
by Bernd Ahlers).
* Find the session bus also via launchd, on OS X (Issue#20, reported
by Paul Sturgess).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=7
2012-09-20 20:20:25 +00:00
918b0eade6
- 0.7.2, a bugfix release
...
* Fixed "undefined local variable or method `continue'" in
DBus::Main#run when a service becomes idle (by Ravil Bayramgalin)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=6
2012-04-05 13:05:30 +00:00
9f3cc07011
- 0.7.1, a bugfix release
...
* Fixed calling asynchronous methods on the default interface (Issue#13,
by Eugene Korbut).
* Fixed Main#quit to really quit the loop (by Josef Reidinger)
* Unbundled files from Active Support (by Bohuslav Kabrda)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=5
2012-04-04 09:12:14 +00:00
119c445ed1
Accepting request 104523 from devel:openSUSE:Factory:patch-license
...
patch license to follow spdx.org standard
OBS-URL: https://build.opensuse.org/request/show/104523
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=4
2012-02-13 13:53:11 +00:00
Sascha Peilicke
a73f78a8f2
Accepting request 77033 from devel:languages:ruby:extensions
...
Copy from devel:languages:ruby:extensions/rubygem-ruby-dbus based on submit request 77033 from user babelworx
OBS-URL: https://build.opensuse.org/request/show/77033
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-ruby-dbus?expand=0&rev=4
2011-08-04 12:50:15 +00:00
0101268f00
- 0.6.0
...
* Clients can access properties conveniently (Ticket#28).
* Service won't crash whan handling an unknown method or interface (Ticket#31).
* Don't send an invalid error name when it originates from a NameError.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=2
2010-12-10 22:39:44 +00:00
Klaus Kämpf
74249c57dd
Accepting request 52680 from home:mvidner
...
reviewed ok.
OBS-URL: https://build.opensuse.org/request/show/52680
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby-dbus?expand=0&rev=1
2010-11-10 12:31:12 +00:00