Skip to content

Commit

Permalink
Release 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Dumusc committed Oct 23, 2017
1 parent 79a04db commit cc4c732
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Welcome to Deflect, a C++ library for streaming pixels to other Deflect-based
applications, for example [Tide](https://github.com/BlueBrain/Tide).
Deflect offers a stable API marked with version 1.6 (for the client part).
Deflect offers a stable API marked with version 1.7 (for the client part).

## Overview

Expand All @@ -17,7 +17,7 @@ Deflect provides the following functionality:
* Receive input events from the Server and send data to it
* Transmitted events include keyboard, mouse and multi-point touch gestures
* Compressed or uncompressed streaming
* Fast multi-threaded JPEG compression (using libjpeg-turbo)
* Fast multi-threaded JPEG (de)compression using libjpeg-turbo

DeflectQt (optional) provides the following additional functionality:

Expand Down Expand Up @@ -55,5 +55,5 @@ environments are tested:
* Linux: Ubuntu 16.04 and RHEL 6 (Makefile, Ninja; x64)
* Mac OS X: 10.7 - 10.10 (Makefile, Ninja; x86_64)

The [latest API documentation](http://bluebrain.github.io/Deflect-0.13/index.html)
The [latest API documentation](http://bluebrain.github.io/Deflect-0.14/index.html)
can be found on [bluebrain.github.io](http://bluebrain.github.io).
2 changes: 1 addition & 1 deletion doc/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog {#Changelog}

## Deflect 0.14

### 0.14.0 (git master)
### 0.14.0 (23-10-2017)

* [191](https://github.com/BlueBrain/Deflect/pull/191):
DesktopStreamer: default host and other options can be specified on the
Expand Down

0 comments on commit cc4c732

Please sign in to comment.