On Sat, Apr 25, 2020 at 10:59:37PM +0200, Andrea Bolognani wrote:
I think it's high time that we have a new libvirt-dbus release,
since
the last one was more than a year ago: since then, there has been at
least one bug fix necessary to keep it building on modern platforms,
an additional API has been implemented, and of course we've switched
the build system from autotools to Meson.
I validated the status of what's in master by importing a snapshot
into the Debian package and everything seems to be in order, so I'm
fairly confident we could basically just tag a release right away;
there are, however, a few straightforward improvements that I would
like to get into the new release, so here we are :)
Andrea Bolognani (9):
git: Minimize ignore patterns
spec: Install fewer documentation files
README: Convert to reStructuredText
HACKING: Convert to reStructuredText
NEWS: Convert to reStructuredText
AUTHORS: Convert to reStructuredText
man: Convert to reStructuredText
meson: Install documentation
spec: Pick documentation from installation directory
With the issues in last two patches fixed
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>