Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.12.1: network protocol improvements and better JPEG error handling #147

Merged
merged 2 commits into from
Feb 1, 2017

Commits on Jan 31, 2017

  1. Configuration menu
    Copy the full SHA
    d994b34 View commit details
    Browse the repository at this point in the history
  2. Improved network version exchange protocol

    This commit relaxes the check on the client side to allow
    connecting to servers with a more recent network protocol in the
    future. Clients also send their protocol version to the server.
    This information is simply ignored by older servers and does not
    break compatibility.
    
    The idea is to create a transition period after which the protocol
    can be modified (to exchange more information at connection time,
    such as support for stereo streams) without breaking compatibilty
    for clients and servers based on deflect >= 0.12.1.
    Raphael Dumusc committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    c3e5652 View commit details
    Browse the repository at this point in the history