From cc4c7329c173673811d4b75e0770310d7c5d268d Mon Sep 17 00:00:00 2001 From: Raphael Dumusc Date: Mon, 23 Oct 2017 15:30:39 +0200 Subject: [PATCH] Release 0.14 --- README.md | 6 +++--- doc/Changelog.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e9f0571..fe73288 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: @@ -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). diff --git a/doc/Changelog.md b/doc/Changelog.md index 553e761..7229552 100644 --- a/doc/Changelog.md +++ b/doc/Changelog.md @@ -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