Skip to content

Commit cc4c732

Browse files
author
Raphael Dumusc
committed
Release 0.14
1 parent 79a04db commit cc4c732

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

77
## Overview
88

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

2222
DeflectQt (optional) provides the following additional functionality:
2323

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

58-
The [latest API documentation](http://bluebrain.github.io/Deflect-0.13/index.html)
58+
The [latest API documentation](http://bluebrain.github.io/Deflect-0.14/index.html)
5959
can be found on [bluebrain.github.io](http://bluebrain.github.io).

doc/Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog {#Changelog}
33

44
## Deflect 0.14
55

6-
### 0.14.0 (git master)
6+
### 0.14.0 (23-10-2017)
77

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

0 commit comments

Comments
 (0)