File: NEWS

package info (click to toggle)
xdg-dbus-proxy 0.1.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 408 kB
  • sloc: ansic: 3,182; xml: 211; makefile: 37; sh: 19
file content (56 lines) | stat: -rw-r--r-- 1,403 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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
================

Released 2023-08-07

  * Fix handling of object paths > 255 bytes
  * Print better errors when message parsing fails
  * Optionally install tests for "as-installed" testing

Changes in 0.1.4
================

Released 2022-05-11

  * Add a Meson build system, with support for being used as a subproject.
    The original Autotools build system remains available for now, but
    might be removed in future.
  * Fix movement through multiline auth messages
  * Fix an unintended fallthrough if the message bus replies to Hello()
    with a non-REPLY such as an ERROR
  * Fix compiler warnings
  * Update AX_CODE_COVERAGE from autoconf-archive
  * Bundle a copy of AX_CHECK_GNU_MAKE from autoconf-archive, required
    by AX_CODE_COVERAGE

Changes in 0.1.3
================

Released 2022-02-11

 * Silence compiler warnings
 * Fix build with musl
 * Fix UTF-8 characters being converted to ? when printing messages

Changes in 0.1.2
================

 * Some build fixes
 * Fix possible crash

Changes in 0.1.1
================

 * Added some docs
 * Added tests