Added message table to resouces.
[reactos.git] / reactos / NEWS
1 0.0.14: Converted to PE format
2 All system libraries are now dlls
3
4 0.0.13: Mostly bugfixes (I think)
5
6 0.0.12: Added support for multiple processes (not really tested)
7 System calls
8 kernel32 now compiles (only as a static library)
9 Fixed invalid tss bug (hopefully)
10 Added section support
11 Added some of the ZwxxxVirtual calls
12 Added prototype caching functions (only the Minix fsd actually
13 uses them)
14 Added handle access and type checking
15 Prototype APC implementation (no support for user APCs)