diff --git a/changelist.txt b/changelist.txt index a0e4ddb..07c91b0 100644 --- a/changelist.txt +++ b/changelist.txt @@ -1,4 +1,12 @@ -version 0.1.0.9 13/04/2012 +version 0.1.0.10 28/03/2012 + +[+] added : direct constructor for typeInfo +[+] added : direct constructor for typedVar +[+] added : typedVarList, typedVarArray, containingRecord routines +[!] fixed : issue #10521 ( typeInfo returns invalid type name for array's element ) +[!] fixed : issue #10338 ( print typeInfo raises TypeException ) + +version 0.1.0.9 13/03/2012 [+] added : support constant variables without RVA [+] added : DIA: undecorated name getter diff --git a/pykd/pykdver.h b/pykd/pykdver.h index c7c0726..7b5c722 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 9 +#define PYKD_VERSION_BUILDNO 10 #define __VER_STR2__(x) #x