Skip to content

Commit

Permalink
Minor version bump to 2.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
scnale committed Aug 1, 2016
1 parent a9a76db commit 4191b61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
@@ -1,6 +1,12 @@
Known issues:
============
* C# plugins may not work if "RegisterClassA" or "RegisterClassW" Apis is hooked because CoInitialize(Ex) calls RegisterClass on STA and, at this point, COM initialization is not complete yet.
* C# plugins may not work if "RegisterClassA" or "RegisterClassW" Apis are hooked because CoInitialize(Ex) calls RegisterClass on STA and, at this point, COM initialization is not complete yet.

Version 2.8.0
=============
-Internal hooking engine is implemented by Deviare InProc now.
-Page write flag is now turned off after trampoline generation is complete.
-Fixed a minor issue in ISpyMgr::CallCustomApi that prevented correct behaviour when passing a null reference instead of a parameters object from managed code.

Version 2.7.6
=============
Expand Down
4 changes: 2 additions & 2 deletions Source/version.ver
Expand Up @@ -27,5 +27,5 @@
*
**/

#define PRODUCT_VERSION 2,7,6,0
#define PRODUCT_VERSION_SZ "2, 7, 6, 0"
#define PRODUCT_VERSION 2,8,0,0
#define PRODUCT_VERSION_SZ "2, 8, 0, 0"

0 comments on commit 4191b61

Please sign in to comment.