This is an automated email from the ASF dual-hosted git repository.

necouchman pushed a change to branch staging/1.6.1
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git


    from 4163ead8 GUACAMOLE-2035: Merge add start-up period to guacd health 
check in Dockerfile.
     add d9b72b33 GUACAMOLE-2272: VNC: add MacRoman clipboard encoding support.
     new 7ca6234a GUACAMOLE-2272: Merge add MacRoman clipboard encoding 
(server) support for VNC protocol.

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:
 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 +-
 9 files changed, 727 insertions(+), 41 deletions(-)

Reply via email to