diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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: |