summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-12-08 20:47:09 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-12-08 20:47:09 (GMT)
commitcf11fcf862b98ef57935bcfccd6f2f6ae3f925f6 (patch)
treed7ae9d965b8eea03adfaf7a4d42907aae683d0f9 /ChangeLog
parent48ac5e6e8fe50c1ff4b9e77440a6365f8b01021f (diff)
Improved the way vmpa_t types are compared.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47c0570..7cc6a93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+17-12-08 Cyrille Bagard <nocbos@gmail.com>
+
+ * plugins/pychrysa/arch/vmpa.c:
+ Update the comparison features for the Python bindings.
+
+ * src/arch/vmpa.c:
+ Improve the way vmpa_t types are compared.
+
+ * src/arch/vmpa.h:
+ Remove an useless macro.
+
+ * tests/arch/vmpa.py:
+ Populate the test suite.
+
17-12-07 Cyrille Bagard <nocbos@gmail.com>
* plugins/pychrysa/analysis/routine.c: