From 17a5eca7a67f55cd54d0f28a7f0508b588af9585 Mon Sep 17 00:00:00 2001 From: "gergely.erdelyi" Date: Mon, 1 Sep 2008 18:32:22 +0000 Subject: [PATCH] Small doc updates --- CHANGES.txt | 5 ++++- README.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 776c12c..7147f81 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,16 +1,19 @@ 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.59 +Changes from version 0.9.0 to 0.9.61 ------------------------------------ - 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 - Simple two-way calling mechanism between IDC and IDAPython - Wrapped allins.hpp +- Tons of IDC fixes +- Tons of other misc fixes Changes from version 0.8.0 to 0.9.0 ----------------------------------- diff --git a/README.txt b/README.txt index 8207376..f1745e2 100644 --- a/README.txt +++ b/README.txt @@ -20,7 +20,7 @@ http://www.d-dome.net/idapython/ INSTALLATION FROM BINARIES -1, Install Python 2.4 or 2.5 from http://www.python.org/ +1, Install Python 2.5 from http://www.python.org/ 2, Copy the directory python\ to the IDA install directory 3. Copy the plugin to the %IDADIR%\plugins\