From 9cc359b816725efab5b73fd69f236533f8795017 Mon Sep 17 00:00:00 2001 From: "SND\\kernelnet_cp" Date: Mon, 9 Aug 2010 14:28:00 +0000 Subject: [PATCH] ready for release git-svn-id: https://pykd.svn.codeplex.com/svn@53848 9b283d60-5439-405e-af05-b73fd8c4d996 --- changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog b/changelog index df40c6f..27cfbb3 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,10 @@ +version 0.0.6 09/08/2010 + +[+] added: dbgExtensionClass class for calling windbg extension command from python script +[!] bug fixed: issue #6812 ( windbg ext command !py does not work with full path ) +[+] added: !pycmd command for windbg extension + + version 0.0.5 03/08/2010 [!] fixed: issue #6769 ( Args parsing is not supporting quoting )