From 1c455d5327355f6730252bf052d5d01a4abeabbc Mon Sep 17 00:00:00 2001 From: "SND\\kernelnet_cp" <SND\kernelnet_cp@9b283d60-5439-405e-af05-b73fd8c4d996> Date: Wed, 28 Mar 2012 05:58:29 +0000 Subject: [PATCH] [0.1.x] updated : set version to 0.1.0.10 git-svn-id: https://pykd.svn.codeplex.com/svn@75103 9b283d60-5439-405e-af05-b73fd8c4d996 --- changelist.txt | 10 +++++++++- pykd/pykdver.h | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) 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