summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-12-29 00:22:21 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-12-29 00:22:21 (GMT)
commit555e12fb47d57f354bcdd7fdd54be7be50eeba4c (patch)
tree50fbc08c340a26f9c0a2dbc372a32a2a672f23b5 /ChangeLog
parentcfeaf3f7585e17c549ac2f55dd06992c21503603 (diff)
Fixed an error about types of instructions and some GCC warnings.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@313 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ecfde9f..0463c1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+12-12-29 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/androhelpers/switch.c:
+ Fix an error about types of instructions.
+
+ * src/glibext/delayed.c:
+ Fix some GCC warnings and improve some GLib finalizations.
+
12-12-28 Cyrille Bagard <nocbos@gmail.com>
* plugins/pychrysa/analysis/binaries/module.c: