在今后D-Bus的发布版本中,版本号这样标:1.x.y, 如果x是2的倍数,则是稳定版本(这种规则与Linux kernel, GNOME等一样);
如果x是基数,则是开发版本。以此类推。
这个版本主要修复了如下问题:
- compiles under some older versions of glibc
- compiles without X support once again
- fix stuck server grab if dbus-launch is run in an existing D-Bus X session
- various Mac OSX build fixes added
- don't use the broken poll call on Mac OSX
- better checks for linker flag support should allow D-Bus to link under various linkers
- exit_on_disconnect is set after the connection registers with a bus so we don't exit if we get a disconnect during the handshake
- dicts now work correctly with dbus-send
- inotify backend is now less aggressive
- pending calls expire correctly
- memleak of uuid when the bus is autolaunched fixed
本次D-Bus更新包括多项修复,如支持旧版本glibc编译、无X支持编译、解决dbus-launch在现有D-Bus X会话中导致服务器抓取卡死的问题等。此外还改进了MacOSX构建并优化了链接器标志支持。
1466

被折叠的 条评论
为什么被折叠?



