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