From c7f4c244891d0ecd838fb22ad51f0a061765e5cd Mon Sep 17 00:00:00 2001 From: "SND\\kernelnet_cp" Date: Tue, 22 May 2012 12:33:47 +0000 Subject: [PATCH] [0.1.x] updated : set version to 0.1.0.14 git-svn-id: https://pykd.svn.codeplex.com/svn@76522 9b283d60-5439-405e-af05-b73fd8c4d996 --- changelist.txt | 7 +++++++ pykd/pykdver.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelist.txt b/changelist.txt index e4a9e83..5a6bac6 100644 --- a/changelist.txt +++ b/changelist.txt @@ -1,3 +1,10 @@ +version 0.1.0.14 22/05/2012 + +[+] added : "subscription" for UDT typeInfo ( len(typeInfo), typeInfo[index] ) +[+] added : "subscription" for UDT typedVar ( len(typedVar), typedVar[index] ) +[!] fixed : issue #10767 ( supported virtual base classes ) + + version 0.1.0.13 17/05/2012 [!] fixed : issue #10722 ( rdmsr raises exception ) diff --git a/pykd/pykdver.h b/pykd/pykdver.h index c8ef038..69874ec 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 13 +#define PYKD_VERSION_BUILDNO 14 #define __VER_STR2__(x) #x