summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c68616..9aed5fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2009-01-29 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Add the new Makefile from 'src/format/pe/' directories to AC_CONFIG_FILES.
+
+ * src/binary.c:
+ Update code.
+
+ * src/format/Makefile.am:
+ Add pe to SUBDIRS.
+
+ * src/format/pe/e_pe.c:
+ * src/format/pe/e_pe.h:
+ * src/format/pe/Makefile.am:
+ * src/format/pe/pe-int.h:
+ New entries: begin to support PE binaries.
+
+ * src/Makefile.am:
+ Update openida_LDADD.
+
2009-01-25 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: