summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-12-04 23:09:45 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-12-04 23:09:45 (GMT)
commitb3efd0bbc506e701ea9872f50b8b4db974f35954 (patch)
tree11926fd4d0e39321b0da171e8d926868dd618475 /ChangeLog
parent7d6d3acb65586ad9512a38b58c16b9a21cdf98e0 (diff)
Read ELF notes when requested.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c9fa76..a89b57f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+16-12-05 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/vmpa.c:
+ * src/arch/vmpa.h:
+ Provide a function to align positions.
+
+ * src/format/elf/elf-int.c:
+ * src/format/elf/elf-int.h:
+ * src/format/elf/elf_def.h:
+ Read ELF notes when requested.
+
+ * src/plugins/pglist.c:
+ Use a generic directories separator.
+
16-11-28 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: