diff --git a/changelist.txt b/changelist.txt index 5a6bac6..5dd1b1a 100644 --- a/changelist.txt +++ b/changelist.txt @@ -1,3 +1,13 @@ +version 0.1.0.15 09/06/2012 + +[+] added : disasm::disasm method with offset parameter ( continue disassembling from the specified offset ) +[+] added : method type() for typedVar class ( return a typeInfo of the typedVar ) +[+] added : gerSourceLine function ( return source file name and line number for the specified offset ) +[+] added : __getitem__, __getattr__, __str__ methods of the Context class + +[!] fixed : issue #10541 ( loadWStr: string truncated to 128 chars ) +[!] fixed : issue #10852 ( reg("REGISTER_NAME") raises exception if a register name is upcased ) + version 0.1.0.14 22/05/2012 [+] added : "subscription" for UDT typeInfo ( len(typeInfo), typeInfo[index] ) diff --git a/pykd/pykdver.h b/pykd/pykdver.h index 69874ec..8a8f49a 100644 --- a/pykd/pykdver.h +++ b/pykd/pykdver.h @@ -2,7 +2,7 @@ #define PYKD_VERSION_MAJOR 0 #define PYKD_VERSION_MINOR 1 #define PYKD_VERSION_SUBVERSION 0 -#define PYKD_VERSION_BUILDNO 14 +#define PYKD_VERSION_BUILDNO 15 #define __VER_STR2__(x) #x