recorder library will be used to collect some statistics during
development.
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Victor Toso <victortoso@redhat.com>
This brings in the following changes:
Frediano Ziglio (11):
Update --enable-celt051 help string
test-marshaller: Make test_overflow static
test-marshaller: Make main declaration easier
test-region: Add missing dependencies
ci: Run tests on Windows using wine
Use a single copy of subject string
log: Use proper format attribute for spice_log
marshaller: Provide spice_marshaller_fill_iovec for Windows
test: Add a test for subject_to_x509_name function
lz: Avoid buffer reading overflow checking for image type
lz: More checks on image sizes
Jonathon Jongsma (1):
Fix some additional typos
Marc-André Lureau (5):
Bump libcacard requirement to 2.5.1
Add a .gitpublish
build-sys: improve asciidoc rules to allow multiple targets
quic: fix sign-compare warning
meson: fix building for big-endian host
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Victor Toso <victortoso@redhat.com>
Without this it's not obvious that a compression setting took effect.
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This brings in the following changes:
Eduardo Lima (Etrunko) (5):
ci: Fix typo: celt501 -> celt051
meson: Make options accessible through parent project
meson: Fix checking for python
Meson: Make use of dictionary type introduced in version 0.47
Meson: Make use of 'feature' option type introduced in version 0.47
Frediano Ziglio (2):
ci: Fix Meson feature option
Fix flexible array buffer overflow
Lukáš Hrázký (1):
spice*.proto: Replace tabs with the appropriate number of spaces
Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
The reason for this commit is that Meson expects all submodules to be
placed in this subdirectory, and since autotools build is more flexible
in this case, we make some small adjustments to configure.ac and
Makefile.am files to accommodate for this change.
Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>