Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.1.6 #63

Merged
merged 2 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Changes in 0.1.6
================

Released 2024-08-22

* Use lower serial bits to differentiate proxy / client serials, and handle
non-monotonically increasing serials better.
* Fix various GVariant reference leaks
* Don't require talk permission for broadcast rules
* Support sdbus clients

Changes in 0.1.5
================

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])

AC_INIT([xdg-dbus-proxy],[0.1.5])
AC_INIT([xdg-dbus-proxy],[0.1.6])
AC_CONFIG_AUX_DIR([build-aux])

m4_pattern_forbid([^AX_CODE_COVERAGE$],
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'xdg-dbus-proxy',
'c',
version : '0.1.5',
version : '0.1.6',
meson_version : '>=0.49.0',
default_options : [
'warning_level=2',
Expand Down