summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-02-16 20:15:33 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-02-16 20:15:33 (GMT)
commit5c6680287b4b6ba38cc04e6d7cb80c87cb9e256d (patch)
tree5539499ef393a94a841d4df9cb2db5c7399a235d /ChangeLog
parent635640a32fecbb9b8a5ddf239b819c022c4b9977 (diff)
Connected each loaded binary as a client to a server.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@473 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ace9d6e..3fe266f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
15-02-16 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/binary.c:
+ * src/analysis/binary.h:
+ Connect each loaded binary as a client to a server.
+
+ * src/gui/menus/project.c:
+ Update code.
+
+ * src/gui/panels/symbols.c:
+ Avoid to crash when loading a new binary in an empty project.
+
+15-02-16 Cyrille Bagard <nocbos@gmail.com>
+
* configure.ac:
Add the new Makefile from the 'plugins/mobicore' directory.