mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-29 20:03:33 +08:00
[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
This commit is contained in:
parent
fba83511b0
commit
775406fc83
@ -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
|
version 0.1.0.10 28/03/2012
|
||||||
|
|
||||||
[+] added : direct constructor for typeInfo
|
[+] added : direct constructor for typeInfo
|
||||||
|
@ -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 10
|
#define PYKD_VERSION_BUILDNO 11
|
||||||
|
|
||||||
|
|
||||||
#define __VER_STR2__(x) #x
|
#define __VER_STR2__(x) #x
|
||||||
|
Loading…
Reference in New Issue
Block a user