summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCedric Bail <cedric.bail@free.fr>2013-03-16 18:46:45 +0900
committerCedric Bail <cedric.bail@free.fr>2013-03-16 22:49:32 +0900
commit06ce7c2ede9b38f34d3abb41cd484da87a9988c5 (patch)
tree536a42839a9b70be27b213bdc3ee8e4d89ae75e0 /ChangeLog
parent116b775c3062d5160e2219dc8facc064e1ae86c7 (diff)
downloadefl-06ce7c2ede9b38f34d3abb41cd484da87a9988c5.tar.gz
eina: add support for Systemd journal in Eina_Log.
NOTE: if you start your process with Systemd it will automatically use Journald API. You will need to overide the default logging function to change that behavior.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65fb3f8d9d..bc79778c6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2013-03-16 Cedric Bail
* Remove Glew and Direct3d code from Ecore_Evas module.
+ * Add Eina_Log integration for Systemd journal.
2013-03-15 Carsten Haitzler (The Rasterman)