aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 88d7cd32c4778da3cff54960b195fb362671d16a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Version 2.1.0
 -  Remove dependencies on scala-io
 -  Upgrade to Akka 2.3.9
 -  Upgrade to Scla 2.11.5

Version 2.0.9
 -  Fix termios initialization issues (#12)

Version 2.0.8
 -  Upgrade to Akka dependency 2.3.8 (version 2.3.7 is skipped)
 -  Upgrade to Scala 2.11.4
 -  Upgrade sbt version to 0.13.7

Version 2.0.6
 -  Fix version incoherency problem.

Version 2.0.5
 -  Upgrade to Akka dependency 2.3.6

Version 2.0.4
 -  Upgrade to Akka dependency 2.3.5

Version 2.0.3
 -  Upgrade to Akka dependency 2.3.4

Version 2.0.2
 -  Upgrade to Akka dependency 2.3.3 (merge #10)
 -  Add support for Scala 2.11 (merge #10)
 -  Remove Scala version from native fat jar.

Version 2.0.1
 -  Use system actor for manager.

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.