[0.1.x] updated : set version to 0.1.0.15

git-svn-id: https://pykd.svn.codeplex.com/svn@77090 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2012-06-09 07:21:31 +00:00 committed by Mikhail I. Izmestev
parent c9ca05730a
commit 118dfd9ca1
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
version 0.1.0.15 09/06/2012
[+] added : disasm::disasm method with offset parameter ( continue disassembling from the specified offset )
[+] added : method type() for typedVar class ( return a typeInfo of the typedVar )
[+] added : gerSourceLine function ( return source file name and line number for the specified offset )
[+] added : __getitem__, __getattr__, __str__ methods of the Context class
[!] fixed : issue #10541 ( loadWStr: string truncated to 128 chars )
[!] fixed : issue #10852 ( reg("REGISTER_NAME") raises exception if a register name is upcased )
version 0.1.0.14 22/05/2012 version 0.1.0.14 22/05/2012
[+] added : "subscription" for UDT typeInfo ( len(typeInfo), typeInfo[index] ) [+] added : "subscription" for UDT typeInfo ( len(typeInfo), typeInfo[index] )

View File

@ -2,7 +2,7 @@
#define PYKD_VERSION_MAJOR 0 #define PYKD_VERSION_MAJOR 0
#define PYKD_VERSION_MINOR 1 #define PYKD_VERSION_MINOR 1
#define PYKD_VERSION_SUBVERSION 0 #define PYKD_VERSION_SUBVERSION 0
#define PYKD_VERSION_BUILDNO 14 #define PYKD_VERSION_BUILDNO 15
#define __VER_STR2__(x) #x #define __VER_STR2__(x) #x