Changeset 21984


Ignore:
Timestamp:
Mar 19, 2012, 12:48:57 AM (14 years ago)
Author:
dmik
Message:

Release 0.8.4.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r21965 r21984  
     10.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
    1120.8.3 (2012-02-07)
    213------------------
  • trunk/include/odinbuild.h

    r21965 r21984  
    3434#define ODIN32_VERSION_MINOR    8
    3535#define ODIN32_VERSION       "0.8"
    36 #define ODIN32_BUILD_NR         3
     36#define ODIN32_BUILD_NR         4
    3737
    3838#endif
Note: See TracChangeset for help on using the changeset viewer.