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