version update

git-svn-id: https://pykd.svn.codeplex.com/svn@68362 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2011-07-28 14:29:46 +00:00
parent 929b5a8088
commit ee8ab44a7c
2 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,17 @@
version 0.0.19 28/07/2011
[+] added : typedVar::data method ( Return raw string object with data stream )
[+] added : setMSR routine ( Change MSR value )
[+] added : intBase class
[+] added : cpuReg class ( representing "live" CPU register )
[+] added : printing traceback for !py and !pycmd
[+] added : class disasm
[!] fixed: issue 8657( !pycmd does not allow to define functions )
[!] fixed: issue 8655 ( Unnamed structure/unioin not added to fields of typedVarClass )
[!] fixed: issue 8927 ( typedVar does not convert enumeration type to int )
[!] fixed: issue 9202 ( module object return offset = 0 for non existing symbol )
version 0.0.18 25/05/2011
[+] added : rdmsr routine ( Return MSR value )

View File

@ -53,8 +53,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,18,0
PRODUCTVERSION 0,0,18,0
FILEVERSION 0,0,19,0
PRODUCTVERSION 0,0,19,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -70,11 +70,11 @@ BEGIN
BLOCK "041904b0"
BEGIN
VALUE "FileDescription", "pykd - python extension for windbg"
VALUE "FileVersion", "0, 0, 18, 0"
VALUE "FileVersion", "0, 0, 19, 0"
VALUE "InternalName", "pykd"
VALUE "OriginalFilename", "pykd.dll"
VALUE "ProductName", "pykd - python extension for windbg"
VALUE "ProductVersion", "0, 0, 18, 0"
VALUE "ProductVersion", "0, 0, 19, 0"
END
END
BLOCK "VarFileInfo"