1 | /* $Id: changelog,v 1.1209 2001-01-08 23:49:39 bird Exp $ */
|
---|
2 |
|
---|
3 | 2001-01-08: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
4 | - tools\dailybuild:
|
---|
5 | o Updated with temporary server address.
|
---|
6 | o Put ftp userid/passwords into separate file.
|
---|
7 | o Build number incrementation. (Stored in versionos2.h)
|
---|
8 | (Use bldlevel on the DLLs to look at it.)
|
---|
9 |
|
---|
10 | - Win32k: o Added support for the ldrCheckInternalName bug. :-)
|
---|
11 | (see /src/win32k/ldr/myldrCheckInternalName.cpp for details.)
|
---|
12 | o Made pe.exe default.
|
---|
13 | o Added UNI and SMP 14062 kernels (convenience pack).
|
---|
14 | (Have anyone got the Warp 4 convenience pack with the right .sym files?)
|
---|
15 |
|
---|
16 | - bin\bldlevelinf.cmd:
|
---|
17 | o Removed colon after otherwise to make it work with Object REXX.
|
---|
18 |
|
---|
19 | - makefiles:
|
---|
20 | o Merged BuildLevel revisions with the LXOpt revisions.
|
---|
21 | (There seems like there have been some kind of revision mixup in
|
---|
22 | Sanders tree?)
|
---|
23 | o Updated the other post files with LXOpt.
|
---|
24 |
|
---|
25 | 2001-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
26 | - install: o Win32k installation temporarily disabled due to a WarpIn bug
|
---|
27 | (config.sys lines removed)
|
---|
28 | o Added check for WarpIn 0.9.6 or higher
|
---|
29 | o Added check for OS/2 3.x or higher
|
---|
30 | - src\makefile:
|
---|
31 | o Exclude msvcrt from build process.
|
---|
32 | (download odinapp.zip from ftp.os2.org to install a small
|
---|
33 | MFC app with MFC + MSVCRT dlls)
|
---|
34 |
|
---|
35 | 2001-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
36 | - makefiles:o Use LXLite for release build binaries (better compression)
|
---|
37 | Can't use it for debug binaries as IPMD doesn't like it.
|
---|
38 |
|
---|
39 | 2001-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
40 | - KERNEL32: o KERNEL32_99 should return 1 (according to Wine)
|
---|
41 | o KERNEL32_100 export added (stub)
|
---|
42 | - USER32: o Rewrote window handle management; only start reusing window
|
---|
43 | handles when max handle has been assigned.
|
---|
44 | - GDI32/USER32/KERNEL32:
|
---|
45 | o Don't export private Odin functions by name (we import
|
---|
46 | everything by ordinal)
|
---|
47 |
|
---|
48 | 2001-01-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
49 | - USER32: o Menu cast bugfix (bitmap handle is 32 bits)
|
---|
50 | (Fixes menu bitmaps in Lotus Notes 5)
|
---|
51 |
|
---|