Skip to content

Commit

Permalink
updates version and changes (BinaryAnalysisPlatform#876)
Browse files Browse the repository at this point in the history
* updates changes file
  • Loading branch information
gitoleg authored Sep 19, 2018
1 parent dbf2934 commit a10009a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
1.5.0
=====

### Features

#872 Constant tracking analysis
#871 Information sensitivity analysis
#868 IDA Pro brancher.
#866 Bap-elf compilation for ocaml >= 4.04.1
#857 Optimization pass
#855 Better reconstructor, symtab, and brancher performance
#840 Traps for memory and division operations in Primus
#833 Support for x86 CDQ, CDQE, CQO, CWD, CWDE, CBW opcodes
#830 BIL passes
#821 Interface for binable interval trees
#815 Recipes enhancements
#813 Mangling of duplicated subroutines
#799 Macho loader enhancements
#798 Primus Lisp enhancements
#795 Llvm 6.0 compatibility


### Bug fixes

#863 Fixes calls search in reconstructor
#856 Fixes the bug that was producing unreachable blocks
#853 Cleans /tmp/ida every time ida is called
#847 Fixes type inference
#841 Several Primus fixes
#836 Fixes packed x86 instructions
#832 Fixes function names in docstrings
#827 Fixes compilations issue on 32 bit machine
#817 Hardens IDA plugin
#804 Removes duplicated sections in disassemble output
#796 Fixes paths comprehension in api plugin
#792 Restores the section view
#791 Produces correct callgraphs if there are no calls in a program
#789 Fixes BIL normalization procedure
#733 Fixed bugs in x86 shift instructions

1.4.0
=====

Expand Down
2 changes: 1 addition & 1 deletion oasis/common
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: bap
Version: 1.5.0-dev
Version: 1.5.0
OCamlVersion: >= 4.03
Synopsis: BAP Core Library
Authors: BAP Team
Expand Down

0 comments on commit a10009a

Please sign in to comment.