From 2c09e0e429a20e66dde7b414e9754a46986b0e8f Mon Sep 17 00:00:00 2001 From: "gergely.erdelyi" Date: Wed, 1 Oct 2008 15:38:47 +0000 Subject: [PATCH] CHANGES.txt: Updated changes from 1.0 branch --- CHANGES.txt | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7147f81..7346088 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 -----------------------------------