From 399dccebd904077a5ae62b7592c84f2cd8ef833e Mon Sep 17 00:00:00 2001 From: "SND\\kernelnet_cp" Date: Tue, 24 Apr 2012 13:09:21 +0000 Subject: [PATCH] [0.1.x] updated : set version to 0.1.0.12 git-svn-id: https://pykd.svn.codeplex.com/svn@75760 9b283d60-5439-405e-af05-b73fd8c4d996 --- changelist.txt | 13 +++++++++++++ pykd/pykdver.h | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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