aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-03-31 18:42:25 +0200
committerJakob Odersky <jodersky@gmail.com>2014-03-31 18:42:25 +0200
commita1bfc08f034d49c8045d8ef616761658771ce5fd (patch)
treea45e2755e546b3ac89a71acc6d64ebd1d99a7f88 /CHANGELOG
parenta4babe8581e8dd19cd9f4be7aa191890417ea98f (diff)
downloadakka-serial-a1bfc08f034d49c8045d8ef616761658771ce5fd.tar.gz
akka-serial-a1bfc08f034d49c8045d8ef616761658771ce5fd.tar.bz2
akka-serial-a1bfc08f034d49c8045d8ef616761658771ce5fd.zip
update documentation
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..389d80b
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,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 makefile (C compiler is not called through sbt anymore).
+- Add debian packaging.
+- Drop option for creating fat jars (flow-pack).
+- Downgrade Akka dependency to 2.2.0, for use with Play! projects.
+
+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. \ No newline at end of file