summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0837dfe..3277a53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+14-09-04 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/vmpa.c:
+ Fix a bug: use the new VMPA_MAX_LEN instead of the old VMPA_MAX_SIZE.
+
+ * src/gui/panels/bookmarks.c:
+ Typo. Do not be afraid to use assert().
+
+ * src/gui/panels/regedit.c:
+ Fix a memory leak. Typo.
+
+ * src/gui/panels/symbols.c:
+ Update the code and display the symbols using all symbols, not only routines.
+
14-09-02 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/fetch.c: