[4893] | 1 | /* $Id: changelog,v 1.1208 2001-01-08 22:56:53 bird Exp $ */
|
---|
[4454] | 2 |
|
---|
[4885] | 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.
|
---|
[4893] | 7 | o Build number incrementation. (Stored in versionos2.h)
|
---|
| 8 | (Use bldlevel on the DLLs to look at it.)
|
---|
[4885] | 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 |
|
---|
[4887] | 14 | - bin\bldlevelinf.cmd:
|
---|
| 15 | o Removed colon after otherwise to make it work with Object REXX.
|
---|
| 16 |
|
---|
[4893] | 17 | - makefiles:
|
---|
| 18 | o Merged BuildLevel revisions with the LXOpt revisions.
|
---|
| 19 | (There seems like there have been some kind of revision mixup in
|
---|
| 20 | Sanders tree?)
|
---|
| 21 | o Updated the other post files with LXOpt.
|
---|
| 22 |
|
---|
[4878] | 23 | 2001-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[4885] | 24 | - install: o Win32k installation temporarily disabled due to a WarpIn bug
|
---|
[4878] | 25 | (config.sys lines removed)
|
---|
| 26 | o Added check for WarpIn 0.9.6 or higher
|
---|
| 27 | o Added check for OS/2 3.x or higher
|
---|
| 28 | - src\makefile:
|
---|
| 29 | o Exclude msvcrt from build process.
|
---|
| 30 | (download odinapp.zip from ftp.os2.org to install a small
|
---|
| 31 | MFC app with MFC + MSVCRT dlls)
|
---|
| 32 |
|
---|
[4874] | 33 | 2001-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 34 | - makefiles:o Use LXLite for release build binaries (better compression)
|
---|
| 35 | Can't use it for debug binaries as IPMD doesn't like it.
|
---|
| 36 |
|
---|
[4869] | 37 | 2001-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 38 | - KERNEL32: o KERNEL32_99 should return 1 (according to Wine)
|
---|
| 39 | o KERNEL32_100 export added (stub)
|
---|
| 40 | - USER32: o Rewrote window handle management; only start reusing window
|
---|
| 41 | handles when max handle has been assigned.
|
---|
| 42 | - GDI32/USER32/KERNEL32:
|
---|
[4885] | 43 | o Don't export private Odin functions by name (we import
|
---|
[4871] | 44 | everything by ordinal)
|
---|
[4869] | 45 |
|
---|
[4864] | 46 | 2001-01-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 47 | - USER32: o Menu cast bugfix (bitmap handle is 32 bits)
|
---|
| 48 | (Fixes menu bitmaps in Lotus Notes 5)
|
---|
| 49 |
|
---|