Changeset 21921
- Timestamp:
- Dec 19, 2011, 1:41:54 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
changelog (modified) (1 diff)
-
doc/Readme.txt (modified) (2 diffs)
-
include/odinbuild.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r21685 r21921 1 0.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 1 14 0.7.1 (2011-09-30) 2 15 ------------------ -
trunk/doc/Readme.txt
r21606 r21921 1 1 2 O D I N Version 0. 62 O D I N Version 0.8 3 3 ~~~~~~~~~~~~~~~~~~~~ 4 4 … … 77 77 * Warp 3 is not officially supported, but is reported to work by using 78 78 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). 79 82 80 83 In order to use system tray (notification/indicator area) support, you will -
trunk/include/odinbuild.h
r21916 r21921 32 32 */ 33 33 #define ODIN32_VERSION_MAJOR 0 34 #define ODIN32_VERSION_MINOR 735 #define ODIN32_VERSION "0. 7"34 #define ODIN32_VERSION_MINOR 8 35 #define ODIN32_VERSION "0.8" 36 36 #define ODIN32_BUILD_NR 1 37 37
Note:
See TracChangeset
for help on using the changeset viewer.
