diff --git a/changelist.txt b/changelist.txt index 9073d0e..3411239 100644 --- a/changelist.txt +++ b/changelist.txt @@ -1,3 +1,16 @@ +version 0.1.0.12 24/04/2012 + +[+] added : get/set load address for DIA global scope +[+] added : get virtual address for DIA Symbol +[+] added : find DIA-symbol by VA + +[!] fixed : output for standalone python app with stdout redirection +[!] fixed : issue #10628 ( typedef is not supported ) +[!] fixed : working with class static members ( static const is not supported yet ) +[!] fixed : print DIA symbols +[!] fixed : issue #10579 ( typedVar does not work with base types ) +[!] fixed : issue #10611 ( typeInfo does not work with base types ) + version 0.1.0.11 10/04/2012 [+] added : module class can be created directly ( added two constructors ) diff --git a/pykd/pykdver.h b/pykd/pykdver.h index 2c88df1..b3c37f1 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 11 +#define PYKD_VERSION_BUILDNO 12 #define __VER_STR2__(x) #x