mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
[0.1.x] updated : set version to 0.1.0.10
git-svn-id: https://pykd.svn.codeplex.com/svn@75103 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
dbd8df05d6
commit
1c455d5327
@ -1,4 +1,12 @@
|
||||
version 0.1.0.9 13/04/2012
|
||||
version 0.1.0.10 28/03/2012
|
||||
|
||||
[+] added : direct constructor for typeInfo
|
||||
[+] added : direct constructor for typedVar
|
||||
[+] added : typedVarList, typedVarArray, containingRecord routines
|
||||
[!] fixed : issue #10521 ( typeInfo returns invalid type name for array's element )
|
||||
[!] fixed : issue #10338 ( print typeInfo raises TypeException )
|
||||
|
||||
version 0.1.0.9 13/03/2012
|
||||
|
||||
[+] added : support constant variables without RVA
|
||||
[+] added : DIA: undecorated name getter
|
||||
|
@ -2,7 +2,7 @@
|
||||
#define PYKD_VERSION_MAJOR 0
|
||||
#define PYKD_VERSION_MINOR 1
|
||||
#define PYKD_VERSION_SUBVERSION 0
|
||||
#define PYKD_VERSION_BUILDNO 9
|
||||
#define PYKD_VERSION_BUILDNO 10
|
||||
|
||||
|
||||
#define __VER_STR2__(x) #x
|
||||
|
Loading…
Reference in New Issue
Block a user