This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git
from f076a54b Merge patch branch changes to main.
add da9773fd GUACAMOLE-2035: Add start-up period to guacd health check in
Dockerfile
add 4163ead8 GUACAMOLE-2035: Merge add start-up period to guacd health
check in Dockerfile.
add d9b72b33 GUACAMOLE-2272: VNC: add MacRoman clipboard encoding support.
add 7ca6234a GUACAMOLE-2272: Merge add MacRoman clipboard encoding
(server) support for VNC protocol.
add d35ed8f7 Merge 1.6.1 changes to patch branch.
new c802cdce Merge patch branch changes to main.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Dockerfile | 2 +-
src/common/common/defaults.h | 8 +-
src/common/common/iconv.h | 24 ++
src/common/iconv.c | 514 +++++++++++++++++++++++++++--
src/common/tests/iconv/convert-test-data.c | 40 +++
src/common/tests/iconv/convert-test-data.h | 2 +-
src/common/tests/iconv/convert.c | 124 ++++++-
src/protocols/vnc/clipboard.c | 34 +-
src/protocols/vnc/clipboard.h | 2 +-
src/protocols/vnc/settings.c | 10 +-
10 files changed, 722 insertions(+), 38 deletions(-)