From cb23933f776a8e49b54b1a9840a706ecd69a910a Mon Sep 17 00:00:00 2001 From: "SND\\kernelnet_cp" <SND\kernelnet_cp@9b283d60-5439-405e-af05-b73fd8c4d996> Date: Thu, 12 Jul 2012 11:23:34 +0000 Subject: [PATCH] [0.1.x] updated : set version to 0.1.0.16 git-svn-id: https://pykd.svn.codeplex.com/svn@78016 9b283d60-5439-405e-af05-b73fd8c4d996 --- changelist.txt | 6 ++++++ pykd/pykdver.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelist.txt b/changelist.txt index 5dd1b1a..ae03890 100644 --- a/changelist.txt +++ b/changelist.txt @@ -1,3 +1,9 @@ +version 0.1.0.16 12/07/2012 + +[+] added : sizeof() routine ( return size of type or variable ) +[!] fixed : issue #10850 ( getContext() raises exception ) +[!] fixed : issue #10473 ( read virtual memory (target - PE, loaded as dump ) ) + version 0.1.0.15 09/06/2012 [+] added : disasm::disasm method with offset parameter ( continue disassembling from the specified offset ) diff --git a/pykd/pykdver.h b/pykd/pykdver.h index 8a8f49a..495f84b 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 15 +#define PYKD_VERSION_BUILDNO 16 #define __VER_STR2__(x) #x