summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-12-18 23:26:56 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-12-18 23:26:56 (GMT)
commitcf9ea46a796000f0252bb7d80c0ac0fb170e156a (patch)
tree4fdab700f2d0fe0e88cf21063e9da516a4f5d5b0 /ChangeLog
parentf4dbbab3190d13e61f125eea51a0ecec2ab9e897 (diff)
Fixed a bug when the binary loading fails.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@306 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 070bd51..bc095d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+12-12-19 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binaries/file.c:
+ Improve the 'finalize' method.
+
+ * src/analysis/binary.c:
+ Improve the cleaning process of loaded binaries and fix a bug when
+ loading fails.
+
+ * src/format/format.c:
+ Remove debug output.
+
12-12-18 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: