Changeset 21921


Ignore:
Timestamp:
Dec 19, 2011, 1:41:54 AM (14 years ago)
Author:
dmik
Message:

Release 0.8.1.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r21685 r21921  
     10.8.1 (2011-12-19)
     2------------------
     3
     4    - Port Odin from from IBM VAC 3 to the modern GCC 4 compiler and kLIBC
     5      runtime. This improves the stability by getting rid of the old and bogus
     6      C runtime of IBM VAC.
     7    - Increase the minor version number due to the compiler change.
     8    - shlwapi: Enable SHAutoComplete() stub (needed for WinRar 4.x).
     9    - kernel32: Add GetUserDefaultUILanguage() and VerifyVersionInfoW() (stub)
     10      needed for newer Flash modules.
     11    - Temporarily remove the win32k driver from the packages (not ready to be
     12      built with the new build framework at the present time).
     13
    1140.7.1 (2011-09-30)
    215------------------
  • trunk/doc/Readme.txt

    r21606 r21921  
    11
    2                     O D I N  Version 0.6
     2                    O D I N  Version 0.8
    33                    ~~~~~~~~~~~~~~~~~~~~
    44
     
    7777  * Warp 3 is not officially supported, but is reported to work by using
    7878    Warp 4 open32 dlls and patching them.
     79- kLIBC runtime v0.6.4 (ftp://ftp.netlabs.org/pub/gcc/libc-0.6.4-csd4.zip).
     80- GCC runtime v4.4.6
     81  (http://sourceforge.net/projects/ecsports/files/GCC%20Runtime%20DLLs/gcc446.zip).
    7982
    8083In order to use system tray (notification/indicator area) support, you will
  • trunk/include/odinbuild.h

    r21916 r21921  
    3232 */
    3333#define ODIN32_VERSION_MAJOR    0
    34 #define ODIN32_VERSION_MINOR    7
    35 #define ODIN32_VERSION       "0.7"
     34#define ODIN32_VERSION_MINOR    8
     35#define ODIN32_VERSION       "0.8"
    3636#define ODIN32_BUILD_NR         1
    3737
Note: See TracChangeset for help on using the changeset viewer.