summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-02-07 15:59:38 +0100
committerchristian mueller <christian.ei.mueller@bmw.de>2012-02-07 15:59:38 +0100
commitf00468f45b72e2693b79af30665f683967deb5a7 (patch)
treee60b273fd55e2c450b4321ebed2701dbd226a43a /CHANGELOG
parente6b739cc7e901ca8637bf3f5a72f5956cd764249 (diff)
downloadaudiomanager-f00468f45b72e2693b79af30665f683967deb5a7.tar.gz
* restructered document generation. Now only the functions of the daemon are generated
* sockethandler: take [0] instead of .front. added todo to make sockethandler faster * added test for local routing
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fe9885d..ebd230c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,14 @@
+commit e6b739cc7e901ca8637bf3f5a72f5956cd764249
+Author: christian mueller <christian.ei.mueller@bmw.de>
+
+ * added function to routing algorithm that takes care of the route in case source and sink are in the same domain...
+
+commit ba9e8ff6cfc7de6fadce914b356b6e4b398d5ab3
+Author: christian mueller <christian.ei.mueller@bmw.de>
+
+ * worked in feedback from Thomas Goering towards integration tests
+ * corrected startup sequence and modified the testplugin so that the startup sequences match
+
commit 74cf9b985164be8c28a3cd1b11076900792594f8
Author: christian mueller <christian.ei.mueller@bmw.de>