diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-10-16 23:01:32 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-10-16 23:01:32 (GMT) |
commit | ec6aa436f4a1ae486feb7a88b2b8e793b59674d4 (patch) | |
tree | 49798a3502c3e4c807d48a41c11289850024959a /ChangeLog | |
parent | 6d34dbbb00da0c276261d0e1ce4bf862f22fd8e0 (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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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: |