CHANGES.txt: Updated changes from 1.0 branch

This commit is contained in:
gergely.erdelyi 2008-10-01 15:38:47 +00:00
parent b6a6513dec
commit 2c09e0e429

View File

@ -1,20 +1,24 @@
Please see http://code.google.com/p/idapython/source/list for a
detailed list of changes.
Changes from version 0.9.0 to 0.9.61
------------------------------------
Changes from version 0.9.0 to 1.0.0
-----------------------------------
- INCOMPATIBLE CHANGE: the idaapi module needs to be imported manually
- Upgraded IDA Pro base version to 5.1
- Dropped Python 2.4 support
- Mac OS X support
- Support for IDB and debug notification hooks
- IDC compatibility layer is now complete and up to date for IDA 5.1
- INCOMPATIBLE CHANGE: the idaapi module needs to be imported manually
- Support for IDB and debug notification hooks
- Support for GUI hotkeys (see examples/hotkey.py)
- Simple two-way calling mechanism between IDC and IDAPython
- Wrapped allins.hpp
- Significantly better IDA API coverage
- Support for IDB and debug event hooks
- get_current_instruction() deprecated, use the idaapi.cvar.cmd variable
- Tons of IDC fixes
- Tons of other misc fixes
Changes from version 0.8.0 to 0.9.0
-----------------------------------