Skip to content

Commit

Permalink
NEWS: export objects even without requesting any service name (#49)
Browse files Browse the repository at this point in the history
just mentioning an issue that was fixed in beta1 already and I forgot to
mention it

#49
  • Loading branch information
mvidner committed Jun 12, 2023
1 parent 2231399 commit 00d55f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ API:
* DBus::Object#object_server replaces @service (which still works) and the short-lived
@connection
* ObjectServer#unexport now also accepts an object path
* Connection#object_server can export objects even without requesting any
service name ([#49][], in beta1 already).

Bug fixes:
* Fixed a refactoring crasher bug in ProxyService#introspect (oops).
* Fix crash on #unexport of /child_of_root or even /

[#49]: https://github.com/mvidner/ruby-dbus/issues/49

## Ruby D-Bus 0.23.0.beta1 - 2023-06-05

Bug fixes:
Expand Down

0 comments on commit 00d55f5

Please sign in to comment.