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