You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2019/06/08 21:46:08 UTC

[guacamole-client] branch master updated (ee6a799 -> 6dad3b2)

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

vnick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.


    from ee6a799  Merge 1.1.0 changes bcak to master.
     add 001918e  GUACAMOLE-422: Allow arbitrary protocol versions to be represented. Remove API-level assumption that protocol capabilities will have a minimum base version and remain present from that point forward.
     add a247ec1  GUACAMOLE-422: Add getter for retrieving the protocol version negotiated by ConfiguredGuacamoleSocket.
     add 9d1b264  GUACAMOLE-422: Clarify meaning of protocol capabilities.
     add 8aff7b6  GUACAMOLE-422: Correct logic error in atLeast() - `this` version should be compared against `otherVersion`.
     add dc66f84  GUACAMOLE-422: Clarify behavior of atLeast().
     add df9a0b1  GUACAMOLE-422: Implement equals() and hashCode() for GuacamoleProtocolVersion.
     add 84bbbc4  GUACAMOLE-422: Add unit test for verifying GuacamoleProtocolVersion.
     add 1e67655  GUACAMOLE-422: Correct toString() for GuacamoleProtocolVersion (must be manually implemented after migrating away from enum). Add unit test for verifying toString().
     add 28833f3  GUACAMOLE-422: Merge allow arbitrary versions of the Guacamole protocol to be represented.
     new 6dad3b2  Merge 1.1.0 changes back to master.

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:
 .../protocol/ConfiguredGuacamoleSocket.java        |  50 +++++--
 .../protocol/GuacamoleProtocolCapability.java      |  48 +++---
 .../protocol/GuacamoleProtocolVersion.java         | 161 ++++++++-------------
 .../protocol/GuacamoleProtocolVersionTest.java     | 151 +++++++++++++++++++
 4 files changed, 274 insertions(+), 136 deletions(-)
 create mode 100644 guacamole-common/src/test/java/org/apache/guacamole/protocol/GuacamoleProtocolVersionTest.java


[guacamole-client] 01/01: Merge 1.1.0 changes back to master.

Posted by vn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit 6dad3b249c0821f07d9e3b52ae5cd6119a9f8630
Merge: ee6a799 28833f3
Author: Virtually Nick <vn...@apache.org>
AuthorDate: Sat Jun 8 17:45:42 2019 -0400

    Merge 1.1.0 changes back to master.

 .../protocol/ConfiguredGuacamoleSocket.java        |  50 +++++--
 .../protocol/GuacamoleProtocolCapability.java      |  48 +++---
 .../protocol/GuacamoleProtocolVersion.java         | 161 ++++++++-------------
 .../protocol/GuacamoleProtocolVersionTest.java     | 151 +++++++++++++++++++
 4 files changed, 274 insertions(+), 136 deletions(-)