diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-06-25 19:30:19 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-06-25 19:30:19 (GMT) |
commit | e8aa314462196cc9e8461ae23eb13f8bffcc983f (patch) | |
tree | dd41b8cdc44fe6dff774b1faca0500536ca8e565 /ChangeLog | |
parent | 3bf12eda58a8d04ac3d2d6754a480de4c262570d (diff) |
Given a name and a description for binaries, not always based on a filenames.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@380 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,5 +1,36 @@ 14-06-25 Cyrille Bagard <nocbos@gmail.com> + * plugins/pychrysa/analysis/binaries/file.c: + * plugins/pychrysa/analysis/binary.c: + * src/analysis/binaries/file.c: + * src/analysis/binaries/file.h: + Update code. + + * src/analysis/binary.c: + * src/analysis/binary.h: + * src/analysis/binary-int.h: + Give a name and a description for binaries, not always based on a filenames. + + * src/analysis/disass/disassembler.c: + * src/dialogs/export.c: + * src/dialogs/shellcode.c: + Update code. + + * src/gtkext/gtkdockstation.c: + * src/gtkext/gtkdockstation.h: + Use a long description for docked widgets. + + * src/gui/menus/project.c: + Update code. + + * src/gui/panels/panel.c: + Use the stored description. + + * src/project.c: + Update code. + +14-06-25 Cyrille Bagard <nocbos@gmail.com> + * configure.ac: Update version and look for python3 + pygobject-3.0. |