Changeset 21984
- Timestamp:
- Mar 19, 2012, 12:48:57 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
changelog (modified) (1 diff)
-
include/odinbuild.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r21965 r21984 1 0.8.4 (2012-03-19) 2 ------------------ 3 - crypt32: Fix occasional crashes in CRYPT32.DLL (e.g. when playing back 4 some Flash contents). 5 - imm32: Initialize KERNEL32.DLL on DLL init (this fixes applications 6 that import IMM32 before KEREL32, e.g. latest OpenJDK builds). 7 - kernel32: Support guard page exceptions (this is used in OpenJDK 8 to implement yellow and red zones on the thread stack). 9 - kernel32: Align stack size interpretation in CreateThread() with MSDN 10 (this may fix "out of stack" exceptions in some applications). 11 1 12 0.8.3 (2012-02-07) 2 13 ------------------ -
trunk/include/odinbuild.h
r21965 r21984 34 34 #define ODIN32_VERSION_MINOR 8 35 35 #define ODIN32_VERSION "0.8" 36 #define ODIN32_BUILD_NR 336 #define ODIN32_BUILD_NR 4 37 37 38 38 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
