summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-10-16 23:01:32 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-10-16 23:01:32 (GMT)
commitec6aa436f4a1ae486feb7a88b2b8e793b59674d4 (patch)
tree49798a3502c3e4c807d48a41c11289850024959a /ChangeLog
parent6d34dbbb00da0c276261d0e1ce4bf862f22fd8e0 (diff)
Allowed log messages from every thread contexts.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@415 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fef9d17..36b047b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+14-10-17 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ Tansmit a binary name to clients.
+
+ * src/analysis/db/client.c:
+ * src/analysis/db/client.h:
+ Store the humain name of handled binaries and display a message when
+ the archives are saved.
+
+ * src/gui/panels/log.c:
+ Allow log messages from every thread contexts.
+
14-10-16 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/binary.c: