summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-07-15 09:58:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-07-15 09:58:58 (GMT)
commit52d721c47cce927345cb5e66674ca2cc48d75349 (patch)
treefbfb4e38586f96f17e282b45851c70edaa5e0536 /ChangeLog
parentf3184725ec750317c04f1989ac83c2bbc75865a9 (diff)
Truncated binary portions to fit the binary content size if needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c3fa27..45bd2b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+17-07-15 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/format/elf/elf.c:
+ Typo.
+
+ * src/format/executable.c:
+ Truncate binary portions to fit the binary content size if needed.
+
+ * src/glibext/gbinportion.c:
+ * src/glibext/gbinportion.h:
+ Allow to reduce the size of a built binary portion.
+
17-07-14 Cyrille Bagard <nocbos@gmail.com>
* src/gtkext/gtkbufferdisplay.c: