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