summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-09-11 21:37:36 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-09-11 21:37:36 (GMT)
commit0f1473cba267ad809c8e7d207b5ff5e3998745fc (patch)
tree8aea43688d78c10ee7758e2feed80be9abbfaaf6 /ChangeLog
parentfe39a487b4db5564036a436bfcb7cf3561889fb5 (diff)
Displayed more details about the loading process in the status bar.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc0f6cd..8a08249 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,33 @@
16-09-11 Cyrille Bagard <nocbos@gmail.com>
+ * plugins/readdex/class.c:
+ * plugins/readdex/class.h:
+ * plugins/readdex/ids.c:
+ * plugins/readdex/ids.h:
+ * plugins/readdex/reader.c:
+ * plugins/readdex/reader.h:
+ * plugins/readelf/program.c:
+ * plugins/readelf/program.h:
+ * plugins/readelf/reader.c:
+ * plugins/readelf/reader.h:
+ * plugins/readelf/section.c:
+ * plugins/readelf/section.h:
+ * src/format/dex/dex.c:
+ * src/format/dex/pool.c:
+ * src/format/dex/pool.h:
+ * src/format/elf/elf.c:
+ Display more details about the loading process in the status bar.
+
+ * src/format/format-int.h:
+ * src/format/format.c:
+ * src/plugins/pglist.h:
+ * src/plugins/plugin-int.h:
+ * src/plugins/plugin.c:
+ * src/plugins/plugin.h:
+ Update code.
+
+16-09-11 Cyrille Bagard <nocbos@gmail.com>
+
* src/format/dex/dex-int.c:
Fix a bug when decoding some catch-all handlers in Dex code item.