mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-18 09:30:35 +01:00
Merge branch 'dbus-1.4'
Conflicts: NEWS
This commit is contained in:
commit
2a8be5a2f5
2 changed files with 4 additions and 1 deletions
3
NEWS
3
NEWS
|
|
@ -18,6 +18,9 @@ D-Bus 1.5.10 (UNRELEASED)
|
|||
|
||||
• Avoid use of deprecated GThread API (fd.o #44413, Martin Pitt)
|
||||
|
||||
• Build documentation correctly if man2html doesn't support filenames on
|
||||
its command-line (fd.o #43875, Jack Nagel)
|
||||
|
||||
• Unix-specific:
|
||||
· Use epoll(7) for a more efficient main loop in Linux; equivalent patches
|
||||
welcomed for other OSs' equivalents like kqueue, /dev/poll, or Solaris
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ if DBUS_HAVE_MAN2HTML
|
|||
html_DATA += $(MAN_HTML_FILES)
|
||||
|
||||
%.1.html: %.1
|
||||
$(AM_V_GEN)( $(MAN2HTML) $< > $@.tmp && mv $@.tmp $@ )
|
||||
$(AM_V_GEN)( $(MAN2HTML) < $< > $@.tmp && mv $@.tmp $@ )
|
||||
endif
|
||||
|
||||
if DBUS_CAN_UPLOAD_DOCS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue