From 775406fc831945c3382ba514bdfa5930045432c4 Mon Sep 17 00:00:00 2001 From: "SND\\kernelnet_cp" Date: Tue, 10 Apr 2012 06:39:14 +0000 Subject: [PATCH] [0.1.x] updated : set version to 0.1.0.11 git-svn-id: https://pykd.svn.codeplex.com/svn@75404 9b283d60-5439-405e-af05-b73fd8c4d996 --- changelist.txt | 10 ++++++++++ pykd/pykdver.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/changelist.txt b/changelist.txt index 07c91b0..9073d0e 100644 --- a/changelist.txt +++ b/changelist.txt @@ -1,3 +1,13 @@ +version 0.1.0.11 10/04/2012 + +[+] added : module class can be created directly ( added two constructors ) +[~] updated : rename loadPtrArray to loadPtrs ( as it was on 0.0.x ) +[!] fixed : issue #10532 ( breakpoint callback is not called after quit from !pycmd ) +[!] fixed : issue #10591 ( bit field returns wrong value ) +[!] fixed : issue #10581 ( loadModule("xxxx") output insufficient information ) +[!] fixed : issue #10621 ( failed to compare value from ptrPtr and typedVar ) +[!] fixed : issue #10627 ( print typeInfo() output insufficient information ) + version 0.1.0.10 28/03/2012 [+] added : direct constructor for typeInfo diff --git a/pykd/pykdver.h b/pykd/pykdver.h index 7b5c722..2c88df1 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 10 +#define PYKD_VERSION_BUILDNO 11 #define __VER_STR2__(x) #x