aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 422f2c2868a118f22b4c66ef1df992128797a165 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Version 2.0
-  Use of direct buffers to increase performance when receiving and transmititng data.
-  Remove need to register to receive incoming data from an operator. A port is now opened by a client who will be the sole actor to receive messages from the operator.
-  Migrate native build to Autotools (C compiler is not called through sbt anymore).
-  Add debian packaging.
-  Add mac packaging.
-  Upgrade Akka dependency to 2.3.2.

Version 1.2
-  Upgrade Akka dependency to 2.3.0. (merge #3)

Version 1.1
-  Restructure build for easier cross-compilation. (fixes #1)

Version 1.0
-  Initial release.