This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch patch
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git
from 1154900d Merge 1.6.1 changes to patch branch.
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.
new d35ed8f7 Merge 1.6.1 changes to patch branch.
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 | 44 ++-
src/protocols/vnc/clipboard.h | 2 +-
src/protocols/vnc/settings.c | 10 +-
10 files changed, 728 insertions(+), 42 deletions(-)