summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a0d6f73..6d9709f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+09-08-12 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ Make sure analysis threads are ended one by one.
+
+ * src/format/elf/helper_x86.c:
+ Fix a bug when accessing the symbols list.
+
+ * src/gtkext/gtkdockitem.c:
+ * src/gtkext/gtkdockitem.h:
+ * src/gtkext/gtkdockpanel.c:
+ * src/project.c:
+ Change the title of each displayed binary.
+
09-08-09 Cyrille Bagard <nocbos@gmail.com>
* plugins/stackvars/operand.c:
@@ -75,7 +89,7 @@
* src/format/elf/symbols.c:
* src/format/elf/symbols.h:
- Update the code handling the ELF format.
+ New entries: update the code handling the ELF format.
* src/format/executable.c:
* src/format/executable.h: