Skip to content

Commit

Permalink
Releasing version 0.23.0.beta2.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Jun 23, 2023
1 parent dbb8e70 commit c13dd81
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## Ruby D-Bus 0.23.0.beta2 - 2023-06-23

License:
* clarified to be LGPL-2.1-or-later

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.23.0.beta1
0.23.0.beta2
21 changes: 21 additions & 0 deletions package/rubygem-ruby-dbus.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Jun 23 08:01:16 UTC 2023 - Martin Vidner <mvidner@suse.com>

- 0.23.0.beta2
License:
* clarified to be LGPL-2.1-or-later
API:
* DBus::Object#object_server replaces @service (which still works) and the short-lived
@connection
* ObjectServer#export will raise if the path is already taken by an object
* ObjectServer#unexport now also accepts an object path
* Connection#object_server can export objects even without requesting any
service name (gh#mvidner/ruby-dbus#49, in beta1 already).
* Add PeerConnection for connections without a bus, useful for PulseAudio.
Fix listening for signals there (gh#mvidner/ruby-dbus##44).
* Moved from Connection to BusConnection: #unique_name, #proxy, #service.
Call send_hello in BusConnection#initialize already.
Bug fixes:
* Fixed a refactoring crasher bug in ProxyService#introspect (oops).
* Fix crash on #unexport of /child_of_root or even /

-------------------------------------------------------------------
Mon Jun 5 12:09:41 UTC 2023 - Martin Vidner <mvidner@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/rubygem-ruby-dbus.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#

Name: rubygem-ruby-dbus
Version: 0.23.0.beta1
Version: 0.23.0.beta2
Release: 0
%define mod_name ruby-dbus
%define mod_full_name %{mod_name}-%{version}
Expand Down

0 comments on commit c13dd81

Please sign in to comment.